summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/model_engine.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2015-04-24 14:41:28 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2015-04-24 14:41:28 +0200
commit349deb0522c4602b740d96f6a688b644dd84c64f (patch)
tree9dadc1818f91082fec548ae1c04bcceea26ab95c /src/theory/quantifiers/model_engine.cpp
parentb09cdf3e0f407c69c8df8023b70c776d1b0a4589 (diff)
More parser related bug fixes (define-funs-rec, declare-funs). Bug fix for fmf mbqi=gen-ev for interpreted operators.
Diffstat (limited to 'src/theory/quantifiers/model_engine.cpp')
-rw-r--r--src/theory/quantifiers/model_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers/model_engine.cpp b/src/theory/quantifiers/model_engine.cpp
index 591034ffc..6e73b37a7 100644
--- a/src/theory/quantifiers/model_engine.cpp
+++ b/src/theory/quantifiers/model_engine.cpp
@@ -77,7 +77,7 @@ void ModelEngine::check( Theory::Effort e, unsigned quant_e ){
Trace("model-engine-debug") << "Check model..." << std::endl;
d_incomplete_check = false;
//print debug
- Debug("fmf-model-complete") << std::endl;
+ Trace("fmf-model-complete") << std::endl;
debugPrint("fmf-model-complete");
//successfully built an acceptable model, now check it
addedLemmas += checkModel();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback