From 2bf0735176e0ff5fb9720bfb255ca22443584dcc Mon Sep 17 00:00:00 2001 From: Andrew Reynolds Date: Wed, 22 May 2013 17:34:23 -0500 Subject: Significant work on bounded integer quantification to handle non-trivial bounds. Refactoring of InstConstantAttribute to be internal to TermDb. --- src/theory/quantifiers/inst_match.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/theory/quantifiers/inst_match.cpp') diff --git a/src/theory/quantifiers/inst_match.cpp b/src/theory/quantifiers/inst_match.cpp index d4988f223..d55f72a88 100644 --- a/src/theory/quantifiers/inst_match.cpp +++ b/src/theory/quantifiers/inst_match.cpp @@ -143,7 +143,7 @@ void InstMatch::set(TNode var, TNode n){ if (Trace.isOn("inst-match-warn")) { // For a strange use in inst_match.cpp InstMatchGeneratorSimple::addInstantiations if( !n.isNull() && !n.getType().isSubtypeOf( var.getType() ) ){ - Trace("inst-match-warn") << var.getAttribute(InstConstantAttribute()) << std::endl; + Trace("inst-match-warn") << quantifiers::TermDb::getInstConstAttr(var) << std::endl; Trace("inst-match-warn") << var << " " << var.getType() << " " << n << " " << n.getType() << std::endl ; } } -- cgit v1.2.3