summaryrefslogtreecommitdiff
path: root/src/theory/arith/simplex.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2011-02-17 17:46:31 +0000
committerTim King <taking@cs.nyu.edu>2011-02-17 17:46:31 +0000
commit907850f58916c4a6890156a08301a68b5be43fcb (patch)
tree251815ce8fc9cc3df1520708894417715d168268 /src/theory/arith/simplex.h
parent0b6743798125317a4e88366591028691fe7170f8 (diff)
Row ejection is now completely disabled. Another commit cleaning this one up will follow shortly.
Diffstat (limited to 'src/theory/arith/simplex.h')
-rw-r--r--src/theory/arith/simplex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/theory/arith/simplex.h b/src/theory/arith/simplex.h
index 587f468e0..7589e7936 100644
--- a/src/theory/arith/simplex.h
+++ b/src/theory/arith/simplex.h
@@ -178,11 +178,11 @@ public:
void checkTableau();
private:
- bool shouldEject(ArithVar var);
- void ejectInactiveVariables();
+ //bool shouldEject(ArithVar var);
+ //void ejectInactiveVariables();
public:
- void reinjectVariable(ArithVar x);
+ //void reinjectVariable(ArithVar x);
/**
* Computes the value of a basic variable using the assignments
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback