Refactoring to prepare for MBQI with integer quantification. Minor bug fixes.
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 23 May 2013 21:45:47 +0000 (16:45 -0500)
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 23 May 2013 21:45:47 +0000 (16:45 -0500)
commitfbc81b67ac1cfeb3afe37f3299180177faaa1ca6
tree69b3028b333262b414ed188d1f575012793e0e2b
parentfee510eacd6ea9d35906218ce3d4b88f7d86f8b1
Refactoring to prepare for MBQI with integer quantification.  Minor bug fixes.
19 files changed:
src/theory/arrays/Makefile.am
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays_model.cpp [deleted file]
src/theory/arrays/theory_arrays_model.h [deleted file]
src/theory/quantifiers/Makefile.am
src/theory/quantifiers/bounded_integers.cpp
src/theory/quantifiers/first_order_model.cpp
src/theory/quantifiers/first_order_model.h
src/theory/quantifiers/full_model_check.cpp
src/theory/quantifiers/full_model_check.h
src/theory/quantifiers/model_builder.cpp
src/theory/quantifiers/model_builder.h
src/theory/quantifiers/model_engine.cpp
src/theory/quantifiers/model_engine.h
src/theory/quantifiers/relevant_domain.cpp [deleted file]
src/theory/quantifiers/relevant_domain.h [deleted file]
src/theory/quantifiers_engine.cpp
src/theory/rep_set.cpp
test/Makefile.am