summaryrefslogtreecommitdiff
path: root/src/theory/uf/theory_uf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/uf/theory_uf.h')
-rw-r--r--src/theory/uf/theory_uf.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/theory/uf/theory_uf.h b/src/theory/uf/theory_uf.h
index 4d0a3126f..7d17fdb86 100644
--- a/src/theory/uf/theory_uf.h
+++ b/src/theory/uf/theory_uf.h
@@ -150,15 +150,6 @@ private:
/** called when two equivalence classes are made disequal */
void eqNotifyDisequal(TNode t1, TNode t2, TNode reason);
- private:
- /** get the operator for this node (node should be either APPLY_UF or
- * HO_APPLY)
- */
- Node getOperatorForApplyTerm(TNode node);
- /** get the starting index of the arguments for node (node should be either
- * APPLY_UF or HO_APPLY) */
- unsigned getArgumentStartIndexForApplyTerm(TNode node);
-
public:
/** Constructs a new instance of TheoryUF w.r.t. the provided context.*/
@@ -211,8 +202,8 @@ private:
private:
bool areCareDisequal(TNode x, TNode y);
- void addCarePairs(TNodeTrie* t1,
- TNodeTrie* t2,
+ void addCarePairs(const TNodeTrie* t1,
+ const TNodeTrie* t2,
unsigned arity,
unsigned depth);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback