summaryrefslogtreecommitdiff
path: root/src/util/options.i
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/options.i')
-rw-r--r--src/util/options.i9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/options.i b/src/util/options.i
new file mode 100644
index 000000000..ad4815a33
--- /dev/null
+++ b/src/util/options.i
@@ -0,0 +1,9 @@
+%{
+#include "util/options.h"
+%}
+
+%ignore CVC4::operator<<(std::ostream&, Options::SimplificationMode);
+%ignore CVC4::operator<<(std::ostream&, Options::ArithPivotRule);
+
+%import "util/exception.h"
+%include "util/options.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback