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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/arith/simplex.h b/src/theory/arith/simplex.h
index 440d7063c..e753ebc28 100644
--- a/src/theory/arith/simplex.h
+++ b/src/theory/arith/simplex.h
@@ -75,7 +75,8 @@ public:
d_activityMonitor(am),
d_out(out),
d_tableau(tableau),
- d_numVariables(0)
+ d_numVariables(0),
+ d_pivotStage(true)
{}
void increaseMax() {d_numVariables++;}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback