Moving some instantiation-related stuff from src/theory to src/theory/quantifiers...
authorMorgan Deters <mdeters@gmail.com>
Tue, 31 Jul 2012 21:24:31 +0000 (21:24 +0000)
committerMorgan Deters <mdeters@gmail.com>
Tue, 31 Jul 2012 21:24:31 +0000 (21:24 +0000)
commitb88133bc679c541798c2063fec2bc441e744328a
tree42097c3b9dabc5f4195e489158ea122e73155813
parentf73e17d5649f636eb88aafe05aaf32565a806bab
Moving some instantiation-related stuff from src/theory to src/theory/quantifiers and src/theory/rewriterules.  This unclutters the src/theory directory somewhat.

The namespaces weren't changed, only the file locations.
50 files changed:
src/theory/Makefile.am
src/theory/arrays/theory_arrays_instantiator.cpp
src/theory/candidate_generator.cpp [deleted file]
src/theory/candidate_generator.h [deleted file]
src/theory/datatypes/theory_datatypes_instantiator.cpp
src/theory/inst_match.cpp [deleted file]
src/theory/inst_match.h [deleted file]
src/theory/instantiator_default.cpp [deleted file]
src/theory/instantiator_default.h [deleted file]
src/theory/quantifiers/Makefile.am
src/theory/quantifiers/candidate_generator.cpp [new file with mode: 0644]
src/theory/quantifiers/candidate_generator.h [new file with mode: 0644]
src/theory/quantifiers/first_order_model.h
src/theory/quantifiers/inst_match.cpp [new file with mode: 0644]
src/theory/quantifiers/inst_match.h [new file with mode: 0644]
src/theory/quantifiers/instantiation_engine.h
src/theory/quantifiers/instantiator_default.cpp [new file with mode: 0644]
src/theory/quantifiers/instantiator_default.h [new file with mode: 0644]
src/theory/quantifiers/model_builder.h
src/theory/quantifiers/model_engine.h
src/theory/quantifiers/relevant_domain.h
src/theory/quantifiers/rep_set_iterator.h
src/theory/quantifiers/term_database.h
src/theory/quantifiers/theory_quantifiers_instantiator.h
src/theory/quantifiers/trigger.cpp [new file with mode: 0644]
src/theory/quantifiers/trigger.h [new file with mode: 0644]
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h
src/theory/rewriterules/Makefile.am
src/theory/rewriterules/rr_candidate_generator.cpp [new file with mode: 0644]
src/theory/rewriterules/rr_candidate_generator.h [new file with mode: 0644]
src/theory/rewriterules/rr_inst_match.cpp [new file with mode: 0644]
src/theory/rewriterules/rr_inst_match.h [new file with mode: 0644]
src/theory/rewriterules/rr_inst_match_impl.h [new file with mode: 0644]
src/theory/rewriterules/rr_trigger.cpp [new file with mode: 0644]
src/theory/rewriterules/rr_trigger.h [new file with mode: 0644]
src/theory/rewriterules/theory_rewriterules.h
src/theory/rr_candidate_generator.cpp [deleted file]
src/theory/rr_candidate_generator.h [deleted file]
src/theory/rr_inst_match.cpp [deleted file]
src/theory/rr_inst_match.h [deleted file]
src/theory/rr_inst_match_impl.h [deleted file]
src/theory/rr_trigger.cpp [deleted file]
src/theory/rr_trigger.h [deleted file]
src/theory/theory.cpp
src/theory/trigger.cpp [deleted file]
src/theory/trigger.h [deleted file]
src/theory/uf/inst_strategy.h
src/theory/uf/theory_uf_instantiator.cpp
src/theory/uf/theory_uf_instantiator.h