summaryrefslogtreecommitdiff
path: root/src/theory/uf/theory_uf.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-03-21 16:39:25 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-03-21 16:39:25 -0500
commit18d2fd549d5058a6ea3ee782568bbc3ce00189ea (patch)
tree2c9c58f61f8fd30d61e5c007c3faabbf504af1f7 /src/theory/uf/theory_uf.h
parent6f8aaff4519161f85a057322f87cb8863738c916 (diff)
Improve computeCareGraph functions to check shared term equality status once per equivalence class pair.
Diffstat (limited to 'src/theory/uf/theory_uf.h')
-rw-r--r--src/theory/uf/theory_uf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/uf/theory_uf.h b/src/theory/uf/theory_uf.h
index ce9c70ca2..41bafcb84 100644
--- a/src/theory/uf/theory_uf.h
+++ b/src/theory/uf/theory_uf.h
@@ -210,6 +210,7 @@ public:
return d_thss;
}
private:
+ bool areCareDisequal(TNode x, TNode y);
void addCarePairs( quantifiers::TermArgTrie * t1, quantifiers::TermArgTrie * t2, unsigned arity, unsigned depth );
};/* class TheoryUF */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback