dReal4
|
This is the complete list of members for ExpressionIfThenElse, including all inherited members.
Differentiate(const Variable &x) const override | ExpressionIfThenElse | virtual |
Display(std::ostream &os) const override | ExpressionIfThenElse | virtual |
EqualTo(const ExpressionCell &e) const override | ExpressionIfThenElse | virtual |
Evaluate(const Environment &env) const override | ExpressionIfThenElse | virtual |
Expand() override | ExpressionIfThenElse | virtual |
ExpressionCell(const ExpressionCell &e)=delete | ExpressionCell | |
ExpressionCell(ExpressionCell &&e)=delete | ExpressionCell | |
ExpressionCell()=delete | ExpressionCell | |
ExpressionCell(ExpressionKind k, size_t hash, bool is_poly, bool include_ite, Variables variables) | ExpressionCell | protected |
ExpressionIfThenElse(const Formula &f_cond, const Expression &e_then, const Expression &e_else) | ExpressionIfThenElse | |
get_conditional_formula() const | ExpressionIfThenElse | inline |
get_else_expression() const | ExpressionIfThenElse | inline |
get_hash() const | ExpressionCell | inline |
get_kind() const | ExpressionCell | inline |
get_then_expression() const | ExpressionIfThenElse | inline |
GetExpression() | ExpressionCell | protected |
GetVariables() const | ExpressionCell | |
include_ite() const | ExpressionCell | inline |
is_polynomial() const | ExpressionCell | inline |
Less(const ExpressionCell &e) const override | ExpressionIfThenElse | virtual |
operator=(ExpressionCell &&e)=delete | ExpressionCell | |
operator=(const ExpressionCell &e)=delete | ExpressionCell | |
Substitute(const ExpressionSubstitution &expr_subst, const FormulaSubstitution &formula_subst) override | ExpressionIfThenElse | virtual |
use_count() const | ExpressionCell | inline |
~ExpressionCell()=default | ExpressionCell | protectedvirtual |