summaryrefslogtreecommitdiff
path: root/src/theory/arith/tableau.cpp
diff options
context:
space:
mode:
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