summaryrefslogtreecommitdiff
path: root/src/theory/arith/simplex.cpp
diff options
context:
space:
mode:
authorTim King <taking@google.com>2016-12-02 14:52:48 -0800
committerTim King <taking@google.com>2016-12-02 14:53:17 -0800
commitc6a312021afba48138f3565c8b62212af0a91715 (patch)
tree65b9e9de208de063d296fc6febd95186f967c974 /src/theory/arith/simplex.cpp
parent4fc80090fa10ec7af42e3147ac44be3c3a49e3d1 (diff)
Initializing the d_pivots variable.
Diffstat (limited to 'src/theory/arith/simplex.cpp')
-rw-r--r--src/theory/arith/simplex.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/arith/simplex.cpp b/src/theory/arith/simplex.cpp
index a1ffe90b5..fecb06811 100644
--- a/src/theory/arith/simplex.cpp
+++ b/src/theory/arith/simplex.cpp
@@ -43,6 +43,7 @@ SimplexDecisionProcedure::SimplexDecisionProcedure(LinearEqualityModule& linEq,
, d_zero(0)
, d_posOne(1)
, d_negOne(-1)
+ , d_pivots(0)
{
d_heuristicRule = options::arithErrorSelectionRule();
d_errorSet.setSelectionRule(d_heuristicRule);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback