Uses of Interface
org.tweetyproject.arg.adf.sat.IncrementalSatSolver
Package
Description
-
Uses of IncrementalSatSolver in org.tweetyproject.arg.adf.reasoner
ModifierConstructorDescriptionDeprecated, 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.Constructs an AdmissibleReasoner with the specified SAT solver.CompleteReasoner
(IncrementalSatSolver solver) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a CompleteReasoner with the specified SAT solver.Deprecated, for removal: This API element is subject to removal in a future version.Constructs a ConflictFreeReasoner with the given SAT solver.GroundReasoner
(IncrementalSatSolver solver) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a GroundReasoner with the specified SAT solver.ModelReasoner
(IncrementalSatSolver solver) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a ModelReasoner with the specified SAT solver.NaiveReasoner
(IncrementalSatSolver solver) Deprecated, for removal: This API element is subject to removal in a future version.ConstructorDeprecated, for removal: This API element is subject to removal in a future version.Constructs a PreferredReasoner with the given SAT solver.StableReasoner
(IncrementalSatSolver solver) Deprecated, for removal: This API element is subject to removal in a future version.Constructs a new StableReasoner using the given incremental SAT solver. -
Uses of IncrementalSatSolver in org.tweetyproject.arg.adf.reasoner.sat.execution
Modifier and TypeMethodDescriptionConfiguration.getSatSolver()
Gets the configuredIncrementalSatSolver
.Modifier and TypeMethodDescriptionConfiguration.Builder.setSatSolver
(IncrementalSatSolver satSolver) Sets theIncrementalSatSolver
to be used in theConfiguration
.ModifierConstructorDescriptionParallelExecution
(Semantics semantics, IncrementalSatSolver satSolver, int parallelism) SequentialExecution
(Semantics semantics, IncrementalSatSolver satSolver) -
Uses of IncrementalSatSolver in org.tweetyproject.arg.adf.sat.solver
Modifier and TypeClassDescriptionfinal class
Experimental lingeling bindingfinal class
NativeMinisatSolver classfinal class
NativePicosatSolver classfinal class
A decorator which provides a pool of pre computedSatSolverState
.Modifier and TypeMethodDescriptionPooledIncrementalSatSolver.builder
(IncrementalSatSolver satSolver) -
Uses of IncrementalSatSolver in org.tweetyproject.arg.adf.semantics.link