Moving dump.*, command.*, model.*, and ite_removal.* from smt_util/ to smt/. Breaking...
authorTim King <taking@google.com>
Tue, 2 Feb 2016 17:47:34 +0000 (09:47 -0800)
committerTim King <taking@google.com>
Tue, 2 Feb 2016 17:47:34 +0000 (09:47 -0800)
commite21e99b7dfe45f042260db7eb754e25e7108f288
tree689bc1fead54d62b46c75196f8be0fb4b35444c9
parent18973b31c440d998230aaba3e17bd915b168aa6f
Moving dump.*, command.*, model.*, and ite_removal.* from smt_util/ to smt/. Breaking an edge between the sat solver and command.h.
83 files changed:
examples/hashsmt/sha1_collision.cpp
examples/hashsmt/sha1_inversion.cpp
examples/nra-translate/normalize.cpp
examples/nra-translate/smt2info.cpp
examples/nra-translate/smt2todreal.cpp
examples/nra-translate/smt2toisat.cpp
examples/nra-translate/smt2tomathematica.cpp
examples/nra-translate/smt2toqepcad.cpp
examples/nra-translate/smt2toredlog.cpp
examples/sets-translate/sets_translate.cpp
examples/translator.cpp
src/Makefile.am
src/compat/cvc3_compat.cpp
src/cvc4.i
src/decision/decision_engine.h
src/decision/decision_strategy.h
src/decision/justification_heuristic.cpp
src/include/cvc4.h
src/main/command_executor.cpp
src/main/command_executor.h
src/main/command_executor_portfolio.cpp
src/main/driver_unified.cpp
src/main/interactive_shell.cpp
src/main/main.cpp
src/main/portfolio.h
src/parser/antlr_input.cpp
src/parser/cvc/Cvc.g
src/parser/input.cpp
src/parser/parser.cpp
src/parser/smt1/Smt1.g
src/parser/smt1/smt1.cpp
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.cpp
src/parser/tptp/Tptp.g
src/parser/tptp/tptp.h
src/printer/ast/ast_printer.cpp
src/printer/cvc/cvc_printer.cpp
src/printer/printer.h
src/printer/smt1/smt1_printer.cpp
src/printer/tptp/tptp_printer.cpp
src/proof/unsat_core.cpp
src/prop/cnf_stream.cpp
src/prop/minisat/core/Solver.cc
src/prop/minisat/core/Solver.h
src/prop/prop_engine.cpp
src/prop/theory_proxy.cpp
src/prop/theory_proxy.h
src/smt/command.cpp [new file with mode: 0644]
src/smt/command.h [new file with mode: 0644]
src/smt/command.i [new file with mode: 0644]
src/smt/command_list.cpp
src/smt/dump.cpp [new file with mode: 0644]
src/smt/dump.h [new file with mode: 0644]
src/smt/ite_removal.cpp [new file with mode: 0644]
src/smt/ite_removal.h [new file with mode: 0644]
src/smt/model.cpp [new file with mode: 0644]
src/smt/model.h [new file with mode: 0644]
src/smt/smt_engine.cpp
src/smt/update_ostream.h
src/smt_util/Makefile.am
src/smt_util/command.cpp [deleted file]
src/smt_util/command.h [deleted file]
src/smt_util/command.i [deleted file]
src/smt_util/dump.cpp [deleted file]
src/smt_util/dump.h [deleted file]
src/smt_util/ite_removal.cpp [deleted file]
src/smt_util/ite_removal.h [deleted file]
src/smt_util/model.cpp [deleted file]
src/smt_util/model.h [deleted file]
src/theory/arrays/theory_arrays.cpp
src/theory/bv/abstraction.cpp
src/theory/bv/theory_bv_rewrite_rules.h
src/theory/quantifiers/ceg_instantiator.cpp
src/theory/quantifiers/inst_strategy_cbqi.cpp
src/theory/strings/theory_strings.cpp
src/theory/theory.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/theory_model.h
test/system/ouroborous.cpp
test/system/smt2_compliance.cpp
test/unit/parser/parser_black.h
test/unit/parser/parser_builder_black.h