summaryrefslogtreecommitdiff
path: root/src/theory/arith/tableau.cpp
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2011-02-17 18:00:30 +0000
committerTim King <taking@cs.nyu.edu>2011-02-17 18:00:30 +0000
commitbb58835b6967953d1e5df3d79bda6b67bc0bb8b7 (patch)
tree464d4c787d272578c640532a2086346137b975a0 /src/theory/arith/tableau.cpp
parent907850f58916c4a6890156a08301a68b5be43fcb (diff)
Removed ActivityMonitor from arithmetic. This was only used for row ejection, and is now superfluous.
Diffstat (limited to 'src/theory/arith/tableau.cpp')
-rw-r--r--src/theory/arith/tableau.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/arith/tableau.cpp b/src/theory/arith/tableau.cpp
index 95ea166af..75363af7f 100644
--- a/src/theory/arith/tableau.cpp
+++ b/src/theory/arith/tableau.cpp
@@ -101,7 +101,6 @@ void Tableau::pivot(ArithVar x_r, ArithVar x_s){
ReducedRowVector& row_k = lookup(basic);
if(row_k.has(x_s)){
- d_activityMonitor[basic] += 30;
row_k.substitute(*row_s);
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback