summaryrefslogtreecommitdiff
path: root/src/theory/uf/equality_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/uf/equality_engine.h')
-rw-r--r--src/theory/uf/equality_engine.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/theory/uf/equality_engine.h b/src/theory/uf/equality_engine.h
index 4eabf63de..dccd5ba56 100644
--- a/src/theory/uf/equality_engine.h
+++ b/src/theory/uf/equality_engine.h
@@ -613,6 +613,13 @@ public:
}
/**
+ * Returns true if this kind is used for congruence closure.
+ */
+ bool isFunctionKind(Kind fun) {
+ return d_congruenceKinds.tst(fun);
+ }
+
+ /**
* Adds a function application term to the database.
*/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback