Rename SmtScope to SolverEngineScope. (#7284)
authorAina Niemetz <aina.niemetz@gmail.com>
Mon, 11 Oct 2021 19:13:46 +0000 (12:13 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Oct 2021 19:13:46 +0000 (19:13 +0000)
commit9c49dc9383a6c55a973b1a75e619c296206b12f5
tree575f8b225a990eb3ca9103356f2718f65926f031
parent4b7781d90ead61d9478aabd6a4c229a114483679
Rename SmtScope to SolverEngineScope. (#7284)
29 files changed:
src/CMakeLists.txt
src/preprocessing/passes/sygus_inference.cpp
src/preprocessing/preprocessing_pass.cpp
src/proof/unsat_core.cpp
src/prop/cnf_stream.cpp
src/smt/listeners.cpp
src/smt/smt_engine_scope.cpp [deleted file]
src/smt/smt_engine_scope.h [deleted file]
src/smt/smt_statistics_registry.cpp
src/smt/smt_statistics_registry.h
src/smt/solver_engine.cpp
src/smt/solver_engine.h
src/smt/solver_engine_scope.cpp [new file with mode: 0644]
src/smt/solver_engine_scope.h [new file with mode: 0644]
src/theory/bv/abstraction.cpp
src/theory/bv/bitblast/bitblaster.h
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/theory_inference_manager.cpp
test/unit/node/attribute_white.cpp
test/unit/preprocessing/pass_bv_gauss_white.cpp
test/unit/test_env.h
test/unit/test_node.h
test/unit/test_smt.h
test/unit/theory/regexp_operation_black.cpp