summaryrefslogtreecommitdiff
path: root/src/cvc4.i
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-08-06 22:05:12 +0000
committerMorgan Deters <mdeters@gmail.com>2012-08-06 22:05:12 +0000
commita99a3693b2c69ffd6a4268c9020593f62a3474eb (patch)
treef71e299b8ba2de95141d5ccfc3a150fd8b1b97b1 /src/cvc4.i
parentcc8385b0dbb58419d91e3349a0fd52f6b8452d90 (diff)
Support setting :regular-output-channel and :diagnostic-output-channel.
Also some cleanup of option-related exceptions infrastructure.
Diffstat (limited to 'src/cvc4.i')
-rw-r--r--src/cvc4.i4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cvc4.i b/src/cvc4.i
index cddd3891c..08b2c509f 100644
--- a/src/cvc4.i
+++ b/src/cvc4.i
@@ -117,8 +117,10 @@ using namespace CVC4;
%include "expr/expr_stream.i"
%include "smt/smt_engine.i"
-%include "smt/bad_option_exception.i"
%include "smt/no_such_function_exception.i"
%include "smt/modal_exception.i"
+%include "options/options.i"
+%include "options/option_exception.i"
+
%include "parser/cvc4parser.i"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback