summaryrefslogtreecommitdiff
path: root/src/theory/arith/simplex.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2010-10-30 19:18:36 +0000
committerTim King <taking@cs.nyu.edu>2010-10-30 19:18:36 +0000
commit29f5a9be53b572d2369d70947942563825c2fa27 (patch)
treed2c579867aade669bb6b1fef03fbdc005c538c7d /src/theory/arith/simplex.h
parentb3ce68e7803dcb868004155b6d61a88a8dbe6c6f (diff)
Adds a hueristic from Alberto's thesis. For a fixed window the row count is used to select which non-basic variable is a row in made basic.
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