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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/arith/simplex.h b/src/theory/arith/simplex.h
index 84d7cdcbb..c5c4da661 100644
--- a/src/theory/arith/simplex.h
+++ b/src/theory/arith/simplex.h
@@ -208,6 +208,10 @@ private:
IntStat d_pivotsAfterConflict, d_checksWithWastefulPivots;
TimerStat d_pivotTime;
+
+ AverageStat d_avgNumRowsNotContainingOnUpdate;
+ AverageStat d_avgNumRowsNotContainingOnPivot;
+
Statistics();
~Statistics();
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback