summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2012-09-29 20:42:16 +0000
committerTim King <taking@cs.nyu.edu>2012-09-29 20:42:16 +0000
commitc89b0605d5ff327f140f3b0be87796f086228640 (patch)
tree9ef989608184632e689a72d8a0edf8c1928721f4 /src/theory/arith/theory_arith.h
parent4801f553640a7005eb26e89a1635f16669a13631 (diff)
Calling the setIncompleteness() flag on all full checks once a non-linear term has been seen.
Diffstat (limited to 'src/theory/arith/theory_arith.h')
-rw-r--r--src/theory/arith/theory_arith.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith.h b/src/theory/arith/theory_arith.h
index 1c2c942fd..4b3a633cb 100644
--- a/src/theory/arith/theory_arith.h
+++ b/src/theory/arith/theory_arith.h
@@ -64,7 +64,9 @@ class InstantiatorTheoryArith;
class TheoryArith : public Theory {
friend class InstantiatorTheoryArith;
private:
- context::CDO<bool> d_nlIncomplete;
+ bool d_nlIncomplete;
+ // TODO A better would be:
+ //context::CDO<bool> d_nlIncomplete;
enum Result::Sat d_qflraStatus;
// check()
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback