Package net.sf.tweety.arg.adf.sat
Class IncrementalSatSolver
- java.lang.Object
-
- net.sf.tweety.logics.pl.sat.SatSolver
-
- net.sf.tweety.arg.adf.sat.IncrementalSatSolver
-
- All Implemented Interfaces:
net.sf.tweety.logics.commons.analysis.BeliefSetConsistencyTester<net.sf.tweety.logics.pl.syntax.PlFormula>,net.sf.tweety.logics.commons.analysis.ConsistencyTester<net.sf.tweety.commons.BeliefSet<net.sf.tweety.logics.pl.syntax.PlFormula,?>>,net.sf.tweety.logics.commons.analysis.ConsistencyWitnessProvider<net.sf.tweety.logics.pl.syntax.PlBeliefSet,net.sf.tweety.logics.pl.syntax.PlFormula>
- Direct Known Subclasses:
NativeLingelingSolver,NativeMinisatSolver,NativePicosatSolver,SimpleIncrementalSatSolver
public abstract class IncrementalSatSolver extends net.sf.tweety.logics.pl.sat.SatSolver
-
-
Constructor Summary
Constructors Constructor Description IncrementalSatSolver()
-
Method Summary
Modifier and Type Method Description abstract SatSolverStatecreateState()net.sf.tweety.commons.Interpretation<net.sf.tweety.logics.pl.syntax.PlBeliefSet,net.sf.tweety.logics.pl.syntax.PlFormula>getWitness(Collection<net.sf.tweety.logics.pl.syntax.PlFormula> formulas)booleanisSatisfiable(Collection<net.sf.tweety.logics.pl.syntax.PlFormula> formulas)
-
-
-
Method Detail
-
createState
public abstract SatSolverState createState()
-
getWitness
public net.sf.tweety.commons.Interpretation<net.sf.tweety.logics.pl.syntax.PlBeliefSet,net.sf.tweety.logics.pl.syntax.PlFormula> getWitness(Collection<net.sf.tweety.logics.pl.syntax.PlFormula> formulas)
- Specified by:
getWitnessin interfacenet.sf.tweety.logics.commons.analysis.ConsistencyWitnessProvider<net.sf.tweety.logics.pl.syntax.PlBeliefSet,net.sf.tweety.logics.pl.syntax.PlFormula>- Specified by:
getWitnessin classnet.sf.tweety.logics.pl.sat.SatSolver
-
isSatisfiable
public boolean isSatisfiable(Collection<net.sf.tweety.logics.pl.syntax.PlFormula> formulas)
- Specified by:
isSatisfiablein classnet.sf.tweety.logics.pl.sat.SatSolver
-
-