Package org.sosy_lab.java_smt.basicimpl
Class AbstractProver<T>
- java.lang.Object
-
- org.sosy_lab.java_smt.basicimpl.AbstractProver<T>
-
- All Implemented Interfaces:
AutoCloseable,BasicProverEnvironment<T>
- Direct Known Subclasses:
AbstractProverWithAllSat
public abstract class AbstractProver<T> extends Object implements BasicProverEnvironment<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sosy_lab.java_smt.api.BasicProverEnvironment
BasicProverEnvironment.AllSatCallback<R>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanenableSLprotected booleangenerateUnsatCores-
Fields inherited from interface org.sosy_lab.java_smt.api.BasicProverEnvironment
NO_MODEL_HELP
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractProver(Set<SolverContext.ProverOptions> pOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckEnableSeparationLogic()protected voidcheckGenerateAllSat()protected voidcheckGenerateModels()protected voidcheckGenerateUnsatCores()protected voidcheckGenerateUnsatCoresOverAssumptions()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sosy_lab.java_smt.api.BasicProverEnvironment
addConstraint, allSat, close, getModel, getModelAssignments, getStatistics, getUnsatCore, isUnsat, isUnsatWithAssumptions, pop, push, push, size, unsatCoreOverAssumptions
-
-
-
-
Constructor Detail
-
AbstractProver
protected AbstractProver(Set<SolverContext.ProverOptions> pOptions)
-
-
Method Detail
-
checkGenerateModels
protected final void checkGenerateModels()
-
checkGenerateAllSat
protected final void checkGenerateAllSat()
-
checkGenerateUnsatCores
protected final void checkGenerateUnsatCores()
-
checkGenerateUnsatCoresOverAssumptions
protected final void checkGenerateUnsatCoresOverAssumptions()
-
checkEnableSeparationLogic
protected final void checkEnableSeparationLogic()
-
-