projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fc8009
)
Initializing the d_pivots variable.
author
Tim King
<taking@google.com>
Fri, 2 Dec 2016 22:52:48 +0000
(14:52 -0800)
committer
Tim King
<taking@google.com>
Fri, 2 Dec 2016 22:53:17 +0000
(14:53 -0800)
src/theory/arith/simplex.cpp
patch
|
blob
|
history
diff --git
a/src/theory/arith/simplex.cpp
b/src/theory/arith/simplex.cpp
index a1ffe90b546b74a56febd14327d91ccf06fc635d..fecb06811634914982d93dec6c762ab86968c765 100644
(file)
--- 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);