dReal4
|
This is the complete list of members for ExpressionMul, including all inherited members.
Differentiate(const Variable &x) const override | ExpressionMul | virtual |
Display(std::ostream &os) const override | ExpressionMul | virtual |
EqualTo(const ExpressionCell &e) const override | ExpressionMul | virtual |
Evaluate(const Environment &env) const override | ExpressionMul | virtual |
Expand() override | ExpressionMul | 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 |
ExpressionMul(double constant, std::map< Expression, Expression > base_to_exponent_map) | ExpressionMul | |
get_base_to_exponent_map() const | ExpressionMul | inline |
get_constant() const | ExpressionMul | inline |
get_hash() const | ExpressionCell | inline |
get_kind() const | ExpressionCell | inline |
get_mutable_base_to_exponent_map() | ExpressionMul | inline |
GetExpression() | ExpressionCell | protected |
GetVariables() const | ExpressionCell | |
include_ite() const | ExpressionCell | inline |
is_polynomial() const | ExpressionCell | inline |
Less(const ExpressionCell &e) const override | ExpressionMul | virtual |
operator=(ExpressionCell &&e)=delete | ExpressionCell | |
operator=(const ExpressionCell &e)=delete | ExpressionCell | |
Substitute(const ExpressionSubstitution &expr_subst, const FormulaSubstitution &formula_subst) override | ExpressionMul | virtual |
use_count() const | ExpressionCell | inline |
~ExpressionCell()=default | ExpressionCell | protectedvirtual |