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.AdmissibleReasoner(IncrementalSatSolver solver)
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.ConflictFreeReasoner(IncrementalSatSolver solver)
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.PreferredReasoner(IncrementalSatSolver solver)
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(AbstractDialecticalFramework adf, Semantics semantics, IncrementalSatSolver satSolver, int parallelism)
SequentialExecution(AbstractDialecticalFramework adf, 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 TypeClassDescriptionclass
Experimental lingeling bindingclass
class
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