summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/rewrite_engine.cpp
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2019-06-11 16:25:28 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2019-06-11 16:25:28 -0700
commit589a6855997c37c46bc58c3eea30bf73b1a3c222 (patch)
tree0b9d8e4949a44a7ceebc15d4c2d8d7c336c31dd1 /src/theory/quantifiers/rewrite_engine.cpp
parenta6f694c852b22789a1cca9116ba5de4b6663ccce (diff)
parent6c6957ccee127548824062d282cc81270e5deb17 (diff)
Merge branch 'master' into fixBetterSkolemsfixBetterSkolems
Diffstat (limited to 'src/theory/quantifiers/rewrite_engine.cpp')
-rw-r--r--src/theory/quantifiers/rewrite_engine.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/theory/quantifiers/rewrite_engine.cpp b/src/theory/quantifiers/rewrite_engine.cpp
index ff42a9c89..d92f36afb 100644
--- a/src/theory/quantifiers/rewrite_engine.cpp
+++ b/src/theory/quantifiers/rewrite_engine.cpp
@@ -119,7 +119,6 @@ int RewriteEngine::checkRewriteRule( Node f, Theory::Effort e ) {
QuantConflictFind * qcf = d_quantEngine->getConflictFind();
if( qcf ){
//reset QCF module
- qcf->computeRelevantEqr();
qcf->setEffort(QuantConflictFind::EFFORT_CONFLICT);
//get the proper quantifiers info
std::map< Node, QuantInfo >::iterator it = d_qinfo.find( f );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback