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.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
Methods in org.tweetyproject.arg.adf.reasoner.sat.execution that return IncrementalSatSolverModifier and TypeMethodDescriptionConfiguration.getSatSolver()
Gets the configuredIncrementalSatSolver
.Methods in org.tweetyproject.arg.adf.reasoner.sat.execution with parameters of type IncrementalSatSolverModifier and TypeMethodDescriptionConfiguration.Builder.setSatSolver
(IncrementalSatSolver satSolver) Sets theIncrementalSatSolver
to be used in theConfiguration
.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
NativeMinisatSolver classfinal class
NativePicosatSolver classfinal 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