summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/theory_arith.cpp')
-rw-r--r--src/theory/arith/theory_arith.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith.cpp b/src/theory/arith/theory_arith.cpp
index 45dcd5d51..f390503a3 100644
--- a/src/theory/arith/theory_arith.cpp
+++ b/src/theory/arith/theory_arith.cpp
@@ -37,7 +37,7 @@ TheoryArith::TheoryArith(context::Context* c, context::UserContext* u,
, d_ppRewriteTimer("theory::arith::ppRewriteTimer")
{
smtStatisticsRegistry()->registerStat(&d_ppRewriteTimer);
- if (options::nlAlg()) {
+ if (options::nlExt()) {
setupExtTheory();
getExtTheory()->addFunctionKind(kind::NONLINEAR_MULT);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback