dReal4
|
This is the complete list of members for FormulaCell, including all inherited members.
Display(std::ostream &os) const =0 | FormulaCell | pure virtual |
EqualTo(const FormulaCell &c) const =0 | FormulaCell | pure virtual |
Evaluate(const Environment &env) const =0 | FormulaCell | pure virtual |
FormulaCell()=delete | FormulaCell | |
FormulaCell(const FormulaCell &f)=delete | FormulaCell | |
FormulaCell(FormulaCell &&f)=delete | FormulaCell | |
FormulaCell(FormulaKind k, size_t hash, bool include_ite, Variables variables) | FormulaCell | protected |
get_hash() const | FormulaCell | inline |
get_kind() const | FormulaCell | inline |
GetFormula() | FormulaCell | protected |
GetFreeVariables() const | FormulaCell | |
include_ite() const | FormulaCell | |
Less(const FormulaCell &c) const =0 | FormulaCell | pure virtual |
operator=(FormulaCell &&f)=delete | FormulaCell | |
operator=(const FormulaCell &f)=delete | FormulaCell | |
Substitute(const ExpressionSubstitution &expr_subst, const FormulaSubstitution &formula_subst)=0 | FormulaCell | pure virtual |
use_count() const | FormulaCell | inline |
~FormulaCell()=default | FormulaCell | protectedvirtual |