summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-09-16 21:19:57 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2014-09-16 21:19:57 +0200
commitfd058334d36acad14053388c750a81c82b5ac117 (patch)
treecb345d445ee794b01845ef434f41ab32b930743e /src/theory/quantifiers_engine.cpp
parentbc3f6fdaf84da10f5fd5ad3a5f5700ec242dd082 (diff)
Bug fix variable triggers with --inst-max-level : use term in EQC with minimal instantiation level.
Diffstat (limited to 'src/theory/quantifiers_engine.cpp')
-rw-r--r--src/theory/quantifiers_engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/quantifiers_engine.cpp b/src/theory/quantifiers_engine.cpp
index 4c29c8f9a..23b3ac50a 100644
--- a/src/theory/quantifiers_engine.cpp
+++ b/src/theory/quantifiers_engine.cpp
@@ -436,7 +436,7 @@ bool QuantifiersEngine::addInstantiation( Node f, std::vector< Node >& vars, std
}
void QuantifiersEngine::setInstantiationLevelAttr( Node n, Node qn, uint64_t level ){
- Trace("inst-level-debug") << "IL : " << n << " " << qn << " " << level << std::endl;
+ Trace("inst-level-debug2") << "IL : " << n << " " << qn << " " << level << std::endl;
//if not from the vector of terms we instantiatied
if( qn.getKind()!=BOUND_VARIABLE && n!=qn ){
//if this is a new term, without an instantiation level
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback