summaryrefslogtreecommitdiff
path: root/src/theory/arith
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith')
-rw-r--r--src/theory/arith/theory_arith.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/arith/theory_arith.cpp b/src/theory/arith/theory_arith.cpp
index b63566c29..c25090f38 100644
--- a/src/theory/arith/theory_arith.cpp
+++ b/src/theory/arith/theory_arith.cpp
@@ -72,6 +72,10 @@ void TheoryArith::finishInit()
{
// witness is used to eliminate square root
tm->setUnevaluatedKind(kind::WITNESS);
+ // we only need to add the operators that are not syntax sugar
+ tm->setUnevaluatedKind(kind::EXPONENTIAL);
+ tm->setUnevaluatedKind(kind::SINE);
+ tm->setUnevaluatedKind(kind::PI);
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback