summaryrefslogtreecommitdiff
path: root/src/theory/sets/theory_sets.h
diff options
context:
space:
mode:
authorPaulMeng <baolmeng@gmail.com>2016-02-28 16:22:43 -0600
committerPaulMeng <baolmeng@gmail.com>2016-02-28 16:22:43 -0600
commit9f5a29e3ec43821c37f8557f9215cb52a80c1b0b (patch)
tree4c452d73002f49c80c32a0ee6c020bacd34cd4d4 /src/theory/sets/theory_sets.h
parenteea4ce60a90e6807b008b430e39f16dcb263c8a6 (diff)
implemented a basic solving procedure for finite relations (only for
join, product, transpose operators)
Diffstat (limited to 'src/theory/sets/theory_sets.h')
-rw-r--r--src/theory/sets/theory_sets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/sets/theory_sets.h b/src/theory/sets/theory_sets.h
index bc39fcbbd..9e08b597d 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:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback