SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
#include <ExpressionConverter.h>
Public Member Functions | |
FormulaT | operator() (carl::Variable::Arg var) |
FormulaT | operator() (const ITEExpression &expr) |
FormulaT | operator() (const QuantifierExpression &expr) |
FormulaT | operator() (const UnaryExpression &expr) |
FormulaT | operator() (const BinaryExpression &expr) |
FormulaT | operator() (const NaryExpression &expr) |
FormulaT | operator() (const Expression &expr) |
Protected Member Functions | |
FormulaT | convert (const Expression &expr) |
Protected Attributes | |
FormulasT | mGlobalFormulas |
Definition at line 12 of file ExpressionConverter.h.
|
inlineprotected |
Definition at line 15 of file ExpressionConverter.h.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 23 of file ExpressionConverter.h.
|
inline |
|
inline |
Definition at line 28 of file ExpressionConverter.h.
|
inline |
|
protected |
Definition at line 14 of file ExpressionConverter.h.