summaryrefslogtreecommitdiff
path: root/src/theory/arith/theory_arith.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/theory_arith.cpp')
-rw-r--r--src/theory/arith/theory_arith.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/arith/theory_arith.cpp b/src/theory/arith/theory_arith.cpp
index badfe4c41..6174e9500 100644
--- a/src/theory/arith/theory_arith.cpp
+++ b/src/theory/arith/theory_arith.cpp
@@ -1521,7 +1521,7 @@ void TheoryArith::check(Effort effortLevel){
d_partialModel.commitAssignmentChanges();
revertOutOfConflict();
- if(Debug.isOn("arith::consistency")){
+ if(Debug.isOn("arith::consistency::comitonconflict")){
entireStateIsConsistent("commit on conflict");
}
}
@@ -2083,7 +2083,7 @@ bool TheoryArith::unenqueuedVariablesAreConsistent(){
}
Warning() << endl;
result = false;
- } else {
+ } else if(Debug.isOn("arith::consistency::initial")){
d_partialModel.printModel(var);
Warning() << "Initial var is not consistent for " << var << *i;
if(d_tableau.isBasic(var)){
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback