KExpr Simplifier Base
Functions
Returns true if simplifier has enough depth to perform bounded rewrite.
Properties
Inheritors
Extensions
Simplify an expression. preprocess Rewrite an expression before simplification of an args (top-down). simplifier Rewrite an expression after args simplification (bottom-up).
Specialized version of simplifyExpr for expressions which are always rewritten with another expression on the preprocess stage.
Specialized version of simplifyExpr for expressions with a single argument.
Specialized version of simplifyExpr for expressions with two arguments.
Specialized version of simplifyExpr for expressions with three arguments.
Specialized version of simplifyExpr for expressions with four arguments.
Specialized version of simplifyExpr for expressions with five arguments.
Simplify an expression.