summaryrefslogtreecommitdiff
path: root/src/api/cvc4cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/cvc4cpp.h')
-rw-r--r--src/api/cvc4cpp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/api/cvc4cpp.h b/src/api/cvc4cpp.h
index 60127d18b..d503a317e 100644
--- a/src/api/cvc4cpp.h
+++ b/src/api/cvc4cpp.h
@@ -2620,6 +2620,14 @@ class CVC4_PUBLIC Solver
*/
Op mkOp(Kind kind, uint32_t arg1, uint32_t arg2) const;
+ /**
+ * Create operator of Kind:
+ * - TUPLE_PROJECT
+ * See enum Kind for a description of the parameters.
+ * @param kind the kind of the operator
+ */
+ Op mkOp(Kind kind, const std::vector<uint32_t>& args) const;
+
/* .................................................................... */
/* Create Constants */
/* .................................................................... */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback