summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2013-04-01 11:26:57 -0400
committerTim King <taking@cs.nyu.edu>2013-04-01 19:43:06 -0400
commit354ef7c75f886a315b985324c76a658efb1da11f (patch)
tree81ece6ba8b15d2596bb0836fd99cc410911a0912 /src/theory/arith/theory_arith.h
parent3740d285d939b85af47804871abbf545ddda01af (diff)
Adding a restart test strategy to integers.
Diffstat (limited to 'src/theory/arith/theory_arith.h')
-rw-r--r--src/theory/arith/theory_arith.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/arith/theory_arith.h b/src/theory/arith/theory_arith.h
index 31f9bfcaf..50061579a 100644
--- a/src/theory/arith/theory_arith.h
+++ b/src/theory/arith/theory_arith.h
@@ -542,6 +542,8 @@ private:
std::vector<Node> cutAllBounded() const;
Node branchIntegerVariable(ArithVar x) const;
+ context::CDO<unsigned> d_cutsInContext;
+
/** These fields are designed to be accessible to TheoryArith methods. */
class Statistics {
public:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback