Package net.sf.tweety.arg.adf.sat
-
Interface Summary Interface Description SatSolverState A high level representation of a sat solver state. -
Class Summary Class Description AsynchronousCloseSatSolverState The cleanup after theAsynchronousCloseSatSolverState.close()
call happens (possibly) in a separate thread, depending on the provided executor.AsynchronousSatSolverState Executes all operations of the underlyingSatSolverState
in a (possibly) separate thread, determined by the providedExecutorService
.IncrementalSatSolver NativeLingelingSolver Experimental lingeling bindingNativeMinisatSolver NativePicosatSolver SimpleIncrementalSatSolver A simple wrapper which can be used where instances ofIncrementalSatSolver
are needed.SimpleSatSolverState A dummy state that can be used in combination with non-incremental Sat-Solvers andSimpleIncrementalSatSolver
at positions where a SatSolverState is required.