Class AbstractFormulaManager<TFormulaInfo,TType,TEnv,TFuncDecl>

java.lang.Object
org.sosy_lab.java_smt.basicimpl.AbstractFormulaManager<TFormulaInfo,TType,TEnv,TFuncDecl>
Type Parameters:
TFormulaInfo - The solver specific type.
All Implemented Interfaces:
FormulaManager

public abstract class AbstractFormulaManager<TFormulaInfo,TType,TEnv,TFuncDecl> extends Object implements FormulaManager
Simplifies building a solver from the specific theories.