Minor cleanup and reorganization related to last commit.
authorajreynol <andrew.j.reynolds@gmail.com>
Thu, 2 Mar 2017 21:24:07 +0000 (15:24 -0600)
committerajreynol <andrew.j.reynolds@gmail.com>
Thu, 2 Mar 2017 21:24:07 +0000 (15:24 -0600)
commit96b699bc6cccd1ade32e2d5ef73ce004063b8201
tree8128f4bd212c87cc193f11648a136bd4236fbf83
parent1f4b954a2cc7667a56a3007fa75c125fba93ed23
Minor cleanup and reorganization related to last commit.
22 files changed:
src/Makefile.am
src/decision/decision_engine.h
src/decision/decision_strategy.h
src/decision/justification_heuristic.cpp
src/options/Makefile.am
src/options/boolean_term_conversion_mode.cpp [deleted file]
src/options/boolean_term_conversion_mode.h [deleted file]
src/options/options_handler.cpp
src/options/options_handler.h
src/smt/boolean_terms.cpp [deleted file]
src/smt/boolean_terms.h [deleted file]
src/smt/ite_removal.cpp [deleted file]
src/smt/ite_removal.h [deleted file]
src/smt/model_postprocessor.cpp [deleted file]
src/smt/model_postprocessor.h [deleted file]
src/smt/smt_engine.cpp
src/smt/term_formula_removal.cpp [new file with mode: 0644]
src/smt/term_formula_removal.h [new file with mode: 0644]
src/theory/datatypes/theory_datatypes.cpp
src/theory/quantifiers/ceg_instantiator.cpp
src/theory/quantifiers/inst_strategy_cbqi.cpp
src/theory/theory_engine.cpp