summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/theory_quantifiers.cpp
diff options
context:
space:
mode:
authorajreynol <reynolds@larapc05.epfl.ch>2014-06-03 14:01:01 +0200
committerajreynol <reynolds@larapc05.epfl.ch>2014-06-03 14:01:08 +0200
commit6480823e5620b316b4c319453f45f6d7d452e2b1 (patch)
treec94fbf4956aa983906d99105d7d89906739d6290 /src/theory/quantifiers/theory_quantifiers.cpp
parent30e1feed2331bb44338363228fe73e82ab7c7c3d (diff)
Support E-matching/QCF for Set operators.
Diffstat (limited to 'src/theory/quantifiers/theory_quantifiers.cpp')
-rw-r--r--src/theory/quantifiers/theory_quantifiers.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/quantifiers/theory_quantifiers.cpp b/src/theory/quantifiers/theory_quantifiers.cpp
index 5802632da..8335a084a 100644
--- a/src/theory/quantifiers/theory_quantifiers.cpp
+++ b/src/theory/quantifiers/theory_quantifiers.cpp
@@ -109,10 +109,10 @@ void TheoryQuantifiers::collectModelInfo(TheoryModel* m, bool fullModel) {
void TheoryQuantifiers::check(Effort e) {
CodeTimer codeTimer(d_theoryTime);
- Debug("quantifiers-check") << "quantifiers::check(" << e << ")" << std::endl;
+ Trace("quantifiers-check") << "quantifiers::check(" << e << ")" << std::endl;
while(!done()) {
Node assertion = get();
- Debug("quantifiers-assert") << "quantifiers::assert(): " << assertion << std::endl;
+ Trace("quantifiers-assert") << "quantifiers::assert(): " << assertion << std::endl;
switch(assertion.getKind()) {
case kind::FORALL:
assertUniversal( assertion );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback