Skip to content
Snippets Groups Projects
Commit e739c6de authored by Emmanouil (Manos) Koukoutos's avatar Emmanouil (Manos) Koukoutos Committed by Etienne Kneuss
Browse files

Simplify arithmetic in bestEffort

parent 3f3fa826
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ object Simplifiers {
simplifyTautologies(uninterpretedZ3)(_),
simplifyLets _,
simplifyPaths(uninterpretedZ3)(_),
simplifyArithmetic _,
rewriteTuples _,
evalGround(ctx, p),
normalizeExpression _
......@@ -40,6 +41,7 @@ object Simplifiers {
val simplifiers = List[Expr => Expr](
simplifyTautologies(uninterpretedZ3)(_),
simplifyArithmetic _,
rewriteTuples _,
evalGround(ctx, p),
normalizeExpression _
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment