summaryrefslogtreecommitdiff
path: root/src/theory/sets/theory_sets.h
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2014-07-03 19:17:18 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2014-08-24 16:47:34 -0400
commit2482d287fe3ebcd78e6ebd9a4910d1646251b3fe (patch)
tree850744bc778544f8192724f60872708da7d91426 /src/theory/sets/theory_sets.h
parent4fc241d26515113365024b5f4ae23086b366a623 (diff)
improvements to sets sharing
* Add TheorySets::getEqualityStatus(TNode, TNode) * Add TheorySets::getModelValue(TNode)
Diffstat (limited to 'src/theory/sets/theory_sets.h')
-rw-r--r--src/theory/sets/theory_sets.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/theory/sets/theory_sets.h b/src/theory/sets/theory_sets.h
index a16832389..6136fc8f8 100644
--- a/src/theory/sets/theory_sets.h
+++ b/src/theory/sets/theory_sets.h
@@ -58,6 +58,10 @@ public:
Node explain(TNode);
+ EqualityStatus getEqualityStatus(TNode a, TNode b);
+
+ Node getModelValue(TNode);
+
std::string identify() const { return "THEORY_SETS"; }
void preRegisterTerm(TNode node);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback