* Fix for bug 445 agreed to in meeting 11/13/2012: always dump in ALL_SUPPORTED logic
authorMorgan Deters <mdeters@gmail.com>
Sat, 17 Nov 2012 04:05:17 +0000 (04:05 +0000)
committerMorgan Deters <mdeters@gmail.com>
Sat, 17 Nov 2012 04:05:17 +0000 (04:05 +0000)
commit44498017455cce207bf9cb0a1ebbf67c4a4d77cf
tree18f0bf80ea93cfd1f0e49cf38b7f0baf2d457285
parentdb35c4be8bd37746e1c27e446291c82556df1d05
* Fix for bug 445 agreed to in meeting 11/13/2012: always dump in ALL_SUPPORTED logic
* Java bindings fixes: fixed access to ostreams, iterators
* Make SmtEngine::setUserAttribute() (and others) take a const string&
* Also a few compliance fixes

(this commit was certified error- and warning-free by the test-and-commit script.)
26 files changed:
src/bindings/Makefile.am
src/bindings/java_iterator_adapter.h [new file with mode: 0644]
src/bindings/java_output_stream_adapter.h [new file with mode: 0644]
src/cvc4.i
src/expr/Makefile.am
src/expr/command.i
src/expr/expr_manager.i
src/expr/variable_type_map.i [new file with mode: 0644]
src/printer/cvc/cvc_printer.cpp
src/printer/smt2/smt2_printer.cpp
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/smt/smt_engine.i
src/theory/Makefile.am
src/theory/logic_info.cpp
src/theory/logic_info.i [new file with mode: 0644]
src/theory/theory.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/util/Makefile.am
src/util/output.i
src/util/predicate.i [new file with mode: 0644]
src/util/result.i
src/util/statistics.i
src/util/uninterpreted_constant.i [new file with mode: 0644]
test/unit/theory/logic_info_white.h