summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.h
diff options
context:
space:
mode:
authorTim King <taking@cs.nyu.edu>2011-04-02 21:05:47 +0000
committerTim King <taking@cs.nyu.edu>2011-04-02 21:05:47 +0000
commita2cc0337aa53cfb686e26d68f98f2ae176ff1337 (patch)
tree73dbd73b52511d7575b925acd9ea18414b92ff4e /src/theory/arith/theory_arith.h
parent41362e76ebc0073c1801700da574b6265dcbc6a9 (diff)
Delayed the addition of unate propagation lemmas until propagation is called. The OutputChannel is now untouched by TheoryArith during preregistration.
Diffstat (limited to 'src/theory/arith/theory_arith.h')
-rw-r--r--src/theory/arith/theory_arith.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/arith/theory_arith.h b/src/theory/arith/theory_arith.h
index 85f554849..bba2d19c0 100644
--- a/src/theory/arith/theory_arith.h
+++ b/src/theory/arith/theory_arith.h
@@ -255,6 +255,9 @@ private:
IntStat d_smallerSetToCurr;
TimerStat d_restartTimer;
+ IntStat d_diseqSplitCalls;
+ TimerStat d_diseqSplitTimer;
+
Statistics();
~Statistics();
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback