Class ProverWithAssumptionsWrapper
java.lang.Object
org.sosy_lab.java_smt.basicimpl.withAssumptionsWrapper.BasicProverWithAssumptionsWrapper<Void,ProverEnvironment>
org.sosy_lab.java_smt.basicimpl.withAssumptionsWrapper.ProverWithAssumptionsWrapper
- All Implemented Interfaces:
AutoCloseable,BasicProverEnvironment<Void>,ProverEnvironment
public class ProverWithAssumptionsWrapper
extends BasicProverWithAssumptionsWrapper<Void,ProverEnvironment>
implements ProverEnvironment
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sosy_lab.java_smt.api.BasicProverEnvironment
BasicProverEnvironment.AllSatCallback<R> -
Field Summary
Fields inherited from class org.sosy_lab.java_smt.basicimpl.withAssumptionsWrapper.BasicProverWithAssumptionsWrapper
delegate, solverAssumptionsAsFormulaFields inherited from interface org.sosy_lab.java_smt.api.BasicProverEnvironment
NO_MODEL_HELP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.sosy_lab.java_smt.basicimpl.withAssumptionsWrapper.BasicProverWithAssumptionsWrapper
addConstraint, allSat, clearAssumptions, close, getModel, getModelAssignments, getStatistics, getUnsatCore, isUnsat, isUnsatWithAssumptions, pop, push, registerPushedFormula, size, toString, unsatCoreOverAssumptionsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.sosy_lab.java_smt.api.BasicProverEnvironment
addConstraint, allSat, close, getEvaluator, getModel, getModelAssignments, getStatistics, getUnsatCore, isUnsat, isUnsatWithAssumptions, pop, push, push, registerUserPropagator, size, unsatCoreOverAssumptions
-
Constructor Details
-
ProverWithAssumptionsWrapper
-