summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2012-06-14 13:47:33 +0000
committerKshitij Bansal <kshitij@cs.nyu.edu>2012-06-14 13:47:33 +0000
commitc1b87cb541768fa9811cef643e43fdc09091c353 (patch)
tree4c5ce6775b34e9949277ed95fa841fba6dab0fc9 /src/theory
parent389863844682473d0b5b84b3a8288282909e15d2 (diff)
fix cout, fix statname, rm deadcode
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/arith/theory_arith.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/theory_arith.cpp b/src/theory/arith/theory_arith.cpp
index 62a258fe2..16fd28649 100644
--- a/src/theory/arith/theory_arith.cpp
+++ b/src/theory/arith/theory_arith.cpp
@@ -96,7 +96,7 @@ TheoryArith::Statistics::Statistics():
d_simplifyTimer("theory::arith::simplifyTimer"),
d_staticLearningTimer("theory::arith::staticLearningTimer"),
d_presolveTime("theory::arith::presolveTime"),
- d_newPropTime("::newPropTimer"),
+ d_newPropTime("theory::arith::newPropTimer"),
d_externalBranchAndBounds("theory::arith::externalBranchAndBounds",0),
d_initialTableauSize("theory::arith::initialTableauSize", 0),
d_currSetToSmaller("theory::arith::currSetToSmaller", 0),
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback