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.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