Uses of Interface
org.tweetyproject.arg.adf.sat.IncrementalSatSolver
Packages that use IncrementalSatSolver
Package
Description
-
Uses of IncrementalSatSolver in org.tweetyproject.arg.adf.reasoner
Constructors in org.tweetyproject.arg.adf.reasoner with parameters of type IncrementalSatSolverModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.CompleteReasoner
(IncrementalSatSolver solver) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.GroundReasoner
(IncrementalSatSolver solver) Deprecated, for removal: This API element is subject to removal in a future version.ModelReasoner
(IncrementalSatSolver solver) Deprecated, for removal: This API element is subject to removal in a future version.NaiveReasoner
(IncrementalSatSolver solver) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.StableReasoner
(IncrementalSatSolver solver) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IncrementalSatSolver in org.tweetyproject.arg.adf.reasoner.sat.execution
Methods in org.tweetyproject.arg.adf.reasoner.sat.execution that return IncrementalSatSolverMethods in org.tweetyproject.arg.adf.reasoner.sat.execution with parameters of type IncrementalSatSolverModifier and TypeMethodDescriptionConfiguration.Builder.setSatSolver
(IncrementalSatSolver satSolver) Constructors in org.tweetyproject.arg.adf.reasoner.sat.execution with parameters of type IncrementalSatSolverModifierConstructorDescriptionParallelExecution
(Semantics semantics, IncrementalSatSolver satSolver, int parallelism) SequentialExecution
(Semantics semantics, IncrementalSatSolver satSolver) -
Uses of IncrementalSatSolver in org.tweetyproject.arg.adf.sat.solver
Classes in org.tweetyproject.arg.adf.sat.solver that implement IncrementalSatSolverModifier and TypeClassDescriptionfinal class
Experimental lingeling bindingfinal class
final class
final class
A decorator which provides a pool of pre computedSatSolverState
.Methods in org.tweetyproject.arg.adf.sat.solver with parameters of type IncrementalSatSolverModifier and TypeMethodDescriptionPooledIncrementalSatSolver.builder
(IncrementalSatSolver satSolver) -
Uses of IncrementalSatSolver in org.tweetyproject.arg.adf.semantics.link
Constructors in org.tweetyproject.arg.adf.semantics.link with parameters of type IncrementalSatSolver