summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-08-17 13:50:31 -0500
committerGitHub <noreply@github.com>2019-08-17 13:50:31 -0500
commit246a0bc47aa23f3d4225a78e0600094d0e6ac639 (patch)
tree998bde3998f4b05d38a61f0dcd6f6af7b327e66d /src/theory/quantifiers_engine.h
parent340c647857663df289fe9d243175a20124615ab5 (diff)
Move quantifiers relevance module inside E-matching module (#3186)
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index 7a9f5e7da..dfe8a44ad 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -34,7 +34,6 @@
#include "theory/quantifiers/fmf/model_builder.h"
#include "theory/quantifiers/instantiate.h"
#include "theory/quantifiers/quant_epr.h"
-#include "theory/quantifiers/quant_relevance.h"
#include "theory/quantifiers/quant_util.h"
#include "theory/quantifiers/quantifiers_attributes.h"
#include "theory/quantifiers/relevant_domain.h"
@@ -117,8 +116,6 @@ public:
quantifiers::RelevantDomain* getRelevantDomain() const;
/** get the BV inverter utility */
quantifiers::BvInverter* getBvInverter() const;
- /** get quantifier relevance */
- quantifiers::QuantRelevance* getQuantifierRelevance() const;
//---------------------- end utilities
//---------------------- modules (TODO remove these #1163)
/** get bounded integers utility */
@@ -310,8 +307,6 @@ public:
std::unique_ptr<inst::TriggerTrie> d_tr_trie;
/** extended model object */
std::unique_ptr<quantifiers::FirstOrderModel> d_model;
- /** for computing relevance of quantifiers */
- std::unique_ptr<quantifiers::QuantRelevance> d_quant_rel;
/** relevant domain */
std::unique_ptr<quantifiers::RelevantDomain> d_rel_dom;
/** inversion utility for BV instantiation */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback