summaryrefslogtreecommitdiff
path: root/src/theory/logic_info.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-11-10 16:41:01 +0000
committerMorgan Deters <mdeters@gmail.com>2012-11-10 16:41:01 +0000
commit3169a068f1a0a6b1f8cc902847d106664d6c0bd9 (patch)
tree3d0ffedb4dff63cab04e5b3c867eaa4b9aec5dc7 /src/theory/logic_info.cpp
parente1068a39e661d89d20b47e15fa7d142a28733196 (diff)
Updates to Clark's commit r4540:
* ALL_SUPPORTED/QF_ALL_SUPPORTED don't include nonlinear * Change "Notice" to "Warning" when produce-models turned off due to non-linear (this commit was certified error- and warning-free by the test-and-commit script.)
Diffstat (limited to 'src/theory/logic_info.cpp')
-rw-r--r--src/theory/logic_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/logic_info.cpp b/src/theory/logic_info.cpp
index d721d089e..d2cf57643 100644
--- a/src/theory/logic_info.cpp
+++ b/src/theory/logic_info.cpp
@@ -35,7 +35,7 @@ LogicInfo::LogicInfo() :
d_sharingTheories(0),
d_integers(true),
d_reals(true),
- d_linear(false),
+ d_linear(true),// for now, "everything enabled" doesn't include non-linear arith
d_differenceLogic(false),
d_locked(false) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback