public interface InterpolatingProverEnvironmentWithAssumptions<T> extends InterpolatingProverEnvironment<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUnsatWithAssumptions(List<BooleanFormula> assumptions)
Check whether the conjunction of all formulas on the stack is unsatisfiable
with regards to provided assumptions.
|
getInterpolant, getSeqInterpolants, getTreeInterpolants, pushaddConstraint, close, getModel, isUnsat, pop, pushboolean isUnsatWithAssumptions(List<BooleanFormula> assumptions) throws SolverException, InterruptedException
SolverExceptionInterruptedException