Minor cleanup after today's commits:
authorMorgan Deters <mdeters@gmail.com>
Fri, 27 Jul 2012 22:01:03 +0000 (22:01 +0000)
committerMorgan Deters <mdeters@gmail.com>
Fri, 27 Jul 2012 22:01:03 +0000 (22:01 +0000)
commit485c03a323911142e460bd0a7c428759496dc631
tree8c512712734dd2862c89acd8681357d0a2e0dabe
parent33fd76601b42599d9883889a03d59d0d85729661
Minor cleanup after today's commits:

* change some uses of "std::cout" to "Message()"

* change some files to use Unix newlines instead of DOS newlines

* fix compiler warning
23 files changed:
src/theory/arrays/theory_arrays_model.cpp
src/theory/arrays/theory_arrays_model.h
src/theory/candidate_generator.cpp
src/theory/candidate_generator.h
src/theory/inst_match.cpp
src/theory/model.cpp
src/theory/model.h
src/theory/quantifiers/first_order_model.cpp
src/theory/quantifiers/first_order_model.h
src/theory/quantifiers/model_builder.h
src/theory/quantifiers/relevant_domain.cpp
src/theory/quantifiers/relevant_domain.h
src/theory/quantifiers/rep_set_iterator.cpp
src/theory/quantifiers/rep_set_iterator.h
src/theory/quantifiers/term_database.h
src/theory/rr_inst_match.cpp
src/theory/rr_trigger.cpp
src/theory/uf/theory_uf_model.cpp
src/theory/uf/theory_uf_model.h
src/util/model.cpp
src/util/model.h
test/regress/regress0/decision/quant-symmetric_unsat_7.smt2
test/regress/regress0/quantifiers/symmetric_unsat_7.smt2