more cleanup of quantifiers code
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Tue, 16 Oct 2012 21:59:50 +0000 (21:59 +0000)
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>
Tue, 16 Oct 2012 21:59:50 +0000 (21:59 +0000)
commitd9d71e0d7885d32ef44fbd08d47b3cccd35ff6f7
treef730bb17eba9412258c47617f144510d722d6006
parentbbcfb5208c6c0f343d1a63b129c54914f66b2701
more cleanup of quantifiers code
27 files changed:
src/theory/arith/theory_arith_instantiator.cpp
src/theory/arrays/theory_arrays_instantiator.cpp
src/theory/datatypes/theory_datatypes_instantiator.cpp
src/theory/quantifiers/Makefile.am
src/theory/quantifiers/first_order_model.cpp
src/theory/quantifiers/first_order_model.h
src/theory/quantifiers/inst_gen.cpp
src/theory/quantifiers/inst_match.cpp
src/theory/quantifiers/inst_match.h
src/theory/quantifiers/instantiation_engine.cpp
src/theory/quantifiers/instantiation_engine.h
src/theory/quantifiers/model_builder.cpp
src/theory/quantifiers/model_engine.cpp
src/theory/quantifiers/model_engine.h
src/theory/quantifiers/quant_util.cpp [new file with mode: 0755]
src/theory/quantifiers/quant_util.h [new file with mode: 0755]
src/theory/quantifiers/quantifiers_rewriter.cpp
src/theory/quantifiers/relevant_domain.cpp
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_database.h
src/theory/quantifiers/theory_quantifiers_instantiator.cpp
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h
src/theory/theory.cpp
src/theory/theory.h
src/theory/uf/inst_strategy.cpp
src/theory/uf/theory_uf_instantiator.cpp