Quantifiers subdirectories (#1608)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Wed, 14 Feb 2018 23:55:23 +0000 (17:55 -0600)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2018 23:55:23 +0000 (17:55 -0600)
commitbf385ca69a958e0939524d8fbcf988c1fb45d131
tree469f60484b68df6ccd00cbc68320b1b18f2e0865
parent3c730da7c39dc5cba11bdea99191e361e505bbc8
Quantifiers subdirectories (#1608)
120 files changed:
src/Makefile.am
src/smt/smt_engine.cpp
src/theory/arith/theory_arith_private.cpp
src/theory/datatypes/datatypes_sygus.cpp
src/theory/datatypes/datatypes_sygus.h
src/theory/quantifiers/ambqi_builder.cpp [deleted file]
src/theory/quantifiers/ambqi_builder.h [deleted file]
src/theory/quantifiers/bounded_integers.cpp [deleted file]
src/theory/quantifiers/bounded_integers.h [deleted file]
src/theory/quantifiers/ce_guided_conjecture.cpp [deleted file]
src/theory/quantifiers/ce_guided_conjecture.h [deleted file]
src/theory/quantifiers/ce_guided_instantiation.cpp [deleted file]
src/theory/quantifiers/ce_guided_instantiation.h [deleted file]
src/theory/quantifiers/ce_guided_pbe.cpp [deleted file]
src/theory/quantifiers/ce_guided_pbe.h [deleted file]
src/theory/quantifiers/ce_guided_single_inv.cpp [deleted file]
src/theory/quantifiers/ce_guided_single_inv.h [deleted file]
src/theory/quantifiers/ce_guided_single_inv_sol.cpp [deleted file]
src/theory/quantifiers/ce_guided_single_inv_sol.h [deleted file]
src/theory/quantifiers/ceg_instantiator.cpp [deleted file]
src/theory/quantifiers/ceg_instantiator.h [deleted file]
src/theory/quantifiers/ceg_t_instantiator.cpp [deleted file]
src/theory/quantifiers/ceg_t_instantiator.h [deleted file]
src/theory/quantifiers/cegqi/ceg_instantiator.cpp [new file with mode: 0644]
src/theory/quantifiers/cegqi/ceg_instantiator.h [new file with mode: 0644]
src/theory/quantifiers/cegqi/ceg_t_instantiator.cpp [new file with mode: 0644]
src/theory/quantifiers/cegqi/ceg_t_instantiator.h [new file with mode: 0644]
src/theory/quantifiers/cegqi/inst_strategy_cbqi.cpp [new file with mode: 0644]
src/theory/quantifiers/cegqi/inst_strategy_cbqi.h [new file with mode: 0644]
src/theory/quantifiers/conjecture_generator.cpp
src/theory/quantifiers/ematching/ho_trigger.cpp [new file with mode: 0644]
src/theory/quantifiers/ematching/ho_trigger.h [new file with mode: 0644]
src/theory/quantifiers/ematching/inst_match_generator.cpp [new file with mode: 0644]
src/theory/quantifiers/ematching/inst_match_generator.h [new file with mode: 0644]
src/theory/quantifiers/ematching/inst_strategy_e_matching.cpp [new file with mode: 0644]
src/theory/quantifiers/ematching/inst_strategy_e_matching.h [new file with mode: 0644]
src/theory/quantifiers/ematching/instantiation_engine.cpp [new file with mode: 0644]
src/theory/quantifiers/ematching/instantiation_engine.h [new file with mode: 0644]
src/theory/quantifiers/ematching/trigger.cpp [new file with mode: 0644]
src/theory/quantifiers/ematching/trigger.h [new file with mode: 0644]
src/theory/quantifiers/first_order_model.cpp
src/theory/quantifiers/fmf/ambqi_builder.cpp [new file with mode: 0644]
src/theory/quantifiers/fmf/ambqi_builder.h [new file with mode: 0644]
src/theory/quantifiers/fmf/bounded_integers.cpp [new file with mode: 0644]
src/theory/quantifiers/fmf/bounded_integers.h [new file with mode: 0644]
src/theory/quantifiers/fmf/full_model_check.cpp [new file with mode: 0644]
src/theory/quantifiers/fmf/full_model_check.h [new file with mode: 0644]
src/theory/quantifiers/fmf/model_builder.cpp [new file with mode: 0644]
src/theory/quantifiers/fmf/model_builder.h [new file with mode: 0644]
src/theory/quantifiers/fmf/model_engine.cpp [new file with mode: 0644]
src/theory/quantifiers/fmf/model_engine.h [new file with mode: 0644]
src/theory/quantifiers/full_model_check.cpp [deleted file]
src/theory/quantifiers/full_model_check.h [deleted file]
src/theory/quantifiers/ho_trigger.cpp [deleted file]
src/theory/quantifiers/ho_trigger.h [deleted file]
src/theory/quantifiers/inst_match_generator.cpp [deleted file]
src/theory/quantifiers/inst_match_generator.h [deleted file]
src/theory/quantifiers/inst_strategy_cbqi.cpp [deleted file]
src/theory/quantifiers/inst_strategy_cbqi.h [deleted file]
src/theory/quantifiers/inst_strategy_e_matching.cpp [deleted file]
src/theory/quantifiers/inst_strategy_e_matching.h [deleted file]
src/theory/quantifiers/instantiate.cpp
src/theory/quantifiers/instantiation_engine.cpp [deleted file]
src/theory/quantifiers/instantiation_engine.h [deleted file]
src/theory/quantifiers/macros.cpp
src/theory/quantifiers/model_builder.cpp [deleted file]
src/theory/quantifiers/model_builder.h [deleted file]
src/theory/quantifiers/model_engine.cpp [deleted file]
src/theory/quantifiers/model_engine.h [deleted file]
src/theory/quantifiers/quant_conflict_find.cpp
src/theory/quantifiers/quantifiers_attributes.cpp
src/theory/quantifiers/quantifiers_rewriter.cpp
src/theory/quantifiers/rewrite_engine.cpp
src/theory/quantifiers/rewrite_engine.h
src/theory/quantifiers/sygus/ce_guided_conjecture.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/ce_guided_conjecture.h [new file with mode: 0644]
src/theory/quantifiers/sygus/ce_guided_instantiation.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/ce_guided_instantiation.h [new file with mode: 0644]
src/theory/quantifiers/sygus/ce_guided_single_inv.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/ce_guided_single_inv.h [new file with mode: 0644]
src/theory/quantifiers/sygus/ce_guided_single_inv_sol.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/ce_guided_single_inv_sol.h [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_explain.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_explain.h [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_grammar_cons.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_grammar_cons.h [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_grammar_norm.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_grammar_norm.h [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_grammar_red.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_grammar_red.h [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_invariance.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_invariance.h [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_pbe.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_pbe.h [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_process_conj.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/sygus_process_conj.h [new file with mode: 0644]
src/theory/quantifiers/sygus/term_database_sygus.cpp [new file with mode: 0644]
src/theory/quantifiers/sygus/term_database_sygus.h [new file with mode: 0644]
src/theory/quantifiers/sygus_explain.cpp [deleted file]
src/theory/quantifiers/sygus_explain.h [deleted file]
src/theory/quantifiers/sygus_grammar_cons.cpp [deleted file]
src/theory/quantifiers/sygus_grammar_cons.h [deleted file]
src/theory/quantifiers/sygus_grammar_norm.cpp [deleted file]
src/theory/quantifiers/sygus_grammar_norm.h [deleted file]
src/theory/quantifiers/sygus_grammar_red.cpp [deleted file]
src/theory/quantifiers/sygus_grammar_red.h [deleted file]
src/theory/quantifiers/sygus_invariance.cpp [deleted file]
src/theory/quantifiers/sygus_invariance.h [deleted file]
src/theory/quantifiers/sygus_process_conj.cpp [deleted file]
src/theory/quantifiers/sygus_process_conj.h [deleted file]
src/theory/quantifiers/sygus_sampler.h
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_database_sygus.cpp [deleted file]
src/theory/quantifiers/term_database_sygus.h [deleted file]
src/theory/quantifiers/theory_quantifiers.cpp
src/theory/quantifiers/trigger.cpp [deleted file]
src/theory/quantifiers/trigger.h [deleted file]
src/theory/quantifiers_engine.cpp
src/theory/theory_engine.cpp
test/unit/theory/theory_quantifiers_bv_instantiator_white.h