summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.cpp
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2012-10-23 20:05:38 +0000
committerClark Barrett <barrett@cs.nyu.edu>2012-10-23 20:05:38 +0000
commit2f8226e01f37035fe4edefb1e47d47b48638f832 (patch)
tree046b2a5bd6bbc204ae77cca5db79a053424e72bf /src/theory/theory_engine.cpp
parentc19a568e646e977e5134598b1619a6b340561a21 (diff)
More debugging info, small changes to model builder
Diffstat (limited to 'src/theory/theory_engine.cpp')
-rw-r--r--src/theory/theory_engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/theory_engine.cpp b/src/theory/theory_engine.cpp
index 2b99f9c26..f24b11c41 100644
--- a/src/theory/theory_engine.cpp
+++ b/src/theory/theory_engine.cpp
@@ -550,6 +550,7 @@ void TheoryEngine::collectModelInfo( theory::TheoryModel* m, bool fullModel ){
// concerning the model.
for(TheoryId theoryId = theory::THEORY_FIRST; theoryId < theory::THEORY_LAST; ++theoryId) {
if(d_logicInfo.isTheoryEnabled(theoryId)) {
+ Trace("model-builder") << " CollectModelInfo on theory: " << theoryId << endl;
d_theoryTable[theoryId]->collectModelInfo( m, fullModel );
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback