General pre-release cleanup commit
authorMorgan Deters <mdeters@cs.nyu.edu>
Wed, 3 Jul 2013 21:13:31 +0000 (17:13 -0400)
committerMorgan Deters <mdeters@cs.nyu.edu>
Wed, 27 Nov 2013 22:55:53 +0000 (17:55 -0500)
commita97891f9cc892fdc261cd4e3d3229ec68f05b45e
treea05c30ddbe81d9dd084a2e024875f829d6f1f3a7
parentb28a42c3a4fd8c9b079b157ad8ff36e581b60d29
General pre-release cleanup commit

* Rename {model,util_model}.{h,cpp} files to match class names
* Fix alreadyVisited() issue in TheoryEngine
* Remove spurious Message that causes compliance issues
* Update copyrights, fix public/private markings in headers
* minor comment fixes
* remove EXTRACT_OP as a special-case in typechecker
* note about rewriters in theoryskel readme
* Clean up some compiler warnings
* Code typos and spacing
45 files changed:
contrib/theoryskel/README.WHATS-NEXT
src/Makefile.am
src/expr/command.cpp
src/expr/type_checker_template.cpp
src/printer/cvc/cvc_printer.cpp
src/printer/printer.h
src/printer/smt2/smt2_printer.cpp
src/smt/boolean_terms.cpp
src/smt/smt_engine.cpp
src/theory/arith/theory_arith_private.cpp
src/theory/arith/theory_arith_private.h
src/theory/arith/theory_arith_type_rules.h
src/theory/arrays/theory_arrays.cpp
src/theory/atom_requests.cpp
src/theory/atom_requests.h
src/theory/booleans/theory_bool.cpp
src/theory/booleans/theory_bool_rewriter.cpp
src/theory/builtin/theory_builtin.cpp
src/theory/bv/bitblaster.cpp
src/theory/bv/bv_subtheory_core.cpp
src/theory/bv/bv_subtheory_inequality.cpp
src/theory/bv/kinds
src/theory/bv/theory_bv.cpp
src/theory/bv/theory_bv_type_rules.h
src/theory/datatypes/theory_datatypes.cpp
src/theory/decision_attributes.h
src/theory/model.cpp [deleted file]
src/theory/model.h [deleted file]
src/theory/quantifiers/first_order_model.h
src/theory/quantifiers/model_builder.h
src/theory/quantifiers/model_engine.h
src/theory/shared_terms_database.h
src/theory/strings/theory_strings.cpp
src/theory/theory_engine.cpp
src/theory/theory_model.cpp [new file with mode: 0644]
src/theory/theory_model.h [new file with mode: 0644]
src/theory/theory_traits_template.h
src/theory/uf/theory_uf.cpp
src/theory/uf/theory_uf_model.h
src/theory/uf/theory_uf_strong_solver.cpp
src/util/Makefile.am
src/util/model.cpp [new file with mode: 0644]
src/util/model.h [new file with mode: 0644]
src/util/util_model.cpp [deleted file]
src/util/util_model.h [deleted file]