summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/quant_conflict_find.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/quant_conflict_find.h')
-rwxr-xr-xsrc/theory/quantifiers/quant_conflict_find.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/theory/quantifiers/quant_conflict_find.h b/src/theory/quantifiers/quant_conflict_find.h
index d8f1c8e6f..81f31fa90 100755
--- a/src/theory/quantifiers/quant_conflict_find.h
+++ b/src/theory/quantifiers/quant_conflict_find.h
@@ -187,11 +187,6 @@ private:
NodeList d_qassert;
std::map< Node, QuantInfo > d_qinfo;
private: //for equivalence classes
- eq::EqualityEngine * getEqualityEngine();
- bool areDisequal( Node n1, Node n2 );
- bool areEqual( Node n1, Node n2 );
- Node getRepresentative( Node n );
- TermDb* getTermDatabase();
// type -> list(eqc)
std::map< TypeNode, std::vector< TNode > > d_eqcs;
std::map< TypeNode, Node > d_model_basis;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback