summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/rewrite_engine.cpp
diff options
context:
space:
mode:
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