public abstract class AbstractQuantifiedFormulaManager<TFormulaInfo,TType,TEnv,TFuncDecl> extends Object implements QuantifiedFormulaManager
QuantifiedFormulaManager.Quantifier| Modifier and Type | Field and Description |
|---|---|
protected FormulaCreator<TFormulaInfo,TType,TEnv,TFuncDecl> |
formulaCreator |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractQuantifiedFormulaManager(FormulaCreator<TFormulaInfo,TType,TEnv,TFuncDecl> pCreator) |
| Modifier and Type | Method and Description |
|---|---|
BooleanFormula |
eliminateQuantifiers(BooleanFormula pF)
Eliminate the quantifiers for a given formula.
|
protected abstract TFormulaInfo |
eliminateQuantifiers(TFormulaInfo pExtractInfo) |
protected FormulaCreator<TFormulaInfo,TType,TEnv,TFuncDecl> |
getFormulaCreator() |
BooleanFormula |
mkQuantifier(QuantifiedFormulaManager.Quantifier q,
List<? extends Formula> pVariables,
BooleanFormula pBody) |
abstract TFormulaInfo |
mkQuantifier(QuantifiedFormulaManager.Quantifier q,
List<TFormulaInfo> vars,
TFormulaInfo body) |
protected TType |
toSolverType(FormulaType<?> formulaType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexists, exists, forall, forallprotected final FormulaCreator<TFormulaInfo,TType,TEnv,TFuncDecl> formulaCreator
protected AbstractQuantifiedFormulaManager(FormulaCreator<TFormulaInfo,TType,TEnv,TFuncDecl> pCreator)
public BooleanFormula eliminateQuantifiers(BooleanFormula pF) throws InterruptedException, SolverException
QuantifiedFormulaManagereliminateQuantifiers in interface QuantifiedFormulaManagerpF - Formula with quantifiers.InterruptedExceptionSolverExceptionprotected abstract TFormulaInfo eliminateQuantifiers(TFormulaInfo pExtractInfo) throws SolverException, InterruptedException
SolverExceptionInterruptedExceptionpublic BooleanFormula mkQuantifier(QuantifiedFormulaManager.Quantifier q, List<? extends Formula> pVariables, BooleanFormula pBody)
mkQuantifier in interface QuantifiedFormulaManagerq - Quantifier typepVariables - The variables that will get bound (variables) by the quantification.pBody - The BooleanFormula} within that the binding will be performed.public abstract TFormulaInfo mkQuantifier(QuantifiedFormulaManager.Quantifier q, List<TFormulaInfo> vars, TFormulaInfo body)
protected final FormulaCreator<TFormulaInfo,TType,TEnv,TFuncDecl> getFormulaCreator()
protected final TType toSolverType(FormulaType<?> formulaType)