Rename files smt_engine.(cpp|h) to solver_engine.(cpp|h). (#7279)
authorAina Niemetz <aina.niemetz@gmail.com>
Thu, 30 Sep 2021 21:14:59 +0000 (14:14 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Sep 2021 21:14:59 +0000 (21:14 +0000)
commit56cd2e8f584ed36fd76144a622355511a4b09935
tree94a2331dd82886133c2183445a80010fcb02538e
parentb106c95296860cf89ea7cef00c8e8187409e755e
Rename files smt_engine.(cpp|h) to solver_engine.(cpp|h). (#7279)

This is in preparation for renaming SmtEngine to SolverEngine.
48 files changed:
src/CMakeLists.txt
src/api/cpp/cvc5.cpp
src/main/command_executor.cpp
src/main/driver_unified.cpp
src/omt/bitvector_optimizer.cpp
src/omt/integer_optimizer.cpp
src/preprocessing/passes/sygus_inference.cpp
src/preprocessing/preprocessing_pass_context.cpp
src/printer/smt2/smt2_printer.cpp
src/printer/tptp/tptp_printer.cpp
src/smt/abduction_solver.cpp
src/smt/assertions.cpp
src/smt/expand_definitions.cpp
src/smt/interpolation_solver.cpp
src/smt/listeners.cpp
src/smt/optimization_solver.cpp
src/smt/output_manager.cpp
src/smt/preprocessor.cpp
src/smt/process_assertions.cpp
src/smt/proof_post_processor.cpp
src/smt/smt_engine.cpp [deleted file]
src/smt/smt_engine.h [deleted file]
src/smt/smt_engine_scope.cpp
src/smt/smt_engine_state.cpp
src/smt/smt_solver.cpp
src/smt/solver_engine.cpp [new file with mode: 0644]
src/smt/solver_engine.h [new file with mode: 0644]
src/theory/bv/abstraction.cpp
src/theory/bv/bitblast/eager_bitblaster.cpp
src/theory/bv/bitblast/lazy_bitblaster.cpp
src/theory/bv/bv_subtheory_algebraic.cpp
src/theory/bv/theory_bv_rewrite_rules.h
src/theory/quantifiers/candidate_rewrite_database.cpp
src/theory/quantifiers/ematching/candidate_generator.cpp
src/theory/rewriter.cpp
src/theory/smt_engine_subsolver.cpp
src/theory/smt_engine_subsolver.h
src/theory/theory_model.cpp
test/api/smt2_compliance.cpp
test/unit/node/attribute_white.cpp
test/unit/node/node_black.cpp
test/unit/node/type_node_white.cpp
test/unit/preprocessing/pass_bv_gauss_white.cpp
test/unit/preprocessing/pass_foreign_theory_rewrite_white.cpp
test/unit/printer/smt2_printer_black.cpp
test/unit/test_env.h
test/unit/test_node.h
test/unit/test_smt.h