From bdb5789713c03cf16f0ce6178b2fdc66f96ddc9e Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Mon, 22 Jul 2013 14:29:28 -0500 Subject: Bug fix for --fmf-fmc for non-uninterpreted sort quantifiers, added infrastructure to BV collectModelInfo in preparation for bug fix. --- src/theory/quantifiers/theory_quantifiers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/quantifiers/theory_quantifiers.cpp') diff --git a/src/theory/quantifiers/theory_quantifiers.cpp b/src/theory/quantifiers/theory_quantifiers.cpp index c68623baa..52c9e34f3 100644 --- a/src/theory/quantifiers/theory_quantifiers.cpp +++ b/src/theory/quantifiers/theory_quantifiers.cpp @@ -163,7 +163,7 @@ void TheoryQuantifiers::assertExistential( Node n ){ NodeBuilder<> nb(kind::OR); nb << n[0] << body.notNode(); Node lem = nb; - Debug("quantifiers-sk") << "Skolemize lemma : " << lem << std::endl; + Trace("quantifiers-sk") << "Skolemize lemma : " << lem << std::endl; d_out->lemma( lem ); d_skolemized[n] = true; } -- cgit v1.2.3