summaryrefslogtreecommitdiff
path: root/src/theory/arith/simplex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/simplex.h')
-rw-r--r--src/theory/arith/simplex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/arith/simplex.h b/src/theory/arith/simplex.h
index e753ebc28..7514b6284 100644
--- a/src/theory/arith/simplex.h
+++ b/src/theory/arith/simplex.h
@@ -196,6 +196,7 @@ private:
IntStat d_statPivots, d_statUpdates, d_statAssertUpperConflicts;
IntStat d_statAssertLowerConflicts, d_statUpdateConflicts;
+ IntStat d_statEjections, d_statUnEjections;
Statistics();
~Statistics();
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback