Move cvc5::internal::context to cvc5::context. (#8451)
authorMathias Preiner <mathias.preiner@gmail.com>
Wed, 30 Mar 2022 22:16:46 +0000 (15:16 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Mar 2022 22:16:46 +0000 (22:16 +0000)
commit014ff8cdd6294f4b1375888c11dc8a1f3a5de0d4
tree978efcfab6d9e1ea86a04cd51be16cfc69e560e4
parentc56a361253836f38e275651165a957664c7e126a
Move cvc5::internal::context to cvc5::context. (#8451)
137 files changed:
src/base/check.h
src/base/exception.h
src/base/map_util.h
src/base/output.h
src/base/versioninfo.cpp.in
src/context/cdhashmap.h
src/context/cdhashmap_forward.h
src/context/cdhashset.h
src/context/cdhashset_forward.h
src/context/cdinsert_hashmap.h
src/context/cdinsert_hashmap_forward.h
src/context/cdlist.h
src/context/cdlist_forward.h
src/context/cdmaybe.h
src/context/cdo.h
src/context/cdqueue.h
src/context/cdtrail_queue.h
src/context/context.cpp
src/context/context.h
src/context/context_mm.cpp
src/context/context_mm.h
src/expr/kind_template.cpp
src/expr/kind_template.h
src/expr/metakind_template.cpp
src/expr/metakind_template.h
src/expr/node_value.h
src/expr/symbol_manager.cpp
src/expr/symbol_table.cpp
src/preprocessing/learned_literal_manager.h
src/preprocessing/passes/unconstrained_simplifier.h
src/prop/minisat/core/Solver.cc
src/prop/minisat/core/Solver.h
src/prop/minisat/minisat.h
src/prop/minisat/simp/SimpSolver.cc
src/prop/minisat/simp/SimpSolver.h
src/prop/sat_solver.h
src/smt/env.h
src/smt/env_obj.h
src/smt/solver_engine.cpp
src/smt/solver_engine.h
src/theory/arith/arith_static_learner.cpp
src/theory/arith/arith_static_learner.h
src/theory/arith/congruence_manager.h
src/theory/arith/constraint.cpp
src/theory/arith/constraint.h
src/theory/arith/dio_solver.h
src/theory/arith/nl/coverings/proof_generator.cpp
src/theory/arith/nl/nl_model.h
src/theory/arith/partial_model.cpp
src/theory/arith/partial_model.h
src/theory/arith/theory_arith_private.h
src/theory/arrays/array_info.cpp
src/theory/arrays/array_info.h
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays.h
src/theory/arrays/union_find.h
src/theory/atom_requests.cpp
src/theory/bags/bag_solver.cpp
src/theory/bags/card_solver.cpp
src/theory/bv/bv_solver_bitblast.cpp
src/theory/bv/int_blaster.h
src/theory/datatypes/sygus_extension.cpp
src/theory/datatypes/theory_datatypes.cpp
src/theory/datatypes/theory_datatypes.h
src/theory/engine_output_channel.h
src/theory/fp/fp_word_blaster.cpp
src/theory/fp/theory_fp.cpp
src/theory/fp/theory_fp_rewriter.cpp
src/theory/quantifiers/candidate_rewrite_database.cpp
src/theory/quantifiers/cegqi/ceg_arith_instantiator.cpp
src/theory/quantifiers/cegqi/inst_strategy_cegqi.cpp
src/theory/quantifiers/conjecture_generator.cpp
src/theory/quantifiers/conjecture_generator.h
src/theory/quantifiers/ematching/instantiation_engine.cpp
src/theory/quantifiers/entailment_check.cpp
src/theory/quantifiers/equality_query.cpp
src/theory/quantifiers/equality_query.h
src/theory/quantifiers/first_order_model.cpp
src/theory/quantifiers/fmf/bounded_integers.h
src/theory/quantifiers/fmf/full_model_check.cpp
src/theory/quantifiers/fmf/model_builder.cpp
src/theory/quantifiers/fmf/model_engine.cpp
src/theory/quantifiers/inst_match_trie.cpp
src/theory/quantifiers/inst_strategy_enumerative.cpp
src/theory/quantifiers/inst_strategy_pool.cpp
src/theory/quantifiers/instantiate.cpp
src/theory/quantifiers/quant_relevance.cpp
src/theory/quantifiers/quantifiers_attributes.cpp
src/theory/quantifiers/quantifiers_modules.h
src/theory/quantifiers/quantifiers_rewriter.cpp
src/theory/quantifiers/sygus/cegis.cpp
src/theory/quantifiers/sygus/sygus_eval_unfold.cpp
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/theory_quantifiers.cpp
src/theory/quantifiers_engine.h
src/theory/sep/theory_sep.cpp
src/theory/sep/theory_sep.h
src/theory/sets/theory_sets_private.h
src/theory/shared_terms_database.h
src/theory/strings/array_core_solver.cpp
src/theory/strings/array_solver.cpp
src/theory/strings/base_solver.cpp
src/theory/strings/core_solver.cpp
src/theory/strings/eqc_info.cpp
src/theory/strings/extf_solver.cpp
src/theory/strings/inference_manager.cpp
src/theory/strings/regexp_solver.cpp
src/theory/strings/sequences_rewriter.cpp
src/theory/strings/solver_state.cpp
src/theory/strings/strings_fmf.cpp
src/theory/strings/term_registry.cpp
src/theory/strings/theory_strings.cpp
src/theory/theory.h
src/theory/theory_engine.cpp
src/theory/theory_model.cpp
src/theory/theory_model_builder.cpp
src/theory/uf/cardinality_extension.cpp
src/theory/uf/cardinality_extension.h
src/theory/uf/equality_engine.h
src/theory/uf/symmetry_breaker.cpp
src/theory/uf/symmetry_breaker.h
src/util/floatingpoint.h
src/util/floatingpoint_literal_symfpu.cpp
src/util/floatingpoint_literal_symfpu_traits.h
src/util/string.cpp
src/util/string.h
test/unit/base/map_util_black.cpp
test/unit/context/cdhashmap_black.cpp
test/unit/context/cdhashmap_white.cpp
test/unit/context/cdlist_black.cpp
test/unit/context/cdo_black.cpp
test/unit/context/context_black.cpp
test/unit/context/context_mm_black.cpp
test/unit/context/context_white.cpp
test/unit/prop/cnf_stream_white.cpp
test/unit/test_context.h
test/unit/theory/theory_engine_white.cpp