summaryrefslogtreecommitdiff
path: root/src/smt
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt')
-rw-r--r--src/smt/smt_engine.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/smt/smt_engine.cpp b/src/smt/smt_engine.cpp
index 2bdf7b71f..5e8d71198 100644
--- a/src/smt/smt_engine.cpp
+++ b/src/smt/smt_engine.cpp
@@ -1267,7 +1267,7 @@ bool SmtEnginePrivate::simplifyAssertions()
d_assertionsToCheck.swap(d_assertionsToPreprocess);
}
- Debug("smt") << "POST nonClasualSimplify" << std::endl;
+ Trace("smt") << "POST nonClasualSimplify" << std::endl;
Debug("smt") << " d_assertionsToPreprocess: " << d_assertionsToPreprocess.size() << endl;
Debug("smt") << " d_assertionsToCheck : " << d_assertionsToCheck.size() << endl;
@@ -1283,7 +1283,7 @@ bool SmtEnginePrivate::simplifyAssertions()
}
}
- Debug("smt") << "POST theoryPP" << std::endl;
+ Trace("smt") << "POST theoryPP" << std::endl;
Debug("smt") << " d_assertionsToPreprocess: " << d_assertionsToPreprocess.size() << endl;
Debug("smt") << " d_assertionsToCheck : " << d_assertionsToCheck.size() << endl;
@@ -1292,7 +1292,7 @@ bool SmtEnginePrivate::simplifyAssertions()
simpITE();
}
- Debug("smt") << "POST iteSimp" << std::endl;
+ Trace("smt") << "POST iteSimp" << std::endl;
Debug("smt") << " d_assertionsToPreprocess: " << d_assertionsToPreprocess.size() << endl;
Debug("smt") << " d_assertionsToCheck : " << d_assertionsToCheck.size() << endl;
@@ -1301,7 +1301,7 @@ bool SmtEnginePrivate::simplifyAssertions()
unconstrainedSimp();
}
- Debug("smt") << "POST unconstraintedSimp" << std::endl;
+ Trace("smt") << "POST unconstraintedSimp" << std::endl;
Debug("smt") << " d_assertionsToPreprocess: " << d_assertionsToPreprocess.size() << endl;
Debug("smt") << " d_assertionsToCheck : " << d_assertionsToCheck.size() << endl;
@@ -1313,7 +1313,7 @@ bool SmtEnginePrivate::simplifyAssertions()
if(!noConflict) return false;
}
- Debug("smt") << "POST repeatSimp" << std::endl;
+ Trace("smt") << "POST repeatSimp" << std::endl;
Debug("smt") << " d_assertionsToPreprocess: " << d_assertionsToPreprocess.size() << endl;
Debug("smt") << " d_assertionsToCheck : " << d_assertionsToCheck.size() << endl;
@@ -1480,7 +1480,7 @@ void SmtEnginePrivate::processAssertions() {
Debug("smt") << " d_assertionsToPreprocess: " << d_assertionsToPreprocess.size() << endl;
Debug("smt") << " d_assertionsToCheck : " << d_assertionsToCheck.size() << endl;
- Trace("smt") << "SmtEnginePrivate::processAssertions() POST SIMPLIFICATION" << endl;
+ Debug("smt") << "SmtEnginePrivate::processAssertions() POST SIMPLIFICATION" << endl;
Debug("smt") << " d_assertionsToPreprocess: " << d_assertionsToPreprocess.size() << endl;
Debug("smt") << " d_assertionsToCheck : " << d_assertionsToCheck.size() << endl;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback