summaryrefslogtreecommitdiff
path: root/src/theory/sets/theory_sets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/sets/theory_sets.h')
-rw-r--r--src/theory/sets/theory_sets.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/theory/sets/theory_sets.h b/src/theory/sets/theory_sets.h
index bbeaf4a4c..2ebb9947d 100644
--- a/src/theory/sets/theory_sets.h
+++ b/src/theory/sets/theory_sets.h
@@ -33,6 +33,7 @@ class TheorySets : public Theory {
private:
friend class TheorySetsPrivate;
friend class TheorySetsScrutinize;
+ friend class TheorySetsRels;
TheorySetsPrivate* d_internal;
public:
@@ -68,6 +69,8 @@ public:
void propagate(Effort);
void setMasterEqualityEngine(eq::EqualityEngine* eq);
+
+ bool isEntailed( Node n, bool pol );
};/* class TheorySets */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback