summaryrefslogtreecommitdiff
path: root/src/theory/arith/simplex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/simplex.h')
-rw-r--r--src/theory/arith/simplex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/arith/simplex.h b/src/theory/arith/simplex.h
index 6dcfccb8e..8450afb06 100644
--- a/src/theory/arith/simplex.h
+++ b/src/theory/arith/simplex.h
@@ -71,6 +71,8 @@ namespace arith {
class SimplexDecisionProcedure {
private:
+ ArithVar d_conflictVariable;
+ DenseSet d_successes;
/** Linear equality module. */
LinearEqualityModule& d_linEq;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback