summaryrefslogtreecommitdiff
path: root/src/theory/arith/fc_simplex.cpp
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2014-03-08 14:44:56 -0500
committerTim King <taking@cs.nyu.edu>2014-03-08 14:44:56 -0500
commitbbb8637c877a312759547d6159be38866f47eb21 (patch)
tree86b217cb1889d8d6ad5411f7f4e02994d4e3bef1 /src/theory/arith/fc_simplex.cpp
parentd01269e2d5a02952fbda74dcd9629acfbf23dfd4 (diff)
parent0f47a28a18bb9a599514e199d355b8e793cf06de (diff)
Merge pull request #18 from timothy-king/master
Merging in the glpk changes
Diffstat (limited to 'src/theory/arith/fc_simplex.cpp')
-rw-r--r--src/theory/arith/fc_simplex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/fc_simplex.cpp b/src/theory/arith/fc_simplex.cpp
index c0bffdf07..70a322959 100644
--- a/src/theory/arith/fc_simplex.cpp
+++ b/src/theory/arith/fc_simplex.cpp
@@ -536,7 +536,7 @@ void FCSimplexDecisionProcedure::updateAndSignal(const UpdateInfo& selected, Wit
}
if(selected.describesPivot()){
- Constraint limiting = selected.limiting();
+ ConstraintP limiting = selected.limiting();
ArithVar basic = limiting->getVariable();
Assert(d_linEq.basicIsTracked(basic));
d_linEq.pivotAndUpdate(basic, nonbasic, limiting->getValue());
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback