summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/conjecture_generator.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-10-10 23:27:39 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2014-10-10 23:27:45 +0200
commit089d232454e89dc44a6ca2136f9b408c9335d8f1 (patch)
tree21c815088431e820ccc3b3e42fa05e5a5a9bea68 /src/theory/quantifiers/conjecture_generator.h
parent859ab54a3cc8afdc01980e3e97e91b45480586dc (diff)
Initial draft of CEGQI.
Diffstat (limited to 'src/theory/quantifiers/conjecture_generator.h')
-rwxr-xr-xsrc/theory/quantifiers/conjecture_generator.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/theory/quantifiers/conjecture_generator.h b/src/theory/quantifiers/conjecture_generator.h
index 23e2b88ba..59d908fec 100755
--- a/src/theory/quantifiers/conjecture_generator.h
+++ b/src/theory/quantifiers/conjecture_generator.h
@@ -357,13 +357,6 @@ public: //for generalization
// get generalization depth
int calculateGeneralizationDepth( TNode n, std::vector< TNode >& fv );
private:
- //ground term enumeration
- std::map< TypeNode, std::vector< Node > > d_enum_terms;
- //type enumerators
- std::map< TypeNode, unsigned > d_typ_enum_map;
- std::vector< TypeEnumerator > d_typ_enum;
- //get nth term for type
- Node getEnumerateTerm( TypeNode tn, unsigned index );
//predicate for type
std::map< TypeNode, Node > d_typ_pred;
//get predicate for type
@@ -389,12 +382,6 @@ public: //for property enumeration
std::map< TNode, std::vector< TNode > > d_subs_confirmWitnessDomain;
//number of ground substitutions whose equality is unknown
unsigned d_subs_unkCount;
-public: //for ground equivalence classes
- eq::EqualityEngine * getEqualityEngine();
- bool areDisequal( TNode n1, TNode n2 );
- bool areEqual( TNode n1, TNode n2 );
- TNode getRepresentative( TNode n );
- TermDb * getTermDatabase();
private: //information about ground equivalence classes
TNode d_bool_eqc[2];
std::map< TNode, Node > d_ground_eqc_map;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback