summaryrefslogtreecommitdiff
path: root/src/theory/arith/tableau.cpp
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2013-04-30 00:46:14 -0400
committerTim King <taking@cs.nyu.edu>2013-04-30 00:46:14 -0400
commit2b9e032cc93a96dccab8757326645da82b5866e5 (patch)
tree3d579a615f0d3acbf7edadc7cf81a237c4888f43 /src/theory/arith/tableau.cpp
parent9098391fe334d829ec4101f190b8f1fa21c30752 (diff)
Adding has bound counts and tracking for rows.
Diffstat (limited to 'src/theory/arith/tableau.cpp')
-rw-r--r--src/theory/arith/tableau.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/tableau.cpp b/src/theory/arith/tableau.cpp
index c54b0857a..9d06fadc4 100644
--- a/src/theory/arith/tableau.cpp
+++ b/src/theory/arith/tableau.cpp
@@ -75,7 +75,7 @@ void Tableau::rowPivot(ArithVar basicOld, ArithVar basicNew, CoefficientChangeCa
d_basic2RowIndex.set(basicNew, rid);
d_rowIndex2basic.set(rid, basicNew);
- cb.swap(basicOld, basicNew, a_rs_sgn);
+ cb.multiplyRow(rid, -a_rs_sgn);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback