summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.cpp
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-09-13 13:36:28 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-09-13 13:36:28 -0500
commit5887766342258361d3635a5b29a015dadb9ebe83 (patch)
tree04a9ce1bceb5e5c4d0a715eda0ca9689ac424c58 /src/theory/quantifiers_engine.cpp
parentca1b17c8bba3681643a1a3de19d32b038c38aceb (diff)
Minor changes to sep logic, epr, quantifier splitting.
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 dc3f0cdd5..5b50526c4 100644
--- a/src/theory/quantifiers_engine.cpp
+++ b/src/theory/quantifiers_engine.cpp
@@ -349,7 +349,7 @@ void QuantifiersEngine::presolve() {
}
void QuantifiersEngine::ppNotifyAssertions( std::vector< Node >& assertions ) {
- Trace("quant-engine-proc") << "ppNotifyAssertions in QE" << std::endl;
+ Trace("quant-engine-proc") << "ppNotifyAssertions in QE, #assertions = " << assertions.size() << " check epr = " << (d_qepr!=NULL) << std::endl;
if( ( options::instLevelInputOnly() && options::instMaxLevel()!=-1 ) || d_qepr!=NULL ){
for( unsigned i=0; i<assertions.size(); i++ ) {
if( options::instLevelInputOnly() && options::instMaxLevel()!=-1 ){
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback