Support setting :regular-output-channel and :diagnostic-output-channel.
authorMorgan Deters <mdeters@gmail.com>
Mon, 6 Aug 2012 22:05:12 +0000 (22:05 +0000)
committerMorgan Deters <mdeters@gmail.com>
Mon, 6 Aug 2012 22:05:12 +0000 (22:05 +0000)
commita99a3693b2c69ffd6a4268c9020593f62a3474eb
treef71e299b8ba2de95141d5ccfc3a150fd8b1b97b1
parentcc8385b0dbb58419d91e3349a0fd52f6b8452d90
Support setting :regular-output-channel and :diagnostic-output-channel.
Also some cleanup of option-related exceptions infrastructure.
17 files changed:
configure.ac
src/cvc4.i
src/expr/command.cpp
src/main/options
src/options/Makefile.am
src/options/mkoptions
src/options/option_exception.h [new file with mode: 0644]
src/options/option_exception.i [new file with mode: 0644]
src/options/options.h
src/smt/Makefile.am
src/smt/bad_option_exception.h [deleted file]
src/smt/bad_option_exception.i [deleted file]
src/smt/options
src/smt/options_handlers.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/smt/smt_options_template.cpp