Uses of Interface
org.tweetyproject.arg.adf.sat.SatSolverState
Packages that use SatSolverState
Package
Description
-
Uses of SatSolverState in org.tweetyproject.arg.adf.reasoner.sat.execution
Method parameters in org.tweetyproject.arg.adf.reasoner.sat.execution with type arguments of type SatSolverStateModifier and TypeMethodDescriptionSemantics.createCandidateProcessor(Supplier<SatSolverState> stateSupplier)Semantics.createModelProcessors(Supplier<SatSolverState> stateSupplier)Semantics.createVerifier(Supplier<SatSolverState> stateSupplier) -
Uses of SatSolverState in org.tweetyproject.arg.adf.reasoner.sat.generator
Methods in org.tweetyproject.arg.adf.reasoner.sat.generator with parameters of type SatSolverStateModifier and TypeMethodDescriptionCandidateGenerator.generate(SatSolverState state)Does not return the same candidate on two calls on the same instance.ConflictFreeGenerator.generate(SatSolverState state)GroundGenerator.generate(SatSolverState state)ModelGenerator.generate(SatSolverState state) -
Uses of SatSolverState in org.tweetyproject.arg.adf.reasoner.sat.processor
Methods in org.tweetyproject.arg.adf.reasoner.sat.processor with parameters of type SatSolverStateModifier and TypeMethodDescriptionvoidAdmissibleMaximizer.updateState(SatSolverState state, Interpretation maximal)voidConflictFreeMaximizer.updateState(SatSolverState state, Interpretation maximal)voidInterpretationProcessor.updateState(SatSolverState state, Interpretation processed)Method parameters in org.tweetyproject.arg.adf.reasoner.sat.processor with type arguments of type SatSolverStateModifier and TypeMethodDescriptionstatic InterpretationProcessorAdmissibleMaximizer.withoutPrefix(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping)static InterpretationProcessorConflictFreeMaximizer.withoutPrefix(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping)static InterpretationProcessorAdmissibleMaximizer.withPrefix(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, AbstractDialecticalFramework reduct, PropositionalMapping mapping, Interpretation prefix)static InterpretationProcessorConflictFreeMaximizer.withPrefix(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping, Interpretation prefix) -
Uses of SatSolverState in org.tweetyproject.arg.adf.reasoner.sat.verifier
Constructor parameters in org.tweetyproject.arg.adf.reasoner.sat.verifier with type arguments of type SatSolverStateModifierConstructorDescriptionAdmissibleVerifier(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping)CompleteVerifier(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping)GrounderStableVerifier(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping)NaiveVerifier(Supplier<SatSolverState> stateSupplier, AbstractDialecticalFramework adf, PropositionalMapping mapping) -
Uses of SatSolverState in org.tweetyproject.arg.adf.sat
Methods in org.tweetyproject.arg.adf.sat that return SatSolverState -
Uses of SatSolverState in org.tweetyproject.arg.adf.sat.solver
Methods in org.tweetyproject.arg.adf.sat.solver that return SatSolverStateModifier and TypeMethodDescriptionNativeLingelingSolver.createState()NativeMinisatSolver.createState()NativePicosatSolver.createState()PooledIncrementalSatSolver.createState()Method parameters in org.tweetyproject.arg.adf.sat.solver with type arguments of type SatSolverStateModifier and TypeMethodDescriptionPooledIncrementalSatSolver.Builder.setStateDecorator(Function<SatSolverState,SatSolverState> stateDecorator)PooledIncrementalSatSolver.Builder.setStateDecorator(Function<SatSolverState,SatSolverState> stateDecorator) -
Uses of SatSolverState in org.tweetyproject.arg.adf.sat.state
Classes in org.tweetyproject.arg.adf.sat.state that implement SatSolverStateModifier and TypeClassDescriptionclassTheAsynchronousCloseSatSolverState.close()call is handled by the provided executor.classA synchronized wrapper ofSatSolverState.Constructors in org.tweetyproject.arg.adf.sat.state with parameters of type SatSolverStateModifierConstructorDescriptionAsynchronousCloseSatSolverState(SatSolverState delegate, Executor executor)SynchronizedSatSolverState(SatSolverState delegate)