summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-07-05 16:55:20 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-07-05 16:55:24 -0500
commit94e6dfdb96d8ca3558789b51384349f66415c540 (patch)
tree8fd46f58c987e24ae9a51f4e93db5ab9cdb048e3 /src/theory
parent96e424c5c2f51f32f32935bffd515b48f9b9997f (diff)
Fix for logic info, update regressions. Update casc tfa script.
Diffstat (limited to 'src/theory')
-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 6f519c15f..3a89ca048 100644
--- a/src/theory/logic_info.cpp
+++ b/src/theory/logic_info.cpp
@@ -36,7 +36,7 @@ LogicInfo::LogicInfo() :
d_sharingTheories(0),
d_integers(true),
d_reals(true),
- d_linear(true),// for now, "everything enabled" doesn't include non-linear arith
+ d_linear(false),
d_differenceLogic(false),
d_cardinalityConstraints(false),
d_locked(false) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback