summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/relevant_domain.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-03-24 09:37:13 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-03-24 09:37:32 -0500
commit67ea40d24cbbcd3f490248754a6abc1989bacc7b (patch)
treef74d7a52a5046e346035b1c5b5abec1f17004033 /src/theory/quantifiers/relevant_domain.h
parent2c1e5b35ba688c0df297b0510058454c54bab54d (diff)
Refactor model building for quantifiers to be a single pass, simplification. Modify datatypes collect model info to include dt equivalence classes. Further work on sygus. Other minor fixes.
Diffstat (limited to 'src/theory/quantifiers/relevant_domain.h')
-rw-r--r--src/theory/quantifiers/relevant_domain.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/theory/quantifiers/relevant_domain.h b/src/theory/quantifiers/relevant_domain.h
index 1d6a2af19..be6ebcd9d 100644
--- a/src/theory/quantifiers/relevant_domain.h
+++ b/src/theory/quantifiers/relevant_domain.h
@@ -43,7 +43,6 @@ private:
std::map< RDomain *, Node > d_rn_map;
std::map< RDomain *, int > d_ri_map;
QuantifiersEngine* d_qe;
- FirstOrderModel* d_model;
void computeRelevantDomain( Node q, Node n, bool hasPol, bool pol );
void computeRelevantDomainOpCh( RDomain * rf, Node n );
bool d_is_computed;
@@ -63,7 +62,7 @@ private:
std::map< bool, std::map< bool, std::map< Node, RDomainLit > > > d_rel_dom_lit;
void computeRelevantDomainLit( Node q, bool hasPol, bool pol, Node n );
public:
- RelevantDomain( QuantifiersEngine* qe, FirstOrderModel* m );
+ RelevantDomain( QuantifiersEngine* qe );
virtual ~RelevantDomain();
/* reset */
bool reset( Theory::Effort e );
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback