Uses of Interface
net.sf.tweety.arg.adf.sat.SatSolverState
-
-
Uses of SatSolverState in net.sf.tweety.arg.adf.reasoner.sat.generator
-
Uses of SatSolverState in net.sf.tweety.arg.adf.reasoner.sat.processor
Methods in net.sf.tweety.arg.adf.reasoner.sat.processor with parameters of type SatSolverState Modifier and Type Method Description InterpretationInterpretationProcessor. process(SatSolverState mainState, SatSolverState verificationState, PropositionalMapping mapping, Interpretation interpretation, AbstractDialecticalFramework adf)Performs the processing of the given interpretation on a potential isolated state, meaning that the updates on this state are not seen by the subsequent processors.voidKBipolarStateProcessor. process(SatSolverState state, PropositionalMapping encodingContext, AbstractDialecticalFramework adf)InterpretationMaximizeInterpretationProcessor. process(SatSolverState processingState, SatSolverState verificationState, PropositionalMapping mapping, Interpretation interpretation, AbstractDialecticalFramework adf)voidRelativeKBipolarStateProcessor. process(SatSolverState state, PropositionalMapping mapping, AbstractDialecticalFramework adf)voidStateProcessor. process(SatSolverState state, PropositionalMapping mapping, AbstractDialecticalFramework adf)voidInterpretationProcessor. updateState(SatSolverState state, PropositionalMapping mapping, Interpretation processed, AbstractDialecticalFramework adf)voidMaximizeInterpretationProcessor. updateState(SatSolverState state, PropositionalMapping mapping, Interpretation maximal, AbstractDialecticalFramework adf) -
Uses of SatSolverState in net.sf.tweety.arg.adf.reasoner.sat.verifier
-
Uses of SatSolverState in net.sf.tweety.arg.adf.sat
Classes in net.sf.tweety.arg.adf.sat that implement SatSolverState Modifier and Type Class Description classAsynchronousCloseSatSolverStateThe cleanup after theAsynchronousCloseSatSolverState.close()call happens (possibly) in a separate thread, depending on the provided executor.classAsynchronousSatSolverStateExecutes all operations of the underlyingSatSolverStatein a (possibly) separate thread, determined by the providedExecutorService.classSimpleSatSolverStateA dummy state that can be used in combination with non-incremental Sat-Solvers andSimpleIncrementalSatSolverat positions where a SatSolverState is required.Methods in net.sf.tweety.arg.adf.sat that return SatSolverState Modifier and Type Method Description abstract SatSolverStateIncrementalSatSolver. createState()SatSolverStateNativeLingelingSolver. createState()SatSolverStateNativeMinisatSolver. createState()SatSolverStateNativePicosatSolver. createState()SatSolverStateSimpleIncrementalSatSolver. createState()Constructors in net.sf.tweety.arg.adf.sat with parameters of type SatSolverState Constructor Description AsynchronousCloseSatSolverState(SatSolverState delegate, java.util.concurrent.Executor executor)AsynchronousSatSolverState(SatSolverState delegate)AsynchronousSatSolverState(SatSolverState delegate, java.util.concurrent.ExecutorService executor)
-