summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-04-07 11:22:44 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-04-07 11:22:44 -0500
commit60978d75345cc4e939cf12f57ead93cbb08823ab (patch)
treebcf9dc7392d5d7536db2d697ce657b600a76f3e7 /src/theory/arith/theory_arith.cpp
parentf134f6845711821583c594acab5008eb5662888e (diff)
Change option names for nl.
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