summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/theory/arith/simplex.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/simplex.cpp b/src/theory/arith/simplex.cpp
index 66f878b1a..9dd13711c 100644
--- a/src/theory/arith/simplex.cpp
+++ b/src/theory/arith/simplex.cpp
@@ -30,8 +30,8 @@ namespace arith {
SimplexDecisionProcedure::SimplexDecisionProcedure(LinearEqualityModule& linEq, ErrorSet& errors, RaiseConflict conflictChannel, TempVarMalloc tvmalloc)
- : d_pivots(0),
- d_conflictVariables()
+ : d_pivots(0)
+ , d_conflictVariables()
, d_linEq(linEq)
, d_variables(d_linEq.getVariables())
, d_tableau(d_linEq.getTableau())
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback