Rename namespace CVC5 to cvc5. (#6258)
authorAina Niemetz <aina.niemetz@gmail.com>
Thu, 1 Apr 2021 16:56:14 +0000 (09:56 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Apr 2021 16:56:14 +0000 (16:56 +0000)
1458 files changed:
.github/workflows/ci.yml
examples/api/bitvectors.cpp
examples/api/bitvectors_and_arrays.cpp
examples/api/combination.cpp
examples/api/datatypes.cpp
examples/api/extract.cpp
examples/api/helloworld.cpp
examples/api/linear_arith.cpp
examples/api/sequences.cpp
examples/api/sets.cpp
examples/api/strings.cpp
examples/api/sygus-fun.cpp
examples/api/sygus-grammar.cpp
examples/api/sygus-inv.cpp
examples/hashsmt/sha1_collision.cpp
examples/hashsmt/sha1_inversion.cpp
examples/hashsmt/word.cpp
examples/hashsmt/word.h
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/simple_vc_cxx.cpp
examples/simple_vc_quant_cxx.cpp
examples/translator.cpp
src/api/checks.h
src/api/cvc4cpp.cpp
src/api/cvc4cpp.h
src/api/cvc4cppkind.h
src/api/python/cvc4.pxd
src/api/python/genkinds.py.in
src/base/check.cpp
src/base/check.h
src/base/configuration.cpp
src/base/configuration.h
src/base/configuration_private.h
src/base/exception.cpp
src/base/exception.h
src/base/git_versioninfo.cpp.in
src/base/listener.cpp
src/base/listener.h
src/base/map_util.h
src/base/modal_exception.h
src/base/output.cpp
src/base/output.h
src/context/backtrackable.h
src/context/cddense_set.h
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/decision/decision_attributes.h
src/decision/decision_engine.cpp
src/decision/decision_engine.h
src/decision/decision_strategy.h
src/decision/justification_heuristic.cpp
src/decision/justification_heuristic.h
src/expr/array_store_all.cpp
src/expr/array_store_all.h
src/expr/ascription_type.cpp
src/expr/ascription_type.h
src/expr/attribute.cpp
src/expr/attribute.h
src/expr/attribute_internals.h
src/expr/attribute_unique_id.h
src/expr/bound_var_manager.cpp
src/expr/bound_var_manager.h
src/expr/buffered_proof_generator.cpp
src/expr/buffered_proof_generator.h
src/expr/datatype_index.cpp
src/expr/datatype_index.h
src/expr/dtype.cpp
src/expr/dtype.h
src/expr/dtype_cons.cpp
src/expr/dtype_cons.h
src/expr/dtype_selector.cpp
src/expr/dtype_selector.h
src/expr/emptybag.cpp
src/expr/emptybag.h
src/expr/emptyset.cpp
src/expr/emptyset.h
src/expr/expr_iomanip.cpp
src/expr/expr_iomanip.h
src/expr/kind_map.h
src/expr/kind_template.cpp
src/expr/kind_template.h
src/expr/lazy_proof.cpp
src/expr/lazy_proof.h
src/expr/lazy_proof_chain.cpp
src/expr/lazy_proof_chain.h
src/expr/match_trie.cpp
src/expr/match_trie.h
src/expr/metakind_template.cpp
src/expr/metakind_template.h
src/expr/mkexpr
src/expr/mkkind
src/expr/mkmetakind
src/expr/node.cpp
src/expr/node.h
src/expr/node_algorithm.cpp
src/expr/node_algorithm.h
src/expr/node_builder.h
src/expr/node_manager.cpp
src/expr/node_manager.h
src/expr/node_manager_attributes.h
src/expr/node_self_iterator.h
src/expr/node_traversal.cpp
src/expr/node_traversal.h
src/expr/node_trie.cpp
src/expr/node_trie.h
src/expr/node_value.cpp
src/expr/node_value.h
src/expr/node_visitor.h
src/expr/proof.cpp
src/expr/proof.h
src/expr/proof_checker.cpp
src/expr/proof_checker.h
src/expr/proof_ensure_closed.cpp
src/expr/proof_ensure_closed.h
src/expr/proof_generator.cpp
src/expr/proof_generator.h
src/expr/proof_node.cpp
src/expr/proof_node.h
src/expr/proof_node_algorithm.cpp
src/expr/proof_node_algorithm.h
src/expr/proof_node_manager.cpp
src/expr/proof_node_manager.h
src/expr/proof_node_to_sexpr.cpp
src/expr/proof_node_to_sexpr.h
src/expr/proof_node_updater.cpp
src/expr/proof_node_updater.h
src/expr/proof_rule.cpp
src/expr/proof_rule.h
src/expr/proof_set.h
src/expr/proof_step_buffer.cpp
src/expr/proof_step_buffer.h
src/expr/record.cpp
src/expr/record.h
src/expr/sequence.cpp
src/expr/sequence.h
src/expr/skolem_manager.cpp
src/expr/skolem_manager.h
src/expr/subs.cpp
src/expr/subs.h
src/expr/sygus_datatype.cpp
src/expr/sygus_datatype.h
src/expr/symbol_manager.cpp
src/expr/symbol_manager.h
src/expr/symbol_table.cpp
src/expr/symbol_table.h
src/expr/tconv_seq_proof_generator.cpp
src/expr/tconv_seq_proof_generator.h
src/expr/term_canonize.cpp
src/expr/term_canonize.h
src/expr/term_context.cpp
src/expr/term_context.h
src/expr/term_context_node.cpp
src/expr/term_context_node.h
src/expr/term_context_stack.cpp
src/expr/term_context_stack.h
src/expr/term_conversion_proof_generator.cpp
src/expr/term_conversion_proof_generator.h
src/expr/type_checker.h
src/expr/type_checker_template.cpp
src/expr/type_checker_util.h
src/expr/type_matcher.cpp
src/expr/type_matcher.h
src/expr/type_node.cpp
src/expr/type_node.h
src/expr/type_properties_template.h
src/expr/uninterpreted_constant.cpp
src/expr/uninterpreted_constant.h
src/main/command_executor.cpp
src/main/command_executor.h
src/main/driver_unified.cpp
src/main/interactive_shell.cpp
src/main/interactive_shell.h
src/main/main.cpp
src/main/main.h
src/main/signal_handlers.cpp
src/main/signal_handlers.h
src/main/time_limit.cpp
src/main/time_limit.h
src/options/README
src/options/base_handlers.h
src/options/decision_weight.h
src/options/didyoumean.cpp
src/options/didyoumean.h
src/options/didyoumean_test.cpp
src/options/language.cpp
src/options/language.h
src/options/module_template.cpp
src/options/module_template.h
src/options/open_ostream.cpp
src/options/open_ostream.h
src/options/option_exception.cpp
src/options/option_exception.h
src/options/options.h
src/options/options_handler.cpp
src/options/options_handler.h
src/options/options_holder_template.h
src/options/options_listener.h
src/options/options_public_functions.cpp
src/options/options_template.cpp
src/options/printer_modes.cpp
src/options/printer_modes.h
src/options/set_language.cpp
src/options/set_language.h
src/parser/antlr_input.cpp
src/parser/antlr_input.h
src/parser/antlr_input_imports.cpp
src/parser/antlr_line_buffered_input.cpp
src/parser/antlr_line_buffered_input.h
src/parser/bounded_token_buffer.cpp
src/parser/bounded_token_buffer.h
src/parser/bounded_token_factory.cpp
src/parser/bounded_token_factory.h
src/parser/cvc/Cvc.g
src/parser/cvc/cvc.cpp
src/parser/cvc/cvc.h
src/parser/cvc/cvc_input.cpp
src/parser/cvc/cvc_input.h
src/parser/input.cpp
src/parser/input.h
src/parser/line_buffer.cpp
src/parser/line_buffer.h
src/parser/memory_mapped_input_buffer.cpp
src/parser/memory_mapped_input_buffer.h
src/parser/parse_op.cpp
src/parser/parse_op.h
src/parser/parser.cpp
src/parser/parser.h
src/parser/parser_builder.cpp
src/parser/parser_builder.h
src/parser/parser_exception.h
src/parser/smt2/Smt2.g
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
src/parser/smt2/smt2_input.cpp
src/parser/smt2/smt2_input.h
src/parser/smt2/sygus_input.cpp
src/parser/smt2/sygus_input.h
src/parser/tptp/Tptp.g
src/parser/tptp/tptp.cpp
src/parser/tptp/tptp.h
src/parser/tptp/tptp_input.cpp
src/parser/tptp/tptp_input.h
src/preprocessing/assertion_pipeline.cpp
src/preprocessing/assertion_pipeline.h
src/preprocessing/passes/ackermann.cpp
src/preprocessing/passes/ackermann.h
src/preprocessing/passes/apply_substs.cpp
src/preprocessing/passes/apply_substs.h
src/preprocessing/passes/bool_to_bv.cpp
src/preprocessing/passes/bool_to_bv.h
src/preprocessing/passes/bv_abstraction.cpp
src/preprocessing/passes/bv_abstraction.h
src/preprocessing/passes/bv_eager_atoms.cpp
src/preprocessing/passes/bv_eager_atoms.h
src/preprocessing/passes/bv_gauss.cpp
src/preprocessing/passes/bv_gauss.h
src/preprocessing/passes/bv_intro_pow2.cpp
src/preprocessing/passes/bv_intro_pow2.h
src/preprocessing/passes/bv_to_bool.cpp
src/preprocessing/passes/bv_to_bool.h
src/preprocessing/passes/bv_to_int.cpp
src/preprocessing/passes/bv_to_int.h
src/preprocessing/passes/extended_rewriter_pass.cpp
src/preprocessing/passes/extended_rewriter_pass.h
src/preprocessing/passes/foreign_theory_rewrite.cpp
src/preprocessing/passes/foreign_theory_rewrite.h
src/preprocessing/passes/fun_def_fmf.cpp
src/preprocessing/passes/fun_def_fmf.h
src/preprocessing/passes/global_negate.cpp
src/preprocessing/passes/global_negate.h
src/preprocessing/passes/ho_elim.cpp
src/preprocessing/passes/ho_elim.h
src/preprocessing/passes/int_to_bv.cpp
src/preprocessing/passes/int_to_bv.h
src/preprocessing/passes/ite_removal.cpp
src/preprocessing/passes/ite_removal.h
src/preprocessing/passes/ite_simp.cpp
src/preprocessing/passes/ite_simp.h
src/preprocessing/passes/miplib_trick.cpp
src/preprocessing/passes/miplib_trick.h
src/preprocessing/passes/nl_ext_purify.cpp
src/preprocessing/passes/nl_ext_purify.h
src/preprocessing/passes/non_clausal_simp.cpp
src/preprocessing/passes/non_clausal_simp.h
src/preprocessing/passes/pseudo_boolean_processor.cpp
src/preprocessing/passes/pseudo_boolean_processor.h
src/preprocessing/passes/quantifier_macros.cpp
src/preprocessing/passes/quantifier_macros.h
src/preprocessing/passes/quantifiers_preprocess.cpp
src/preprocessing/passes/quantifiers_preprocess.h
src/preprocessing/passes/real_to_int.cpp
src/preprocessing/passes/real_to_int.h
src/preprocessing/passes/rewrite.cpp
src/preprocessing/passes/rewrite.h
src/preprocessing/passes/sep_skolem_emp.cpp
src/preprocessing/passes/sep_skolem_emp.h
src/preprocessing/passes/sort_infer.cpp
src/preprocessing/passes/sort_infer.h
src/preprocessing/passes/static_learning.cpp
src/preprocessing/passes/static_learning.h
src/preprocessing/passes/strings_eager_pp.cpp
src/preprocessing/passes/strings_eager_pp.h
src/preprocessing/passes/sygus_inference.cpp
src/preprocessing/passes/sygus_inference.h
src/preprocessing/passes/synth_rew_rules.cpp
src/preprocessing/passes/synth_rew_rules.h
src/preprocessing/passes/theory_preprocess.cpp
src/preprocessing/passes/theory_preprocess.h
src/preprocessing/passes/theory_rewrite_eq.cpp
src/preprocessing/passes/theory_rewrite_eq.h
src/preprocessing/passes/unconstrained_simplifier.cpp
src/preprocessing/passes/unconstrained_simplifier.h
src/preprocessing/preprocessing_pass.cpp
src/preprocessing/preprocessing_pass.h
src/preprocessing/preprocessing_pass_context.cpp
src/preprocessing/preprocessing_pass_context.h
src/preprocessing/preprocessing_pass_registry.cpp
src/preprocessing/preprocessing_pass_registry.h
src/preprocessing/util/ite_utilities.cpp
src/preprocessing/util/ite_utilities.h
src/printer/ast/ast_printer.cpp
src/printer/ast/ast_printer.h
src/printer/cvc/cvc_printer.cpp
src/printer/cvc/cvc_printer.h
src/printer/let_binding.cpp
src/printer/let_binding.h
src/printer/printer.cpp
src/printer/printer.h
src/printer/smt2/smt2_printer.cpp
src/printer/smt2/smt2_printer.h
src/printer/tptp/tptp_printer.cpp
src/printer/tptp/tptp_printer.h
src/proof/clause_id.h
src/proof/cnf_proof.cpp
src/proof/cnf_proof.h
src/proof/dot/dot_printer.cpp
src/proof/dot/dot_printer.h
src/proof/proof_manager.cpp
src/proof/proof_manager.h
src/proof/sat_proof.h
src/proof/sat_proof_implementation.h
src/proof/unsat_core.cpp
src/proof/unsat_core.h
src/prop/README.minisat
src/prop/bv_sat_solver_notify.h
src/prop/bvminisat/bvminisat.cpp
src/prop/bvminisat/bvminisat.h
src/prop/bvminisat/core/Dimacs.h
src/prop/bvminisat/core/Solver.cc
src/prop/bvminisat/core/Solver.h
src/prop/bvminisat/core/SolverTypes.h
src/prop/bvminisat/mtl/Alg.h
src/prop/bvminisat/mtl/Alloc.h
src/prop/bvminisat/mtl/Heap.h
src/prop/bvminisat/mtl/Map.h
src/prop/bvminisat/mtl/Queue.h
src/prop/bvminisat/mtl/Sort.h
src/prop/bvminisat/mtl/Vec.h
src/prop/bvminisat/mtl/XAlloc.h
src/prop/bvminisat/simp/SimpSolver.cc
src/prop/bvminisat/simp/SimpSolver.h
src/prop/bvminisat/utils/Options.cc
src/prop/bvminisat/utils/Options.h
src/prop/bvminisat/utils/ParseUtils.h
src/prop/bvminisat/utils/System.cc
src/prop/bvminisat/utils/System.h
src/prop/cadical.cpp
src/prop/cadical.h
src/prop/cnf_stream.cpp
src/prop/cnf_stream.h
src/prop/cryptominisat.cpp
src/prop/cryptominisat.h
src/prop/kissat.cpp
src/prop/kissat.h
src/prop/minisat/core/Dimacs.h
src/prop/minisat/core/Solver.cc
src/prop/minisat/core/Solver.h
src/prop/minisat/core/SolverTypes.h
src/prop/minisat/minisat.cpp
src/prop/minisat/minisat.h
src/prop/minisat/mtl/Alg.h
src/prop/minisat/mtl/Alloc.h
src/prop/minisat/mtl/Heap.h
src/prop/minisat/mtl/Map.h
src/prop/minisat/mtl/Queue.h
src/prop/minisat/mtl/Sort.h
src/prop/minisat/mtl/Vec.h
src/prop/minisat/mtl/XAlloc.h
src/prop/minisat/simp/SimpSolver.cc
src/prop/minisat/simp/SimpSolver.h
src/prop/minisat/utils/Options.h
src/prop/minisat/utils/ParseUtils.h
src/prop/proof_cnf_stream.cpp
src/prop/proof_cnf_stream.h
src/prop/proof_post_processor.cpp
src/prop/proof_post_processor.h
src/prop/prop_engine.cpp
src/prop/prop_engine.h
src/prop/prop_proof_manager.cpp
src/prop/prop_proof_manager.h
src/prop/registrar.h
src/prop/sat_proof_manager.cpp
src/prop/sat_proof_manager.h
src/prop/sat_solver.h
src/prop/sat_solver_factory.cpp
src/prop/sat_solver_factory.h
src/prop/sat_solver_types.cpp
src/prop/sat_solver_types.h
src/prop/skolem_def_manager.cpp
src/prop/skolem_def_manager.h
src/prop/theory_proxy.cpp
src/prop/theory_proxy.h
src/smt/abduction_solver.cpp
src/smt/abduction_solver.h
src/smt/abstract_values.cpp
src/smt/abstract_values.h
src/smt/assertions.cpp
src/smt/assertions.h
src/smt/check_models.cpp
src/smt/check_models.h
src/smt/command.cpp
src/smt/command.h
src/smt/defined_function.h
src/smt/dump.cpp
src/smt/dump.h
src/smt/dump_manager.cpp
src/smt/dump_manager.h
src/smt/env.cpp
src/smt/env.h
src/smt/expand_definitions.cpp
src/smt/expand_definitions.h
src/smt/interpolation_solver.cpp
src/smt/interpolation_solver.h
src/smt/listeners.cpp
src/smt/listeners.h
src/smt/logic_exception.h
src/smt/managed_ostreams.cpp
src/smt/managed_ostreams.h
src/smt/model.cpp
src/smt/model.h
src/smt/model_blocker.cpp
src/smt/model_blocker.h
src/smt/model_core_builder.cpp
src/smt/model_core_builder.h
src/smt/node_command.cpp
src/smt/node_command.h
src/smt/optimization_solver.cpp
src/smt/optimization_solver.h
src/smt/options_manager.cpp
src/smt/options_manager.h
src/smt/output_manager.cpp
src/smt/output_manager.h
src/smt/preprocess_proof_generator.cpp
src/smt/preprocess_proof_generator.h
src/smt/preprocessor.cpp
src/smt/preprocessor.h
src/smt/process_assertions.cpp
src/smt/process_assertions.h
src/smt/proof_manager.cpp
src/smt/proof_manager.h
src/smt/proof_post_processor.cpp
src/smt/proof_post_processor.h
src/smt/quant_elim_solver.cpp
src/smt/quant_elim_solver.h
src/smt/set_defaults.cpp
src/smt/set_defaults.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h
src/smt/smt_engine_scope.cpp
src/smt/smt_engine_scope.h
src/smt/smt_engine_state.cpp
src/smt/smt_engine_state.h
src/smt/smt_engine_stats.cpp
src/smt/smt_engine_stats.h
src/smt/smt_mode.cpp
src/smt/smt_mode.h
src/smt/smt_solver.cpp
src/smt/smt_solver.h
src/smt/smt_statistics_registry.cpp
src/smt/smt_statistics_registry.h
src/smt/sygus_solver.cpp
src/smt/sygus_solver.h
src/smt/term_formula_removal.cpp
src/smt/term_formula_removal.h
src/smt/unsat_core_manager.cpp
src/smt/unsat_core_manager.h
src/smt/update_ostream.h
src/smt/witness_form.cpp
src/smt/witness_form.h
src/smt_util/boolean_simplification.cpp
src/smt_util/boolean_simplification.h
src/smt_util/nary_builder.cpp
src/smt_util/nary_builder.h
src/theory/arith/approx_simplex.cpp
src/theory/arith/approx_simplex.h
src/theory/arith/arith_ite_utils.cpp
src/theory/arith/arith_ite_utils.h
src/theory/arith/arith_msum.cpp
src/theory/arith/arith_msum.h
src/theory/arith/arith_preprocess.cpp
src/theory/arith/arith_preprocess.h
src/theory/arith/arith_rewriter.cpp
src/theory/arith/arith_rewriter.h
src/theory/arith/arith_state.cpp
src/theory/arith/arith_state.h
src/theory/arith/arith_static_learner.cpp
src/theory/arith/arith_static_learner.h
src/theory/arith/arith_utilities.cpp
src/theory/arith/arith_utilities.h
src/theory/arith/arithvar.cpp
src/theory/arith/arithvar.h
src/theory/arith/arithvar_node_map.h
src/theory/arith/attempt_solution_simplex.cpp
src/theory/arith/attempt_solution_simplex.h
src/theory/arith/bound_counts.h
src/theory/arith/bound_inference.cpp
src/theory/arith/bound_inference.h
src/theory/arith/callbacks.cpp
src/theory/arith/callbacks.h
src/theory/arith/congruence_manager.cpp
src/theory/arith/congruence_manager.h
src/theory/arith/constraint.cpp
src/theory/arith/constraint.h
src/theory/arith/constraint_forward.h
src/theory/arith/cut_log.cpp
src/theory/arith/cut_log.h
src/theory/arith/delta_rational.cpp
src/theory/arith/delta_rational.h
src/theory/arith/dio_solver.cpp
src/theory/arith/dio_solver.h
src/theory/arith/dual_simplex.cpp
src/theory/arith/dual_simplex.h
src/theory/arith/error_set.cpp
src/theory/arith/error_set.h
src/theory/arith/fc_simplex.cpp
src/theory/arith/fc_simplex.h
src/theory/arith/infer_bounds.cpp
src/theory/arith/infer_bounds.h
src/theory/arith/inference_manager.cpp
src/theory/arith/inference_manager.h
src/theory/arith/kinds
src/theory/arith/linear_equality.cpp
src/theory/arith/linear_equality.h
src/theory/arith/matrix.cpp
src/theory/arith/matrix.h
src/theory/arith/nl/cad/cdcac.cpp
src/theory/arith/nl/cad/cdcac.h
src/theory/arith/nl/cad/cdcac_utils.cpp
src/theory/arith/nl/cad/cdcac_utils.h
src/theory/arith/nl/cad/constraints.cpp
src/theory/arith/nl/cad/constraints.h
src/theory/arith/nl/cad/projections.cpp
src/theory/arith/nl/cad/projections.h
src/theory/arith/nl/cad/proof_checker.cpp
src/theory/arith/nl/cad/proof_checker.h
src/theory/arith/nl/cad/proof_generator.cpp
src/theory/arith/nl/cad/proof_generator.h
src/theory/arith/nl/cad/variable_ordering.cpp
src/theory/arith/nl/cad/variable_ordering.h
src/theory/arith/nl/cad_solver.cpp
src/theory/arith/nl/cad_solver.h
src/theory/arith/nl/ext/constraint.cpp
src/theory/arith/nl/ext/constraint.h
src/theory/arith/nl/ext/ext_state.cpp
src/theory/arith/nl/ext/ext_state.h
src/theory/arith/nl/ext/factoring_check.cpp
src/theory/arith/nl/ext/factoring_check.h
src/theory/arith/nl/ext/monomial.cpp
src/theory/arith/nl/ext/monomial.h
src/theory/arith/nl/ext/monomial_bounds_check.cpp
src/theory/arith/nl/ext/monomial_bounds_check.h
src/theory/arith/nl/ext/monomial_check.cpp
src/theory/arith/nl/ext/monomial_check.h
src/theory/arith/nl/ext/proof_checker.cpp
src/theory/arith/nl/ext/proof_checker.h
src/theory/arith/nl/ext/split_zero_check.cpp
src/theory/arith/nl/ext/split_zero_check.h
src/theory/arith/nl/ext/tangent_plane_check.cpp
src/theory/arith/nl/ext/tangent_plane_check.h
src/theory/arith/nl/ext_theory_callback.cpp
src/theory/arith/nl/ext_theory_callback.h
src/theory/arith/nl/iand_solver.cpp
src/theory/arith/nl/iand_solver.h
src/theory/arith/nl/iand_utils.cpp
src/theory/arith/nl/iand_utils.h
src/theory/arith/nl/icp/candidate.cpp
src/theory/arith/nl/icp/candidate.h
src/theory/arith/nl/icp/contraction_origins.cpp
src/theory/arith/nl/icp/contraction_origins.h
src/theory/arith/nl/icp/icp_solver.cpp
src/theory/arith/nl/icp/icp_solver.h
src/theory/arith/nl/icp/intersection.cpp
src/theory/arith/nl/icp/intersection.h
src/theory/arith/nl/icp/interval.h
src/theory/arith/nl/nl_lemma_utils.cpp
src/theory/arith/nl/nl_lemma_utils.h
src/theory/arith/nl/nl_model.cpp
src/theory/arith/nl/nl_model.h
src/theory/arith/nl/nonlinear_extension.cpp
src/theory/arith/nl/nonlinear_extension.h
src/theory/arith/nl/poly_conversion.cpp
src/theory/arith/nl/poly_conversion.h
src/theory/arith/nl/stats.cpp
src/theory/arith/nl/stats.h
src/theory/arith/nl/strategy.cpp
src/theory/arith/nl/strategy.h
src/theory/arith/nl/transcendental/exponential_solver.cpp
src/theory/arith/nl/transcendental/exponential_solver.h
src/theory/arith/nl/transcendental/proof_checker.cpp
src/theory/arith/nl/transcendental/proof_checker.h
src/theory/arith/nl/transcendental/sine_solver.cpp
src/theory/arith/nl/transcendental/sine_solver.h
src/theory/arith/nl/transcendental/taylor_generator.cpp
src/theory/arith/nl/transcendental/taylor_generator.h
src/theory/arith/nl/transcendental/transcendental_solver.cpp
src/theory/arith/nl/transcendental/transcendental_solver.h
src/theory/arith/nl/transcendental/transcendental_state.cpp
src/theory/arith/nl/transcendental/transcendental_state.h
src/theory/arith/normal_form.cpp
src/theory/arith/normal_form.h
src/theory/arith/operator_elim.cpp
src/theory/arith/operator_elim.h
src/theory/arith/partial_model.cpp
src/theory/arith/partial_model.h
src/theory/arith/proof_checker.cpp
src/theory/arith/proof_checker.h
src/theory/arith/proof_macros.h
src/theory/arith/rewrites.cpp
src/theory/arith/rewrites.h
src/theory/arith/simplex.cpp
src/theory/arith/simplex.h
src/theory/arith/simplex_update.cpp
src/theory/arith/simplex_update.h
src/theory/arith/soi_simplex.cpp
src/theory/arith/soi_simplex.h
src/theory/arith/tableau.cpp
src/theory/arith/tableau.h
src/theory/arith/tableau_sizes.cpp
src/theory/arith/tableau_sizes.h
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith.h
src/theory/arith/theory_arith_private.cpp
src/theory/arith/theory_arith_private.h
src/theory/arith/theory_arith_type_rules.h
src/theory/arith/type_enumerator.h
src/theory/arrays/array_info.cpp
src/theory/arrays/array_info.h
src/theory/arrays/inference_manager.cpp
src/theory/arrays/inference_manager.h
src/theory/arrays/kinds
src/theory/arrays/proof_checker.cpp
src/theory/arrays/proof_checker.h
src/theory/arrays/skolem_cache.cpp
src/theory/arrays/skolem_cache.h
src/theory/arrays/theory_arrays.cpp
src/theory/arrays/theory_arrays.h
src/theory/arrays/theory_arrays_rewriter.cpp
src/theory/arrays/theory_arrays_rewriter.h
src/theory/arrays/theory_arrays_type_rules.h
src/theory/arrays/type_enumerator.h
src/theory/arrays/union_find.cpp
src/theory/arrays/union_find.h
src/theory/assertion.cpp
src/theory/assertion.h
src/theory/atom_requests.cpp
src/theory/atom_requests.h
src/theory/bags/bag_solver.cpp
src/theory/bags/bag_solver.h
src/theory/bags/bags_rewriter.cpp
src/theory/bags/bags_rewriter.h
src/theory/bags/bags_statistics.cpp
src/theory/bags/bags_statistics.h
src/theory/bags/infer_info.cpp
src/theory/bags/infer_info.h
src/theory/bags/inference_generator.cpp
src/theory/bags/inference_generator.h
src/theory/bags/inference_manager.cpp
src/theory/bags/inference_manager.h
src/theory/bags/kinds
src/theory/bags/make_bag_op.cpp
src/theory/bags/make_bag_op.h
src/theory/bags/normal_form.cpp
src/theory/bags/normal_form.h
src/theory/bags/rewrites.cpp
src/theory/bags/rewrites.h
src/theory/bags/solver_state.cpp
src/theory/bags/solver_state.h
src/theory/bags/term_registry.cpp
src/theory/bags/term_registry.h
src/theory/bags/theory_bags.cpp
src/theory/bags/theory_bags.h
src/theory/bags/theory_bags_type_enumerator.cpp
src/theory/bags/theory_bags_type_enumerator.h
src/theory/bags/theory_bags_type_rules.cpp
src/theory/bags/theory_bags_type_rules.h
src/theory/booleans/circuit_propagator.cpp
src/theory/booleans/circuit_propagator.h
src/theory/booleans/kinds
src/theory/booleans/proof_checker.cpp
src/theory/booleans/proof_checker.h
src/theory/booleans/proof_circuit_propagator.cpp
src/theory/booleans/proof_circuit_propagator.h
src/theory/booleans/theory_bool.cpp
src/theory/booleans/theory_bool.h
src/theory/booleans/theory_bool_rewriter.cpp
src/theory/booleans/theory_bool_rewriter.h
src/theory/booleans/theory_bool_type_rules.h
src/theory/booleans/type_enumerator.h
src/theory/builtin/kinds
src/theory/builtin/proof_checker.cpp
src/theory/builtin/proof_checker.h
src/theory/builtin/theory_builtin.cpp
src/theory/builtin/theory_builtin.h
src/theory/builtin/theory_builtin_rewriter.cpp
src/theory/builtin/theory_builtin_rewriter.h
src/theory/builtin/theory_builtin_type_rules.cpp
src/theory/builtin/theory_builtin_type_rules.h
src/theory/builtin/type_enumerator.cpp
src/theory/builtin/type_enumerator.h
src/theory/bv/abstraction.cpp
src/theory/bv/abstraction.h
src/theory/bv/bitblast/aig_bitblaster.cpp
src/theory/bv/bitblast/aig_bitblaster.h
src/theory/bv/bitblast/bitblast_strategies_template.h
src/theory/bv/bitblast/bitblast_utils.h
src/theory/bv/bitblast/bitblaster.h
src/theory/bv/bitblast/eager_bitblaster.cpp
src/theory/bv/bitblast/eager_bitblaster.h
src/theory/bv/bitblast/lazy_bitblaster.cpp
src/theory/bv/bitblast/lazy_bitblaster.h
src/theory/bv/bitblast/proof_bitblaster.cpp
src/theory/bv/bitblast/proof_bitblaster.h
src/theory/bv/bitblast/simple_bitblaster.cpp
src/theory/bv/bitblast/simple_bitblaster.h
src/theory/bv/bv_eager_solver.cpp
src/theory/bv/bv_eager_solver.h
src/theory/bv/bv_inequality_graph.cpp
src/theory/bv/bv_inequality_graph.h
src/theory/bv/bv_quick_check.cpp
src/theory/bv/bv_quick_check.h
src/theory/bv/bv_solver.h
src/theory/bv/bv_solver_bitblast.cpp
src/theory/bv/bv_solver_bitblast.h
src/theory/bv/bv_solver_lazy.cpp
src/theory/bv/bv_solver_lazy.h
src/theory/bv/bv_solver_simple.cpp
src/theory/bv/bv_solver_simple.h
src/theory/bv/bv_subtheory.h
src/theory/bv/bv_subtheory_algebraic.cpp
src/theory/bv/bv_subtheory_algebraic.h
src/theory/bv/bv_subtheory_bitblast.cpp
src/theory/bv/bv_subtheory_bitblast.h
src/theory/bv/bv_subtheory_core.cpp
src/theory/bv/bv_subtheory_core.h
src/theory/bv/bv_subtheory_inequality.cpp
src/theory/bv/bv_subtheory_inequality.h
src/theory/bv/int_blaster.h
src/theory/bv/kinds
src/theory/bv/proof_checker.cpp
src/theory/bv/proof_checker.h
src/theory/bv/slicer.cpp
src/theory/bv/slicer.h
src/theory/bv/theory_bv.cpp
src/theory/bv/theory_bv.h
src/theory/bv/theory_bv_rewrite_rules.h
src/theory/bv/theory_bv_rewrite_rules_constant_evaluation.h
src/theory/bv/theory_bv_rewrite_rules_core.h
src/theory/bv/theory_bv_rewrite_rules_normalization.h
src/theory/bv/theory_bv_rewrite_rules_operator_elimination.h
src/theory/bv/theory_bv_rewrite_rules_simplification.h
src/theory/bv/theory_bv_rewriter.cpp
src/theory/bv/theory_bv_rewriter.h
src/theory/bv/theory_bv_type_rules.h
src/theory/bv/theory_bv_utils.cpp
src/theory/bv/theory_bv_utils.h
src/theory/bv/type_enumerator.h
src/theory/care_graph.h
src/theory/combination_care_graph.cpp
src/theory/combination_care_graph.h
src/theory/combination_engine.cpp
src/theory/combination_engine.h
src/theory/datatypes/datatypes_rewriter.cpp
src/theory/datatypes/datatypes_rewriter.h
src/theory/datatypes/infer_proof_cons.cpp
src/theory/datatypes/infer_proof_cons.h
src/theory/datatypes/inference.cpp
src/theory/datatypes/inference.h
src/theory/datatypes/inference_manager.cpp
src/theory/datatypes/inference_manager.h
src/theory/datatypes/kinds
src/theory/datatypes/proof_checker.cpp
src/theory/datatypes/proof_checker.h
src/theory/datatypes/sygus_datatype_utils.cpp
src/theory/datatypes/sygus_datatype_utils.h
src/theory/datatypes/sygus_extension.cpp
src/theory/datatypes/sygus_extension.h
src/theory/datatypes/sygus_simple_sym.cpp
src/theory/datatypes/sygus_simple_sym.h
src/theory/datatypes/theory_datatypes.cpp
src/theory/datatypes/theory_datatypes.h
src/theory/datatypes/theory_datatypes_type_rules.h
src/theory/datatypes/theory_datatypes_utils.cpp
src/theory/datatypes/theory_datatypes_utils.h
src/theory/datatypes/tuple_project_op.cpp
src/theory/datatypes/tuple_project_op.h
src/theory/datatypes/type_enumerator.cpp
src/theory/datatypes/type_enumerator.h
src/theory/decision_manager.cpp
src/theory/decision_manager.h
src/theory/decision_strategy.cpp
src/theory/decision_strategy.h
src/theory/eager_proof_generator.cpp
src/theory/eager_proof_generator.h
src/theory/ee_manager.cpp
src/theory/ee_manager.h
src/theory/ee_manager_distributed.cpp
src/theory/ee_manager_distributed.h
src/theory/ee_setup_info.h
src/theory/engine_output_channel.cpp
src/theory/engine_output_channel.h
src/theory/evaluator.cpp
src/theory/evaluator.h
src/theory/ext_theory.cpp
src/theory/ext_theory.h
src/theory/fp/fp_converter.cpp
src/theory/fp/fp_converter.h
src/theory/fp/kinds
src/theory/fp/theory_fp.cpp
src/theory/fp/theory_fp.h
src/theory/fp/theory_fp_rewriter.cpp
src/theory/fp/theory_fp_rewriter.h
src/theory/fp/theory_fp_type_rules.cpp
src/theory/fp/theory_fp_type_rules.h
src/theory/fp/type_enumerator.h
src/theory/inference_id.cpp
src/theory/inference_id.h
src/theory/inference_manager_buffered.cpp
src/theory/inference_manager_buffered.h
src/theory/interrupted.h
src/theory/lazy_tree_proof_generator.cpp
src/theory/lazy_tree_proof_generator.h
src/theory/logic_info.cpp
src/theory/logic_info.h
src/theory/mkrewriter
src/theory/mktheorytraits
src/theory/model_manager.cpp
src/theory/model_manager.h
src/theory/model_manager_distributed.cpp
src/theory/model_manager_distributed.h
src/theory/output_channel.cpp
src/theory/output_channel.h
src/theory/quantifiers/alpha_equivalence.cpp
src/theory/quantifiers/alpha_equivalence.h
src/theory/quantifiers/bv_inverter.cpp
src/theory/quantifiers/bv_inverter.h
src/theory/quantifiers/bv_inverter_utils.cpp
src/theory/quantifiers/bv_inverter_utils.h
src/theory/quantifiers/candidate_rewrite_database.cpp
src/theory/quantifiers/candidate_rewrite_database.h
src/theory/quantifiers/candidate_rewrite_filter.cpp
src/theory/quantifiers/candidate_rewrite_filter.h
src/theory/quantifiers/cegqi/ceg_arith_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_arith_instantiator.h
src/theory/quantifiers/cegqi/ceg_bv_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_bv_instantiator.h
src/theory/quantifiers/cegqi/ceg_bv_instantiator_utils.cpp
src/theory/quantifiers/cegqi/ceg_bv_instantiator_utils.h
src/theory/quantifiers/cegqi/ceg_dt_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_dt_instantiator.h
src/theory/quantifiers/cegqi/ceg_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_instantiator.h
src/theory/quantifiers/cegqi/inst_strategy_cegqi.cpp
src/theory/quantifiers/cegqi/inst_strategy_cegqi.h
src/theory/quantifiers/cegqi/nested_qe.cpp
src/theory/quantifiers/cegqi/nested_qe.h
src/theory/quantifiers/cegqi/vts_term_cache.cpp
src/theory/quantifiers/cegqi/vts_term_cache.h
src/theory/quantifiers/conjecture_generator.cpp
src/theory/quantifiers/conjecture_generator.h
src/theory/quantifiers/dynamic_rewrite.cpp
src/theory/quantifiers/dynamic_rewrite.h
src/theory/quantifiers/ematching/candidate_generator.cpp
src/theory/quantifiers/ematching/candidate_generator.h
src/theory/quantifiers/ematching/ho_trigger.cpp
src/theory/quantifiers/ematching/ho_trigger.h
src/theory/quantifiers/ematching/im_generator.cpp
src/theory/quantifiers/ematching/im_generator.h
src/theory/quantifiers/ematching/inst_match_generator.cpp
src/theory/quantifiers/ematching/inst_match_generator.h
src/theory/quantifiers/ematching/inst_match_generator_multi.cpp
src/theory/quantifiers/ematching/inst_match_generator_multi.h
src/theory/quantifiers/ematching/inst_match_generator_multi_linear.cpp
src/theory/quantifiers/ematching/inst_match_generator_multi_linear.h
src/theory/quantifiers/ematching/inst_match_generator_simple.cpp
src/theory/quantifiers/ematching/inst_match_generator_simple.h
src/theory/quantifiers/ematching/inst_strategy.cpp
src/theory/quantifiers/ematching/inst_strategy.h
src/theory/quantifiers/ematching/inst_strategy_e_matching.cpp
src/theory/quantifiers/ematching/inst_strategy_e_matching.h
src/theory/quantifiers/ematching/inst_strategy_e_matching_user.cpp
src/theory/quantifiers/ematching/inst_strategy_e_matching_user.h
src/theory/quantifiers/ematching/instantiation_engine.cpp
src/theory/quantifiers/ematching/instantiation_engine.h
src/theory/quantifiers/ematching/pattern_term_selector.cpp
src/theory/quantifiers/ematching/pattern_term_selector.h
src/theory/quantifiers/ematching/trigger.cpp
src/theory/quantifiers/ematching/trigger.h
src/theory/quantifiers/ematching/trigger_database.cpp
src/theory/quantifiers/ematching/trigger_database.h
src/theory/quantifiers/ematching/trigger_term_info.cpp
src/theory/quantifiers/ematching/trigger_term_info.h
src/theory/quantifiers/ematching/trigger_trie.cpp
src/theory/quantifiers/ematching/trigger_trie.h
src/theory/quantifiers/ematching/var_match_generator.cpp
src/theory/quantifiers/ematching/var_match_generator.h
src/theory/quantifiers/equality_query.cpp
src/theory/quantifiers/equality_query.h
src/theory/quantifiers/expr_miner.cpp
src/theory/quantifiers/expr_miner.h
src/theory/quantifiers/expr_miner_manager.cpp
src/theory/quantifiers/expr_miner_manager.h
src/theory/quantifiers/extended_rewrite.cpp
src/theory/quantifiers/extended_rewrite.h
src/theory/quantifiers/first_order_model.cpp
src/theory/quantifiers/first_order_model.h
src/theory/quantifiers/fmf/bounded_integers.cpp
src/theory/quantifiers/fmf/bounded_integers.h
src/theory/quantifiers/fmf/first_order_model_fmc.cpp
src/theory/quantifiers/fmf/first_order_model_fmc.h
src/theory/quantifiers/fmf/full_model_check.cpp
src/theory/quantifiers/fmf/full_model_check.h
src/theory/quantifiers/fmf/model_builder.cpp
src/theory/quantifiers/fmf/model_builder.h
src/theory/quantifiers/fmf/model_engine.cpp
src/theory/quantifiers/fmf/model_engine.h
src/theory/quantifiers/fun_def_evaluator.cpp
src/theory/quantifiers/fun_def_evaluator.h
src/theory/quantifiers/index_trie.cpp
src/theory/quantifiers/index_trie.h
src/theory/quantifiers/inst_match.cpp
src/theory/quantifiers/inst_match.h
src/theory/quantifiers/inst_match_trie.cpp
src/theory/quantifiers/inst_match_trie.h
src/theory/quantifiers/inst_strategy_enumerative.cpp
src/theory/quantifiers/inst_strategy_enumerative.h
src/theory/quantifiers/instantiate.cpp
src/theory/quantifiers/instantiate.h
src/theory/quantifiers/instantiation_list.cpp
src/theory/quantifiers/instantiation_list.h
src/theory/quantifiers/kinds
src/theory/quantifiers/lazy_trie.cpp
src/theory/quantifiers/lazy_trie.h
src/theory/quantifiers/proof_checker.cpp
src/theory/quantifiers/proof_checker.h
src/theory/quantifiers/quant_bound_inference.cpp
src/theory/quantifiers/quant_bound_inference.h
src/theory/quantifiers/quant_conflict_find.cpp
src/theory/quantifiers/quant_conflict_find.h
src/theory/quantifiers/quant_module.cpp
src/theory/quantifiers/quant_module.h
src/theory/quantifiers/quant_relevance.cpp
src/theory/quantifiers/quant_relevance.h
src/theory/quantifiers/quant_rep_bound_ext.cpp
src/theory/quantifiers/quant_rep_bound_ext.h
src/theory/quantifiers/quant_split.cpp
src/theory/quantifiers/quant_split.h
src/theory/quantifiers/quant_util.cpp
src/theory/quantifiers/quant_util.h
src/theory/quantifiers/quantifiers_attributes.cpp
src/theory/quantifiers/quantifiers_attributes.h
src/theory/quantifiers/quantifiers_inference_manager.cpp
src/theory/quantifiers/quantifiers_inference_manager.h
src/theory/quantifiers/quantifiers_modules.cpp
src/theory/quantifiers/quantifiers_modules.h
src/theory/quantifiers/quantifiers_registry.cpp
src/theory/quantifiers/quantifiers_registry.h
src/theory/quantifiers/quantifiers_rewriter.cpp
src/theory/quantifiers/quantifiers_rewriter.h
src/theory/quantifiers/quantifiers_state.cpp
src/theory/quantifiers/quantifiers_state.h
src/theory/quantifiers/quantifiers_statistics.cpp
src/theory/quantifiers/quantifiers_statistics.h
src/theory/quantifiers/query_generator.cpp
src/theory/quantifiers/query_generator.h
src/theory/quantifiers/relevant_domain.cpp
src/theory/quantifiers/relevant_domain.h
src/theory/quantifiers/single_inv_partition.cpp
src/theory/quantifiers/single_inv_partition.h
src/theory/quantifiers/skolemize.cpp
src/theory/quantifiers/skolemize.h
src/theory/quantifiers/solution_filter.cpp
src/theory/quantifiers/solution_filter.h
src/theory/quantifiers/sygus/ce_guided_single_inv.cpp
src/theory/quantifiers/sygus/ce_guided_single_inv.h
src/theory/quantifiers/sygus/cegis.cpp
src/theory/quantifiers/sygus/cegis.h
src/theory/quantifiers/sygus/cegis_core_connective.cpp
src/theory/quantifiers/sygus/cegis_core_connective.h
src/theory/quantifiers/sygus/cegis_unif.cpp
src/theory/quantifiers/sygus/cegis_unif.h
src/theory/quantifiers/sygus/enum_stream_substitution.cpp
src/theory/quantifiers/sygus/enum_stream_substitution.h
src/theory/quantifiers/sygus/example_eval_cache.cpp
src/theory/quantifiers/sygus/example_eval_cache.h
src/theory/quantifiers/sygus/example_infer.cpp
src/theory/quantifiers/sygus/example_infer.h
src/theory/quantifiers/sygus/example_min_eval.cpp
src/theory/quantifiers/sygus/example_min_eval.h
src/theory/quantifiers/sygus/rcons_obligation_info.cpp
src/theory/quantifiers/sygus/rcons_obligation_info.h
src/theory/quantifiers/sygus/rcons_type_info.cpp
src/theory/quantifiers/sygus/rcons_type_info.h
src/theory/quantifiers/sygus/sygus_abduct.cpp
src/theory/quantifiers/sygus/sygus_abduct.h
src/theory/quantifiers/sygus/sygus_enumerator.cpp
src/theory/quantifiers/sygus/sygus_enumerator.h
src/theory/quantifiers/sygus/sygus_enumerator_basic.cpp
src/theory/quantifiers/sygus/sygus_enumerator_basic.h
src/theory/quantifiers/sygus/sygus_eval_unfold.cpp
src/theory/quantifiers/sygus/sygus_eval_unfold.h
src/theory/quantifiers/sygus/sygus_explain.cpp
src/theory/quantifiers/sygus/sygus_explain.h
src/theory/quantifiers/sygus/sygus_grammar_cons.cpp
src/theory/quantifiers/sygus/sygus_grammar_cons.h
src/theory/quantifiers/sygus/sygus_grammar_norm.cpp
src/theory/quantifiers/sygus/sygus_grammar_norm.h
src/theory/quantifiers/sygus/sygus_grammar_red.cpp
src/theory/quantifiers/sygus/sygus_grammar_red.h
src/theory/quantifiers/sygus/sygus_interpol.cpp
src/theory/quantifiers/sygus/sygus_interpol.h
src/theory/quantifiers/sygus/sygus_invariance.cpp
src/theory/quantifiers/sygus/sygus_invariance.h
src/theory/quantifiers/sygus/sygus_module.cpp
src/theory/quantifiers/sygus/sygus_module.h
src/theory/quantifiers/sygus/sygus_pbe.cpp
src/theory/quantifiers/sygus/sygus_pbe.h
src/theory/quantifiers/sygus/sygus_process_conj.cpp
src/theory/quantifiers/sygus/sygus_process_conj.h
src/theory/quantifiers/sygus/sygus_qe_preproc.cpp
src/theory/quantifiers/sygus/sygus_qe_preproc.h
src/theory/quantifiers/sygus/sygus_reconstruct.cpp
src/theory/quantifiers/sygus/sygus_reconstruct.h
src/theory/quantifiers/sygus/sygus_repair_const.cpp
src/theory/quantifiers/sygus/sygus_repair_const.h
src/theory/quantifiers/sygus/sygus_stats.cpp
src/theory/quantifiers/sygus/sygus_stats.h
src/theory/quantifiers/sygus/sygus_unif.cpp
src/theory/quantifiers/sygus/sygus_unif.h
src/theory/quantifiers/sygus/sygus_unif_io.cpp
src/theory/quantifiers/sygus/sygus_unif_io.h
src/theory/quantifiers/sygus/sygus_unif_rl.cpp
src/theory/quantifiers/sygus/sygus_unif_rl.h
src/theory/quantifiers/sygus/sygus_unif_strat.cpp
src/theory/quantifiers/sygus/sygus_unif_strat.h
src/theory/quantifiers/sygus/sygus_utils.cpp
src/theory/quantifiers/sygus/sygus_utils.h
src/theory/quantifiers/sygus/synth_conjecture.cpp
src/theory/quantifiers/sygus/synth_conjecture.h
src/theory/quantifiers/sygus/synth_engine.cpp
src/theory/quantifiers/sygus/synth_engine.h
src/theory/quantifiers/sygus/template_infer.cpp
src/theory/quantifiers/sygus/template_infer.h
src/theory/quantifiers/sygus/term_database_sygus.cpp
src/theory/quantifiers/sygus/term_database_sygus.h
src/theory/quantifiers/sygus/transition_inference.cpp
src/theory/quantifiers/sygus/transition_inference.h
src/theory/quantifiers/sygus/type_info.cpp
src/theory/quantifiers/sygus/type_info.h
src/theory/quantifiers/sygus/type_node_id_trie.cpp
src/theory/quantifiers/sygus/type_node_id_trie.h
src/theory/quantifiers/sygus_inst.cpp
src/theory/quantifiers/sygus_inst.h
src/theory/quantifiers/sygus_sampler.cpp
src/theory/quantifiers/sygus_sampler.h
src/theory/quantifiers/term_database.cpp
src/theory/quantifiers/term_database.h
src/theory/quantifiers/term_enumeration.cpp
src/theory/quantifiers/term_enumeration.h
src/theory/quantifiers/term_registry.cpp
src/theory/quantifiers/term_registry.h
src/theory/quantifiers/term_tuple_enumerator.cpp
src/theory/quantifiers/term_tuple_enumerator.h
src/theory/quantifiers/term_util.cpp
src/theory/quantifiers/term_util.h
src/theory/quantifiers/theory_quantifiers.cpp
src/theory/quantifiers/theory_quantifiers.h
src/theory/quantifiers/theory_quantifiers_type_rules.h
src/theory/quantifiers_engine.cpp
src/theory/quantifiers_engine.h
src/theory/relevance_manager.cpp
src/theory/relevance_manager.h
src/theory/rep_set.cpp
src/theory/rep_set.h
src/theory/rewriter.cpp
src/theory/rewriter.h
src/theory/rewriter_attributes.h
src/theory/rewriter_tables_template.h
src/theory/sep/kinds
src/theory/sep/theory_sep.cpp
src/theory/sep/theory_sep.h
src/theory/sep/theory_sep_rewriter.cpp
src/theory/sep/theory_sep_rewriter.h
src/theory/sep/theory_sep_type_rules.h
src/theory/sets/cardinality_extension.cpp
src/theory/sets/cardinality_extension.h
src/theory/sets/inference_manager.cpp
src/theory/sets/inference_manager.h
src/theory/sets/kinds
src/theory/sets/normal_form.h
src/theory/sets/rels_utils.h
src/theory/sets/singleton_op.cpp
src/theory/sets/singleton_op.h
src/theory/sets/skolem_cache.cpp
src/theory/sets/skolem_cache.h
src/theory/sets/solver_state.cpp
src/theory/sets/solver_state.h
src/theory/sets/term_registry.cpp
src/theory/sets/term_registry.h
src/theory/sets/theory_sets.cpp
src/theory/sets/theory_sets.h
src/theory/sets/theory_sets_private.cpp
src/theory/sets/theory_sets_private.h
src/theory/sets/theory_sets_rels.cpp
src/theory/sets/theory_sets_rels.h
src/theory/sets/theory_sets_rewriter.cpp
src/theory/sets/theory_sets_rewriter.h
src/theory/sets/theory_sets_type_enumerator.cpp
src/theory/sets/theory_sets_type_enumerator.h
src/theory/sets/theory_sets_type_rules.h
src/theory/shared_solver.cpp
src/theory/shared_solver.h
src/theory/shared_solver_distributed.cpp
src/theory/shared_solver_distributed.h
src/theory/shared_terms_database.cpp
src/theory/shared_terms_database.h
src/theory/skolem_lemma.cpp
src/theory/skolem_lemma.h
src/theory/smt_engine_subsolver.cpp
src/theory/smt_engine_subsolver.h
src/theory/sort_inference.cpp
src/theory/sort_inference.h
src/theory/strings/arith_entail.cpp
src/theory/strings/arith_entail.h
src/theory/strings/base_solver.cpp
src/theory/strings/base_solver.h
src/theory/strings/core_solver.cpp
src/theory/strings/core_solver.h
src/theory/strings/eager_solver.cpp
src/theory/strings/eager_solver.h
src/theory/strings/eqc_info.cpp
src/theory/strings/eqc_info.h
src/theory/strings/extf_solver.cpp
src/theory/strings/extf_solver.h
src/theory/strings/infer_info.cpp
src/theory/strings/infer_info.h
src/theory/strings/infer_proof_cons.cpp
src/theory/strings/infer_proof_cons.h
src/theory/strings/inference_manager.cpp
src/theory/strings/inference_manager.h
src/theory/strings/kinds
src/theory/strings/normal_form.cpp
src/theory/strings/normal_form.h
src/theory/strings/proof_checker.cpp
src/theory/strings/proof_checker.h
src/theory/strings/regexp_elim.cpp
src/theory/strings/regexp_elim.h
src/theory/strings/regexp_entail.cpp
src/theory/strings/regexp_entail.h
src/theory/strings/regexp_operation.cpp
src/theory/strings/regexp_operation.h
src/theory/strings/regexp_solver.cpp
src/theory/strings/regexp_solver.h
src/theory/strings/rewrites.cpp
src/theory/strings/rewrites.h
src/theory/strings/sequences_rewriter.cpp
src/theory/strings/sequences_rewriter.h
src/theory/strings/sequences_stats.cpp
src/theory/strings/sequences_stats.h
src/theory/strings/skolem_cache.cpp
src/theory/strings/skolem_cache.h
src/theory/strings/solver_state.cpp
src/theory/strings/solver_state.h
src/theory/strings/strategy.cpp
src/theory/strings/strategy.h
src/theory/strings/strings_entail.cpp
src/theory/strings/strings_entail.h
src/theory/strings/strings_fmf.cpp
src/theory/strings/strings_fmf.h
src/theory/strings/strings_rewriter.cpp
src/theory/strings/strings_rewriter.h
src/theory/strings/term_registry.cpp
src/theory/strings/term_registry.h
src/theory/strings/theory_strings.cpp
src/theory/strings/theory_strings.h
src/theory/strings/theory_strings_preprocess.cpp
src/theory/strings/theory_strings_preprocess.h
src/theory/strings/theory_strings_type_rules.h
src/theory/strings/theory_strings_utils.cpp
src/theory/strings/theory_strings_utils.h
src/theory/strings/type_enumerator.cpp
src/theory/strings/type_enumerator.h
src/theory/strings/word.cpp
src/theory/strings/word.h
src/theory/subs_minimize.cpp
src/theory/subs_minimize.h
src/theory/substitutions.cpp
src/theory/substitutions.h
src/theory/term_registration_visitor.cpp
src/theory/term_registration_visitor.h
src/theory/theory.cpp
src/theory/theory.h
src/theory/theory_engine.cpp
src/theory/theory_engine.h
src/theory/theory_engine_proof_generator.cpp
src/theory/theory_engine_proof_generator.h
src/theory/theory_eq_notify.h
src/theory/theory_id.cpp
src/theory/theory_id.h
src/theory/theory_inference.cpp
src/theory/theory_inference.h
src/theory/theory_inference_manager.cpp
src/theory/theory_inference_manager.h
src/theory/theory_model.cpp
src/theory/theory_model.h
src/theory/theory_model_builder.cpp
src/theory/theory_model_builder.h
src/theory/theory_preprocessor.cpp
src/theory/theory_preprocessor.h
src/theory/theory_proof_step_buffer.cpp
src/theory/theory_proof_step_buffer.h
src/theory/theory_rewriter.cpp
src/theory/theory_rewriter.h
src/theory/theory_state.cpp
src/theory/theory_state.h
src/theory/theory_traits_template.h
src/theory/trust_node.cpp
src/theory/trust_node.h
src/theory/trust_substitutions.cpp
src/theory/trust_substitutions.h
src/theory/type_enumerator.h
src/theory/type_enumerator_template.cpp
src/theory/type_set.cpp
src/theory/type_set.h
src/theory/uf/cardinality_extension.cpp
src/theory/uf/cardinality_extension.h
src/theory/uf/eq_proof.cpp
src/theory/uf/eq_proof.h
src/theory/uf/equality_engine.cpp
src/theory/uf/equality_engine.h
src/theory/uf/equality_engine_iterator.cpp
src/theory/uf/equality_engine_iterator.h
src/theory/uf/equality_engine_notify.h
src/theory/uf/equality_engine_types.h
src/theory/uf/ho_extension.cpp
src/theory/uf/ho_extension.h
src/theory/uf/kinds
src/theory/uf/proof_checker.cpp
src/theory/uf/proof_checker.h
src/theory/uf/proof_equality_engine.cpp
src/theory/uf/proof_equality_engine.h
src/theory/uf/symmetry_breaker.cpp
src/theory/uf/symmetry_breaker.h
src/theory/uf/theory_uf.cpp
src/theory/uf/theory_uf.h
src/theory/uf/theory_uf_model.cpp
src/theory/uf/theory_uf_model.h
src/theory/uf/theory_uf_rewriter.h
src/theory/uf/theory_uf_type_rules.h
src/theory/valuation.cpp
src/theory/valuation.h
src/util/abstract_value.cpp
src/util/abstract_value.h
src/util/bin_heap.h
src/util/bitvector.cpp
src/util/bitvector.h
src/util/bool.h
src/util/cardinality.cpp
src/util/cardinality.h
src/util/dense_map.h
src/util/divisible.cpp
src/util/divisible.h
src/util/floatingpoint.cpp
src/util/floatingpoint.h
src/util/floatingpoint_literal_symfpu.cpp
src/util/floatingpoint_literal_symfpu.h.in
src/util/floatingpoint_size.cpp
src/util/floatingpoint_size.h
src/util/gmp_util.h
src/util/hash.h
src/util/iand.h
src/util/index.cpp
src/util/index.h
src/util/indexed_root_predicate.h
src/util/integer_cln_imp.cpp
src/util/integer_cln_imp.h
src/util/integer_gmp_imp.cpp
src/util/integer_gmp_imp.h
src/util/maybe.h
src/util/ostream_util.cpp
src/util/ostream_util.h
src/util/poly_util.cpp
src/util/poly_util.h
src/util/random.cpp
src/util/random.h
src/util/rational_cln_imp.cpp
src/util/rational_cln_imp.h
src/util/rational_gmp_imp.cpp
src/util/rational_gmp_imp.h
src/util/real_algebraic_number_poly_imp.cpp
src/util/real_algebraic_number_poly_imp.h
src/util/regexp.cpp
src/util/regexp.h
src/util/resource_manager.cpp
src/util/resource_manager.h
src/util/result.cpp
src/util/result.h
src/util/roundingmode.h
src/util/safe_print.cpp
src/util/safe_print.h
src/util/sampler.cpp
src/util/sampler.h
src/util/sexpr.cpp
src/util/sexpr.h
src/util/smt2_quote_string.cpp
src/util/smt2_quote_string.h
src/util/statistics.cpp
src/util/statistics.h
src/util/statistics_registry.cpp
src/util/statistics_registry.h
src/util/stats_base.cpp
src/util/stats_base.h
src/util/stats_histogram.h
src/util/stats_timer.cpp
src/util/stats_timer.h
src/util/stats_utils.cpp
src/util/stats_utils.h
src/util/string.cpp
src/util/string.h
src/util/tuple.h
src/util/unsafe_interrupt_exception.h
src/util/utility.cpp
src/util/utility.h
test/api/boilerplate.cpp
test/api/issue4889.cpp
test/api/issue5074.cpp
test/api/ouroborous.cpp
test/api/reset_assertions.cpp
test/api/sep_log_api.cpp
test/api/smt2_compliance.cpp
test/api/two_solvers.cpp
test/unit/api/datatype_api_black.cpp
test/unit/api/grammar_black.cpp
test/unit/api/op_black.cpp
test/unit/api/op_white.cpp
test/unit/api/result_black.cpp
test/unit/api/solver_black.cpp
test/unit/api/solver_white.cpp
test/unit/api/sort_black.cpp
test/unit/api/term_black.cpp
test/unit/api/term_white.cpp
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/main/interactive_shell_black.cpp
test/unit/memory.h
test/unit/node/attribute_black.cpp
test/unit/node/attribute_white.cpp
test/unit/node/kind_black.cpp
test/unit/node/kind_map_black.cpp
test/unit/node/node_algorithm_black.cpp
test/unit/node/node_black.cpp
test/unit/node/node_builder_black.cpp
test/unit/node/node_manager_black.cpp
test/unit/node/node_manager_white.cpp
test/unit/node/node_self_iterator_black.cpp
test/unit/node/node_traversal_black.cpp
test/unit/node/node_white.cpp
test/unit/node/symbol_table_black.cpp
test/unit/node/type_cardinality_black.cpp
test/unit/node/type_node_white.cpp
test/unit/parser/parser_black.cpp
test/unit/parser/parser_builder_black.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/prop/cnf_stream_white.cpp
test/unit/test.h
test/unit/test_api.h
test/unit/test_context.h
test/unit/test_node.h
test/unit/test_smt.h
test/unit/theory/evaluator_white.cpp
test/unit/theory/logic_info_white.cpp
test/unit/theory/regexp_operation_black.cpp
test/unit/theory/sequences_rewriter_white.cpp
test/unit/theory/strings_rewriter_white.cpp
test/unit/theory/theory_arith_white.cpp
test/unit/theory/theory_bags_normal_form_white.cpp
test/unit/theory/theory_bags_rewriter_white.cpp
test/unit/theory/theory_bags_type_rules_white.cpp
test/unit/theory/theory_black.cpp
test/unit/theory/theory_bv_int_blaster_white.cpp
test/unit/theory/theory_bv_rewriter_white.cpp
test/unit/theory/theory_bv_white.cpp
test/unit/theory/theory_engine_white.cpp
test/unit/theory/theory_int_opt_white.cpp
test/unit/theory/theory_quantifiers_bv_instantiator_white.cpp
test/unit/theory/theory_quantifiers_bv_inverter_white.cpp
test/unit/theory/theory_sets_type_enumerator_white.cpp
test/unit/theory/theory_sets_type_rules_white.cpp
test/unit/theory/theory_strings_skolem_cache_black.cpp
test/unit/theory/theory_strings_word_white.cpp
test/unit/theory/theory_white.cpp
test/unit/theory/type_enumerator_white.cpp
test/unit/util/array_store_all_white.cpp
test/unit/util/assert_white.cpp
test/unit/util/binary_heap_black.cpp
test/unit/util/bitvector_black.cpp
test/unit/util/boolean_simplification_black.cpp
test/unit/util/cardinality_black.cpp
test/unit/util/check_white.cpp
test/unit/util/configuration_black.cpp
test/unit/util/datatype_black.cpp
test/unit/util/exception_black.cpp
test/unit/util/floatingpoint_black.cpp
test/unit/util/integer_black.cpp
test/unit/util/integer_white.cpp
test/unit/util/output_black.cpp
test/unit/util/rational_black.cpp
test/unit/util/rational_white.cpp
test/unit/util/real_algebraic_number_black.cpp
test/unit/util/stats_black.cpp

index 5ba5cf4443d24885facc69ea7de63139181959d2..5e682993ca97affa58e14621416e303ccb3fce14 100644 (file)
@@ -168,7 +168,7 @@ jobs:
     - name: Install Check
       run: |
         make -j2 install
-        echo -e "#include <cvc4/api/cvc4cpp.h>\nint main() { CVC5::api::Solver s; return 0; }" > /tmp/test.cpp
+        echo -e "#include <cvc4/api/cvc4cpp.h>\nint main() { cvc5::api::Solver s; return 0; }" > /tmp/test.cpp
         g++ -std=c++11 /tmp/test.cpp -I install/include -L install/lib -lcvc4
       working-directory: build
 
index 1cbfdb0311cc164fe6017bf86c84d4623fdffbcc..043bbf8aaf394f0d8c08da5ec4cf7dd325087704 100644 (file)
@@ -19,7 +19,7 @@
 #include <cvc4/api/cvc4cpp.h>
 
 using namespace std;
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index 5c243e1d1113cd32ac19f7fbe01a26e78e5ec1d9..2bca1eb4cf531351845638e79ffca91770b2b4d2 100644 (file)
@@ -20,7 +20,7 @@
 #include <cvc4/api/cvc4cpp.h>
 
 using namespace std;
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index 2651bf80f0ff29fef3256d8f9e81239423c30f42..9ea2f55ed9c65848c5204c49a4051e7ac7133542 100644 (file)
@@ -21,7 +21,7 @@
 #include <cvc4/api/cvc4cpp.h>
 
 using namespace std;
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 void prefixPrintGetValue(Solver& slv, Term t, int level = 0)
 {
index c2b3bc4c41e0aea5fdc39ea2577fc4cb96209915..49253e4662dc5d7c51296ef865af77721612bbf6 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <cvc4/api/cvc4cpp.h>
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 void test(Solver& slv, Sort& consListSort)
 {
index a6a43a7c236062a6927a3d45f806fda9c0a9b0b2..760f5d0feeab77b72a81da3f81323b792aaaadc0 100644 (file)
@@ -19,7 +19,7 @@
 #include <cvc4/api/cvc4cpp.h>
 
 using namespace std;
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index 89b0e212de931a0d9b2b1d5d1097506418e6dc72..092e2a79a00fdfd4238bec786afa0b77094e8de1 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <cvc4/api/cvc4cpp.h>
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index ca3e8a2b9a53f25199debecc6d2d57a2891c6718..b56982daa7ba4561dc7c26a6461135d76af418c7 100644 (file)
@@ -20,7 +20,7 @@
 #include "cvc4/api/cvc4cpp.h"
 
 using namespace std;
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index 6272b423b0461996cc550931b2c6d313d9f97262..3498b327518d17718db0d853b693c6c54ec52705 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <iostream>
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index cac7054154378de5fcc242d44427a3da50dd1b59..59385896c7f9a9c355aabfc17c2ba62933f0b311 100644 (file)
@@ -19,7 +19,7 @@
 #include <cvc4/api/cvc4cpp.h>
 
 using namespace std;
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index b926395de2032e6b31034269d23c4a5a766aa4cb..53352d266066e95a51edeb35cfa9e77202469393 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <cvc4/api/cvc4cpp.h>
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index a29cdb132bd4cd976094be44dcd6d1330bbec64a..be4d3e8d5437b85844ee02856b00c9e2664e5182 100644 (file)
@@ -49,7 +49,7 @@
 
 #include <iostream>
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index 6491dc0a57a148234da9b9bc85d6536032783adc..61b00f6de3fcb2aef76baa66d573a091cfe17877 100644 (file)
@@ -46,7 +46,7 @@
 
 #include <iostream>
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index 206803eb6c064693656d1d170febd8549cbc85f7..56b5a0aaa4aafb5a86fc7ba58476a1935ac94f4e 100644 (file)
@@ -37,7 +37,7 @@
 
 #include <iostream>
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index 6fa7954ea13da1f06a062543482d19589b42d059..0545ce04899f5ee5d06daf2d432359714436ceac 100644 (file)
@@ -34,7 +34,7 @@
 #include "word.h"
 
 using namespace std;
-using namespace CVC5;
+using namespace cvc5;
 
 hashsmt::cvc4_uchar8 *createInput(unsigned size, std::string prefix, std::ostream& output) {
   hashsmt::cvc4_uchar8 *input = new hashsmt::cvc4_uchar8[size];
@@ -102,7 +102,7 @@ int main(int argc, char* argv[]) {
     delete[] cvc4input1;
     delete[] cvc4input2;
   }
-  catch (CVC5::Exception& e)
+  catch (cvc5::Exception& e)
   {
     cerr << e << endl;
   }
index 957f9225ea80c6f2c7a3144244fc1d6026cf6815..a4acfc3c601fc3d24783ec7b809c08cce9f00706 100644 (file)
@@ -43,7 +43,7 @@
 #include "word.h"
 
 using namespace std;
-using namespace CVC5;
+using namespace cvc5;
 
 int main(int argc, char* argv[]) {
 
@@ -105,7 +105,7 @@ int main(int argc, char* argv[]) {
     // Checksat command
     output << CheckSatCommand() << endl;
   }
-  catch (CVC5::Exception& e)
+  catch (cvc5::Exception& e)
   {
     cerr << e << endl;
   }
index 5fd5b79790a02e2ee3dd8d88bf97d820476645b3..79b868d1c05843d28732b7e8e73afd4bc7f1dc4f 100644 (file)
@@ -33,8 +33,8 @@
 
 using namespace std;
 using namespace hashsmt;
-using namespace CVC5;
-using namespace CVC5::options;
+using namespace cvc5;
+using namespace cvc5::options;
 
 Expr Word::extendToSize(unsigned newSize) const {
   if (newSize <= size()) {
@@ -50,10 +50,10 @@ ExprManager* Word::s_manager = 0;
 
 ExprManager* Word::em() {
   if (s_manager == 0) {
-    CVC5::Options options;
+    cvc5::Options options;
     options.setInputLanguage(language::input::LANG_SMTLIB_V2);
     options.setOutputLanguage(language::output::LANG_SMTLIB_V2);
-    s_manager = new CVC5::ExprManager(options);
+    s_manager = new cvc5::ExprManager(options);
   }
   return s_manager;
 }
@@ -71,7 +71,7 @@ Word Word::concat(const Word words[], unsigned size) {
 }
 
 void Word::print(ostream& out) const {
-  out << CVC5::expr::ExprSetDepth(-1) << d_expr;
+  out << cvc5::expr::ExprSetDepth(-1) << d_expr;
 }
 
 Word::Word(unsigned newSize, unsigned value) {
index 4a1d142f410c39970a45805426e1094945999c0a..f5b95ba32195a9ff55ebbd0d22ae343fba188289 100644 (file)
@@ -35,20 +35,20 @@ namespace hashsmt {
 class Word {
 
   /** Expression managaer we're using for all word expressions */
-  static CVC5::ExprManager* s_manager;
+  static cvc5::ExprManager* s_manager;
 
  protected:
 
   /** The expression of this word */
-  CVC5::Expr d_expr;
+  cvc5::Expr d_expr;
 
   /** Get the expression manager words are using */
-  static CVC5::ExprManager* em();
+  static cvc5::ExprManager* em();
 
-  Word(CVC5::Expr expr = CVC5::Expr()) : d_expr(expr) {}
+  Word(cvc5::Expr expr = cvc5::Expr()) : d_expr(expr) {}
 
   /** Extend the representing expression to the given size >= size() */
-  CVC5::Expr extendToSize(unsigned size) const;
+  cvc5::Expr extendToSize(unsigned size) const;
 
  public:
 
@@ -70,10 +70,10 @@ class Word {
 
   void print(std::ostream& out) const;
 
-  CVC5::Expr getExpr() const { return d_expr; }
+  cvc5::Expr getExpr() const { return d_expr; }
 
   /** Returns the comparison expression */
-  CVC5::Expr operator==(const Word& b) const;
+  cvc5::Expr operator==(const Word& b) const;
 
   /** Concatenate the given words */
   static Word concat(const Word words[], unsigned size);
index daa7d920d3e64758bcfb3bc95d3aaaff599ae4ad..ba495e1fd98024d5f9b8be652fc164015f1303df 100644 (file)
@@ -28,9 +28,9 @@
 #include <cvc4/options/set_language.h>
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::parser;
-using namespace CVC5::theory;
+using namespace cvc5;
+using namespace cvc5::parser;
+using namespace cvc5::theory;
 
 int main(int argc, char* argv[])
 {
index 661747ab0c837d1f79dd2030fb5b770baaf57356..1eb4b3d4d49ef91d88be52b5224df6175b08f661 100644 (file)
@@ -25,9 +25,9 @@
 #include <cvc4/cvc4.h>
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::parser;
-using namespace CVC5::options;
+using namespace cvc5;
+using namespace cvc5::parser;
+using namespace cvc5::options;
 
 unsigned compute_degree(ExprManager& exprManager, const Expr& term) {
   unsigned n = term.getNumChildren();    
index 2a12b828e8690f26aad1e3376b9ca295bcbb6c13..8139a4d91cd241e9b2d5d07370ed023aeaed82c8 100644 (file)
@@ -28,9 +28,9 @@
 #include <cvc4/options/set_language.h>
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::parser;
-using namespace CVC5::options;
+using namespace cvc5;
+using namespace cvc5::parser;
+using namespace cvc5::options;
 
 int main(int argc, char* argv[])
 {
index aecdf5ba2b84f47d322450dfd7a485c06db9f872..09b0c69d83b33024125ecd603a00dab71edd6389 100644 (file)
@@ -26,9 +26,9 @@
 #include <cvc4/cvc4.h>
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::parser;
-using namespace CVC5::options;
+using namespace cvc5;
+using namespace cvc5::parser;
+using namespace cvc5::options;
 
 void translate_to_isat(
         string input,
index 02795dc1f1f60a289cf77e80591672c8f766f828..6cb51f17c7099a99877182cfb4a583854423a7e1 100644 (file)
@@ -26,8 +26,8 @@
 #include <cvc4/cvc4.h>
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::parser;
+using namespace cvc5;
+using namespace cvc5::parser;
 
 void translate_to_mathematica(
         string input,
index 1bfe9424bbcb1a326e7dbefa34b6758ab50d14f8..afd468d5d341a3346558a46338f82fe6f5c67bfe 100644 (file)
@@ -26,8 +26,8 @@
 #include <cvc4/cvc4.h>
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::parser;
+using namespace cvc5;
+using namespace cvc5::parser;
 
 void translate_to_qepcad(
         string input,
index 4238e9f136c38c4b6d4019a42f9dcdb4fc97964e..d9bd6012a30c06406d2199cd09da37e09b201b76 100644 (file)
@@ -26,9 +26,9 @@
 #include <cvc4/cvc4.h>
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::parser;
-using namespace CVC5::options;
+using namespace cvc5;
+using namespace cvc5::parser;
+using namespace cvc5::options;
 
 void translate_to_redlog(
         string input,
index b9ced3d79270d62b671802b1df70490b1953561d..ec95b5f70fcdccf9dc471ed4d59d47a3e908e875 100644 (file)
@@ -28,9 +28,9 @@
 #include <cvc4/options/set_language.h>
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::parser;
-using namespace CVC5::options;
+using namespace cvc5;
+using namespace cvc5::parser;
+using namespace cvc5::options;
 
 bool nonsense(char c) { return !isalnum(c); }
 
index b6890e6efa78c314566a6f82517330b5087b7df7..b97b86bb8bc353cf188f3f11bdc74811ee7708db 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <iostream>
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main() {
   Solver slv;
index e6778fa412cedf23d6c9eaa9492ed0c1dca0137a..73dbfe34f8e46041a8c4ae8c1e63ad4cee38fcbf 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <iostream>
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main() {
   Solver slv;
index 1a9de7f806cd4f7c54178d05ea0d17038bb53784..4838e06fbc1e8311e9af82dbf67b491df9d312c1 100644 (file)
@@ -28,9 +28,9 @@
 #include <cvc4/options/set_language.h>
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::language;
-using namespace CVC5::parser;
+using namespace cvc5;
+using namespace cvc5::language;
+using namespace cvc5::parser;
 
 enum {
   INPUT_LANG = 'L',
index 4686c0694d511cb6688ba31f1bf94e2e56dca5ff..175388bf46a6b16ff7d0c902d07905c9a2d7bbe0 100644 (file)
@@ -528,7 +528,7 @@ namespace api {
           this == bv.d_solver, "bound variable", bound_vars, i) \
           << "a term associated with this solver object";       \
       CVC4_API_ARG_AT_INDEX_CHECK_EXPECTED(                     \
-          bv.d_node->getKind() == CVC5::Kind::BOUND_VARIABLE,   \
+          bv.d_node->getKind() == cvc5::Kind::BOUND_VARIABLE,   \
           "bound variable",                                     \
           bound_vars,                                           \
           i)                                                    \
@@ -560,7 +560,7 @@ namespace api {
           this == bv.d_solver, "bound variable", bound_vars, i)               \
           << "a term associated with this solver object";                     \
       CVC4_API_ARG_AT_INDEX_CHECK_EXPECTED(                                   \
-          bv.d_node->getKind() == CVC5::Kind::BOUND_VARIABLE,                 \
+          bv.d_node->getKind() == cvc5::Kind::BOUND_VARIABLE,                 \
           "bound variable",                                                   \
           bound_vars,                                                         \
           i)                                                                  \
index 1c1b6b28c869ba3a321a8a00acd3378c29092ceb..9e55cdaf03c5f3a3aeb8a4ec257baffd058e21d6 100644 (file)
@@ -64,7 +64,7 @@
 #include "util/stats_histogram.h"
 #include "util/utility.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace api {
 
 /* -------------------------------------------------------------------------- */
@@ -87,570 +87,570 @@ struct Statistics
 /* -------------------------------------------------------------------------- */
 
 /* Mapping from external (API) kind to internal kind. */
-const static std::unordered_map<Kind, CVC5::Kind, KindHashFunction> s_kinds{
-    {INTERNAL_KIND, CVC5::Kind::UNDEFINED_KIND},
-    {UNDEFINED_KIND, CVC5::Kind::UNDEFINED_KIND},
-    {NULL_EXPR, CVC5::Kind::NULL_EXPR},
+const static std::unordered_map<Kind, cvc5::Kind, KindHashFunction> s_kinds{
+    {INTERNAL_KIND, cvc5::Kind::UNDEFINED_KIND},
+    {UNDEFINED_KIND, cvc5::Kind::UNDEFINED_KIND},
+    {NULL_EXPR, cvc5::Kind::NULL_EXPR},
     /* Builtin ------------------------------------------------------------- */
-    {UNINTERPRETED_CONSTANT, CVC5::Kind::UNINTERPRETED_CONSTANT},
-    {ABSTRACT_VALUE, CVC5::Kind::ABSTRACT_VALUE},
-    {EQUAL, CVC5::Kind::EQUAL},
-    {DISTINCT, CVC5::Kind::DISTINCT},
-    {CONSTANT, CVC5::Kind::VARIABLE},
-    {VARIABLE, CVC5::Kind::BOUND_VARIABLE},
-    {SEXPR, CVC5::Kind::SEXPR},
-    {LAMBDA, CVC5::Kind::LAMBDA},
-    {WITNESS, CVC5::Kind::WITNESS},
+    {UNINTERPRETED_CONSTANT, cvc5::Kind::UNINTERPRETED_CONSTANT},
+    {ABSTRACT_VALUE, cvc5::Kind::ABSTRACT_VALUE},
+    {EQUAL, cvc5::Kind::EQUAL},
+    {DISTINCT, cvc5::Kind::DISTINCT},
+    {CONSTANT, cvc5::Kind::VARIABLE},
+    {VARIABLE, cvc5::Kind::BOUND_VARIABLE},
+    {SEXPR, cvc5::Kind::SEXPR},
+    {LAMBDA, cvc5::Kind::LAMBDA},
+    {WITNESS, cvc5::Kind::WITNESS},
     /* Boolean ------------------------------------------------------------- */
-    {CONST_BOOLEAN, CVC5::Kind::CONST_BOOLEAN},
-    {NOT, CVC5::Kind::NOT},
-    {AND, CVC5::Kind::AND},
-    {IMPLIES, CVC5::Kind::IMPLIES},
-    {OR, CVC5::Kind::OR},
-    {XOR, CVC5::Kind::XOR},
-    {ITE, CVC5::Kind::ITE},
-    {MATCH, CVC5::Kind::MATCH},
-    {MATCH_CASE, CVC5::Kind::MATCH_CASE},
-    {MATCH_BIND_CASE, CVC5::Kind::MATCH_BIND_CASE},
+    {CONST_BOOLEAN, cvc5::Kind::CONST_BOOLEAN},
+    {NOT, cvc5::Kind::NOT},
+    {AND, cvc5::Kind::AND},
+    {IMPLIES, cvc5::Kind::IMPLIES},
+    {OR, cvc5::Kind::OR},
+    {XOR, cvc5::Kind::XOR},
+    {ITE, cvc5::Kind::ITE},
+    {MATCH, cvc5::Kind::MATCH},
+    {MATCH_CASE, cvc5::Kind::MATCH_CASE},
+    {MATCH_BIND_CASE, cvc5::Kind::MATCH_BIND_CASE},
     /* UF ------------------------------------------------------------------ */
-    {APPLY_UF, CVC5::Kind::APPLY_UF},
-    {CARDINALITY_CONSTRAINT, CVC5::Kind::CARDINALITY_CONSTRAINT},
-    {CARDINALITY_VALUE, CVC5::Kind::CARDINALITY_VALUE},
-    {HO_APPLY, CVC5::Kind::HO_APPLY},
+    {APPLY_UF, cvc5::Kind::APPLY_UF},
+    {CARDINALITY_CONSTRAINT, cvc5::Kind::CARDINALITY_CONSTRAINT},
+    {CARDINALITY_VALUE, cvc5::Kind::CARDINALITY_VALUE},
+    {HO_APPLY, cvc5::Kind::HO_APPLY},
     /* Arithmetic ---------------------------------------------------------- */
-    {PLUS, CVC5::Kind::PLUS},
-    {MULT, CVC5::Kind::MULT},
-    {IAND, CVC5::Kind::IAND},
-    {MINUS, CVC5::Kind::MINUS},
-    {UMINUS, CVC5::Kind::UMINUS},
-    {DIVISION, CVC5::Kind::DIVISION},
-    {INTS_DIVISION, CVC5::Kind::INTS_DIVISION},
-    {INTS_MODULUS, CVC5::Kind::INTS_MODULUS},
-    {ABS, CVC5::Kind::ABS},
-    {DIVISIBLE, CVC5::Kind::DIVISIBLE},
-    {POW, CVC5::Kind::POW},
-    {EXPONENTIAL, CVC5::Kind::EXPONENTIAL},
-    {SINE, CVC5::Kind::SINE},
-    {COSINE, CVC5::Kind::COSINE},
-    {TANGENT, CVC5::Kind::TANGENT},
-    {COSECANT, CVC5::Kind::COSECANT},
-    {SECANT, CVC5::Kind::SECANT},
-    {COTANGENT, CVC5::Kind::COTANGENT},
-    {ARCSINE, CVC5::Kind::ARCSINE},
-    {ARCCOSINE, CVC5::Kind::ARCCOSINE},
-    {ARCTANGENT, CVC5::Kind::ARCTANGENT},
-    {ARCCOSECANT, CVC5::Kind::ARCCOSECANT},
-    {ARCSECANT, CVC5::Kind::ARCSECANT},
-    {ARCCOTANGENT, CVC5::Kind::ARCCOTANGENT},
-    {SQRT, CVC5::Kind::SQRT},
-    {CONST_RATIONAL, CVC5::Kind::CONST_RATIONAL},
-    {LT, CVC5::Kind::LT},
-    {LEQ, CVC5::Kind::LEQ},
-    {GT, CVC5::Kind::GT},
-    {GEQ, CVC5::Kind::GEQ},
-    {IS_INTEGER, CVC5::Kind::IS_INTEGER},
-    {TO_INTEGER, CVC5::Kind::TO_INTEGER},
-    {TO_REAL, CVC5::Kind::TO_REAL},
-    {PI, CVC5::Kind::PI},
+    {PLUS, cvc5::Kind::PLUS},
+    {MULT, cvc5::Kind::MULT},
+    {IAND, cvc5::Kind::IAND},
+    {MINUS, cvc5::Kind::MINUS},
+    {UMINUS, cvc5::Kind::UMINUS},
+    {DIVISION, cvc5::Kind::DIVISION},
+    {INTS_DIVISION, cvc5::Kind::INTS_DIVISION},
+    {INTS_MODULUS, cvc5::Kind::INTS_MODULUS},
+    {ABS, cvc5::Kind::ABS},
+    {DIVISIBLE, cvc5::Kind::DIVISIBLE},
+    {POW, cvc5::Kind::POW},
+    {EXPONENTIAL, cvc5::Kind::EXPONENTIAL},
+    {SINE, cvc5::Kind::SINE},
+    {COSINE, cvc5::Kind::COSINE},
+    {TANGENT, cvc5::Kind::TANGENT},
+    {COSECANT, cvc5::Kind::COSECANT},
+    {SECANT, cvc5::Kind::SECANT},
+    {COTANGENT, cvc5::Kind::COTANGENT},
+    {ARCSINE, cvc5::Kind::ARCSINE},
+    {ARCCOSINE, cvc5::Kind::ARCCOSINE},
+    {ARCTANGENT, cvc5::Kind::ARCTANGENT},
+    {ARCCOSECANT, cvc5::Kind::ARCCOSECANT},
+    {ARCSECANT, cvc5::Kind::ARCSECANT},
+    {ARCCOTANGENT, cvc5::Kind::ARCCOTANGENT},
+    {SQRT, cvc5::Kind::SQRT},
+    {CONST_RATIONAL, cvc5::Kind::CONST_RATIONAL},
+    {LT, cvc5::Kind::LT},
+    {LEQ, cvc5::Kind::LEQ},
+    {GT, cvc5::Kind::GT},
+    {GEQ, cvc5::Kind::GEQ},
+    {IS_INTEGER, cvc5::Kind::IS_INTEGER},
+    {TO_INTEGER, cvc5::Kind::TO_INTEGER},
+    {TO_REAL, cvc5::Kind::TO_REAL},
+    {PI, cvc5::Kind::PI},
     /* BV ------------------------------------------------------------------ */
-    {CONST_BITVECTOR, CVC5::Kind::CONST_BITVECTOR},
-    {BITVECTOR_CONCAT, CVC5::Kind::BITVECTOR_CONCAT},
-    {BITVECTOR_AND, CVC5::Kind::BITVECTOR_AND},
-    {BITVECTOR_OR, CVC5::Kind::BITVECTOR_OR},
-    {BITVECTOR_XOR, CVC5::Kind::BITVECTOR_XOR},
-    {BITVECTOR_NOT, CVC5::Kind::BITVECTOR_NOT},
-    {BITVECTOR_NAND, CVC5::Kind::BITVECTOR_NAND},
-    {BITVECTOR_NOR, CVC5::Kind::BITVECTOR_NOR},
-    {BITVECTOR_XNOR, CVC5::Kind::BITVECTOR_XNOR},
-    {BITVECTOR_COMP, CVC5::Kind::BITVECTOR_COMP},
-    {BITVECTOR_MULT, CVC5::Kind::BITVECTOR_MULT},
-    {BITVECTOR_PLUS, CVC5::Kind::BITVECTOR_PLUS},
-    {BITVECTOR_SUB, CVC5::Kind::BITVECTOR_SUB},
-    {BITVECTOR_NEG, CVC5::Kind::BITVECTOR_NEG},
-    {BITVECTOR_UDIV, CVC5::Kind::BITVECTOR_UDIV},
-    {BITVECTOR_UREM, CVC5::Kind::BITVECTOR_UREM},
-    {BITVECTOR_SDIV, CVC5::Kind::BITVECTOR_SDIV},
-    {BITVECTOR_SREM, CVC5::Kind::BITVECTOR_SREM},
-    {BITVECTOR_SMOD, CVC5::Kind::BITVECTOR_SMOD},
-    {BITVECTOR_SHL, CVC5::Kind::BITVECTOR_SHL},
-    {BITVECTOR_LSHR, CVC5::Kind::BITVECTOR_LSHR},
-    {BITVECTOR_ASHR, CVC5::Kind::BITVECTOR_ASHR},
-    {BITVECTOR_ULT, CVC5::Kind::BITVECTOR_ULT},
-    {BITVECTOR_ULE, CVC5::Kind::BITVECTOR_ULE},
-    {BITVECTOR_UGT, CVC5::Kind::BITVECTOR_UGT},
-    {BITVECTOR_UGE, CVC5::Kind::BITVECTOR_UGE},
-    {BITVECTOR_SLT, CVC5::Kind::BITVECTOR_SLT},
-    {BITVECTOR_SLE, CVC5::Kind::BITVECTOR_SLE},
-    {BITVECTOR_SGT, CVC5::Kind::BITVECTOR_SGT},
-    {BITVECTOR_SGE, CVC5::Kind::BITVECTOR_SGE},
-    {BITVECTOR_ULTBV, CVC5::Kind::BITVECTOR_ULTBV},
-    {BITVECTOR_SLTBV, CVC5::Kind::BITVECTOR_SLTBV},
-    {BITVECTOR_ITE, CVC5::Kind::BITVECTOR_ITE},
-    {BITVECTOR_REDOR, CVC5::Kind::BITVECTOR_REDOR},
-    {BITVECTOR_REDAND, CVC5::Kind::BITVECTOR_REDAND},
-    {BITVECTOR_EXTRACT, CVC5::Kind::BITVECTOR_EXTRACT},
-    {BITVECTOR_REPEAT, CVC5::Kind::BITVECTOR_REPEAT},
-    {BITVECTOR_ZERO_EXTEND, CVC5::Kind::BITVECTOR_ZERO_EXTEND},
-    {BITVECTOR_SIGN_EXTEND, CVC5::Kind::BITVECTOR_SIGN_EXTEND},
-    {BITVECTOR_ROTATE_LEFT, CVC5::Kind::BITVECTOR_ROTATE_LEFT},
-    {BITVECTOR_ROTATE_RIGHT, CVC5::Kind::BITVECTOR_ROTATE_RIGHT},
-    {INT_TO_BITVECTOR, CVC5::Kind::INT_TO_BITVECTOR},
-    {BITVECTOR_TO_NAT, CVC5::Kind::BITVECTOR_TO_NAT},
+    {CONST_BITVECTOR, cvc5::Kind::CONST_BITVECTOR},
+    {BITVECTOR_CONCAT, cvc5::Kind::BITVECTOR_CONCAT},
+    {BITVECTOR_AND, cvc5::Kind::BITVECTOR_AND},
+    {BITVECTOR_OR, cvc5::Kind::BITVECTOR_OR},
+    {BITVECTOR_XOR, cvc5::Kind::BITVECTOR_XOR},
+    {BITVECTOR_NOT, cvc5::Kind::BITVECTOR_NOT},
+    {BITVECTOR_NAND, cvc5::Kind::BITVECTOR_NAND},
+    {BITVECTOR_NOR, cvc5::Kind::BITVECTOR_NOR},
+    {BITVECTOR_XNOR, cvc5::Kind::BITVECTOR_XNOR},
+    {BITVECTOR_COMP, cvc5::Kind::BITVECTOR_COMP},
+    {BITVECTOR_MULT, cvc5::Kind::BITVECTOR_MULT},
+    {BITVECTOR_PLUS, cvc5::Kind::BITVECTOR_PLUS},
+    {BITVECTOR_SUB, cvc5::Kind::BITVECTOR_SUB},
+    {BITVECTOR_NEG, cvc5::Kind::BITVECTOR_NEG},
+    {BITVECTOR_UDIV, cvc5::Kind::BITVECTOR_UDIV},
+    {BITVECTOR_UREM, cvc5::Kind::BITVECTOR_UREM},
+    {BITVECTOR_SDIV, cvc5::Kind::BITVECTOR_SDIV},
+    {BITVECTOR_SREM, cvc5::Kind::BITVECTOR_SREM},
+    {BITVECTOR_SMOD, cvc5::Kind::BITVECTOR_SMOD},
+    {BITVECTOR_SHL, cvc5::Kind::BITVECTOR_SHL},
+    {BITVECTOR_LSHR, cvc5::Kind::BITVECTOR_LSHR},
+    {BITVECTOR_ASHR, cvc5::Kind::BITVECTOR_ASHR},
+    {BITVECTOR_ULT, cvc5::Kind::BITVECTOR_ULT},
+    {BITVECTOR_ULE, cvc5::Kind::BITVECTOR_ULE},
+    {BITVECTOR_UGT, cvc5::Kind::BITVECTOR_UGT},
+    {BITVECTOR_UGE, cvc5::Kind::BITVECTOR_UGE},
+    {BITVECTOR_SLT, cvc5::Kind::BITVECTOR_SLT},
+    {BITVECTOR_SLE, cvc5::Kind::BITVECTOR_SLE},
+    {BITVECTOR_SGT, cvc5::Kind::BITVECTOR_SGT},
+    {BITVECTOR_SGE, cvc5::Kind::BITVECTOR_SGE},
+    {BITVECTOR_ULTBV, cvc5::Kind::BITVECTOR_ULTBV},
+    {BITVECTOR_SLTBV, cvc5::Kind::BITVECTOR_SLTBV},
+    {BITVECTOR_ITE, cvc5::Kind::BITVECTOR_ITE},
+    {BITVECTOR_REDOR, cvc5::Kind::BITVECTOR_REDOR},
+    {BITVECTOR_REDAND, cvc5::Kind::BITVECTOR_REDAND},
+    {BITVECTOR_EXTRACT, cvc5::Kind::BITVECTOR_EXTRACT},
+    {BITVECTOR_REPEAT, cvc5::Kind::BITVECTOR_REPEAT},
+    {BITVECTOR_ZERO_EXTEND, cvc5::Kind::BITVECTOR_ZERO_EXTEND},
+    {BITVECTOR_SIGN_EXTEND, cvc5::Kind::BITVECTOR_SIGN_EXTEND},
+    {BITVECTOR_ROTATE_LEFT, cvc5::Kind::BITVECTOR_ROTATE_LEFT},
+    {BITVECTOR_ROTATE_RIGHT, cvc5::Kind::BITVECTOR_ROTATE_RIGHT},
+    {INT_TO_BITVECTOR, cvc5::Kind::INT_TO_BITVECTOR},
+    {BITVECTOR_TO_NAT, cvc5::Kind::BITVECTOR_TO_NAT},
     /* FP ------------------------------------------------------------------ */
-    {CONST_FLOATINGPOINT, CVC5::Kind::CONST_FLOATINGPOINT},
-    {CONST_ROUNDINGMODE, CVC5::Kind::CONST_ROUNDINGMODE},
-    {FLOATINGPOINT_FP, CVC5::Kind::FLOATINGPOINT_FP},
-    {FLOATINGPOINT_EQ, CVC5::Kind::FLOATINGPOINT_EQ},
-    {FLOATINGPOINT_ABS, CVC5::Kind::FLOATINGPOINT_ABS},
-    {FLOATINGPOINT_NEG, CVC5::Kind::FLOATINGPOINT_NEG},
-    {FLOATINGPOINT_PLUS, CVC5::Kind::FLOATINGPOINT_PLUS},
-    {FLOATINGPOINT_SUB, CVC5::Kind::FLOATINGPOINT_SUB},
-    {FLOATINGPOINT_MULT, CVC5::Kind::FLOATINGPOINT_MULT},
-    {FLOATINGPOINT_DIV, CVC5::Kind::FLOATINGPOINT_DIV},
-    {FLOATINGPOINT_FMA, CVC5::Kind::FLOATINGPOINT_FMA},
-    {FLOATINGPOINT_SQRT, CVC5::Kind::FLOATINGPOINT_SQRT},
-    {FLOATINGPOINT_REM, CVC5::Kind::FLOATINGPOINT_REM},
-    {FLOATINGPOINT_RTI, CVC5::Kind::FLOATINGPOINT_RTI},
-    {FLOATINGPOINT_MIN, CVC5::Kind::FLOATINGPOINT_MIN},
-    {FLOATINGPOINT_MAX, CVC5::Kind::FLOATINGPOINT_MAX},
-    {FLOATINGPOINT_LEQ, CVC5::Kind::FLOATINGPOINT_LEQ},
-    {FLOATINGPOINT_LT, CVC5::Kind::FLOATINGPOINT_LT},
-    {FLOATINGPOINT_GEQ, CVC5::Kind::FLOATINGPOINT_GEQ},
-    {FLOATINGPOINT_GT, CVC5::Kind::FLOATINGPOINT_GT},
-    {FLOATINGPOINT_ISN, CVC5::Kind::FLOATINGPOINT_ISN},
-    {FLOATINGPOINT_ISSN, CVC5::Kind::FLOATINGPOINT_ISSN},
-    {FLOATINGPOINT_ISZ, CVC5::Kind::FLOATINGPOINT_ISZ},
-    {FLOATINGPOINT_ISINF, CVC5::Kind::FLOATINGPOINT_ISINF},
-    {FLOATINGPOINT_ISNAN, CVC5::Kind::FLOATINGPOINT_ISNAN},
-    {FLOATINGPOINT_ISNEG, CVC5::Kind::FLOATINGPOINT_ISNEG},
-    {FLOATINGPOINT_ISPOS, CVC5::Kind::FLOATINGPOINT_ISPOS},
+    {CONST_FLOATINGPOINT, cvc5::Kind::CONST_FLOATINGPOINT},
+    {CONST_ROUNDINGMODE, cvc5::Kind::CONST_ROUNDINGMODE},
+    {FLOATINGPOINT_FP, cvc5::Kind::FLOATINGPOINT_FP},
+    {FLOATINGPOINT_EQ, cvc5::Kind::FLOATINGPOINT_EQ},
+    {FLOATINGPOINT_ABS, cvc5::Kind::FLOATINGPOINT_ABS},
+    {FLOATINGPOINT_NEG, cvc5::Kind::FLOATINGPOINT_NEG},
+    {FLOATINGPOINT_PLUS, cvc5::Kind::FLOATINGPOINT_PLUS},
+    {FLOATINGPOINT_SUB, cvc5::Kind::FLOATINGPOINT_SUB},
+    {FLOATINGPOINT_MULT, cvc5::Kind::FLOATINGPOINT_MULT},
+    {FLOATINGPOINT_DIV, cvc5::Kind::FLOATINGPOINT_DIV},
+    {FLOATINGPOINT_FMA, cvc5::Kind::FLOATINGPOINT_FMA},
+    {FLOATINGPOINT_SQRT, cvc5::Kind::FLOATINGPOINT_SQRT},
+    {FLOATINGPOINT_REM, cvc5::Kind::FLOATINGPOINT_REM},
+    {FLOATINGPOINT_RTI, cvc5::Kind::FLOATINGPOINT_RTI},
+    {FLOATINGPOINT_MIN, cvc5::Kind::FLOATINGPOINT_MIN},
+    {FLOATINGPOINT_MAX, cvc5::Kind::FLOATINGPOINT_MAX},
+    {FLOATINGPOINT_LEQ, cvc5::Kind::FLOATINGPOINT_LEQ},
+    {FLOATINGPOINT_LT, cvc5::Kind::FLOATINGPOINT_LT},
+    {FLOATINGPOINT_GEQ, cvc5::Kind::FLOATINGPOINT_GEQ},
+    {FLOATINGPOINT_GT, cvc5::Kind::FLOATINGPOINT_GT},
+    {FLOATINGPOINT_ISN, cvc5::Kind::FLOATINGPOINT_ISN},
+    {FLOATINGPOINT_ISSN, cvc5::Kind::FLOATINGPOINT_ISSN},
+    {FLOATINGPOINT_ISZ, cvc5::Kind::FLOATINGPOINT_ISZ},
+    {FLOATINGPOINT_ISINF, cvc5::Kind::FLOATINGPOINT_ISINF},
+    {FLOATINGPOINT_ISNAN, cvc5::Kind::FLOATINGPOINT_ISNAN},
+    {FLOATINGPOINT_ISNEG, cvc5::Kind::FLOATINGPOINT_ISNEG},
+    {FLOATINGPOINT_ISPOS, cvc5::Kind::FLOATINGPOINT_ISPOS},
     {FLOATINGPOINT_TO_FP_FLOATINGPOINT,
-     CVC5::Kind::FLOATINGPOINT_TO_FP_FLOATINGPOINT},
-    {FLOATINGPOINT_TO_FP_REAL, CVC5::Kind::FLOATINGPOINT_TO_FP_REAL},
+     cvc5::Kind::FLOATINGPOINT_TO_FP_FLOATINGPOINT},
+    {FLOATINGPOINT_TO_FP_REAL, cvc5::Kind::FLOATINGPOINT_TO_FP_REAL},
     {FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR,
-     CVC5::Kind::FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR},
+     cvc5::Kind::FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR},
     {FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR,
-     CVC5::Kind::FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR},
-    {FLOATINGPOINT_TO_FP_GENERIC, CVC5::Kind::FLOATINGPOINT_TO_FP_GENERIC},
-    {FLOATINGPOINT_TO_UBV, CVC5::Kind::FLOATINGPOINT_TO_UBV},
-    {FLOATINGPOINT_TO_SBV, CVC5::Kind::FLOATINGPOINT_TO_SBV},
-    {FLOATINGPOINT_TO_REAL, CVC5::Kind::FLOATINGPOINT_TO_REAL},
+     cvc5::Kind::FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR},
+    {FLOATINGPOINT_TO_FP_GENERIC, cvc5::Kind::FLOATINGPOINT_TO_FP_GENERIC},
+    {FLOATINGPOINT_TO_UBV, cvc5::Kind::FLOATINGPOINT_TO_UBV},
+    {FLOATINGPOINT_TO_SBV, cvc5::Kind::FLOATINGPOINT_TO_SBV},
+    {FLOATINGPOINT_TO_REAL, cvc5::Kind::FLOATINGPOINT_TO_REAL},
     /* Arrays -------------------------------------------------------------- */
-    {SELECT, CVC5::Kind::SELECT},
-    {STORE, CVC5::Kind::STORE},
-    {CONST_ARRAY, CVC5::Kind::STORE_ALL},
-    {EQ_RANGE, CVC5::Kind::EQ_RANGE},
+    {SELECT, cvc5::Kind::SELECT},
+    {STORE, cvc5::Kind::STORE},
+    {CONST_ARRAY, cvc5::Kind::STORE_ALL},
+    {EQ_RANGE, cvc5::Kind::EQ_RANGE},
     /* Datatypes ----------------------------------------------------------- */
-    {APPLY_SELECTOR, CVC5::Kind::APPLY_SELECTOR},
-    {APPLY_CONSTRUCTOR, CVC5::Kind::APPLY_CONSTRUCTOR},
-    {APPLY_TESTER, CVC5::Kind::APPLY_TESTER},
-    {TUPLE_UPDATE, CVC5::Kind::TUPLE_UPDATE},
-    {RECORD_UPDATE, CVC5::Kind::RECORD_UPDATE},
-    {DT_SIZE, CVC5::Kind::DT_SIZE},
-    {TUPLE_PROJECT, CVC5::Kind::TUPLE_PROJECT},
+    {APPLY_SELECTOR, cvc5::Kind::APPLY_SELECTOR},
+    {APPLY_CONSTRUCTOR, cvc5::Kind::APPLY_CONSTRUCTOR},
+    {APPLY_TESTER, cvc5::Kind::APPLY_TESTER},
+    {TUPLE_UPDATE, cvc5::Kind::TUPLE_UPDATE},
+    {RECORD_UPDATE, cvc5::Kind::RECORD_UPDATE},
+    {DT_SIZE, cvc5::Kind::DT_SIZE},
+    {TUPLE_PROJECT, cvc5::Kind::TUPLE_PROJECT},
     /* Separation Logic ---------------------------------------------------- */
-    {SEP_NIL, CVC5::Kind::SEP_NIL},
-    {SEP_EMP, CVC5::Kind::SEP_EMP},
-    {SEP_PTO, CVC5::Kind::SEP_PTO},
-    {SEP_STAR, CVC5::Kind::SEP_STAR},
-    {SEP_WAND, CVC5::Kind::SEP_WAND},
+    {SEP_NIL, cvc5::Kind::SEP_NIL},
+    {SEP_EMP, cvc5::Kind::SEP_EMP},
+    {SEP_PTO, cvc5::Kind::SEP_PTO},
+    {SEP_STAR, cvc5::Kind::SEP_STAR},
+    {SEP_WAND, cvc5::Kind::SEP_WAND},
     /* Sets ---------------------------------------------------------------- */
-    {EMPTYSET, CVC5::Kind::EMPTYSET},
-    {UNION, CVC5::Kind::UNION},
-    {INTERSECTION, CVC5::Kind::INTERSECTION},
-    {SETMINUS, CVC5::Kind::SETMINUS},
-    {SUBSET, CVC5::Kind::SUBSET},
-    {MEMBER, CVC5::Kind::MEMBER},
-    {SINGLETON, CVC5::Kind::SINGLETON},
-    {INSERT, CVC5::Kind::INSERT},
-    {CARD, CVC5::Kind::CARD},
-    {COMPLEMENT, CVC5::Kind::COMPLEMENT},
-    {UNIVERSE_SET, CVC5::Kind::UNIVERSE_SET},
-    {JOIN, CVC5::Kind::JOIN},
-    {PRODUCT, CVC5::Kind::PRODUCT},
-    {TRANSPOSE, CVC5::Kind::TRANSPOSE},
-    {TCLOSURE, CVC5::Kind::TCLOSURE},
-    {JOIN_IMAGE, CVC5::Kind::JOIN_IMAGE},
-    {IDEN, CVC5::Kind::IDEN},
-    {COMPREHENSION, CVC5::Kind::COMPREHENSION},
-    {CHOOSE, CVC5::Kind::CHOOSE},
-    {IS_SINGLETON, CVC5::Kind::IS_SINGLETON},
+    {EMPTYSET, cvc5::Kind::EMPTYSET},
+    {UNION, cvc5::Kind::UNION},
+    {INTERSECTION, cvc5::Kind::INTERSECTION},
+    {SETMINUS, cvc5::Kind::SETMINUS},
+    {SUBSET, cvc5::Kind::SUBSET},
+    {MEMBER, cvc5::Kind::MEMBER},
+    {SINGLETON, cvc5::Kind::SINGLETON},
+    {INSERT, cvc5::Kind::INSERT},
+    {CARD, cvc5::Kind::CARD},
+    {COMPLEMENT, cvc5::Kind::COMPLEMENT},
+    {UNIVERSE_SET, cvc5::Kind::UNIVERSE_SET},
+    {JOIN, cvc5::Kind::JOIN},
+    {PRODUCT, cvc5::Kind::PRODUCT},
+    {TRANSPOSE, cvc5::Kind::TRANSPOSE},
+    {TCLOSURE, cvc5::Kind::TCLOSURE},
+    {JOIN_IMAGE, cvc5::Kind::JOIN_IMAGE},
+    {IDEN, cvc5::Kind::IDEN},
+    {COMPREHENSION, cvc5::Kind::COMPREHENSION},
+    {CHOOSE, cvc5::Kind::CHOOSE},
+    {IS_SINGLETON, cvc5::Kind::IS_SINGLETON},
     /* Bags ---------------------------------------------------------------- */
-    {UNION_MAX, CVC5::Kind::UNION_MAX},
-    {UNION_DISJOINT, CVC5::Kind::UNION_DISJOINT},
-    {INTERSECTION_MIN, CVC5::Kind::INTERSECTION_MIN},
-    {DIFFERENCE_SUBTRACT, CVC5::Kind::DIFFERENCE_SUBTRACT},
-    {DIFFERENCE_REMOVE, CVC5::Kind::DIFFERENCE_REMOVE},
-    {SUBBAG, CVC5::Kind::SUBBAG},
-    {BAG_COUNT, CVC5::Kind::BAG_COUNT},
-    {DUPLICATE_REMOVAL, CVC5::Kind::DUPLICATE_REMOVAL},
-    {MK_BAG, CVC5::Kind::MK_BAG},
-    {EMPTYBAG, CVC5::Kind::EMPTYBAG},
-    {BAG_CARD, CVC5::Kind::BAG_CARD},
-    {BAG_CHOOSE, CVC5::Kind::BAG_CHOOSE},
-    {BAG_IS_SINGLETON, CVC5::Kind::BAG_IS_SINGLETON},
-    {BAG_FROM_SET, CVC5::Kind::BAG_FROM_SET},
-    {BAG_TO_SET, CVC5::Kind::BAG_TO_SET},
+    {UNION_MAX, cvc5::Kind::UNION_MAX},
+    {UNION_DISJOINT, cvc5::Kind::UNION_DISJOINT},
+    {INTERSECTION_MIN, cvc5::Kind::INTERSECTION_MIN},
+    {DIFFERENCE_SUBTRACT, cvc5::Kind::DIFFERENCE_SUBTRACT},
+    {DIFFERENCE_REMOVE, cvc5::Kind::DIFFERENCE_REMOVE},
+    {SUBBAG, cvc5::Kind::SUBBAG},
+    {BAG_COUNT, cvc5::Kind::BAG_COUNT},
+    {DUPLICATE_REMOVAL, cvc5::Kind::DUPLICATE_REMOVAL},
+    {MK_BAG, cvc5::Kind::MK_BAG},
+    {EMPTYBAG, cvc5::Kind::EMPTYBAG},
+    {BAG_CARD, cvc5::Kind::BAG_CARD},
+    {BAG_CHOOSE, cvc5::Kind::BAG_CHOOSE},
+    {BAG_IS_SINGLETON, cvc5::Kind::BAG_IS_SINGLETON},
+    {BAG_FROM_SET, cvc5::Kind::BAG_FROM_SET},
+    {BAG_TO_SET, cvc5::Kind::BAG_TO_SET},
     /* Strings ------------------------------------------------------------- */
-    {STRING_CONCAT, CVC5::Kind::STRING_CONCAT},
-    {STRING_IN_REGEXP, CVC5::Kind::STRING_IN_REGEXP},
-    {STRING_LENGTH, CVC5::Kind::STRING_LENGTH},
-    {STRING_SUBSTR, CVC5::Kind::STRING_SUBSTR},
-    {STRING_UPDATE, CVC5::Kind::STRING_UPDATE},
-    {STRING_CHARAT, CVC5::Kind::STRING_CHARAT},
-    {STRING_CONTAINS, CVC5::Kind::STRING_STRCTN},
-    {STRING_INDEXOF, CVC5::Kind::STRING_STRIDOF},
-    {STRING_REPLACE, CVC5::Kind::STRING_STRREPL},
-    {STRING_REPLACE_ALL, CVC5::Kind::STRING_STRREPLALL},
-    {STRING_REPLACE_RE, CVC5::Kind::STRING_REPLACE_RE},
-    {STRING_REPLACE_RE_ALL, CVC5::Kind::STRING_REPLACE_RE_ALL},
-    {STRING_TOLOWER, CVC5::Kind::STRING_TOLOWER},
-    {STRING_TOUPPER, CVC5::Kind::STRING_TOUPPER},
-    {STRING_REV, CVC5::Kind::STRING_REV},
-    {STRING_FROM_CODE, CVC5::Kind::STRING_FROM_CODE},
-    {STRING_TO_CODE, CVC5::Kind::STRING_TO_CODE},
-    {STRING_LT, CVC5::Kind::STRING_LT},
-    {STRING_LEQ, CVC5::Kind::STRING_LEQ},
-    {STRING_PREFIX, CVC5::Kind::STRING_PREFIX},
-    {STRING_SUFFIX, CVC5::Kind::STRING_SUFFIX},
-    {STRING_IS_DIGIT, CVC5::Kind::STRING_IS_DIGIT},
-    {STRING_FROM_INT, CVC5::Kind::STRING_ITOS},
-    {STRING_TO_INT, CVC5::Kind::STRING_STOI},
-    {CONST_STRING, CVC5::Kind::CONST_STRING},
-    {STRING_TO_REGEXP, CVC5::Kind::STRING_TO_REGEXP},
-    {REGEXP_CONCAT, CVC5::Kind::REGEXP_CONCAT},
-    {REGEXP_UNION, CVC5::Kind::REGEXP_UNION},
-    {REGEXP_INTER, CVC5::Kind::REGEXP_INTER},
-    {REGEXP_DIFF, CVC5::Kind::REGEXP_DIFF},
-    {REGEXP_STAR, CVC5::Kind::REGEXP_STAR},
-    {REGEXP_PLUS, CVC5::Kind::REGEXP_PLUS},
-    {REGEXP_OPT, CVC5::Kind::REGEXP_OPT},
-    {REGEXP_RANGE, CVC5::Kind::REGEXP_RANGE},
-    {REGEXP_REPEAT, CVC5::Kind::REGEXP_REPEAT},
-    {REGEXP_LOOP, CVC5::Kind::REGEXP_LOOP},
-    {REGEXP_EMPTY, CVC5::Kind::REGEXP_EMPTY},
-    {REGEXP_SIGMA, CVC5::Kind::REGEXP_SIGMA},
-    {REGEXP_COMPLEMENT, CVC5::Kind::REGEXP_COMPLEMENT},
+    {STRING_CONCAT, cvc5::Kind::STRING_CONCAT},
+    {STRING_IN_REGEXP, cvc5::Kind::STRING_IN_REGEXP},
+    {STRING_LENGTH, cvc5::Kind::STRING_LENGTH},
+    {STRING_SUBSTR, cvc5::Kind::STRING_SUBSTR},
+    {STRING_UPDATE, cvc5::Kind::STRING_UPDATE},
+    {STRING_CHARAT, cvc5::Kind::STRING_CHARAT},
+    {STRING_CONTAINS, cvc5::Kind::STRING_STRCTN},
+    {STRING_INDEXOF, cvc5::Kind::STRING_STRIDOF},
+    {STRING_REPLACE, cvc5::Kind::STRING_STRREPL},
+    {STRING_REPLACE_ALL, cvc5::Kind::STRING_STRREPLALL},
+    {STRING_REPLACE_RE, cvc5::Kind::STRING_REPLACE_RE},
+    {STRING_REPLACE_RE_ALL, cvc5::Kind::STRING_REPLACE_RE_ALL},
+    {STRING_TOLOWER, cvc5::Kind::STRING_TOLOWER},
+    {STRING_TOUPPER, cvc5::Kind::STRING_TOUPPER},
+    {STRING_REV, cvc5::Kind::STRING_REV},
+    {STRING_FROM_CODE, cvc5::Kind::STRING_FROM_CODE},
+    {STRING_TO_CODE, cvc5::Kind::STRING_TO_CODE},
+    {STRING_LT, cvc5::Kind::STRING_LT},
+    {STRING_LEQ, cvc5::Kind::STRING_LEQ},
+    {STRING_PREFIX, cvc5::Kind::STRING_PREFIX},
+    {STRING_SUFFIX, cvc5::Kind::STRING_SUFFIX},
+    {STRING_IS_DIGIT, cvc5::Kind::STRING_IS_DIGIT},
+    {STRING_FROM_INT, cvc5::Kind::STRING_ITOS},
+    {STRING_TO_INT, cvc5::Kind::STRING_STOI},
+    {CONST_STRING, cvc5::Kind::CONST_STRING},
+    {STRING_TO_REGEXP, cvc5::Kind::STRING_TO_REGEXP},
+    {REGEXP_CONCAT, cvc5::Kind::REGEXP_CONCAT},
+    {REGEXP_UNION, cvc5::Kind::REGEXP_UNION},
+    {REGEXP_INTER, cvc5::Kind::REGEXP_INTER},
+    {REGEXP_DIFF, cvc5::Kind::REGEXP_DIFF},
+    {REGEXP_STAR, cvc5::Kind::REGEXP_STAR},
+    {REGEXP_PLUS, cvc5::Kind::REGEXP_PLUS},
+    {REGEXP_OPT, cvc5::Kind::REGEXP_OPT},
+    {REGEXP_RANGE, cvc5::Kind::REGEXP_RANGE},
+    {REGEXP_REPEAT, cvc5::Kind::REGEXP_REPEAT},
+    {REGEXP_LOOP, cvc5::Kind::REGEXP_LOOP},
+    {REGEXP_EMPTY, cvc5::Kind::REGEXP_EMPTY},
+    {REGEXP_SIGMA, cvc5::Kind::REGEXP_SIGMA},
+    {REGEXP_COMPLEMENT, cvc5::Kind::REGEXP_COMPLEMENT},
     // maps to the same kind as the string versions
-    {SEQ_CONCAT, CVC5::Kind::STRING_CONCAT},
-    {SEQ_LENGTH, CVC5::Kind::STRING_LENGTH},
-    {SEQ_EXTRACT, CVC5::Kind::STRING_SUBSTR},
-    {SEQ_UPDATE, CVC5::Kind::STRING_UPDATE},
-    {SEQ_AT, CVC5::Kind::STRING_CHARAT},
-    {SEQ_CONTAINS, CVC5::Kind::STRING_STRCTN},
-    {SEQ_INDEXOF, CVC5::Kind::STRING_STRIDOF},
-    {SEQ_REPLACE, CVC5::Kind::STRING_STRREPL},
-    {SEQ_REPLACE_ALL, CVC5::Kind::STRING_STRREPLALL},
-    {SEQ_REV, CVC5::Kind::STRING_REV},
-    {SEQ_PREFIX, CVC5::Kind::STRING_PREFIX},
-    {SEQ_SUFFIX, CVC5::Kind::STRING_SUFFIX},
-    {CONST_SEQUENCE, CVC5::Kind::CONST_SEQUENCE},
-    {SEQ_UNIT, CVC5::Kind::SEQ_UNIT},
-    {SEQ_NTH, CVC5::Kind::SEQ_NTH},
+    {SEQ_CONCAT, cvc5::Kind::STRING_CONCAT},
+    {SEQ_LENGTH, cvc5::Kind::STRING_LENGTH},
+    {SEQ_EXTRACT, cvc5::Kind::STRING_SUBSTR},
+    {SEQ_UPDATE, cvc5::Kind::STRING_UPDATE},
+    {SEQ_AT, cvc5::Kind::STRING_CHARAT},
+    {SEQ_CONTAINS, cvc5::Kind::STRING_STRCTN},
+    {SEQ_INDEXOF, cvc5::Kind::STRING_STRIDOF},
+    {SEQ_REPLACE, cvc5::Kind::STRING_STRREPL},
+    {SEQ_REPLACE_ALL, cvc5::Kind::STRING_STRREPLALL},
+    {SEQ_REV, cvc5::Kind::STRING_REV},
+    {SEQ_PREFIX, cvc5::Kind::STRING_PREFIX},
+    {SEQ_SUFFIX, cvc5::Kind::STRING_SUFFIX},
+    {CONST_SEQUENCE, cvc5::Kind::CONST_SEQUENCE},
+    {SEQ_UNIT, cvc5::Kind::SEQ_UNIT},
+    {SEQ_NTH, cvc5::Kind::SEQ_NTH},
     /* Quantifiers --------------------------------------------------------- */
-    {FORALL, CVC5::Kind::FORALL},
-    {EXISTS, CVC5::Kind::EXISTS},
-    {BOUND_VAR_LIST, CVC5::Kind::BOUND_VAR_LIST},
-    {INST_PATTERN, CVC5::Kind::INST_PATTERN},
-    {INST_NO_PATTERN, CVC5::Kind::INST_NO_PATTERN},
-    {INST_ATTRIBUTE, CVC5::Kind::INST_ATTRIBUTE},
-    {INST_PATTERN_LIST, CVC5::Kind::INST_PATTERN_LIST},
-    {LAST_KIND, CVC5::Kind::LAST_KIND},
+    {FORALL, cvc5::Kind::FORALL},
+    {EXISTS, cvc5::Kind::EXISTS},
+    {BOUND_VAR_LIST, cvc5::Kind::BOUND_VAR_LIST},
+    {INST_PATTERN, cvc5::Kind::INST_PATTERN},
+    {INST_NO_PATTERN, cvc5::Kind::INST_NO_PATTERN},
+    {INST_ATTRIBUTE, cvc5::Kind::INST_ATTRIBUTE},
+    {INST_PATTERN_LIST, cvc5::Kind::INST_PATTERN_LIST},
+    {LAST_KIND, cvc5::Kind::LAST_KIND},
 };
 
 /* Mapping from internal kind to external (API) kind. */
-const static std::unordered_map<CVC5::Kind, Kind, CVC5::kind::KindHashFunction>
+const static std::unordered_map<cvc5::Kind, Kind, cvc5::kind::KindHashFunction>
     s_kinds_internal{
-        {CVC5::Kind::UNDEFINED_KIND, UNDEFINED_KIND},
-        {CVC5::Kind::NULL_EXPR, NULL_EXPR},
+        {cvc5::Kind::UNDEFINED_KIND, UNDEFINED_KIND},
+        {cvc5::Kind::NULL_EXPR, NULL_EXPR},
         /* Builtin --------------------------------------------------------- */
-        {CVC5::Kind::UNINTERPRETED_CONSTANT, UNINTERPRETED_CONSTANT},
-        {CVC5::Kind::ABSTRACT_VALUE, ABSTRACT_VALUE},
-        {CVC5::Kind::EQUAL, EQUAL},
-        {CVC5::Kind::DISTINCT, DISTINCT},
-        {CVC5::Kind::VARIABLE, CONSTANT},
-        {CVC5::Kind::BOUND_VARIABLE, VARIABLE},
-        {CVC5::Kind::SEXPR, SEXPR},
-        {CVC5::Kind::LAMBDA, LAMBDA},
-        {CVC5::Kind::WITNESS, WITNESS},
+        {cvc5::Kind::UNINTERPRETED_CONSTANT, UNINTERPRETED_CONSTANT},
+        {cvc5::Kind::ABSTRACT_VALUE, ABSTRACT_VALUE},
+        {cvc5::Kind::EQUAL, EQUAL},
+        {cvc5::Kind::DISTINCT, DISTINCT},
+        {cvc5::Kind::VARIABLE, CONSTANT},
+        {cvc5::Kind::BOUND_VARIABLE, VARIABLE},
+        {cvc5::Kind::SEXPR, SEXPR},
+        {cvc5::Kind::LAMBDA, LAMBDA},
+        {cvc5::Kind::WITNESS, WITNESS},
         /* Boolean --------------------------------------------------------- */
-        {CVC5::Kind::CONST_BOOLEAN, CONST_BOOLEAN},
-        {CVC5::Kind::NOT, NOT},
-        {CVC5::Kind::AND, AND},
-        {CVC5::Kind::IMPLIES, IMPLIES},
-        {CVC5::Kind::OR, OR},
-        {CVC5::Kind::XOR, XOR},
-        {CVC5::Kind::ITE, ITE},
-        {CVC5::Kind::MATCH, MATCH},
-        {CVC5::Kind::MATCH_CASE, MATCH_CASE},
-        {CVC5::Kind::MATCH_BIND_CASE, MATCH_BIND_CASE},
+        {cvc5::Kind::CONST_BOOLEAN, CONST_BOOLEAN},
+        {cvc5::Kind::NOT, NOT},
+        {cvc5::Kind::AND, AND},
+        {cvc5::Kind::IMPLIES, IMPLIES},
+        {cvc5::Kind::OR, OR},
+        {cvc5::Kind::XOR, XOR},
+        {cvc5::Kind::ITE, ITE},
+        {cvc5::Kind::MATCH, MATCH},
+        {cvc5::Kind::MATCH_CASE, MATCH_CASE},
+        {cvc5::Kind::MATCH_BIND_CASE, MATCH_BIND_CASE},
         /* UF -------------------------------------------------------------- */
-        {CVC5::Kind::APPLY_UF, APPLY_UF},
-        {CVC5::Kind::CARDINALITY_CONSTRAINT, CARDINALITY_CONSTRAINT},
-        {CVC5::Kind::CARDINALITY_VALUE, CARDINALITY_VALUE},
-        {CVC5::Kind::HO_APPLY, HO_APPLY},
+        {cvc5::Kind::APPLY_UF, APPLY_UF},
+        {cvc5::Kind::CARDINALITY_CONSTRAINT, CARDINALITY_CONSTRAINT},
+        {cvc5::Kind::CARDINALITY_VALUE, CARDINALITY_VALUE},
+        {cvc5::Kind::HO_APPLY, HO_APPLY},
         /* Arithmetic ------------------------------------------------------ */
-        {CVC5::Kind::PLUS, PLUS},
-        {CVC5::Kind::MULT, MULT},
-        {CVC5::Kind::IAND, IAND},
-        {CVC5::Kind::MINUS, MINUS},
-        {CVC5::Kind::UMINUS, UMINUS},
-        {CVC5::Kind::DIVISION, DIVISION},
-        {CVC5::Kind::DIVISION_TOTAL, INTERNAL_KIND},
-        {CVC5::Kind::INTS_DIVISION, INTS_DIVISION},
-        {CVC5::Kind::INTS_DIVISION_TOTAL, INTERNAL_KIND},
-        {CVC5::Kind::INTS_MODULUS, INTS_MODULUS},
-        {CVC5::Kind::INTS_MODULUS_TOTAL, INTERNAL_KIND},
-        {CVC5::Kind::ABS, ABS},
-        {CVC5::Kind::DIVISIBLE, DIVISIBLE},
-        {CVC5::Kind::POW, POW},
-        {CVC5::Kind::EXPONENTIAL, EXPONENTIAL},
-        {CVC5::Kind::SINE, SINE},
-        {CVC5::Kind::COSINE, COSINE},
-        {CVC5::Kind::TANGENT, TANGENT},
-        {CVC5::Kind::COSECANT, COSECANT},
-        {CVC5::Kind::SECANT, SECANT},
-        {CVC5::Kind::COTANGENT, COTANGENT},
-        {CVC5::Kind::ARCSINE, ARCSINE},
-        {CVC5::Kind::ARCCOSINE, ARCCOSINE},
-        {CVC5::Kind::ARCTANGENT, ARCTANGENT},
-        {CVC5::Kind::ARCCOSECANT, ARCCOSECANT},
-        {CVC5::Kind::ARCSECANT, ARCSECANT},
-        {CVC5::Kind::ARCCOTANGENT, ARCCOTANGENT},
-        {CVC5::Kind::SQRT, SQRT},
-        {CVC5::Kind::DIVISIBLE_OP, DIVISIBLE},
-        {CVC5::Kind::CONST_RATIONAL, CONST_RATIONAL},
-        {CVC5::Kind::LT, LT},
-        {CVC5::Kind::LEQ, LEQ},
-        {CVC5::Kind::GT, GT},
-        {CVC5::Kind::GEQ, GEQ},
-        {CVC5::Kind::IS_INTEGER, IS_INTEGER},
-        {CVC5::Kind::TO_INTEGER, TO_INTEGER},
-        {CVC5::Kind::TO_REAL, TO_REAL},
-        {CVC5::Kind::PI, PI},
+        {cvc5::Kind::PLUS, PLUS},
+        {cvc5::Kind::MULT, MULT},
+        {cvc5::Kind::IAND, IAND},
+        {cvc5::Kind::MINUS, MINUS},
+        {cvc5::Kind::UMINUS, UMINUS},
+        {cvc5::Kind::DIVISION, DIVISION},
+        {cvc5::Kind::DIVISION_TOTAL, INTERNAL_KIND},
+        {cvc5::Kind::INTS_DIVISION, INTS_DIVISION},
+        {cvc5::Kind::INTS_DIVISION_TOTAL, INTERNAL_KIND},
+        {cvc5::Kind::INTS_MODULUS, INTS_MODULUS},
+        {cvc5::Kind::INTS_MODULUS_TOTAL, INTERNAL_KIND},
+        {cvc5::Kind::ABS, ABS},
+        {cvc5::Kind::DIVISIBLE, DIVISIBLE},
+        {cvc5::Kind::POW, POW},
+        {cvc5::Kind::EXPONENTIAL, EXPONENTIAL},
+        {cvc5::Kind::SINE, SINE},
+        {cvc5::Kind::COSINE, COSINE},
+        {cvc5::Kind::TANGENT, TANGENT},
+        {cvc5::Kind::COSECANT, COSECANT},
+        {cvc5::Kind::SECANT, SECANT},
+        {cvc5::Kind::COTANGENT, COTANGENT},
+        {cvc5::Kind::ARCSINE, ARCSINE},
+        {cvc5::Kind::ARCCOSINE, ARCCOSINE},
+        {cvc5::Kind::ARCTANGENT, ARCTANGENT},
+        {cvc5::Kind::ARCCOSECANT, ARCCOSECANT},
+        {cvc5::Kind::ARCSECANT, ARCSECANT},
+        {cvc5::Kind::ARCCOTANGENT, ARCCOTANGENT},
+        {cvc5::Kind::SQRT, SQRT},
+        {cvc5::Kind::DIVISIBLE_OP, DIVISIBLE},
+        {cvc5::Kind::CONST_RATIONAL, CONST_RATIONAL},
+        {cvc5::Kind::LT, LT},
+        {cvc5::Kind::LEQ, LEQ},
+        {cvc5::Kind::GT, GT},
+        {cvc5::Kind::GEQ, GEQ},
+        {cvc5::Kind::IS_INTEGER, IS_INTEGER},
+        {cvc5::Kind::TO_INTEGER, TO_INTEGER},
+        {cvc5::Kind::TO_REAL, TO_REAL},
+        {cvc5::Kind::PI, PI},
         /* BV -------------------------------------------------------------- */
-        {CVC5::Kind::CONST_BITVECTOR, CONST_BITVECTOR},
-        {CVC5::Kind::BITVECTOR_CONCAT, BITVECTOR_CONCAT},
-        {CVC5::Kind::BITVECTOR_AND, BITVECTOR_AND},
-        {CVC5::Kind::BITVECTOR_OR, BITVECTOR_OR},
-        {CVC5::Kind::BITVECTOR_XOR, BITVECTOR_XOR},
-        {CVC5::Kind::BITVECTOR_NOT, BITVECTOR_NOT},
-        {CVC5::Kind::BITVECTOR_NAND, BITVECTOR_NAND},
-        {CVC5::Kind::BITVECTOR_NOR, BITVECTOR_NOR},
-        {CVC5::Kind::BITVECTOR_XNOR, BITVECTOR_XNOR},
-        {CVC5::Kind::BITVECTOR_COMP, BITVECTOR_COMP},
-        {CVC5::Kind::BITVECTOR_MULT, BITVECTOR_MULT},
-        {CVC5::Kind::BITVECTOR_PLUS, BITVECTOR_PLUS},
-        {CVC5::Kind::BITVECTOR_SUB, BITVECTOR_SUB},
-        {CVC5::Kind::BITVECTOR_NEG, BITVECTOR_NEG},
-        {CVC5::Kind::BITVECTOR_UDIV, BITVECTOR_UDIV},
-        {CVC5::Kind::BITVECTOR_UREM, BITVECTOR_UREM},
-        {CVC5::Kind::BITVECTOR_SDIV, BITVECTOR_SDIV},
-        {CVC5::Kind::BITVECTOR_SREM, BITVECTOR_SREM},
-        {CVC5::Kind::BITVECTOR_SMOD, BITVECTOR_SMOD},
-        {CVC5::Kind::BITVECTOR_SHL, BITVECTOR_SHL},
-        {CVC5::Kind::BITVECTOR_LSHR, BITVECTOR_LSHR},
-        {CVC5::Kind::BITVECTOR_ASHR, BITVECTOR_ASHR},
-        {CVC5::Kind::BITVECTOR_ULT, BITVECTOR_ULT},
-        {CVC5::Kind::BITVECTOR_ULE, BITVECTOR_ULE},
-        {CVC5::Kind::BITVECTOR_UGT, BITVECTOR_UGT},
-        {CVC5::Kind::BITVECTOR_UGE, BITVECTOR_UGE},
-        {CVC5::Kind::BITVECTOR_SLT, BITVECTOR_SLT},
-        {CVC5::Kind::BITVECTOR_SLE, BITVECTOR_SLE},
-        {CVC5::Kind::BITVECTOR_SGT, BITVECTOR_SGT},
-        {CVC5::Kind::BITVECTOR_SGE, BITVECTOR_SGE},
-        {CVC5::Kind::BITVECTOR_ULTBV, BITVECTOR_ULTBV},
-        {CVC5::Kind::BITVECTOR_SLTBV, BITVECTOR_SLTBV},
-        {CVC5::Kind::BITVECTOR_ITE, BITVECTOR_ITE},
-        {CVC5::Kind::BITVECTOR_REDOR, BITVECTOR_REDOR},
-        {CVC5::Kind::BITVECTOR_REDAND, BITVECTOR_REDAND},
-        {CVC5::Kind::BITVECTOR_EXTRACT_OP, BITVECTOR_EXTRACT},
-        {CVC5::Kind::BITVECTOR_REPEAT_OP, BITVECTOR_REPEAT},
-        {CVC5::Kind::BITVECTOR_ZERO_EXTEND_OP, BITVECTOR_ZERO_EXTEND},
-        {CVC5::Kind::BITVECTOR_SIGN_EXTEND_OP, BITVECTOR_SIGN_EXTEND},
-        {CVC5::Kind::BITVECTOR_ROTATE_LEFT_OP, BITVECTOR_ROTATE_LEFT},
-        {CVC5::Kind::BITVECTOR_ROTATE_RIGHT_OP, BITVECTOR_ROTATE_RIGHT},
-        {CVC5::Kind::BITVECTOR_EXTRACT, BITVECTOR_EXTRACT},
-        {CVC5::Kind::BITVECTOR_REPEAT, BITVECTOR_REPEAT},
-        {CVC5::Kind::BITVECTOR_ZERO_EXTEND, BITVECTOR_ZERO_EXTEND},
-        {CVC5::Kind::BITVECTOR_SIGN_EXTEND, BITVECTOR_SIGN_EXTEND},
-        {CVC5::Kind::BITVECTOR_ROTATE_LEFT, BITVECTOR_ROTATE_LEFT},
-        {CVC5::Kind::BITVECTOR_ROTATE_RIGHT, BITVECTOR_ROTATE_RIGHT},
-        {CVC5::Kind::INT_TO_BITVECTOR_OP, INT_TO_BITVECTOR},
-        {CVC5::Kind::INT_TO_BITVECTOR, INT_TO_BITVECTOR},
-        {CVC5::Kind::BITVECTOR_TO_NAT, BITVECTOR_TO_NAT},
+        {cvc5::Kind::CONST_BITVECTOR, CONST_BITVECTOR},
+        {cvc5::Kind::BITVECTOR_CONCAT, BITVECTOR_CONCAT},
+        {cvc5::Kind::BITVECTOR_AND, BITVECTOR_AND},
+        {cvc5::Kind::BITVECTOR_OR, BITVECTOR_OR},
+        {cvc5::Kind::BITVECTOR_XOR, BITVECTOR_XOR},
+        {cvc5::Kind::BITVECTOR_NOT, BITVECTOR_NOT},
+        {cvc5::Kind::BITVECTOR_NAND, BITVECTOR_NAND},
+        {cvc5::Kind::BITVECTOR_NOR, BITVECTOR_NOR},
+        {cvc5::Kind::BITVECTOR_XNOR, BITVECTOR_XNOR},
+        {cvc5::Kind::BITVECTOR_COMP, BITVECTOR_COMP},
+        {cvc5::Kind::BITVECTOR_MULT, BITVECTOR_MULT},
+        {cvc5::Kind::BITVECTOR_PLUS, BITVECTOR_PLUS},
+        {cvc5::Kind::BITVECTOR_SUB, BITVECTOR_SUB},
+        {cvc5::Kind::BITVECTOR_NEG, BITVECTOR_NEG},
+        {cvc5::Kind::BITVECTOR_UDIV, BITVECTOR_UDIV},
+        {cvc5::Kind::BITVECTOR_UREM, BITVECTOR_UREM},
+        {cvc5::Kind::BITVECTOR_SDIV, BITVECTOR_SDIV},
+        {cvc5::Kind::BITVECTOR_SREM, BITVECTOR_SREM},
+        {cvc5::Kind::BITVECTOR_SMOD, BITVECTOR_SMOD},
+        {cvc5::Kind::BITVECTOR_SHL, BITVECTOR_SHL},
+        {cvc5::Kind::BITVECTOR_LSHR, BITVECTOR_LSHR},
+        {cvc5::Kind::BITVECTOR_ASHR, BITVECTOR_ASHR},
+        {cvc5::Kind::BITVECTOR_ULT, BITVECTOR_ULT},
+        {cvc5::Kind::BITVECTOR_ULE, BITVECTOR_ULE},
+        {cvc5::Kind::BITVECTOR_UGT, BITVECTOR_UGT},
+        {cvc5::Kind::BITVECTOR_UGE, BITVECTOR_UGE},
+        {cvc5::Kind::BITVECTOR_SLT, BITVECTOR_SLT},
+        {cvc5::Kind::BITVECTOR_SLE, BITVECTOR_SLE},
+        {cvc5::Kind::BITVECTOR_SGT, BITVECTOR_SGT},
+        {cvc5::Kind::BITVECTOR_SGE, BITVECTOR_SGE},
+        {cvc5::Kind::BITVECTOR_ULTBV, BITVECTOR_ULTBV},
+        {cvc5::Kind::BITVECTOR_SLTBV, BITVECTOR_SLTBV},
+        {cvc5::Kind::BITVECTOR_ITE, BITVECTOR_ITE},
+        {cvc5::Kind::BITVECTOR_REDOR, BITVECTOR_REDOR},
+        {cvc5::Kind::BITVECTOR_REDAND, BITVECTOR_REDAND},
+        {cvc5::Kind::BITVECTOR_EXTRACT_OP, BITVECTOR_EXTRACT},
+        {cvc5::Kind::BITVECTOR_REPEAT_OP, BITVECTOR_REPEAT},
+        {cvc5::Kind::BITVECTOR_ZERO_EXTEND_OP, BITVECTOR_ZERO_EXTEND},
+        {cvc5::Kind::BITVECTOR_SIGN_EXTEND_OP, BITVECTOR_SIGN_EXTEND},
+        {cvc5::Kind::BITVECTOR_ROTATE_LEFT_OP, BITVECTOR_ROTATE_LEFT},
+        {cvc5::Kind::BITVECTOR_ROTATE_RIGHT_OP, BITVECTOR_ROTATE_RIGHT},
+        {cvc5::Kind::BITVECTOR_EXTRACT, BITVECTOR_EXTRACT},
+        {cvc5::Kind::BITVECTOR_REPEAT, BITVECTOR_REPEAT},
+        {cvc5::Kind::BITVECTOR_ZERO_EXTEND, BITVECTOR_ZERO_EXTEND},
+        {cvc5::Kind::BITVECTOR_SIGN_EXTEND, BITVECTOR_SIGN_EXTEND},
+        {cvc5::Kind::BITVECTOR_ROTATE_LEFT, BITVECTOR_ROTATE_LEFT},
+        {cvc5::Kind::BITVECTOR_ROTATE_RIGHT, BITVECTOR_ROTATE_RIGHT},
+        {cvc5::Kind::INT_TO_BITVECTOR_OP, INT_TO_BITVECTOR},
+        {cvc5::Kind::INT_TO_BITVECTOR, INT_TO_BITVECTOR},
+        {cvc5::Kind::BITVECTOR_TO_NAT, BITVECTOR_TO_NAT},
         /* FP -------------------------------------------------------------- */
-        {CVC5::Kind::CONST_FLOATINGPOINT, CONST_FLOATINGPOINT},
-        {CVC5::Kind::CONST_ROUNDINGMODE, CONST_ROUNDINGMODE},
-        {CVC5::Kind::FLOATINGPOINT_FP, FLOATINGPOINT_FP},
-        {CVC5::Kind::FLOATINGPOINT_EQ, FLOATINGPOINT_EQ},
-        {CVC5::Kind::FLOATINGPOINT_ABS, FLOATINGPOINT_ABS},
-        {CVC5::Kind::FLOATINGPOINT_NEG, FLOATINGPOINT_NEG},
-        {CVC5::Kind::FLOATINGPOINT_PLUS, FLOATINGPOINT_PLUS},
-        {CVC5::Kind::FLOATINGPOINT_SUB, FLOATINGPOINT_SUB},
-        {CVC5::Kind::FLOATINGPOINT_MULT, FLOATINGPOINT_MULT},
-        {CVC5::Kind::FLOATINGPOINT_DIV, FLOATINGPOINT_DIV},
-        {CVC5::Kind::FLOATINGPOINT_FMA, FLOATINGPOINT_FMA},
-        {CVC5::Kind::FLOATINGPOINT_SQRT, FLOATINGPOINT_SQRT},
-        {CVC5::Kind::FLOATINGPOINT_REM, FLOATINGPOINT_REM},
-        {CVC5::Kind::FLOATINGPOINT_RTI, FLOATINGPOINT_RTI},
-        {CVC5::Kind::FLOATINGPOINT_MIN, FLOATINGPOINT_MIN},
-        {CVC5::Kind::FLOATINGPOINT_MAX, FLOATINGPOINT_MAX},
-        {CVC5::Kind::FLOATINGPOINT_LEQ, FLOATINGPOINT_LEQ},
-        {CVC5::Kind::FLOATINGPOINT_LT, FLOATINGPOINT_LT},
-        {CVC5::Kind::FLOATINGPOINT_GEQ, FLOATINGPOINT_GEQ},
-        {CVC5::Kind::FLOATINGPOINT_GT, FLOATINGPOINT_GT},
-        {CVC5::Kind::FLOATINGPOINT_ISN, FLOATINGPOINT_ISN},
-        {CVC5::Kind::FLOATINGPOINT_ISSN, FLOATINGPOINT_ISSN},
-        {CVC5::Kind::FLOATINGPOINT_ISZ, FLOATINGPOINT_ISZ},
-        {CVC5::Kind::FLOATINGPOINT_ISINF, FLOATINGPOINT_ISINF},
-        {CVC5::Kind::FLOATINGPOINT_ISNAN, FLOATINGPOINT_ISNAN},
-        {CVC5::Kind::FLOATINGPOINT_ISNEG, FLOATINGPOINT_ISNEG},
-        {CVC5::Kind::FLOATINGPOINT_ISPOS, FLOATINGPOINT_ISPOS},
-        {CVC5::Kind::FLOATINGPOINT_TO_FP_IEEE_BITVECTOR_OP,
+        {cvc5::Kind::CONST_FLOATINGPOINT, CONST_FLOATINGPOINT},
+        {cvc5::Kind::CONST_ROUNDINGMODE, CONST_ROUNDINGMODE},
+        {cvc5::Kind::FLOATINGPOINT_FP, FLOATINGPOINT_FP},
+        {cvc5::Kind::FLOATINGPOINT_EQ, FLOATINGPOINT_EQ},
+        {cvc5::Kind::FLOATINGPOINT_ABS, FLOATINGPOINT_ABS},
+        {cvc5::Kind::FLOATINGPOINT_NEG, FLOATINGPOINT_NEG},
+        {cvc5::Kind::FLOATINGPOINT_PLUS, FLOATINGPOINT_PLUS},
+        {cvc5::Kind::FLOATINGPOINT_SUB, FLOATINGPOINT_SUB},
+        {cvc5::Kind::FLOATINGPOINT_MULT, FLOATINGPOINT_MULT},
+        {cvc5::Kind::FLOATINGPOINT_DIV, FLOATINGPOINT_DIV},
+        {cvc5::Kind::FLOATINGPOINT_FMA, FLOATINGPOINT_FMA},
+        {cvc5::Kind::FLOATINGPOINT_SQRT, FLOATINGPOINT_SQRT},
+        {cvc5::Kind::FLOATINGPOINT_REM, FLOATINGPOINT_REM},
+        {cvc5::Kind::FLOATINGPOINT_RTI, FLOATINGPOINT_RTI},
+        {cvc5::Kind::FLOATINGPOINT_MIN, FLOATINGPOINT_MIN},
+        {cvc5::Kind::FLOATINGPOINT_MAX, FLOATINGPOINT_MAX},
+        {cvc5::Kind::FLOATINGPOINT_LEQ, FLOATINGPOINT_LEQ},
+        {cvc5::Kind::FLOATINGPOINT_LT, FLOATINGPOINT_LT},
+        {cvc5::Kind::FLOATINGPOINT_GEQ, FLOATINGPOINT_GEQ},
+        {cvc5::Kind::FLOATINGPOINT_GT, FLOATINGPOINT_GT},
+        {cvc5::Kind::FLOATINGPOINT_ISN, FLOATINGPOINT_ISN},
+        {cvc5::Kind::FLOATINGPOINT_ISSN, FLOATINGPOINT_ISSN},
+        {cvc5::Kind::FLOATINGPOINT_ISZ, FLOATINGPOINT_ISZ},
+        {cvc5::Kind::FLOATINGPOINT_ISINF, FLOATINGPOINT_ISINF},
+        {cvc5::Kind::FLOATINGPOINT_ISNAN, FLOATINGPOINT_ISNAN},
+        {cvc5::Kind::FLOATINGPOINT_ISNEG, FLOATINGPOINT_ISNEG},
+        {cvc5::Kind::FLOATINGPOINT_ISPOS, FLOATINGPOINT_ISPOS},
+        {cvc5::Kind::FLOATINGPOINT_TO_FP_IEEE_BITVECTOR_OP,
          FLOATINGPOINT_TO_FP_IEEE_BITVECTOR},
-        {CVC5::Kind::FLOATINGPOINT_TO_FP_IEEE_BITVECTOR,
+        {cvc5::Kind::FLOATINGPOINT_TO_FP_IEEE_BITVECTOR,
          FLOATINGPOINT_TO_FP_IEEE_BITVECTOR},
-        {CVC5::Kind::FLOATINGPOINT_TO_FP_FLOATINGPOINT_OP,
+        {cvc5::Kind::FLOATINGPOINT_TO_FP_FLOATINGPOINT_OP,
          FLOATINGPOINT_TO_FP_FLOATINGPOINT},
-        {CVC5::Kind::FLOATINGPOINT_TO_FP_FLOATINGPOINT,
+        {cvc5::Kind::FLOATINGPOINT_TO_FP_FLOATINGPOINT,
          FLOATINGPOINT_TO_FP_FLOATINGPOINT},
-        {CVC5::Kind::FLOATINGPOINT_TO_FP_REAL_OP, FLOATINGPOINT_TO_FP_REAL},
-        {CVC5::Kind::FLOATINGPOINT_TO_FP_REAL, FLOATINGPOINT_TO_FP_REAL},
-        {CVC5::Kind::FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR_OP,
+        {cvc5::Kind::FLOATINGPOINT_TO_FP_REAL_OP, FLOATINGPOINT_TO_FP_REAL},
+        {cvc5::Kind::FLOATINGPOINT_TO_FP_REAL, FLOATINGPOINT_TO_FP_REAL},
+        {cvc5::Kind::FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR_OP,
          FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR},
-        {CVC5::Kind::FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR,
+        {cvc5::Kind::FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR,
          FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR},
-        {CVC5::Kind::FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR_OP,
+        {cvc5::Kind::FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR_OP,
          FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR},
-        {CVC5::Kind::FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR,
+        {cvc5::Kind::FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR,
          FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR},
-        {CVC5::Kind::FLOATINGPOINT_TO_FP_GENERIC_OP,
+        {cvc5::Kind::FLOATINGPOINT_TO_FP_GENERIC_OP,
          FLOATINGPOINT_TO_FP_GENERIC},
-        {CVC5::Kind::FLOATINGPOINT_TO_FP_GENERIC, FLOATINGPOINT_TO_FP_GENERIC},
-        {CVC5::Kind::FLOATINGPOINT_TO_UBV_OP, FLOATINGPOINT_TO_UBV},
-        {CVC5::Kind::FLOATINGPOINT_TO_UBV, FLOATINGPOINT_TO_UBV},
-        {CVC5::Kind::FLOATINGPOINT_TO_UBV_TOTAL_OP, INTERNAL_KIND},
-        {CVC5::Kind::FLOATINGPOINT_TO_UBV_TOTAL, INTERNAL_KIND},
-        {CVC5::Kind::FLOATINGPOINT_TO_SBV_OP, FLOATINGPOINT_TO_SBV},
-        {CVC5::Kind::FLOATINGPOINT_TO_SBV, FLOATINGPOINT_TO_SBV},
-        {CVC5::Kind::FLOATINGPOINT_TO_SBV_TOTAL_OP, INTERNAL_KIND},
-        {CVC5::Kind::FLOATINGPOINT_TO_SBV_TOTAL, INTERNAL_KIND},
-        {CVC5::Kind::FLOATINGPOINT_TO_REAL, FLOATINGPOINT_TO_REAL},
-        {CVC5::Kind::FLOATINGPOINT_TO_REAL_TOTAL, INTERNAL_KIND},
+        {cvc5::Kind::FLOATINGPOINT_TO_FP_GENERIC, FLOATINGPOINT_TO_FP_GENERIC},
+        {cvc5::Kind::FLOATINGPOINT_TO_UBV_OP, FLOATINGPOINT_TO_UBV},
+        {cvc5::Kind::FLOATINGPOINT_TO_UBV, FLOATINGPOINT_TO_UBV},
+        {cvc5::Kind::FLOATINGPOINT_TO_UBV_TOTAL_OP, INTERNAL_KIND},
+        {cvc5::Kind::FLOATINGPOINT_TO_UBV_TOTAL, INTERNAL_KIND},
+        {cvc5::Kind::FLOATINGPOINT_TO_SBV_OP, FLOATINGPOINT_TO_SBV},
+        {cvc5::Kind::FLOATINGPOINT_TO_SBV, FLOATINGPOINT_TO_SBV},
+        {cvc5::Kind::FLOATINGPOINT_TO_SBV_TOTAL_OP, INTERNAL_KIND},
+        {cvc5::Kind::FLOATINGPOINT_TO_SBV_TOTAL, INTERNAL_KIND},
+        {cvc5::Kind::FLOATINGPOINT_TO_REAL, FLOATINGPOINT_TO_REAL},
+        {cvc5::Kind::FLOATINGPOINT_TO_REAL_TOTAL, INTERNAL_KIND},
         /* Arrays ---------------------------------------------------------- */
-        {CVC5::Kind::SELECT, SELECT},
-        {CVC5::Kind::STORE, STORE},
-        {CVC5::Kind::STORE_ALL, CONST_ARRAY},
+        {cvc5::Kind::SELECT, SELECT},
+        {cvc5::Kind::STORE, STORE},
+        {cvc5::Kind::STORE_ALL, CONST_ARRAY},
         /* Datatypes ------------------------------------------------------- */
-        {CVC5::Kind::APPLY_SELECTOR, APPLY_SELECTOR},
-        {CVC5::Kind::APPLY_CONSTRUCTOR, APPLY_CONSTRUCTOR},
-        {CVC5::Kind::APPLY_SELECTOR_TOTAL, INTERNAL_KIND},
-        {CVC5::Kind::APPLY_TESTER, APPLY_TESTER},
-        {CVC5::Kind::TUPLE_UPDATE_OP, TUPLE_UPDATE},
-        {CVC5::Kind::TUPLE_UPDATE, TUPLE_UPDATE},
-        {CVC5::Kind::RECORD_UPDATE_OP, RECORD_UPDATE},
-        {CVC5::Kind::RECORD_UPDATE, RECORD_UPDATE},
-        {CVC5::Kind::DT_SIZE, DT_SIZE},
-        {CVC5::Kind::TUPLE_PROJECT, TUPLE_PROJECT},
+        {cvc5::Kind::APPLY_SELECTOR, APPLY_SELECTOR},
+        {cvc5::Kind::APPLY_CONSTRUCTOR, APPLY_CONSTRUCTOR},
+        {cvc5::Kind::APPLY_SELECTOR_TOTAL, INTERNAL_KIND},
+        {cvc5::Kind::APPLY_TESTER, APPLY_TESTER},
+        {cvc5::Kind::TUPLE_UPDATE_OP, TUPLE_UPDATE},
+        {cvc5::Kind::TUPLE_UPDATE, TUPLE_UPDATE},
+        {cvc5::Kind::RECORD_UPDATE_OP, RECORD_UPDATE},
+        {cvc5::Kind::RECORD_UPDATE, RECORD_UPDATE},
+        {cvc5::Kind::DT_SIZE, DT_SIZE},
+        {cvc5::Kind::TUPLE_PROJECT, TUPLE_PROJECT},
         /* Separation Logic ------------------------------------------------ */
-        {CVC5::Kind::SEP_NIL, SEP_NIL},
-        {CVC5::Kind::SEP_EMP, SEP_EMP},
-        {CVC5::Kind::SEP_PTO, SEP_PTO},
-        {CVC5::Kind::SEP_STAR, SEP_STAR},
-        {CVC5::Kind::SEP_WAND, SEP_WAND},
+        {cvc5::Kind::SEP_NIL, SEP_NIL},
+        {cvc5::Kind::SEP_EMP, SEP_EMP},
+        {cvc5::Kind::SEP_PTO, SEP_PTO},
+        {cvc5::Kind::SEP_STAR, SEP_STAR},
+        {cvc5::Kind::SEP_WAND, SEP_WAND},
         /* Sets ------------------------------------------------------------ */
-        {CVC5::Kind::EMPTYSET, EMPTYSET},
-        {CVC5::Kind::UNION, UNION},
-        {CVC5::Kind::INTERSECTION, INTERSECTION},
-        {CVC5::Kind::SETMINUS, SETMINUS},
-        {CVC5::Kind::SUBSET, SUBSET},
-        {CVC5::Kind::MEMBER, MEMBER},
-        {CVC5::Kind::SINGLETON, SINGLETON},
-        {CVC5::Kind::INSERT, INSERT},
-        {CVC5::Kind::CARD, CARD},
-        {CVC5::Kind::COMPLEMENT, COMPLEMENT},
-        {CVC5::Kind::UNIVERSE_SET, UNIVERSE_SET},
-        {CVC5::Kind::JOIN, JOIN},
-        {CVC5::Kind::PRODUCT, PRODUCT},
-        {CVC5::Kind::TRANSPOSE, TRANSPOSE},
-        {CVC5::Kind::TCLOSURE, TCLOSURE},
-        {CVC5::Kind::JOIN_IMAGE, JOIN_IMAGE},
-        {CVC5::Kind::IDEN, IDEN},
-        {CVC5::Kind::COMPREHENSION, COMPREHENSION},
-        {CVC5::Kind::CHOOSE, CHOOSE},
-        {CVC5::Kind::IS_SINGLETON, IS_SINGLETON},
+        {cvc5::Kind::EMPTYSET, EMPTYSET},
+        {cvc5::Kind::UNION, UNION},
+        {cvc5::Kind::INTERSECTION, INTERSECTION},
+        {cvc5::Kind::SETMINUS, SETMINUS},
+        {cvc5::Kind::SUBSET, SUBSET},
+        {cvc5::Kind::MEMBER, MEMBER},
+        {cvc5::Kind::SINGLETON, SINGLETON},
+        {cvc5::Kind::INSERT, INSERT},
+        {cvc5::Kind::CARD, CARD},
+        {cvc5::Kind::COMPLEMENT, COMPLEMENT},
+        {cvc5::Kind::UNIVERSE_SET, UNIVERSE_SET},
+        {cvc5::Kind::JOIN, JOIN},
+        {cvc5::Kind::PRODUCT, PRODUCT},
+        {cvc5::Kind::TRANSPOSE, TRANSPOSE},
+        {cvc5::Kind::TCLOSURE, TCLOSURE},
+        {cvc5::Kind::JOIN_IMAGE, JOIN_IMAGE},
+        {cvc5::Kind::IDEN, IDEN},
+        {cvc5::Kind::COMPREHENSION, COMPREHENSION},
+        {cvc5::Kind::CHOOSE, CHOOSE},
+        {cvc5::Kind::IS_SINGLETON, IS_SINGLETON},
         /* Bags ------------------------------------------------------------ */
-        {CVC5::Kind::UNION_MAX, UNION_MAX},
-        {CVC5::Kind::UNION_DISJOINT, UNION_DISJOINT},
-        {CVC5::Kind::INTERSECTION_MIN, INTERSECTION_MIN},
-        {CVC5::Kind::DIFFERENCE_SUBTRACT, DIFFERENCE_SUBTRACT},
-        {CVC5::Kind::DIFFERENCE_REMOVE, DIFFERENCE_REMOVE},
-        {CVC5::Kind::SUBBAG, SUBBAG},
-        {CVC5::Kind::BAG_COUNT, BAG_COUNT},
-        {CVC5::Kind::DUPLICATE_REMOVAL, DUPLICATE_REMOVAL},
-        {CVC5::Kind::MK_BAG, MK_BAG},
-        {CVC5::Kind::EMPTYBAG, EMPTYBAG},
-        {CVC5::Kind::BAG_CARD, BAG_CARD},
-        {CVC5::Kind::BAG_CHOOSE, BAG_CHOOSE},
-        {CVC5::Kind::BAG_IS_SINGLETON, BAG_IS_SINGLETON},
-        {CVC5::Kind::BAG_FROM_SET, BAG_FROM_SET},
-        {CVC5::Kind::BAG_TO_SET, BAG_TO_SET},
+        {cvc5::Kind::UNION_MAX, UNION_MAX},
+        {cvc5::Kind::UNION_DISJOINT, UNION_DISJOINT},
+        {cvc5::Kind::INTERSECTION_MIN, INTERSECTION_MIN},
+        {cvc5::Kind::DIFFERENCE_SUBTRACT, DIFFERENCE_SUBTRACT},
+        {cvc5::Kind::DIFFERENCE_REMOVE, DIFFERENCE_REMOVE},
+        {cvc5::Kind::SUBBAG, SUBBAG},
+        {cvc5::Kind::BAG_COUNT, BAG_COUNT},
+        {cvc5::Kind::DUPLICATE_REMOVAL, DUPLICATE_REMOVAL},
+        {cvc5::Kind::MK_BAG, MK_BAG},
+        {cvc5::Kind::EMPTYBAG, EMPTYBAG},
+        {cvc5::Kind::BAG_CARD, BAG_CARD},
+        {cvc5::Kind::BAG_CHOOSE, BAG_CHOOSE},
+        {cvc5::Kind::BAG_IS_SINGLETON, BAG_IS_SINGLETON},
+        {cvc5::Kind::BAG_FROM_SET, BAG_FROM_SET},
+        {cvc5::Kind::BAG_TO_SET, BAG_TO_SET},
         /* Strings --------------------------------------------------------- */
-        {CVC5::Kind::STRING_CONCAT, STRING_CONCAT},
-        {CVC5::Kind::STRING_IN_REGEXP, STRING_IN_REGEXP},
-        {CVC5::Kind::STRING_LENGTH, STRING_LENGTH},
-        {CVC5::Kind::STRING_SUBSTR, STRING_SUBSTR},
-        {CVC5::Kind::STRING_UPDATE, STRING_UPDATE},
-        {CVC5::Kind::STRING_CHARAT, STRING_CHARAT},
-        {CVC5::Kind::STRING_STRCTN, STRING_CONTAINS},
-        {CVC5::Kind::STRING_STRIDOF, STRING_INDEXOF},
-        {CVC5::Kind::STRING_STRREPL, STRING_REPLACE},
-        {CVC5::Kind::STRING_STRREPLALL, STRING_REPLACE_ALL},
-        {CVC5::Kind::STRING_REPLACE_RE, STRING_REPLACE_RE},
-        {CVC5::Kind::STRING_REPLACE_RE_ALL, STRING_REPLACE_RE_ALL},
-        {CVC5::Kind::STRING_TOLOWER, STRING_TOLOWER},
-        {CVC5::Kind::STRING_TOUPPER, STRING_TOUPPER},
-        {CVC5::Kind::STRING_REV, STRING_REV},
-        {CVC5::Kind::STRING_FROM_CODE, STRING_FROM_CODE},
-        {CVC5::Kind::STRING_TO_CODE, STRING_TO_CODE},
-        {CVC5::Kind::STRING_LT, STRING_LT},
-        {CVC5::Kind::STRING_LEQ, STRING_LEQ},
-        {CVC5::Kind::STRING_PREFIX, STRING_PREFIX},
-        {CVC5::Kind::STRING_SUFFIX, STRING_SUFFIX},
-        {CVC5::Kind::STRING_IS_DIGIT, STRING_IS_DIGIT},
-        {CVC5::Kind::STRING_ITOS, STRING_FROM_INT},
-        {CVC5::Kind::STRING_STOI, STRING_TO_INT},
-        {CVC5::Kind::CONST_STRING, CONST_STRING},
-        {CVC5::Kind::STRING_TO_REGEXP, STRING_TO_REGEXP},
-        {CVC5::Kind::REGEXP_CONCAT, REGEXP_CONCAT},
-        {CVC5::Kind::REGEXP_UNION, REGEXP_UNION},
-        {CVC5::Kind::REGEXP_INTER, REGEXP_INTER},
-        {CVC5::Kind::REGEXP_DIFF, REGEXP_DIFF},
-        {CVC5::Kind::REGEXP_STAR, REGEXP_STAR},
-        {CVC5::Kind::REGEXP_PLUS, REGEXP_PLUS},
-        {CVC5::Kind::REGEXP_OPT, REGEXP_OPT},
-        {CVC5::Kind::REGEXP_RANGE, REGEXP_RANGE},
-        {CVC5::Kind::REGEXP_REPEAT, REGEXP_REPEAT},
-        {CVC5::Kind::REGEXP_REPEAT_OP, REGEXP_REPEAT},
-        {CVC5::Kind::REGEXP_LOOP, REGEXP_LOOP},
-        {CVC5::Kind::REGEXP_LOOP_OP, REGEXP_LOOP},
-        {CVC5::Kind::REGEXP_EMPTY, REGEXP_EMPTY},
-        {CVC5::Kind::REGEXP_SIGMA, REGEXP_SIGMA},
-        {CVC5::Kind::REGEXP_COMPLEMENT, REGEXP_COMPLEMENT},
-        {CVC5::Kind::CONST_SEQUENCE, CONST_SEQUENCE},
-        {CVC5::Kind::SEQ_UNIT, SEQ_UNIT},
-        {CVC5::Kind::SEQ_NTH, SEQ_NTH},
+        {cvc5::Kind::STRING_CONCAT, STRING_CONCAT},
+        {cvc5::Kind::STRING_IN_REGEXP, STRING_IN_REGEXP},
+        {cvc5::Kind::STRING_LENGTH, STRING_LENGTH},
+        {cvc5::Kind::STRING_SUBSTR, STRING_SUBSTR},
+        {cvc5::Kind::STRING_UPDATE, STRING_UPDATE},
+        {cvc5::Kind::STRING_CHARAT, STRING_CHARAT},
+        {cvc5::Kind::STRING_STRCTN, STRING_CONTAINS},
+        {cvc5::Kind::STRING_STRIDOF, STRING_INDEXOF},
+        {cvc5::Kind::STRING_STRREPL, STRING_REPLACE},
+        {cvc5::Kind::STRING_STRREPLALL, STRING_REPLACE_ALL},
+        {cvc5::Kind::STRING_REPLACE_RE, STRING_REPLACE_RE},
+        {cvc5::Kind::STRING_REPLACE_RE_ALL, STRING_REPLACE_RE_ALL},
+        {cvc5::Kind::STRING_TOLOWER, STRING_TOLOWER},
+        {cvc5::Kind::STRING_TOUPPER, STRING_TOUPPER},
+        {cvc5::Kind::STRING_REV, STRING_REV},
+        {cvc5::Kind::STRING_FROM_CODE, STRING_FROM_CODE},
+        {cvc5::Kind::STRING_TO_CODE, STRING_TO_CODE},
+        {cvc5::Kind::STRING_LT, STRING_LT},
+        {cvc5::Kind::STRING_LEQ, STRING_LEQ},
+        {cvc5::Kind::STRING_PREFIX, STRING_PREFIX},
+        {cvc5::Kind::STRING_SUFFIX, STRING_SUFFIX},
+        {cvc5::Kind::STRING_IS_DIGIT, STRING_IS_DIGIT},
+        {cvc5::Kind::STRING_ITOS, STRING_FROM_INT},
+        {cvc5::Kind::STRING_STOI, STRING_TO_INT},
+        {cvc5::Kind::CONST_STRING, CONST_STRING},
+        {cvc5::Kind::STRING_TO_REGEXP, STRING_TO_REGEXP},
+        {cvc5::Kind::REGEXP_CONCAT, REGEXP_CONCAT},
+        {cvc5::Kind::REGEXP_UNION, REGEXP_UNION},
+        {cvc5::Kind::REGEXP_INTER, REGEXP_INTER},
+        {cvc5::Kind::REGEXP_DIFF, REGEXP_DIFF},
+        {cvc5::Kind::REGEXP_STAR, REGEXP_STAR},
+        {cvc5::Kind::REGEXP_PLUS, REGEXP_PLUS},
+        {cvc5::Kind::REGEXP_OPT, REGEXP_OPT},
+        {cvc5::Kind::REGEXP_RANGE, REGEXP_RANGE},
+        {cvc5::Kind::REGEXP_REPEAT, REGEXP_REPEAT},
+        {cvc5::Kind::REGEXP_REPEAT_OP, REGEXP_REPEAT},
+        {cvc5::Kind::REGEXP_LOOP, REGEXP_LOOP},
+        {cvc5::Kind::REGEXP_LOOP_OP, REGEXP_LOOP},
+        {cvc5::Kind::REGEXP_EMPTY, REGEXP_EMPTY},
+        {cvc5::Kind::REGEXP_SIGMA, REGEXP_SIGMA},
+        {cvc5::Kind::REGEXP_COMPLEMENT, REGEXP_COMPLEMENT},
+        {cvc5::Kind::CONST_SEQUENCE, CONST_SEQUENCE},
+        {cvc5::Kind::SEQ_UNIT, SEQ_UNIT},
+        {cvc5::Kind::SEQ_NTH, SEQ_NTH},
         /* Quantifiers ----------------------------------------------------- */
-        {CVC5::Kind::FORALL, FORALL},
-        {CVC5::Kind::EXISTS, EXISTS},
-        {CVC5::Kind::BOUND_VAR_LIST, BOUND_VAR_LIST},
-        {CVC5::Kind::INST_PATTERN, INST_PATTERN},
-        {CVC5::Kind::INST_NO_PATTERN, INST_NO_PATTERN},
-        {CVC5::Kind::INST_ATTRIBUTE, INST_ATTRIBUTE},
-        {CVC5::Kind::INST_PATTERN_LIST, INST_PATTERN_LIST},
+        {cvc5::Kind::FORALL, FORALL},
+        {cvc5::Kind::EXISTS, EXISTS},
+        {cvc5::Kind::BOUND_VAR_LIST, BOUND_VAR_LIST},
+        {cvc5::Kind::INST_PATTERN, INST_PATTERN},
+        {cvc5::Kind::INST_NO_PATTERN, INST_NO_PATTERN},
+        {cvc5::Kind::INST_ATTRIBUTE, INST_ATTRIBUTE},
+        {cvc5::Kind::INST_PATTERN_LIST, INST_PATTERN_LIST},
         /* ----------------------------------------------------------------- */
-        {CVC5::Kind::LAST_KIND, LAST_KIND},
+        {cvc5::Kind::LAST_KIND, LAST_KIND},
     };
 
 /* Set of kinds for indexed operators */
@@ -677,8 +677,8 @@ const static std::unordered_set<Kind, KindHashFunction> s_indexed_kinds(
 
 namespace {
 
-/** Convert a CVC5::Kind (internal) to a CVC5::api::Kind (external). */
-CVC5::api::Kind intToExtKind(CVC5::Kind k)
+/** Convert a cvc5::Kind (internal) to a cvc5::api::Kind (external). */
+cvc5::api::Kind intToExtKind(cvc5::Kind k)
 {
   auto it = api::s_kinds_internal.find(k);
   if (it == api::s_kinds_internal.end())
@@ -688,13 +688,13 @@ CVC5::api::Kind intToExtKind(CVC5::Kind k)
   return it->second;
 }
 
-/** Convert a CVC5::api::Kind (external) to a CVC5::Kind (internal). */
-CVC5::Kind extToIntKind(CVC5::api::Kind k)
+/** Convert a cvc5::api::Kind (external) to a cvc5::Kind (internal). */
+cvc5::Kind extToIntKind(cvc5::api::Kind k)
 {
   auto it = api::s_kinds.find(k);
   if (it == api::s_kinds.end())
   {
-    return CVC5::Kind::UNDEFINED_KIND;
+    return cvc5::Kind::UNDEFINED_KIND;
   }
   return it->second;
 }
@@ -709,17 +709,17 @@ bool isDefinedKind(Kind k) { return k > UNDEFINED_KIND && k < LAST_KIND; }
  * as datatype constructors/selectors/testers as terms
  * but interally they are not
  */
-bool isApplyKind(CVC5::Kind k)
+bool isApplyKind(cvc5::Kind k)
 {
-  return (k == CVC5::Kind::APPLY_UF || k == CVC5::Kind::APPLY_CONSTRUCTOR
-          || k == CVC5::Kind::APPLY_SELECTOR || k == CVC5::Kind::APPLY_TESTER);
+  return (k == cvc5::Kind::APPLY_UF || k == cvc5::Kind::APPLY_CONSTRUCTOR
+          || k == cvc5::Kind::APPLY_SELECTOR || k == cvc5::Kind::APPLY_TESTER);
 }
 
 #ifdef CVC4_ASSERTIONS
 /** Return true if given kind is a defined internal kind. */
-bool isDefinedIntKind(CVC5::Kind k)
+bool isDefinedIntKind(cvc5::Kind k)
 {
-  return k != CVC5::Kind::UNDEFINED_KIND && k != CVC5::Kind::LAST_KIND;
+  return k != cvc5::Kind::UNDEFINED_KIND && k != cvc5::Kind::LAST_KIND;
 }
 #endif
 
@@ -728,7 +728,7 @@ uint32_t minArity(Kind k)
 {
   Assert(isDefinedKind(k));
   Assert(isDefinedIntKind(extToIntKind(k)));
-  uint32_t min = CVC5::kind::metakind::getMinArityForKind(extToIntKind(k));
+  uint32_t min = cvc5::kind::metakind::getMinArityForKind(extToIntKind(k));
 
   // At the API level, we treat functions/constructors/selectors/testers as
   // normal terms instead of making them part of the operator
@@ -744,7 +744,7 @@ uint32_t maxArity(Kind k)
 {
   Assert(isDefinedKind(k));
   Assert(isDefinedIntKind(extToIntKind(k)));
-  uint32_t max = CVC5::kind::metakind::getMaxArityForKind(extToIntKind(k));
+  uint32_t max = cvc5::kind::metakind::getMaxArityForKind(extToIntKind(k));
 
   // At the API level, we treat functions/constructors/selectors/testers as
   // normal terms instead of making them part of the operator
@@ -762,7 +762,7 @@ uint32_t maxArity(Kind k)
 std::string kindToString(Kind k)
 {
   return k == INTERNAL_KIND ? "INTERNAL_KIND"
-                            : CVC5::kind::kindToString(extToIntKind(k));
+                            : cvc5::kind::kindToString(extToIntKind(k));
 }
 
 std::ostream& operator<<(std::ostream& out, Kind k)
@@ -834,11 +834,11 @@ class CVC4ApiRecoverableExceptionStream
   {                                                                            \
     throw CVC4ApiRecoverableException(e.getMessage());                         \
   }                                                                            \
-  catch (const CVC5::RecoverableModalException& e)                             \
+  catch (const cvc5::RecoverableModalException& e)                             \
   {                                                                            \
     throw CVC4ApiRecoverableException(e.getMessage());                         \
   }                                                                            \
-  catch (const CVC5::Exception& e) { throw CVC4ApiException(e.getMessage()); } \
+  catch (const cvc5::Exception& e) { throw CVC4ApiException(e.getMessage()); } \
   catch (const std::invalid_argument& e) { throw CVC4ApiException(e.what()); }
 
 }  // namespace
@@ -847,49 +847,49 @@ class CVC4ApiRecoverableExceptionStream
 /* Result                                                                     */
 /* -------------------------------------------------------------------------- */
 
-Result::Result(const CVC5::Result& r) : d_result(new CVC5::Result(r)) {}
+Result::Result(const cvc5::Result& r) : d_result(new cvc5::Result(r)) {}
 
-Result::Result() : d_result(new CVC5::Result()) {}
+Result::Result() : d_result(new cvc5::Result()) {}
 
 bool Result::isNull() const
 {
-  return d_result->getType() == CVC5::Result::TYPE_NONE;
+  return d_result->getType() == cvc5::Result::TYPE_NONE;
 }
 
 bool Result::isSat(void) const
 {
-  return d_result->getType() == CVC5::Result::TYPE_SAT
-         && d_result->isSat() == CVC5::Result::SAT;
+  return d_result->getType() == cvc5::Result::TYPE_SAT
+         && d_result->isSat() == cvc5::Result::SAT;
 }
 
 bool Result::isUnsat(void) const
 {
-  return d_result->getType() == CVC5::Result::TYPE_SAT
-         && d_result->isSat() == CVC5::Result::UNSAT;
+  return d_result->getType() == cvc5::Result::TYPE_SAT
+         && d_result->isSat() == cvc5::Result::UNSAT;
 }
 
 bool Result::isSatUnknown(void) const
 {
-  return d_result->getType() == CVC5::Result::TYPE_SAT
-         && d_result->isSat() == CVC5::Result::SAT_UNKNOWN;
+  return d_result->getType() == cvc5::Result::TYPE_SAT
+         && d_result->isSat() == cvc5::Result::SAT_UNKNOWN;
 }
 
 bool Result::isEntailed(void) const
 {
-  return d_result->getType() == CVC5::Result::TYPE_ENTAILMENT
-         && d_result->isEntailed() == CVC5::Result::ENTAILED;
+  return d_result->getType() == cvc5::Result::TYPE_ENTAILMENT
+         && d_result->isEntailed() == cvc5::Result::ENTAILED;
 }
 
 bool Result::isNotEntailed(void) const
 {
-  return d_result->getType() == CVC5::Result::TYPE_ENTAILMENT
-         && d_result->isEntailed() == CVC5::Result::NOT_ENTAILED;
+  return d_result->getType() == cvc5::Result::TYPE_ENTAILMENT
+         && d_result->isEntailed() == cvc5::Result::NOT_ENTAILED;
 }
 
 bool Result::isEntailmentUnknown(void) const
 {
-  return d_result->getType() == CVC5::Result::TYPE_ENTAILMENT
-         && d_result->isEntailed() == CVC5::Result::ENTAILMENT_UNKNOWN;
+  return d_result->getType() == cvc5::Result::TYPE_ENTAILMENT
+         && d_result->isEntailed() == cvc5::Result::ENTAILMENT_UNKNOWN;
 }
 
 bool Result::operator==(const Result& r) const
@@ -904,18 +904,18 @@ bool Result::operator!=(const Result& r) const
 
 Result::UnknownExplanation Result::getUnknownExplanation(void) const
 {
-  CVC5::Result::UnknownExplanation expl = d_result->whyUnknown();
+  cvc5::Result::UnknownExplanation expl = d_result->whyUnknown();
   switch (expl)
   {
-    case CVC5::Result::REQUIRES_FULL_CHECK: return REQUIRES_FULL_CHECK;
-    case CVC5::Result::INCOMPLETE: return INCOMPLETE;
-    case CVC5::Result::TIMEOUT: return TIMEOUT;
-    case CVC5::Result::RESOURCEOUT: return RESOURCEOUT;
-    case CVC5::Result::MEMOUT: return MEMOUT;
-    case CVC5::Result::INTERRUPTED: return INTERRUPTED;
-    case CVC5::Result::NO_STATUS: return NO_STATUS;
-    case CVC5::Result::UNSUPPORTED: return UNSUPPORTED;
-    case CVC5::Result::OTHER: return OTHER;
+    case cvc5::Result::REQUIRES_FULL_CHECK: return REQUIRES_FULL_CHECK;
+    case cvc5::Result::INCOMPLETE: return INCOMPLETE;
+    case cvc5::Result::TIMEOUT: return TIMEOUT;
+    case cvc5::Result::RESOURCEOUT: return RESOURCEOUT;
+    case cvc5::Result::MEMOUT: return MEMOUT;
+    case cvc5::Result::INTERRUPTED: return INTERRUPTED;
+    case cvc5::Result::NO_STATUS: return NO_STATUS;
+    case cvc5::Result::UNSUPPORTED: return UNSUPPORTED;
+    case cvc5::Result::OTHER: return OTHER;
     default: return UNKNOWN_REASON;
   }
   return UNKNOWN_REASON;
@@ -952,12 +952,12 @@ std::ostream& operator<<(std::ostream& out, enum Result::UnknownExplanation e)
 /* Sort                                                                       */
 /* -------------------------------------------------------------------------- */
 
-Sort::Sort(const Solver* slv, const CVC5::TypeNode& t)
-    : d_solver(slv), d_type(new CVC5::TypeNode(t))
+Sort::Sort(const Solver* slv, const cvc5::TypeNode& t)
+    : d_solver(slv), d_type(new cvc5::TypeNode(t))
 {
 }
 
-Sort::Sort() : d_solver(nullptr), d_type(new CVC5::TypeNode()) {}
+Sort::Sort() : d_solver(nullptr), d_type(new cvc5::TypeNode()) {}
 
 Sort::~Sort()
 {
@@ -1332,7 +1332,7 @@ Sort Sort::instantiate(const std::vector<Sort>& params) const
   CVC4_API_CHECK(isParametricDatatype() || isSortConstructor())
       << "Expected parametric datatype or sort constructor sort.";
   //////// all checks before this line
-  std::vector<CVC5::TypeNode> tparams = sortVectorToTypeNodes(params);
+  std::vector<cvc5::TypeNode> tparams = sortVectorToTypeNodes(params);
   if (d_type->isDatatype())
   {
     return Sort(d_solver, d_type->instantiateParametricDatatype(tparams));
@@ -1368,7 +1368,7 @@ Sort Sort::substitute(const std::vector<Sort>& sorts,
   CVC4_API_CHECK_SORTS(replacements);
   //////// all checks before this line
 
-  std::vector<CVC5::TypeNode> tSorts = sortVectorToTypeNodes(sorts),
+  std::vector<cvc5::TypeNode> tSorts = sortVectorToTypeNodes(sorts),
                               tReplacements =
                                   sortVectorToTypeNodes(replacements);
   return Sort(d_solver,
@@ -1394,7 +1394,7 @@ std::string Sort::toString() const
   CVC4_API_TRY_CATCH_END;
 }
 
-const CVC5::TypeNode& Sort::getTypeNode(void) const { return *d_type; }
+const cvc5::TypeNode& Sort::getTypeNode(void) const { return *d_type; }
 
 /* Constructor sort ------------------------------------------------------- */
 
@@ -1757,15 +1757,15 @@ bool Sort::isNullHelper() const { return d_type->isNull(); }
 /* Op                                                                     */
 /* -------------------------------------------------------------------------- */
 
-Op::Op() : d_solver(nullptr), d_kind(NULL_EXPR), d_node(new CVC5::Node()) {}
+Op::Op() : d_solver(nullptr), d_kind(NULL_EXPR), d_node(new cvc5::Node()) {}
 
 Op::Op(const Solver* slv, const Kind k)
-    : d_solver(slv), d_kind(k), d_node(new CVC5::Node())
+    : d_solver(slv), d_kind(k), d_node(new cvc5::Node())
 {
 }
 
-Op::Op(const Solver* slv, const Kind k, const CVC5::Node& n)
-    : d_solver(slv), d_kind(k), d_node(new CVC5::Node(n))
+Op::Op(const Solver* slv, const Kind k, const cvc5::Node& n)
+    : d_solver(slv), d_kind(k), d_node(new cvc5::Node(n))
 {
 }
 
@@ -1914,53 +1914,53 @@ std::pair<uint32_t, uint32_t> Op::getIndices() const
   // using if/else instead of case statement because want local variables
   if (k == BITVECTOR_EXTRACT)
   {
-    CVC5::BitVectorExtract ext = d_node->getConst<BitVectorExtract>();
+    cvc5::BitVectorExtract ext = d_node->getConst<BitVectorExtract>();
     indices = std::make_pair(ext.d_high, ext.d_low);
   }
   else if (k == FLOATINGPOINT_TO_FP_IEEE_BITVECTOR)
   {
-    CVC5::FloatingPointToFPIEEEBitVector ext =
+    cvc5::FloatingPointToFPIEEEBitVector ext =
         d_node->getConst<FloatingPointToFPIEEEBitVector>();
     indices = std::make_pair(ext.getSize().exponentWidth(),
                              ext.getSize().significandWidth());
   }
   else if (k == FLOATINGPOINT_TO_FP_FLOATINGPOINT)
   {
-    CVC5::FloatingPointToFPFloatingPoint ext =
+    cvc5::FloatingPointToFPFloatingPoint ext =
         d_node->getConst<FloatingPointToFPFloatingPoint>();
     indices = std::make_pair(ext.getSize().exponentWidth(),
                              ext.getSize().significandWidth());
   }
   else if (k == FLOATINGPOINT_TO_FP_REAL)
   {
-    CVC5::FloatingPointToFPReal ext = d_node->getConst<FloatingPointToFPReal>();
+    cvc5::FloatingPointToFPReal ext = d_node->getConst<FloatingPointToFPReal>();
     indices = std::make_pair(ext.getSize().exponentWidth(),
                              ext.getSize().significandWidth());
   }
   else if (k == FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR)
   {
-    CVC5::FloatingPointToFPSignedBitVector ext =
+    cvc5::FloatingPointToFPSignedBitVector ext =
         d_node->getConst<FloatingPointToFPSignedBitVector>();
     indices = std::make_pair(ext.getSize().exponentWidth(),
                              ext.getSize().significandWidth());
   }
   else if (k == FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR)
   {
-    CVC5::FloatingPointToFPUnsignedBitVector ext =
+    cvc5::FloatingPointToFPUnsignedBitVector ext =
         d_node->getConst<FloatingPointToFPUnsignedBitVector>();
     indices = std::make_pair(ext.getSize().exponentWidth(),
                              ext.getSize().significandWidth());
   }
   else if (k == FLOATINGPOINT_TO_FP_GENERIC)
   {
-    CVC5::FloatingPointToFPGeneric ext =
+    cvc5::FloatingPointToFPGeneric ext =
         d_node->getConst<FloatingPointToFPGeneric>();
     indices = std::make_pair(ext.getSize().exponentWidth(),
                              ext.getSize().significandWidth());
   }
   else if (k == REGEXP_LOOP)
   {
-    CVC5::RegExpLoop ext = d_node->getConst<RegExpLoop>();
+    cvc5::RegExpLoop ext = d_node->getConst<RegExpLoop>();
     indices = std::make_pair(ext.d_loopMinOcc, ext.d_loopMaxOcc);
   }
   else
@@ -2031,13 +2031,13 @@ bool Op::isIndexedHelper() const { return !d_node->isNull(); }
 /* Term                                                                       */
 /* -------------------------------------------------------------------------- */
 
-Term::Term() : d_solver(nullptr), d_node(new CVC5::Node()) {}
+Term::Term() : d_solver(nullptr), d_node(new cvc5::Node()) {}
 
-Term::Term(const Solver* slv, const CVC5::Node& n) : d_solver(slv)
+Term::Term(const Solver* slv, const cvc5::Node& n) : d_solver(slv)
 {
   // Ensure that we create the node in the correct node manager.
   NodeManagerScope scope(d_solver->getNodeManager());
-  d_node.reset(new CVC5::Node(n));
+  d_node.reset(new cvc5::Node(n));
 }
 
 Term::~Term()
@@ -2251,7 +2251,7 @@ Op Term::getOp() const
   {
     // it's an indexed operator
     // so we should return the indexed op
-    CVC5::Node op = d_node->getOperator();
+    cvc5::Node op = d_node->getOperator();
     return Op(d_solver, intToExtKind(d_node->getKind()), op);
   }
   // Notice this is the only case where getKindHelper is used, since the
@@ -2276,7 +2276,7 @@ Term Term::getConstArrayBase() const
   CVC4_API_TRY_CATCH_BEGIN;
   CVC4_API_CHECK_NOT_NULL;
   // CONST_ARRAY kind maps to STORE_ALL internal kind
-  CVC4_API_CHECK(d_node->getKind() == CVC5::Kind::STORE_ALL)
+  CVC4_API_CHECK(d_node->getKind() == cvc5::Kind::STORE_ALL)
       << "Expecting a CONST_ARRAY Term when calling getConstArrayBase()";
   //////// all checks before this line
   return Term(d_solver, d_node->getConst<ArrayStoreAll>().getValue());
@@ -2288,7 +2288,7 @@ std::vector<Term> Term::getConstSequenceElements() const
 {
   CVC4_API_TRY_CATCH_BEGIN;
   CVC4_API_CHECK_NOT_NULL;
-  CVC4_API_CHECK(d_node->getKind() == CVC5::Kind::CONST_SEQUENCE)
+  CVC4_API_CHECK(d_node->getKind() == cvc5::Kind::CONST_SEQUENCE)
       << "Expecting a CONST_SEQUENCE Term when calling "
          "getConstSequenceElements()";
   //////// all checks before this line
@@ -2414,7 +2414,7 @@ Term::const_iterator::const_iterator()
 }
 
 Term::const_iterator::const_iterator(const Solver* slv,
-                                     const std::shared_ptr<CVC5::Node>& n,
+                                     const std::shared_ptr<cvc5::Node>& n,
                                      uint32_t p)
     : d_solver(slv), d_origNode(n), d_pos(p)
 {
@@ -2515,14 +2515,14 @@ Term::const_iterator Term::end() const
   return Term::const_iterator(d_solver, d_node, endpos);
 }
 
-const CVC5::Node& Term::getNode(void) const { return *d_node; }
+const cvc5::Node& Term::getNode(void) const { return *d_node; }
 
 namespace detail {
-const Rational& getRational(const CVC5::Node& node)
+const Rational& getRational(const cvc5::Node& node)
 {
   return node.getConst<Rational>();
 }
-Integer getInteger(const CVC5::Node& node)
+Integer getInteger(const cvc5::Node& node)
 {
   return node.getConst<Rational>().getNumerator();
 }
@@ -2545,7 +2545,7 @@ bool checkReal64Bounds(const Rational& r)
 
 bool isInteger(const Node& node)
 {
-  return node.getKind() == CVC5::Kind::CONST_RATIONAL
+  return node.getKind() == cvc5::Kind::CONST_RATIONAL
          && node.getConst<Rational>().isIntegral();
 }
 bool isInt32(const Node& node)
@@ -2658,7 +2658,7 @@ bool Term::isString() const
   CVC4_API_TRY_CATCH_BEGIN;
   CVC4_API_CHECK_NOT_NULL;
   //////// all checks before this line
-  return d_node->getKind() == CVC5::Kind::CONST_STRING;
+  return d_node->getKind() == cvc5::Kind::CONST_STRING;
   ////////
   CVC4_API_TRY_CATCH_END;
 }
@@ -2667,10 +2667,10 @@ std::wstring Term::getString() const
 {
   CVC4_API_TRY_CATCH_BEGIN;
   CVC4_API_CHECK_NOT_NULL;
-  CVC4_API_CHECK(d_node->getKind() == CVC5::Kind::CONST_STRING)
+  CVC4_API_CHECK(d_node->getKind() == cvc5::Kind::CONST_STRING)
       << "Term should be a String when calling getString()";
   //////// all checks before this line
-  return d_node->getConst<CVC5::String>().toWString();
+  return d_node->getConst<cvc5::String>().toWString();
   ////////
   CVC4_API_TRY_CATCH_END;
 }
@@ -2754,18 +2754,18 @@ Kind Term::getKindHelper() const
   {
     switch (d_node->getKind())
     {
-      case CVC5::Kind::STRING_CONCAT: return SEQ_CONCAT;
-      case CVC5::Kind::STRING_LENGTH: return SEQ_LENGTH;
-      case CVC5::Kind::STRING_SUBSTR: return SEQ_EXTRACT;
-      case CVC5::Kind::STRING_UPDATE: return SEQ_UPDATE;
-      case CVC5::Kind::STRING_CHARAT: return SEQ_AT;
-      case CVC5::Kind::STRING_STRCTN: return SEQ_CONTAINS;
-      case CVC5::Kind::STRING_STRIDOF: return SEQ_INDEXOF;
-      case CVC5::Kind::STRING_STRREPL: return SEQ_REPLACE;
-      case CVC5::Kind::STRING_STRREPLALL: return SEQ_REPLACE_ALL;
-      case CVC5::Kind::STRING_REV: return SEQ_REV;
-      case CVC5::Kind::STRING_PREFIX: return SEQ_PREFIX;
-      case CVC5::Kind::STRING_SUFFIX: return SEQ_SUFFIX;
+      case cvc5::Kind::STRING_CONCAT: return SEQ_CONCAT;
+      case cvc5::Kind::STRING_LENGTH: return SEQ_LENGTH;
+      case cvc5::Kind::STRING_SUBSTR: return SEQ_EXTRACT;
+      case cvc5::Kind::STRING_UPDATE: return SEQ_UPDATE;
+      case cvc5::Kind::STRING_CHARAT: return SEQ_AT;
+      case cvc5::Kind::STRING_STRCTN: return SEQ_CONTAINS;
+      case cvc5::Kind::STRING_STRIDOF: return SEQ_INDEXOF;
+      case cvc5::Kind::STRING_STRREPL: return SEQ_REPLACE;
+      case cvc5::Kind::STRING_STRREPLALL: return SEQ_REPLACE_ALL;
+      case cvc5::Kind::STRING_REV: return SEQ_REV;
+      case cvc5::Kind::STRING_PREFIX: return SEQ_PREFIX;
+      case cvc5::Kind::STRING_SUFFIX: return SEQ_SUFFIX;
       default:
         // fall through to conversion below
         break;
@@ -2802,7 +2802,7 @@ DatatypeConstructorDecl::DatatypeConstructorDecl()
 
 DatatypeConstructorDecl::DatatypeConstructorDecl(const Solver* slv,
                                                  const std::string& name)
-    : d_solver(slv), d_ctor(new CVC5::DTypeConstructor(name))
+    : d_solver(slv), d_ctor(new cvc5::DTypeConstructor(name))
 {
 }
 DatatypeConstructorDecl::~DatatypeConstructorDecl()
@@ -2884,7 +2884,7 @@ DatatypeDecl::DatatypeDecl() : d_solver(nullptr), d_dtype(nullptr) {}
 DatatypeDecl::DatatypeDecl(const Solver* slv,
                            const std::string& name,
                            bool isCoDatatype)
-    : d_solver(slv), d_dtype(new CVC5::DType(name, isCoDatatype))
+    : d_solver(slv), d_dtype(new cvc5::DType(name, isCoDatatype))
 {
 }
 
@@ -2893,7 +2893,7 @@ DatatypeDecl::DatatypeDecl(const Solver* slv,
                            const Sort& param,
                            bool isCoDatatype)
     : d_solver(slv),
-      d_dtype(new CVC5::DType(
+      d_dtype(new cvc5::DType(
           name, std::vector<TypeNode>{*param.d_type}, isCoDatatype))
 {
 }
@@ -2905,8 +2905,8 @@ DatatypeDecl::DatatypeDecl(const Solver* slv,
     : d_solver(slv)
 {
   std::vector<TypeNode> tparams = Sort::sortVectorToTypeNodes(params);
-  d_dtype = std::shared_ptr<CVC5::DType>(
-      new CVC5::DType(name, tparams, isCoDatatype));
+  d_dtype = std::shared_ptr<cvc5::DType>(
+      new cvc5::DType(name, tparams, isCoDatatype));
 }
 
 bool DatatypeDecl::isNullHelper() const { return !d_dtype; }
@@ -2991,15 +2991,15 @@ std::ostream& operator<<(std::ostream& out, const DatatypeDecl& dtdecl)
   return out;
 }
 
-CVC5::DType& DatatypeDecl::getDatatype(void) const { return *d_dtype; }
+cvc5::DType& DatatypeDecl::getDatatype(void) const { return *d_dtype; }
 
 /* DatatypeSelector --------------------------------------------------------- */
 
 DatatypeSelector::DatatypeSelector() : d_solver(nullptr), d_stor(nullptr) {}
 
 DatatypeSelector::DatatypeSelector(const Solver* slv,
-                                   const CVC5::DTypeSelector& stor)
-    : d_solver(slv), d_stor(new CVC5::DTypeSelector(stor))
+                                   const cvc5::DTypeSelector& stor)
+    : d_solver(slv), d_stor(new cvc5::DTypeSelector(stor))
 {
   CVC4_API_CHECK(d_stor->isResolved()) << "Expected resolved datatype selector";
 }
@@ -3079,8 +3079,8 @@ DatatypeConstructor::DatatypeConstructor() : d_solver(nullptr), d_ctor(nullptr)
 }
 
 DatatypeConstructor::DatatypeConstructor(const Solver* slv,
-                                         const CVC5::DTypeConstructor& ctor)
-    : d_solver(slv), d_ctor(new CVC5::DTypeConstructor(ctor))
+                                         const cvc5::DTypeConstructor& ctor)
+    : d_solver(slv), d_ctor(new cvc5::DTypeConstructor(ctor))
 {
   CVC4_API_CHECK(d_ctor->isResolved())
       << "Expected resolved datatype constructor";
@@ -3214,14 +3214,14 @@ DatatypeConstructor::const_iterator DatatypeConstructor::end() const
 }
 
 DatatypeConstructor::const_iterator::const_iterator(
-    const Solver* slv, const CVC5::DTypeConstructor& ctor, bool begin)
+    const Solver* slv, const cvc5::DTypeConstructor& ctor, bool begin)
 {
   d_solver = slv;
   d_int_stors = &ctor.getArgs();
 
-  const std::vector<std::shared_ptr<CVC5::DTypeSelector>>& sels =
+  const std::vector<std::shared_ptr<cvc5::DTypeSelector>>& sels =
       ctor.getArgs();
-  for (const std::shared_ptr<CVC5::DTypeSelector>& s : sels)
+  for (const std::shared_ptr<cvc5::DTypeSelector>& s : sels)
   {
     /* Can not use emplace_back here since constructor is private. */
     d_stors.push_back(DatatypeSelector(d_solver, *s.get()));
@@ -3341,8 +3341,8 @@ std::ostream& operator<<(std::ostream& out, const DatatypeConstructor& ctor)
 
 /* Datatype ----------------------------------------------------------------- */
 
-Datatype::Datatype(const Solver* slv, const CVC5::DType& dtype)
-    : d_solver(slv), d_dtype(new CVC5::DType(dtype))
+Datatype::Datatype(const Solver* slv, const cvc5::DType& dtype)
+    : d_solver(slv), d_dtype(new cvc5::DType(dtype))
 {
   CVC4_API_CHECK(d_dtype->isResolved()) << "Expected resolved datatype";
 }
@@ -3549,7 +3549,7 @@ DatatypeConstructor Datatype::getConstructorForName(
 }
 
 Datatype::const_iterator::const_iterator(const Solver* slv,
-                                         const CVC5::DType& dtype,
+                                         const cvc5::DType& dtype,
                                          bool begin)
     : d_solver(slv), d_int_ctors(&dtype.getConstructors())
 {
@@ -3816,7 +3816,7 @@ Sort Grammar::resolve()
     bvl = Term(
         d_solver,
         d_solver->getNodeManager()->mkNode(
-            CVC5::kind::BOUND_VAR_LIST, Term::termVectorToNodes(d_sygusVars)));
+            cvc5::kind::BOUND_VAR_LIST, Term::termVectorToNodes(d_sygusVars)));
   }
 
   std::unordered_map<Term, Sort, TermHashFunction> ntsToUnres(d_ntSyms.size());
@@ -3829,7 +3829,7 @@ Sort Grammar::resolve()
         Sort(d_solver, d_solver->getNodeManager()->mkSort(ntsymbol.toString()));
   }
 
-  std::vector<CVC5::DType> datatypes;
+  std::vector<cvc5::DType> datatypes;
   std::set<TypeNode> unresTypes;
 
   datatypes.reserve(d_ntSyms.size());
@@ -3903,12 +3903,12 @@ void Grammar::addSygusConstructorTerm(
   {
     Term lbvl =
         Term(d_solver,
-             d_solver->getNodeManager()->mkNode(CVC5::kind::BOUND_VAR_LIST,
+             d_solver->getNodeManager()->mkNode(cvc5::kind::BOUND_VAR_LIST,
                                                 Term::termVectorToNodes(args)));
     // its operator is a lambda
     op = Term(d_solver,
               d_solver->getNodeManager()->mkNode(
-                  CVC5::kind::LAMBDA, *lbvl.d_node, *op.d_node));
+                  cvc5::kind::LAMBDA, *lbvl.d_node, *op.d_node));
   }
   std::vector<TypeNode> cargst = Sort::sortVectorToTypeNodes(cargs);
   dt.d_dtype->addSygusConstructor(*op.d_node, ssCName.str(), cargst);
@@ -4027,27 +4027,27 @@ std::ostream& operator<<(std::ostream& out, const Grammar& grammar)
 /* -------------------------------------------------------------------------- */
 
 const static std::
-    unordered_map<RoundingMode, CVC5::RoundingMode, RoundingModeHashFunction>
+    unordered_map<RoundingMode, cvc5::RoundingMode, RoundingModeHashFunction>
         s_rmodes{
             {ROUND_NEAREST_TIES_TO_EVEN,
-             CVC5::RoundingMode::ROUND_NEAREST_TIES_TO_EVEN},
-            {ROUND_TOWARD_POSITIVE, CVC5::RoundingMode::ROUND_TOWARD_POSITIVE},
-            {ROUND_TOWARD_NEGATIVE, CVC5::RoundingMode::ROUND_TOWARD_NEGATIVE},
-            {ROUND_TOWARD_ZERO, CVC5::RoundingMode::ROUND_TOWARD_ZERO},
+             cvc5::RoundingMode::ROUND_NEAREST_TIES_TO_EVEN},
+            {ROUND_TOWARD_POSITIVE, cvc5::RoundingMode::ROUND_TOWARD_POSITIVE},
+            {ROUND_TOWARD_NEGATIVE, cvc5::RoundingMode::ROUND_TOWARD_NEGATIVE},
+            {ROUND_TOWARD_ZERO, cvc5::RoundingMode::ROUND_TOWARD_ZERO},
             {ROUND_NEAREST_TIES_TO_AWAY,
-             CVC5::RoundingMode::ROUND_NEAREST_TIES_TO_AWAY},
+             cvc5::RoundingMode::ROUND_NEAREST_TIES_TO_AWAY},
         };
 
-const static std::unordered_map<CVC5::RoundingMode,
+const static std::unordered_map<cvc5::RoundingMode,
                                 RoundingMode,
-                                CVC5::RoundingModeHashFunction>
+                                cvc5::RoundingModeHashFunction>
     s_rmodes_internal{
-        {CVC5::RoundingMode::ROUND_NEAREST_TIES_TO_EVEN,
+        {cvc5::RoundingMode::ROUND_NEAREST_TIES_TO_EVEN,
          ROUND_NEAREST_TIES_TO_EVEN},
-        {CVC5::RoundingMode::ROUND_TOWARD_POSITIVE, ROUND_TOWARD_POSITIVE},
-        {CVC5::RoundingMode::ROUND_TOWARD_POSITIVE, ROUND_TOWARD_NEGATIVE},
-        {CVC5::RoundingMode::ROUND_TOWARD_ZERO, ROUND_TOWARD_ZERO},
-        {CVC5::RoundingMode::ROUND_NEAREST_TIES_TO_AWAY,
+        {cvc5::RoundingMode::ROUND_TOWARD_POSITIVE, ROUND_TOWARD_POSITIVE},
+        {cvc5::RoundingMode::ROUND_TOWARD_POSITIVE, ROUND_TOWARD_NEGATIVE},
+        {cvc5::RoundingMode::ROUND_TOWARD_ZERO, ROUND_TOWARD_ZERO},
+        {cvc5::RoundingMode::ROUND_NEAREST_TIES_TO_AWAY,
          ROUND_NEAREST_TIES_TO_AWAY},
     };
 
@@ -4097,7 +4097,7 @@ void Solver::increment_vars_consts_stats(const Sort& sort, bool is_var) const
 {
 #ifdef CVC4_STATISTICS_ON
   const TypeNode tn = sort.getTypeNode();
-  TypeConstant tc = tn.getKind() == CVC5::kind::TYPE_CONSTANT
+  TypeConstant tc = tn.getKind() == cvc5::kind::TYPE_CONSTANT
                         ? tn.getConst<TypeConstant>()
                         : LAST_TYPE;
   if (is_var)
@@ -4128,10 +4128,10 @@ Term Solver::mkRealFromStrHelper(const std::string& s) const
   //////// all checks before this line
   try
   {
-    CVC5::Rational r = s.find('/') != std::string::npos
-                           ? CVC5::Rational(s)
-                           : CVC5::Rational::fromDecimal(s);
-    return mkValHelper<CVC5::Rational>(r);
+    cvc5::Rational r = s.find('/') != std::string::npos
+                           ? cvc5::Rational(s)
+                           : cvc5::Rational::fromDecimal(s);
+    return mkValHelper<cvc5::Rational>(r);
   }
   catch (const std::invalid_argument& e)
   {
@@ -4148,7 +4148,7 @@ Term Solver::mkBVFromIntHelper(uint32_t size, uint64_t val) const
 {
   CVC4_API_ARG_CHECK_EXPECTED(size > 0, size) << "a bit-width > 0";
   //////// all checks before this line
-  return mkValHelper<CVC5::BitVector>(CVC5::BitVector(size, val));
+  return mkValHelper<cvc5::BitVector>(cvc5::BitVector(size, val));
 }
 
 Term Solver::mkBVFromStrHelper(const std::string& s, uint32_t base) const
@@ -4157,7 +4157,7 @@ Term Solver::mkBVFromStrHelper(const std::string& s, uint32_t base) const
   CVC4_API_ARG_CHECK_EXPECTED(base == 2 || base == 10 || base == 16, base)
       << "base 2, 10, or 16";
   //////// all checks before this line
-  return mkValHelper<CVC5::BitVector>(CVC5::BitVector(s, base));
+  return mkValHelper<cvc5::BitVector>(cvc5::BitVector(s, base));
 }
 
 Term Solver::mkBVFromStrHelper(uint32_t size,
@@ -4184,7 +4184,7 @@ Term Solver::mkBVFromStrHelper(uint32_t size,
         << size << " too small to hold value " << s << ")";
   }
 
-  return mkValHelper<CVC5::BitVector>(CVC5::BitVector(size, val));
+  return mkValHelper<cvc5::BitVector>(cvc5::BitVector(size, val));
 }
 
 Term Solver::mkCharFromStrHelper(const std::string& s) const
@@ -4199,7 +4199,7 @@ Term Solver::mkCharFromStrHelper(const std::string& s) const
   //////// all checks before this line
   std::vector<unsigned> cpts;
   cpts.push_back(val);
-  return mkValHelper<CVC5::String>(CVC5::String(cpts));
+  return mkValHelper<cvc5::String>(cvc5::String(cpts));
 }
 
 Term Solver::getValueHelper(const Term& term) const
@@ -4234,14 +4234,14 @@ Term Solver::mkTermFromKind(Kind kind) const
   Node res;
   if (kind == REGEXP_EMPTY || kind == REGEXP_SIGMA)
   {
-    CVC5::Kind k = extToIntKind(kind);
+    cvc5::Kind k = extToIntKind(kind);
     Assert(isDefinedIntKind(k));
     res = d_nodeMgr->mkNode(k, std::vector<Node>());
   }
   else
   {
     Assert(kind == PI);
-    res = d_nodeMgr->mkNullaryOperator(d_nodeMgr->realType(), CVC5::kind::PI);
+    res = d_nodeMgr->mkNullaryOperator(d_nodeMgr->realType(), cvc5::kind::PI);
   }
   (void)res.getType(true); /* kick off type checking */
   increment_term_stats(kind);
@@ -4254,7 +4254,7 @@ Term Solver::mkTermHelper(Kind kind, const std::vector<Term>& children) const
   //////// all checks before this line
 
   std::vector<Node> echildren = Term::termVectorToNodes(children);
-  CVC5::Kind k = extToIntKind(kind);
+  cvc5::Kind k = extToIntKind(kind);
   Node res;
   if (echildren.size() > 2)
   {
@@ -4344,7 +4344,7 @@ Term Solver::mkTermHelper(const Op& op, const std::vector<Term>& children) const
     return mkTermHelper(op.d_kind, children);
   }
 
-  const CVC5::Kind int_kind = extToIntKind(op.d_kind);
+  const cvc5::Kind int_kind = extToIntKind(op.d_kind);
   std::vector<Node> echildren = Term::termVectorToNodes(children);
 
   NodeBuilder<> nb(int_kind);
@@ -4364,14 +4364,14 @@ std::vector<Sort> Solver::mkDatatypeSortsInternal(
   //       double checks
   //////// all checks before this line
 
-  std::vector<CVC5::DType> datatypes;
+  std::vector<cvc5::DType> datatypes;
   for (size_t i = 0, ndts = dtypedecls.size(); i < ndts; ++i)
   {
     datatypes.push_back(dtypedecls[i].getDatatype());
   }
 
   std::set<TypeNode> utypes = Sort::sortSetToTypeNodes(unresolvedSorts);
-  std::vector<CVC5::TypeNode> dtypes =
+  std::vector<cvc5::TypeNode> dtypes =
       getNodeManager()->mkMutualDatatypeTypes(datatypes, utypes);
   std::vector<Sort> retTypes = Sort::typeNodeVectorToSorts(this, dtypes);
   return retTypes;
@@ -4443,7 +4443,7 @@ Term Solver::ensureTermSort(const Term& term, const Sort& sort) const
     res = Term(this,
                d_nodeMgr->mkNode(extToIntKind(DIVISION),
                                  *res.d_node,
-                                 d_nodeMgr->mkConst(CVC5::Rational(1))));
+                                 d_nodeMgr->mkConst(cvc5::Rational(1))));
   }
   Assert(res.getSort() == sort);
   return res;
@@ -4511,7 +4511,7 @@ void Solver::checkMkTerm(Kind kind, uint32_t nchildren) const
 {
   CVC4_API_KIND_CHECK(kind);
   Assert(isDefinedIntKind(extToIntKind(kind)));
-  const CVC5::kind::MetaKind mk = kind::metaKindOf(extToIntKind(kind));
+  const cvc5::kind::MetaKind mk = kind::metaKindOf(extToIntKind(kind));
   CVC4_API_KIND_CHECK_EXPECTED(
       mk == kind::metakind::PARAMETERIZED || mk == kind::metakind::OPERATOR,
       kind)
@@ -4874,7 +4874,7 @@ Term Solver::mkPi() const
   CVC4_API_TRY_CATCH_BEGIN;
   //////// all checks before this line
   Node res =
-      d_nodeMgr->mkNullaryOperator(d_nodeMgr->realType(), CVC5::kind::PI);
+      d_nodeMgr->mkNullaryOperator(d_nodeMgr->realType(), cvc5::kind::PI);
   (void)res.getType(true); /* kick off type checking */
   return Term(this, res);
   ////////
@@ -4900,7 +4900,7 @@ Term Solver::mkInteger(int64_t val) const
   NodeManagerScope scope(getNodeManager());
   CVC4_API_TRY_CATCH_BEGIN;
   //////// all checks before this line
-  Term integer = mkValHelper<CVC5::Rational>(CVC5::Rational(val));
+  Term integer = mkValHelper<cvc5::Rational>(cvc5::Rational(val));
   Assert(integer.getSort() == getIntegerSort());
   return integer;
   ////////
@@ -4928,7 +4928,7 @@ Term Solver::mkReal(int64_t val) const
   NodeManagerScope scope(getNodeManager());
   CVC4_API_TRY_CATCH_BEGIN;
   //////// all checks before this line
-  Term rational = mkValHelper<CVC5::Rational>(CVC5::Rational(val));
+  Term rational = mkValHelper<cvc5::Rational>(cvc5::Rational(val));
   return ensureRealSort(rational);
   ////////
   CVC4_API_TRY_CATCH_END;
@@ -4939,7 +4939,7 @@ Term Solver::mkReal(int64_t num, int64_t den) const
   NodeManagerScope scope(getNodeManager());
   CVC4_API_TRY_CATCH_BEGIN;
   //////// all checks before this line
-  Term rational = mkValHelper<CVC5::Rational>(CVC5::Rational(num, den));
+  Term rational = mkValHelper<cvc5::Rational>(cvc5::Rational(num, den));
   return ensureRealSort(rational);
   ////////
   CVC4_API_TRY_CATCH_END;
@@ -4951,7 +4951,7 @@ Term Solver::mkRegexpEmpty() const
   CVC4_API_TRY_CATCH_BEGIN;
   //////// all checks before this line
   Node res =
-      d_nodeMgr->mkNode(CVC5::kind::REGEXP_EMPTY, std::vector<CVC5::Node>());
+      d_nodeMgr->mkNode(cvc5::kind::REGEXP_EMPTY, std::vector<cvc5::Node>());
   (void)res.getType(true); /* kick off type checking */
   return Term(this, res);
   ////////
@@ -4964,7 +4964,7 @@ Term Solver::mkRegexpSigma() const
   CVC4_API_TRY_CATCH_BEGIN;
   //////// all checks before this line
   Node res =
-      d_nodeMgr->mkNode(CVC5::kind::REGEXP_SIGMA, std::vector<CVC5::Node>());
+      d_nodeMgr->mkNode(cvc5::kind::REGEXP_SIGMA, std::vector<cvc5::Node>());
   (void)res.getType(true); /* kick off type checking */
   return Term(this, res);
   ////////
@@ -4980,7 +4980,7 @@ Term Solver::mkEmptySet(const Sort& sort) const
   CVC4_API_ARG_CHECK_EXPECTED(sort.isNull() || this == sort.d_solver, sort)
       << "set sort associated with this solver object";
   //////// all checks before this line
-  return mkValHelper<CVC5::EmptySet>(CVC5::EmptySet(*sort.d_type));
+  return mkValHelper<cvc5::EmptySet>(cvc5::EmptySet(*sort.d_type));
   ////////
   CVC4_API_TRY_CATCH_END;
 }
@@ -4994,7 +4994,7 @@ Term Solver::mkEmptyBag(const Sort& sort) const
   CVC4_API_ARG_CHECK_EXPECTED(sort.isNull() || this == sort.d_solver, sort)
       << "bag sort associated with this solver object";
   //////// all checks before this line
-  return mkValHelper<CVC5::EmptyBag>(CVC5::EmptyBag(*sort.d_type));
+  return mkValHelper<cvc5::EmptyBag>(cvc5::EmptyBag(*sort.d_type));
   ////////
   CVC4_API_TRY_CATCH_END;
 }
@@ -5006,7 +5006,7 @@ Term Solver::mkSepNil(const Sort& sort) const
   CVC4_API_SOLVER_CHECK_SORT(sort);
   //////// all checks before this line
   Node res =
-      getNodeManager()->mkNullaryOperator(*sort.d_type, CVC5::kind::SEP_NIL);
+      getNodeManager()->mkNullaryOperator(*sort.d_type, cvc5::kind::SEP_NIL);
   (void)res.getType(true); /* kick off type checking */
   return Term(this, res);
   ////////
@@ -5018,7 +5018,7 @@ Term Solver::mkString(const std::string& s, bool useEscSequences) const
   NodeManagerScope scope(getNodeManager());
   CVC4_API_TRY_CATCH_BEGIN;
   //////// all checks before this line
-  return mkValHelper<CVC5::String>(CVC5::String(s, useEscSequences));
+  return mkValHelper<cvc5::String>(cvc5::String(s, useEscSequences));
   ////////
   CVC4_API_TRY_CATCH_END;
 }
@@ -5028,7 +5028,7 @@ Term Solver::mkString(const unsigned char c) const
   NodeManagerScope scope(getNodeManager());
   CVC4_API_TRY_CATCH_BEGIN;
   //////// all checks before this line
-  return mkValHelper<CVC5::String>(CVC5::String(std::string(1, c)));
+  return mkValHelper<cvc5::String>(cvc5::String(std::string(1, c)));
   ////////
   CVC4_API_TRY_CATCH_END;
 }
@@ -5038,7 +5038,7 @@ Term Solver::mkString(const std::vector<uint32_t>& s) const
   NodeManagerScope scope(getNodeManager());
   CVC4_API_TRY_CATCH_BEGIN;
   //////// all checks before this line
-  return mkValHelper<CVC5::String>(CVC5::String(s));
+  return mkValHelper<cvc5::String>(cvc5::String(s));
   ////////
   CVC4_API_TRY_CATCH_END;
 }
@@ -5074,7 +5074,7 @@ Term Solver::mkUniverseSet(const Sort& sort) const
   //////// all checks before this line
 
   Node res = getNodeManager()->mkNullaryOperator(*sort.d_type,
-                                                 CVC5::kind::UNIVERSE_SET);
+                                                 cvc5::kind::UNIVERSE_SET);
   // TODO(#2771): Reenable?
   // (void)res->getType(true); /* kick off type checking */
   return Term(this, res);
@@ -5133,7 +5133,7 @@ Term Solver::mkConstArray(const Sort& sort, const Term& val) const
     n = n[0];
   }
   Term res =
-      mkValHelper<CVC5::ArrayStoreAll>(CVC5::ArrayStoreAll(*sort.d_type, n));
+      mkValHelper<cvc5::ArrayStoreAll>(cvc5::ArrayStoreAll(*sort.d_type, n));
   return res;
   ////////
   CVC4_API_TRY_CATCH_END;
@@ -5146,7 +5146,7 @@ Term Solver::mkPosInf(uint32_t exp, uint32_t sig) const
   CVC4_API_CHECK(Configuration::isBuiltWithSymFPU())
       << "Expected CVC4 to be compiled with SymFPU support";
   //////// all checks before this line
-  return mkValHelper<CVC5::FloatingPoint>(
+  return mkValHelper<cvc5::FloatingPoint>(
       FloatingPoint::makeInf(FloatingPointSize(exp, sig), false));
   ////////
   CVC4_API_TRY_CATCH_END;
@@ -5159,7 +5159,7 @@ Term Solver::mkNegInf(uint32_t exp, uint32_t sig) const
   CVC4_API_CHECK(Configuration::isBuiltWithSymFPU())
       << "Expected CVC4 to be compiled with SymFPU support";
   //////// all checks before this line
-  return mkValHelper<CVC5::FloatingPoint>(
+  return mkValHelper<cvc5::FloatingPoint>(
       FloatingPoint::makeInf(FloatingPointSize(exp, sig), true));
   ////////
   CVC4_API_TRY_CATCH_END;
@@ -5172,7 +5172,7 @@ Term Solver::mkNaN(uint32_t exp, uint32_t sig) const
   CVC4_API_CHECK(Configuration::isBuiltWithSymFPU())
       << "Expected CVC4 to be compiled with SymFPU support";
   //////// all checks before this line
-  return mkValHelper<CVC5::FloatingPoint>(
+  return mkValHelper<cvc5::FloatingPoint>(
       FloatingPoint::makeNaN(FloatingPointSize(exp, sig)));
   ////////
   CVC4_API_TRY_CATCH_END;
@@ -5185,7 +5185,7 @@ Term Solver::mkPosZero(uint32_t exp, uint32_t sig) const
   CVC4_API_CHECK(Configuration::isBuiltWithSymFPU())
       << "Expected CVC4 to be compiled with SymFPU support";
   //////// all checks before this line
-  return mkValHelper<CVC5::FloatingPoint>(
+  return mkValHelper<cvc5::FloatingPoint>(
       FloatingPoint::makeZero(FloatingPointSize(exp, sig), false));
   ////////
   CVC4_API_TRY_CATCH_END;
@@ -5198,7 +5198,7 @@ Term Solver::mkNegZero(uint32_t exp, uint32_t sig) const
   CVC4_API_CHECK(Configuration::isBuiltWithSymFPU())
       << "Expected CVC4 to be compiled with SymFPU support";
   //////// all checks before this line
-  return mkValHelper<CVC5::FloatingPoint>(
+  return mkValHelper<cvc5::FloatingPoint>(
       FloatingPoint::makeZero(FloatingPointSize(exp, sig), true));
   ////////
   CVC4_API_TRY_CATCH_END;
@@ -5211,7 +5211,7 @@ Term Solver::mkRoundingMode(RoundingMode rm) const
   CVC4_API_CHECK(Configuration::isBuiltWithSymFPU())
       << "Expected CVC4 to be compiled with SymFPU support";
   //////// all checks before this line
-  return mkValHelper<CVC5::RoundingMode>(s_rmodes.at(rm));
+  return mkValHelper<cvc5::RoundingMode>(s_rmodes.at(rm));
   ////////
   CVC4_API_TRY_CATCH_END;
 }
@@ -5222,8 +5222,8 @@ Term Solver::mkUninterpretedConst(const Sort& sort, int32_t index) const
   CVC4_API_TRY_CATCH_BEGIN;
   CVC4_API_SOLVER_CHECK_SORT(sort);
   //////// all checks before this line
-  return mkValHelper<CVC5::UninterpretedConstant>(
-      CVC5::UninterpretedConstant(*sort.d_type, index));
+  return mkValHelper<cvc5::UninterpretedConstant>(
+      cvc5::UninterpretedConstant(*sort.d_type, index));
   ////////
   CVC4_API_TRY_CATCH_END;
 }
@@ -5234,11 +5234,11 @@ Term Solver::mkAbstractValue(const std::string& index) const
   CVC4_API_TRY_CATCH_BEGIN;
   CVC4_API_ARG_CHECK_EXPECTED(!index.empty(), index) << "a non-empty string";
 
-  CVC5::Integer idx(index, 10);
+  cvc5::Integer idx(index, 10);
   CVC4_API_ARG_CHECK_EXPECTED(idx > 0, index)
       << "a string representing an integer > 0";
   //////// all checks before this line
-  return Term(this, getNodeManager()->mkConst(CVC5::AbstractValue(idx)));
+  return Term(this, getNodeManager()->mkConst(cvc5::AbstractValue(idx)));
   // do not call getType(), for abstract values, type can not be computed
   // until it is substituted away
   ////////
@@ -5252,7 +5252,7 @@ Term Solver::mkAbstractValue(uint64_t index) const
   CVC4_API_ARG_CHECK_EXPECTED(index > 0, index) << "an integer > 0";
   //////// all checks before this line
   return Term(this,
-              getNodeManager()->mkConst(CVC5::AbstractValue(Integer(index))));
+              getNodeManager()->mkConst(cvc5::AbstractValue(Integer(index))));
   // do not call getType(), for abstract values, type can not be computed
   // until it is substituted away
   ////////
@@ -5275,8 +5275,8 @@ Term Solver::mkFloatingPoint(uint32_t exp, uint32_t sig, Term val) const
       val.getSort().isBitVector() && val.d_node->isConst(), val)
       << "bit-vector constant";
   //////// all checks before this line
-  return mkValHelper<CVC5::FloatingPoint>(
-      CVC5::FloatingPoint(exp, sig, val.d_node->getConst<BitVector>()));
+  return mkValHelper<cvc5::FloatingPoint>(
+      cvc5::FloatingPoint(exp, sig, val.d_node->getConst<BitVector>()));
   ////////
   CVC4_API_TRY_CATCH_END;
 }
@@ -5465,7 +5465,7 @@ Term Solver::mkTerm(const Op& op) const
     return mkTermFromKind(op.d_kind);
   }
 
-  const CVC5::Kind int_kind = extToIntKind(op.d_kind);
+  const cvc5::Kind int_kind = extToIntKind(op.d_kind);
   Term res = Term(this, getNodeManager()->mkNode(int_kind, *op.d_node));
 
   (void)res.d_node->getType(true); /* kick off type checking */
@@ -5538,7 +5538,7 @@ Term Solver::mkTuple(const std::vector<Sort>& sorts,
   CVC4_API_SOLVER_CHECK_SORTS(sorts);
   CVC4_API_SOLVER_CHECK_TERMS(terms);
   //////// all checks before this line
-  std::vector<CVC5::Node> args;
+  std::vector<cvc5::Node> args;
   for (size_t i = 0, size = sorts.size(); i < size; i++)
   {
     args.push_back(*(ensureTermSort(terms[i], sorts[i])).d_node);
@@ -5584,7 +5584,7 @@ Op Solver::mkOp(Kind kind, const std::string& arg) const
   {
     res = Op(this,
              kind,
-             *mkValHelper<CVC5::RecordUpdate>(CVC5::RecordUpdate(arg)).d_node);
+             *mkValHelper<cvc5::RecordUpdate>(cvc5::RecordUpdate(arg)).d_node);
   }
   else
   {
@@ -5595,7 +5595,7 @@ Op Solver::mkOp(Kind kind, const std::string& arg) const
         << "a string representing an integer, real or rational value.";
     res = Op(this,
              kind,
-             *mkValHelper<CVC5::Divisible>(CVC5::Divisible(CVC5::Integer(arg)))
+             *mkValHelper<cvc5::Divisible>(cvc5::Divisible(cvc5::Integer(arg)))
                   .d_node);
   }
   return res;
@@ -5614,76 +5614,76 @@ Op Solver::mkOp(Kind kind, uint32_t arg) const
     case DIVISIBLE:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::Divisible>(CVC5::Divisible(arg)).d_node);
+               *mkValHelper<cvc5::Divisible>(cvc5::Divisible(arg)).d_node);
       break;
     case BITVECTOR_REPEAT:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::BitVectorRepeat>(CVC5::BitVectorRepeat(arg))
+               *mkValHelper<cvc5::BitVectorRepeat>(cvc5::BitVectorRepeat(arg))
                     .d_node);
       break;
     case BITVECTOR_ZERO_EXTEND:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::BitVectorZeroExtend>(
-                    CVC5::BitVectorZeroExtend(arg))
+               *mkValHelper<cvc5::BitVectorZeroExtend>(
+                    cvc5::BitVectorZeroExtend(arg))
                     .d_node);
       break;
     case BITVECTOR_SIGN_EXTEND:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::BitVectorSignExtend>(
-                    CVC5::BitVectorSignExtend(arg))
+               *mkValHelper<cvc5::BitVectorSignExtend>(
+                    cvc5::BitVectorSignExtend(arg))
                     .d_node);
       break;
     case BITVECTOR_ROTATE_LEFT:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::BitVectorRotateLeft>(
-                    CVC5::BitVectorRotateLeft(arg))
+               *mkValHelper<cvc5::BitVectorRotateLeft>(
+                    cvc5::BitVectorRotateLeft(arg))
                     .d_node);
       break;
     case BITVECTOR_ROTATE_RIGHT:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::BitVectorRotateRight>(
-                    CVC5::BitVectorRotateRight(arg))
+               *mkValHelper<cvc5::BitVectorRotateRight>(
+                    cvc5::BitVectorRotateRight(arg))
                     .d_node);
       break;
     case INT_TO_BITVECTOR:
       res = Op(
           this,
           kind,
-          *mkValHelper<CVC5::IntToBitVector>(CVC5::IntToBitVector(arg)).d_node);
+          *mkValHelper<cvc5::IntToBitVector>(cvc5::IntToBitVector(arg)).d_node);
       break;
     case IAND:
       res =
-          Op(this, kind, *mkValHelper<CVC5::IntAnd>(CVC5::IntAnd(arg)).d_node);
+          Op(this, kind, *mkValHelper<cvc5::IntAnd>(cvc5::IntAnd(arg)).d_node);
       break;
     case FLOATINGPOINT_TO_UBV:
       res = Op(
           this,
           kind,
-          *mkValHelper<CVC5::FloatingPointToUBV>(CVC5::FloatingPointToUBV(arg))
+          *mkValHelper<cvc5::FloatingPointToUBV>(cvc5::FloatingPointToUBV(arg))
                .d_node);
       break;
     case FLOATINGPOINT_TO_SBV:
       res = Op(
           this,
           kind,
-          *mkValHelper<CVC5::FloatingPointToSBV>(CVC5::FloatingPointToSBV(arg))
+          *mkValHelper<cvc5::FloatingPointToSBV>(cvc5::FloatingPointToSBV(arg))
                .d_node);
       break;
     case TUPLE_UPDATE:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::TupleUpdate>(CVC5::TupleUpdate(arg)).d_node);
+               *mkValHelper<cvc5::TupleUpdate>(cvc5::TupleUpdate(arg)).d_node);
       break;
     case REGEXP_REPEAT:
       res =
           Op(this,
              kind,
-             *mkValHelper<CVC5::RegExpRepeat>(CVC5::RegExpRepeat(arg)).d_node);
+             *mkValHelper<cvc5::RegExpRepeat>(cvc5::RegExpRepeat(arg)).d_node);
       break;
     default:
       CVC4_API_KIND_CHECK_EXPECTED(false, kind)
@@ -5707,57 +5707,57 @@ Op Solver::mkOp(Kind kind, uint32_t arg1, uint32_t arg2) const
     case BITVECTOR_EXTRACT:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::BitVectorExtract>(
-                    CVC5::BitVectorExtract(arg1, arg2))
+               *mkValHelper<cvc5::BitVectorExtract>(
+                    cvc5::BitVectorExtract(arg1, arg2))
                     .d_node);
       break;
     case FLOATINGPOINT_TO_FP_IEEE_BITVECTOR:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::FloatingPointToFPIEEEBitVector>(
-                    CVC5::FloatingPointToFPIEEEBitVector(arg1, arg2))
+               *mkValHelper<cvc5::FloatingPointToFPIEEEBitVector>(
+                    cvc5::FloatingPointToFPIEEEBitVector(arg1, arg2))
                     .d_node);
       break;
     case FLOATINGPOINT_TO_FP_FLOATINGPOINT:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::FloatingPointToFPFloatingPoint>(
-                    CVC5::FloatingPointToFPFloatingPoint(arg1, arg2))
+               *mkValHelper<cvc5::FloatingPointToFPFloatingPoint>(
+                    cvc5::FloatingPointToFPFloatingPoint(arg1, arg2))
                     .d_node);
       break;
     case FLOATINGPOINT_TO_FP_REAL:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::FloatingPointToFPReal>(
-                    CVC5::FloatingPointToFPReal(arg1, arg2))
+               *mkValHelper<cvc5::FloatingPointToFPReal>(
+                    cvc5::FloatingPointToFPReal(arg1, arg2))
                     .d_node);
       break;
     case FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::FloatingPointToFPSignedBitVector>(
-                    CVC5::FloatingPointToFPSignedBitVector(arg1, arg2))
+               *mkValHelper<cvc5::FloatingPointToFPSignedBitVector>(
+                    cvc5::FloatingPointToFPSignedBitVector(arg1, arg2))
                     .d_node);
       break;
     case FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::FloatingPointToFPUnsignedBitVector>(
-                    CVC5::FloatingPointToFPUnsignedBitVector(arg1, arg2))
+               *mkValHelper<cvc5::FloatingPointToFPUnsignedBitVector>(
+                    cvc5::FloatingPointToFPUnsignedBitVector(arg1, arg2))
                     .d_node);
       break;
     case FLOATINGPOINT_TO_FP_GENERIC:
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::FloatingPointToFPGeneric>(
-                    CVC5::FloatingPointToFPGeneric(arg1, arg2))
+               *mkValHelper<cvc5::FloatingPointToFPGeneric>(
+                    cvc5::FloatingPointToFPGeneric(arg1, arg2))
                     .d_node);
       break;
     case REGEXP_LOOP:
       res = Op(
           this,
           kind,
-          *mkValHelper<CVC5::RegExpLoop>(CVC5::RegExpLoop(arg1, arg2)).d_node);
+          *mkValHelper<cvc5::RegExpLoop>(cvc5::RegExpLoop(arg1, arg2)).d_node);
       break;
     default:
       CVC4_API_KIND_CHECK_EXPECTED(false, kind)
@@ -5782,7 +5782,7 @@ Op Solver::mkOp(Kind kind, const std::vector<uint32_t>& args) const
     {
       res = Op(this,
                kind,
-               *mkValHelper<CVC5::TupleProjectOp>(CVC5::TupleProjectOp(args))
+               *mkValHelper<cvc5::TupleProjectOp>(cvc5::TupleProjectOp(args))
                     .d_node);
     }
     break;
@@ -5823,7 +5823,7 @@ Result Solver::checkEntailed(const Term& term) const
          "(try --incremental)";
   CVC4_API_SOLVER_CHECK_TERM(term);
   //////// all checks before this line
-  CVC5::Result r = d_smtEngine->checkEntailed(*term.d_node);
+  cvc5::Result r = d_smtEngine->checkEntailed(*term.d_node);
   return Result(r);
   ////////
   CVC4_API_TRY_CATCH_END;
@@ -5873,7 +5873,7 @@ Result Solver::checkSat(void) const
       << "Cannot make multiple queries unless incremental solving is enabled "
          "(try --incremental)";
   //////// all checks before this line
-  CVC5::Result r = d_smtEngine->checkSat();
+  cvc5::Result r = d_smtEngine->checkSat();
   return Result(r);
   ////////
   CVC4_API_TRY_CATCH_END;
@@ -5892,7 +5892,7 @@ Result Solver::checkSatAssuming(const Term& assumption) const
          "(try --incremental)";
   CVC4_API_SOLVER_CHECK_TERM_WITH_SORT(assumption, getBooleanSort());
   //////// all checks before this line
-  CVC5::Result r = d_smtEngine->checkSat(*assumption.d_node);
+  cvc5::Result r = d_smtEngine->checkSat(*assumption.d_node);
   return Result(r);
   ////////
   CVC4_API_TRY_CATCH_END;
@@ -5916,7 +5916,7 @@ Result Solver::checkSatAssuming(const std::vector<Term>& assumptions) const
     CVC4_API_SOLVER_CHECK_TERM(term);
   }
   std::vector<Node> eassumptions = Term::termVectorToNodes(assumptions);
-  CVC5::Result r = d_smtEngine->checkSat(eassumptions);
+  cvc5::Result r = d_smtEngine->checkSat(eassumptions);
   return Result(r);
   ////////
   CVC4_API_TRY_CATCH_END;
@@ -6645,7 +6645,7 @@ void Solver::setLogic(const std::string& logic) const
   CVC4_API_TRY_CATCH_BEGIN;
   CVC4_API_CHECK(!d_smtEngine->isFullyInited())
       << "Invalid call to 'setLogic', solver is already fully initialized";
-  CVC5::LogicInfo logic_info(logic);
+  cvc5::LogicInfo logic_info(logic);
   //////// all checks before this line
   d_smtEngine->setLogic(logic_info);
   ////////
@@ -6828,12 +6828,12 @@ Term Solver::getSynthSolution(Term term) const
   CVC4_API_TRY_CATCH_BEGIN;
   CVC4_API_SOLVER_CHECK_TERM(term);
 
-  std::map<CVC5::Node, CVC5::Node> map;
+  std::map<cvc5::Node, cvc5::Node> map;
   CVC4_API_CHECK(d_smtEngine->getSynthSolutions(map))
       << "The solver is not in a state immediately preceded by a "
          "successful call to checkSynth";
 
-  std::map<CVC5::Node, CVC5::Node>::const_iterator it = map.find(*term.d_node);
+  std::map<cvc5::Node, cvc5::Node>::const_iterator it = map.find(*term.d_node);
 
   CVC4_API_CHECK(it != map.cend()) << "Synth solution not found for given term";
   //////// all checks before this line
@@ -6849,7 +6849,7 @@ std::vector<Term> Solver::getSynthSolutions(
   CVC4_API_ARG_SIZE_CHECK_EXPECTED(!terms.empty(), terms) << "non-empty vector";
   CVC4_API_SOLVER_CHECK_TERMS(terms);
 
-  std::map<CVC5::Node, CVC5::Node> map;
+  std::map<cvc5::Node, cvc5::Node> map;
   CVC4_API_CHECK(d_smtEngine->getSynthSolutions(map))
       << "The solver is not in a state immediately preceded by a "
          "successful call to checkSynth";
@@ -6860,7 +6860,7 @@ std::vector<Term> Solver::getSynthSolutions(
 
   for (size_t i = 0, n = terms.size(); i < n; ++i)
   {
-    std::map<CVC5::Node, CVC5::Node>::const_iterator it =
+    std::map<cvc5::Node, cvc5::Node>::const_iterator it =
         map.find(*terms[i].d_node);
 
     CVC4_API_CHECK(it != map.cend())
@@ -6897,4 +6897,4 @@ Options& Solver::getOptions(void) { return d_smtEngine->getOptions(); }
 
 }  // namespace api
 
-}  // namespace CVC5
+}  // namespace cvc5
index 99c2d11825d4caa7895a7cef218bd05403a26dad..c446fcaf5cbeac7bbf093d17842572c419a01785 100644 (file)
@@ -30,7 +30,7 @@
 #include <unordered_set>
 #include <vector>
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <bool ref_count>
 class NodeTemplate;
@@ -202,14 +202,14 @@ class CVC4_EXPORT Result
    * @param r the internal result that is to be wrapped by this result
    * @return the Result
    */
-  Result(const CVC5::Result& r);
+  Result(const cvc5::Result& r);
 
   /**
    * The interal result wrapped by this result.
-   * Note: This is a shared_ptr rather than a unique_ptr since CVC5::Result is
+   * Note: This is a shared_ptr rather than a unique_ptr since cvc5::Result is
    *       not ref counted.
    */
-  std::shared_ptr<CVC5::Result> d_result;
+  std::shared_ptr<cvc5::Result> d_result;
 };
 
 /**
@@ -240,16 +240,16 @@ class Datatype;
  */
 class CVC4_EXPORT Sort
 {
-  friend class CVC5::DatatypeDeclarationCommand;
-  friend class CVC5::DeclareFunctionCommand;
-  friend class CVC5::DeclareHeapCommand;
-  friend class CVC5::DeclareSortCommand;
-  friend class CVC5::DeclareSygusVarCommand;
-  friend class CVC5::DefineSortCommand;
-  friend class CVC5::GetAbductCommand;
-  friend class CVC5::GetInterpolCommand;
-  friend class CVC5::GetModelCommand;
-  friend class CVC5::SynthFunCommand;
+  friend class cvc5::DatatypeDeclarationCommand;
+  friend class cvc5::DeclareFunctionCommand;
+  friend class cvc5::DeclareHeapCommand;
+  friend class cvc5::DeclareSortCommand;
+  friend class cvc5::DeclareSygusVarCommand;
+  friend class cvc5::DefineSortCommand;
+  friend class cvc5::GetAbductCommand;
+  friend class cvc5::GetInterpolCommand;
+  friend class cvc5::GetModelCommand;
+  friend class cvc5::SynthFunCommand;
   friend class DatatypeConstructor;
   friend class DatatypeConstructorDecl;
   friend class DatatypeSelector;
@@ -701,7 +701,7 @@ class CVC4_EXPORT Sort
 
  private:
   /** @return the internal wrapped TypeNode of this sort. */
-  const CVC5::TypeNode& getTypeNode(void) const;
+  const cvc5::TypeNode& getTypeNode(void) const;
 
   /** Helper to convert a set of Sorts to internal TypeNodes. */
   std::set<TypeNode> static sortSetToTypeNodes(const std::set<Sort>& sorts);
@@ -718,7 +718,7 @@ class CVC4_EXPORT Sort
    * @param t the internal type that is to be wrapped by this sort
    * @return the Sort
    */
-  Sort(const Solver* slv, const CVC5::TypeNode& t);
+  Sort(const Solver* slv, const cvc5::TypeNode& t);
 
   /**
    * Helper for isNull checks. This prevents calling an API function with
@@ -734,10 +734,10 @@ class CVC4_EXPORT Sort
   /**
    * The interal type wrapped by this sort.
    * Note: This is a shared_ptr rather than a unique_ptr to avoid overhead due
-   *       to memory allocation (CVC5::Type is already ref counted, so this
+   *       to memory allocation (cvc5::Type is already ref counted, so this
    *       could be a unique_ptr instead).
    */
-  std::shared_ptr<CVC5::TypeNode> d_type;
+  std::shared_ptr<cvc5::TypeNode> d_type;
 };
 
 /**
@@ -848,7 +848,7 @@ class CVC4_EXPORT Op
    * @param n the internal node that is to be wrapped by this term
    * @return the Term
    */
-  Op(const Solver* slv, const Kind k, const CVC5::Node& n);
+  Op(const Solver* slv, const Kind k, const cvc5::Node& n);
 
   /**
    * Helper for isNull checks. This prevents calling an API function with
@@ -875,10 +875,10 @@ class CVC4_EXPORT Op
   /**
    * The internal node wrapped by this operator.
    * Note: This is a shared_ptr rather than a unique_ptr to avoid overhead due
-   *       to memory allocation (CVC5::Node is already ref counted, so this
+   *       to memory allocation (cvc5::Node is already ref counted, so this
    *       could be a unique_ptr instead).
    */
-  std::shared_ptr<CVC5::Node> d_node;
+  std::shared_ptr<cvc5::Node> d_node;
 };
 
 /* -------------------------------------------------------------------------- */
@@ -890,25 +890,25 @@ class CVC4_EXPORT Op
  */
 class CVC4_EXPORT Term
 {
-  friend class CVC5::AssertCommand;
-  friend class CVC5::BlockModelValuesCommand;
-  friend class CVC5::CheckSatCommand;
-  friend class CVC5::CheckSatAssumingCommand;
-  friend class CVC5::DeclareSygusVarCommand;
-  friend class CVC5::DefineFunctionCommand;
-  friend class CVC5::DefineFunctionRecCommand;
-  friend class CVC5::GetAbductCommand;
-  friend class CVC5::GetInterpolCommand;
-  friend class CVC5::GetModelCommand;
-  friend class CVC5::GetQuantifierEliminationCommand;
-  friend class CVC5::GetUnsatCoreCommand;
-  friend class CVC5::GetValueCommand;
-  friend class CVC5::SetUserAttributeCommand;
-  friend class CVC5::SimplifyCommand;
-  friend class CVC5::SygusConstraintCommand;
-  friend class CVC5::SygusInvConstraintCommand;
-  friend class CVC5::SynthFunCommand;
-  friend class CVC5::QueryCommand;
+  friend class cvc5::AssertCommand;
+  friend class cvc5::BlockModelValuesCommand;
+  friend class cvc5::CheckSatCommand;
+  friend class cvc5::CheckSatAssumingCommand;
+  friend class cvc5::DeclareSygusVarCommand;
+  friend class cvc5::DefineFunctionCommand;
+  friend class cvc5::DefineFunctionRecCommand;
+  friend class cvc5::GetAbductCommand;
+  friend class cvc5::GetInterpolCommand;
+  friend class cvc5::GetModelCommand;
+  friend class cvc5::GetQuantifierEliminationCommand;
+  friend class cvc5::GetUnsatCoreCommand;
+  friend class cvc5::GetValueCommand;
+  friend class cvc5::SetUserAttributeCommand;
+  friend class cvc5::SimplifyCommand;
+  friend class cvc5::SygusConstraintCommand;
+  friend class cvc5::SygusInvConstraintCommand;
+  friend class cvc5::SynthFunCommand;
+  friend class cvc5::QueryCommand;
   friend class Datatype;
   friend class DatatypeConstructor;
   friend class DatatypeSelector;
@@ -1117,7 +1117,7 @@ class CVC4_EXPORT Term
      * @param p the position of the iterator (e.g. which child it's on)
      */
     const_iterator(const Solver* slv,
-                   const std::shared_ptr<CVC5::Node>& e,
+                   const std::shared_ptr<cvc5::Node>& e,
                    uint32_t p);
 
     /**
@@ -1170,7 +1170,7 @@ class CVC4_EXPORT Term
      */
     const Solver* d_solver;
     /** The original node to be iterated over. */
-    std::shared_ptr<CVC5::Node> d_origNode;
+    std::shared_ptr<cvc5::Node> d_origNode;
     /** Keeps track of the iteration position. */
     uint32_t d_pos;
   };
@@ -1260,10 +1260,10 @@ class CVC4_EXPORT Term
    * @param n the internal node that is to be wrapped by this term
    * @return the Term
    */
-  Term(const Solver* slv, const CVC5::Node& n);
+  Term(const Solver* slv, const cvc5::Node& n);
 
   /** @return the internal wrapped Node of this term. */
-  const CVC5::Node& getNode(void) const;
+  const cvc5::Node& getNode(void) const;
 
   /**
    * Helper for isNull checks. This prevents calling an API function with
@@ -1286,10 +1286,10 @@ class CVC4_EXPORT Term
   /**
    * The internal node wrapped by this term.
    * Note: This is a shared_ptr rather than a unique_ptr to avoid overhead due
-   *       to memory allocation (CVC5::Node is already ref counted, so this
+   *       to memory allocation (cvc5::Node is already ref counted, so this
    *       could be a unique_ptr instead).
    */
-  std::shared_ptr<CVC5::Node> d_node;
+  std::shared_ptr<cvc5::Node> d_node;
 };
 
 /**
@@ -1446,9 +1446,9 @@ class CVC4_EXPORT DatatypeConstructorDecl
    * The internal (intermediate) datatype constructor wrapped by this
    * datatype constructor declaration.
    * Note: This is a shared_ptr rather than a unique_ptr since
-   *       CVC5::DTypeConstructor is not ref counted.
+   *       cvc5::DTypeConstructor is not ref counted.
    */
-  std::shared_ptr<CVC5::DTypeConstructor> d_ctor;
+  std::shared_ptr<cvc5::DTypeConstructor> d_ctor;
 };
 
 class Solver;
@@ -1535,7 +1535,7 @@ class CVC4_EXPORT DatatypeDecl
                bool isCoDatatype = false);
 
   /** @return the internal wrapped Dtype of this datatype declaration. */
-  CVC5::DType& getDatatype(void) const;
+  cvc5::DType& getDatatype(void) const;
 
   /**
    * Helper for isNull checks. This prevents calling an API function with
@@ -1551,10 +1551,10 @@ class CVC4_EXPORT DatatypeDecl
   /**
    * The internal (intermediate) datatype wrapped by this datatype
    * declaration.
-   * Note: This is a shared_ptr rather than a unique_ptr since CVC5::DType is
+   * Note: This is a shared_ptr rather than a unique_ptr since cvc5::DType is
    *       not ref counted.
    */
-  std::shared_ptr<CVC5::DType> d_dtype;
+  std::shared_ptr<cvc5::DType> d_dtype;
 };
 
 /**
@@ -1605,7 +1605,7 @@ class CVC4_EXPORT DatatypeSelector
    * @param stor the internal datatype selector to be wrapped
    * @return the DatatypeSelector
    */
-  DatatypeSelector(const Solver* slv, const CVC5::DTypeSelector& stor);
+  DatatypeSelector(const Solver* slv, const cvc5::DTypeSelector& stor);
 
   /**
    * Helper for isNull checks. This prevents calling an API function with
@@ -1620,10 +1620,10 @@ class CVC4_EXPORT DatatypeSelector
 
   /**
    * The internal datatype selector wrapped by this datatype selector.
-   * Note: This is a shared_ptr rather than a unique_ptr since CVC5::DType is
+   * Note: This is a shared_ptr rather than a unique_ptr since cvc5::DType is
    *       not ref counted.
    */
-  std::shared_ptr<CVC5::DTypeSelector> d_stor;
+  std::shared_ptr<cvc5::DTypeSelector> d_stor;
 };
 
 /**
@@ -1786,7 +1786,7 @@ class CVC4_EXPORT DatatypeConstructor
      * @param true if this is a begin() iterator
      */
     const_iterator(const Solver* slv,
-                   const CVC5::DTypeConstructor& ctor,
+                   const cvc5::DTypeConstructor& ctor,
                    bool begin);
 
     /**
@@ -1824,7 +1824,7 @@ class CVC4_EXPORT DatatypeConstructor
    * @param ctor the internal datatype constructor to be wrapped
    * @return the DatatypeConstructor
    */
-  DatatypeConstructor(const Solver* slv, const CVC5::DTypeConstructor& ctor);
+  DatatypeConstructor(const Solver* slv, const cvc5::DTypeConstructor& ctor);
 
   /**
    * Return selector for name.
@@ -1846,10 +1846,10 @@ class CVC4_EXPORT DatatypeConstructor
 
   /**
    * The internal datatype constructor wrapped by this datatype constructor.
-   * Note: This is a shared_ptr rather than a unique_ptr since CVC5::DType is
+   * Note: This is a shared_ptr rather than a unique_ptr since cvc5::DType is
    *       not ref counted.
    */
-  std::shared_ptr<CVC5::DTypeConstructor> d_ctor;
+  std::shared_ptr<cvc5::DTypeConstructor> d_ctor;
 };
 
 /*
@@ -2008,7 +2008,7 @@ class CVC4_EXPORT Datatype
      * @param dtype the internal datatype to iterate over
      * @param true if this is a begin() iterator
      */
-    const_iterator(const Solver* slv, const CVC5::DType& dtype, bool begin);
+    const_iterator(const Solver* slv, const cvc5::DType& dtype, bool begin);
 
     /**
      * The associated solver object.
@@ -2045,7 +2045,7 @@ class CVC4_EXPORT Datatype
    * @param dtype the internal datatype to be wrapped
    * @return the Datatype
    */
-  Datatype(const Solver* slv, const CVC5::DType& dtype);
+  Datatype(const Solver* slv, const cvc5::DType& dtype);
 
   /**
    * Return constructor for name.
@@ -2067,10 +2067,10 @@ class CVC4_EXPORT Datatype
 
   /**
    * The internal datatype wrapped by this datatype.
-   * Note: This is a shared_ptr rather than a unique_ptr since CVC5::DType is
+   * Note: This is a shared_ptr rather than a unique_ptr since cvc5::DType is
    *       not ref counted.
    */
-  std::shared_ptr<CVC5::DType> d_dtype;
+  std::shared_ptr<cvc5::DType> d_dtype;
 };
 
 /**
@@ -2136,9 +2136,9 @@ std::ostream& operator<<(std::ostream& out,
  */
 class CVC4_EXPORT Grammar
 {
-  friend class CVC5::GetAbductCommand;
-  friend class CVC5::GetInterpolCommand;
-  friend class CVC5::SynthFunCommand;
+  friend class cvc5::GetAbductCommand;
+  friend class cvc5::GetInterpolCommand;
+  friend class cvc5::SynthFunCommand;
   friend class Solver;
 
  public:
@@ -2323,7 +2323,7 @@ class CVC4_EXPORT Solver
   friend class DatatypeSelector;
   friend class Grammar;
   friend class Op;
-  friend class CVC5::ResetCommand;
+  friend class cvc5::ResetCommand;
   friend class Sort;
   friend class Term;
 
@@ -3708,5 +3708,5 @@ class CVC4_EXPORT Solver
 };
 
 }  // namespace api
-}  // namespace CVC5
+}  // namespace cvc5
 #endif
index ef2f6af74d696d81832c2efbb30b212f1104c240..eec90147ec1964874714e205acd91eeeceeb73e3 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <ostream>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace api {
 
 /* -------------------------------------------------------------------------- */
@@ -33,7 +33,7 @@ namespace api {
  *
  * Note that the underlying type of Kind must be signed (to enable range
  * checks for validity). The size of this type depends on the size of
- * CVC5::Kind (NodeValue::NBITS_KIND, currently 10 bits, see expr/node_value.h).
+ * cvc5::Kind (NodeValue::NBITS_KIND, currently 10 bits, see expr/node_value.h).
  */
 enum CVC4_EXPORT Kind : int32_t
 {
@@ -2868,6 +2868,6 @@ struct CVC4_EXPORT KindHashFunction
 };
 
 }  // namespace api
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 9d69e2a15d64d7b511f7b9283a8c8f59748cc9eb..947132a896929ed532e55ae11ee94f28cb49f755 100644 (file)
@@ -19,7 +19,7 @@ cdef extern from "api/cvc4cpp.h" namespace "CVC4":
         pass
 
 
-cdef extern from "api/cvc4cpp.h" namespace "CVC5::api":
+cdef extern from "api/cvc4cpp.h" namespace "cvc5::api":
     cdef cppclass Datatype:
         Datatype() except +
         DatatypeConstructor operator[](size_t idx) except +
@@ -353,7 +353,7 @@ cdef extern from "api/cvc4cpp.h" namespace "CVC5::api":
         size_t operator()(const Term & t) except +
 
 
-cdef extern from "api/cvc4cpp.h" namespace "CVC5::api::RoundingMode":
+cdef extern from "api/cvc4cpp.h" namespace "cvc5::api::RoundingMode":
     cdef RoundingMode ROUND_NEAREST_TIES_TO_EVEN,
     cdef RoundingMode ROUND_TOWARD_POSITIVE,
     cdef RoundingMode ROUND_TOWARD_NEGATIVE,
index 46bf2b45e461ab2a41bf91a25083970e73a7b23e..0c800d7877c4abb90dc691d0398c09c76767a620 100644 (file)
@@ -40,13 +40,13 @@ PYCOMMENT           = '#'
 CDEF_KIND = "    cdef Kind "
 
 KINDS_PXD_TOP = \
-r"""cdef extern from "api/cvc4cppkind.h" namespace "CVC5::api":
+r"""cdef extern from "api/cvc4cppkind.h" namespace "cvc5::api":
     cdef cppclass Kind:
         pass
 
 
 # Kind declarations: See cvc4cppkind.h for additional information
-cdef extern from "api/cvc4cppkind.h" namespace "CVC5::api::Kind":
+cdef extern from "api/cvc4cppkind.h" namespace "cvc5::api::Kind":
 """
 
 KINDS_PXI_TOP = \
index 4aa6bfce0b50ad1f167a9a30487b9a3c0b1f88e1..3ecdb0287b63582d526fe8805362b6d5b3f5681a 100644 (file)
@@ -19,7 +19,7 @@
 #include <cstdlib>
 #include <iostream>
 
-namespace CVC5 {
+namespace cvc5 {
 
 FatalStream::FatalStream(const char* function, const char* file, int line)
 {
@@ -209,4 +209,4 @@ AssertArgumentException::AssertArgumentException(const char* condStr,
             line);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 1e46ea85ca41558422710c94d81ab5e4fed8dbf7..719c962bf891e6c680d6e9ff2ef88b3614a3feaf 100644 (file)
@@ -75,7 +75,7 @@
 #define CVC4_FALLTHROUGH
 #endif
 
-namespace CVC5 {
+namespace cvc5 {
 
 // Implementation notes:
 // To understand FatalStream and OStreamVoider, it is useful to understand
@@ -206,11 +206,11 @@ class AssertArgumentException : public Exception
 #define InternalError() CVC4_FATAL() << "Internal error detected"
 
 #define IllegalArgument(arg, msg...)      \
-  throw ::CVC5::IllegalArgumentException( \
+  throw ::cvc5::IllegalArgumentException( \
       "",                                 \
       #arg,                               \
       __PRETTY_FUNCTION__,                \
-      ::CVC5::IllegalArgumentException::formatVariadic(msg).c_str());
+      ::cvc5::IllegalArgumentException::formatVariadic(msg).c_str());
 // This cannot use check argument directly as this forces
 // CheckArgument to use a va_list. This is unsupported in Swig.
 #define PrettyCheckArgument(cond, arg, msg...)                            \
@@ -218,11 +218,11 @@ class AssertArgumentException : public Exception
   {                                                                       \
     if (__builtin_expect((!(cond)), false))                               \
     {                                                                     \
-      throw ::CVC5::IllegalArgumentException(                             \
+      throw ::cvc5::IllegalArgumentException(                             \
           #cond,                                                          \
           #arg,                                                           \
           __PRETTY_FUNCTION__,                                            \
-          ::CVC5::IllegalArgumentException::formatVariadic(msg).c_str()); \
+          ::cvc5::IllegalArgumentException::formatVariadic(msg).c_str()); \
     }                                                                     \
   } while (0)
 #define AlwaysAssertArgument(cond, arg, msg...)                         \
@@ -230,7 +230,7 @@ class AssertArgumentException : public Exception
   {                                                                     \
     if (__builtin_expect((!(cond)), false))                             \
     {                                                                   \
-      throw ::CVC5::AssertArgumentException(                            \
+      throw ::cvc5::AssertArgumentException(                            \
           #cond, #arg, __PRETTY_FUNCTION__, __FILE__, __LINE__, ##msg); \
     }                                                                   \
   } while (0)
@@ -245,6 +245,6 @@ class AssertArgumentException : public Exception
     cond, arg, msg...) /*__builtin_expect( ( cond ), true )*/
 #endif                 /* CVC4_ASSERTIONS */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CHECK_H */
index 1b8be7bf92f50bdc9db8fd06a1364ad70fe550ce..5dd9c2831bac907d054649600b9c8e94eb9bcc44 100644 (file)
@@ -36,7 +36,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 string Configuration::getName() {
   return CVC4_PACKAGE_NAME;
@@ -375,7 +375,7 @@ std::string Configuration::getGitId() {
 
   stringstream ss;
   ss << "git " << branchName << " " << string(getGitCommit()).substr(0, 8)
-     << (::CVC5::Configuration::hasGitModifications() ? " (with modifications)"
+     << (::cvc5::Configuration::hasGitModifications() ? " (with modifications)"
                                                       : "");
   return ss.str();
 }
@@ -399,4 +399,4 @@ std::string Configuration::getCompiledDateTime() {
   return __DATE__ " " __TIME__;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index c6cf3b229379d5f371e111aaeb1166512ed2162c..4d7a73d4c29c61f8b9dd8cbfc21414e6215bf15b 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "cvc4_export.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * Represents the (static) configuration of CVC4.
@@ -135,6 +135,6 @@ public:
 
 }; /* class Configuration */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CONFIGURATION_H */
index 7de4f0e970457676a94900cbe03a1bba14fb038b..1ec28dc4b6e0da7910461bc86066ca383053de73 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "base/configuration.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 #ifdef CVC4_DEBUG
 #  define IS_DEBUG_BUILD true
@@ -182,6 +182,6 @@ namespace CVC5 {
 #endif /* __has_feature(thread_sanitizer) */
 #endif /* defined(__has_feature) */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CONFIGURATION_PRIVATE_H */
index 631f1cc35eda9cbd3da1d8d4c66b3348dcca289a..3c5c21b4698e7d5fa8b870eeac95d4105e794f56 100644 (file)
@@ -27,7 +27,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::string Exception::toString() const
 {
@@ -187,4 +187,4 @@ void IllegalArgumentException::construct(const char* header, const char* extra,
   delete [] buf;
 }
 
-} // namespace CVC5
+}  // namespace cvc5
index a0ad0819c82ca39179dc11bb1ded69876dd97739..99404b45ea16f06e81fa2450c7167d45829c76d5 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "cvc4_export.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Exception : public std::exception
 {
@@ -122,14 +122,14 @@ inline void CheckArgument(bool cond, const T& arg, const char* tail);
 template <class T> inline void CheckArgument(bool cond, const T& arg CVC4_UNUSED,
                                              const char* tail CVC4_UNUSED) {
   if(__builtin_expect( ( !cond ), false )) {
-    throw ::CVC5::IllegalArgumentException("", "", tail);
+    throw ::cvc5::IllegalArgumentException("", "", tail);
   } \
 }
 template <class T>
 inline void CheckArgument(bool cond, const T& arg);
 template <class T> inline void CheckArgument(bool cond, const T& arg CVC4_UNUSED) {
   if(__builtin_expect( ( !cond ), false )) {
-    throw ::CVC5::IllegalArgumentException("", "", "");
+    throw ::cvc5::IllegalArgumentException("", "", "");
   } \
 }
 
@@ -159,6 +159,6 @@ private:
   static thread_local LastExceptionBuffer* s_currentBuffer;
 }; /* class LastExceptionBuffer */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXCEPTION_H */
index 333564b97149ec3b6fd80384b0fa5cfd85986618..1f8c82ee8433a3bbdba7627b1bd89f24b04e2ad3 100644 (file)
@@ -16,7 +16,7 @@
  **/
 
 #include "base/configuration.h"
-const bool ::CVC5::Configuration::IS_GIT_BUILD = @GIT_BUILD@;
-const char* const ::CVC5::Configuration::GIT_BRANCH_NAME = "@GIT_BRANCH@";
-const char* const ::CVC5::Configuration::GIT_COMMIT = "@GIT_SHA1@";
-const bool ::CVC5::Configuration::GIT_HAS_MODIFICATIONS = @GIT_IS_DIRTY@;
+const bool ::cvc5::Configuration::IS_GIT_BUILD = @GIT_BUILD@;
+const char* const ::cvc5::Configuration::GIT_BRANCH_NAME = "@GIT_BRANCH@";
+const char* const ::cvc5::Configuration::GIT_COMMIT = "@GIT_SHA1@";
+const bool ::cvc5::Configuration::GIT_HAS_MODIFICATIONS = @GIT_IS_DIRTY@;
index b7d92e6a3a5aa1122ab5b055eb07da2933d123f5..6faf7635b189e32c856a1deaf50132c2953db1f7 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "base/listener.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 Listener::Listener(){}
 Listener::~Listener(){}
 
-}  // namespace CVC5
+}  // namespace cvc5
index 0bb81e63a2b86cdd42d1a9758ee5a1055396f9e3..58577b814f435884c61fd75e858cc9bfa00ee658 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef CVC4__LISTENER_H
 #define CVC4__LISTENER_H
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * Listener interface class.
@@ -37,6 +37,6 @@ class Listener
   virtual void notify() = 0;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__LISTENER_H */
index f428a99434f6dcbe6c0380fdfc642450927332a0..e13120f52c95e9b44bad4f03b26bff377df8605d 100644 (file)
@@ -16,8 +16,8 @@
  ** new code. Supports:
  ** - std::map
  ** - std::unordered_map
- ** - CVC5::context::CDHashmap
- ** - CVC5::context::CDInsertHashmap
+ ** - cvc5::context::CDHashmap
+ ** - cvc5::context::CDInsertHashmap
  ** The ContainsKey function is also compatible with std::[unordered_]set.
  **
  ** Currently implemented classes of functions:
@@ -40,7 +40,7 @@
 
 #include "base/check.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 // Returns true if the `map` contains the `key`.
 //
@@ -92,6 +92,6 @@ const MapMappedTypeT<M>& FindOrDie(const M& map, const MapKeyTypeT<M>& key)
   return (*it).second;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__BASE__MAP_UTIL_H */
index eab6c66b1a8343a9d9366fe057da2ff380300bb9..d00b0a877d92c09e309dbb2de78b12c3a9b8a4a3 100644 (file)
@@ -24,9 +24,9 @@
 
 #include "base/exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
-class ModalException : public CVC5::Exception
+class ModalException : public cvc5::Exception
 {
  public:
   ModalException() :
@@ -50,7 +50,7 @@ class ModalException : public CVC5::Exception
  * TODO(#1108): This exception should not be needed anymore in future versions
  * of the public API.
  */
-class RecoverableModalException : public CVC5::ModalException
+class RecoverableModalException : public cvc5::ModalException
 {
  public:
   RecoverableModalException(const std::string& msg) : ModalException(msg) {}
@@ -58,6 +58,6 @@ class RecoverableModalException : public CVC5::ModalException
   RecoverableModalException(const char* msg) : ModalException(msg) {}
 }; /* class RecoverableModalException */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__MODAL_EXCEPTION_H */
index 7876f0fbe2775f2ba4ae5e7173cb9c931c1316a8..f24e0f7fbe0748e249bee8701f48db685bdafbfd 100644 (file)
@@ -20,7 +20,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 /* Definitions of the declared globals from output.h... */
 
@@ -41,4 +41,4 @@ TraceC TraceChannel(&cout);
 std::ostream DumpOutC::dump_cout(cout.rdbuf());// copy cout stream buffer
 DumpOutC DumpOutChannel(&DumpOutC::dump_cout);
 
-}  // namespace CVC5
+}  // namespace cvc5
index b1f15d98b2eb905c932a32bcdda218eb530eba69..cb08736bb0fe577067e7d49608fb215f520dc9cd 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "cvc4_export.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <class T, class U>
 std::ostream& operator<<(std::ostream& out,
@@ -413,57 +413,57 @@ extern DumpOutC DumpOutChannel CVC4_EXPORT;
 #ifdef CVC4_MUZZLE
 
 #define Debug \
-  ::CVC5::__cvc4_true() ? ::CVC5::nullCvc4Stream : ::CVC5::DebugChannel
+  ::cvc5::__cvc4_true() ? ::cvc5::nullCvc4Stream : ::cvc5::DebugChannel
 #define Warning \
-  ::CVC5::__cvc4_true() ? ::CVC5::nullCvc4Stream : ::CVC5::WarningChannel
+  ::cvc5::__cvc4_true() ? ::cvc5::nullCvc4Stream : ::cvc5::WarningChannel
 #define WarningOnce \
-  ::CVC5::__cvc4_true() ? ::CVC5::nullCvc4Stream : ::CVC5::WarningChannel
+  ::cvc5::__cvc4_true() ? ::cvc5::nullCvc4Stream : ::cvc5::WarningChannel
 #define CVC4Message \
-  ::CVC5::__cvc4_true() ? ::CVC5::nullCvc4Stream : ::CVC5::MessageChannel
+  ::cvc5::__cvc4_true() ? ::cvc5::nullCvc4Stream : ::cvc5::MessageChannel
 #define Notice \
-  ::CVC5::__cvc4_true() ? ::CVC5::nullCvc4Stream : ::CVC5::NoticeChannel
+  ::cvc5::__cvc4_true() ? ::cvc5::nullCvc4Stream : ::cvc5::NoticeChannel
 #define Chat \
-  ::CVC5::__cvc4_true() ? ::CVC5::nullCvc4Stream : ::CVC5::ChatChannel
+  ::cvc5::__cvc4_true() ? ::cvc5::nullCvc4Stream : ::cvc5::ChatChannel
 #define Trace \
-  ::CVC5::__cvc4_true() ? ::CVC5::nullCvc4Stream : ::CVC5::TraceChannel
+  ::cvc5::__cvc4_true() ? ::cvc5::nullCvc4Stream : ::cvc5::TraceChannel
 #define DumpOut \
-  ::CVC5::__cvc4_true() ? ::CVC5::nullCvc4Stream : ::CVC5::DumpOutChannel
+  ::cvc5::__cvc4_true() ? ::cvc5::nullCvc4Stream : ::cvc5::DumpOutChannel
 
 #else /* CVC4_MUZZLE */
 
 #  if defined(CVC4_DEBUG) && defined(CVC4_TRACING)
-#define Debug ::CVC5::DebugChannel
+#define Debug ::cvc5::DebugChannel
 #  else /* CVC4_DEBUG && CVC4_TRACING */
 #define Debug \
-  ::CVC5::__cvc4_true() ? ::CVC5::nullCvc4Stream : ::CVC5::DebugChannel
+  ::cvc5::__cvc4_true() ? ::cvc5::nullCvc4Stream : ::cvc5::DebugChannel
 #  endif /* CVC4_DEBUG && CVC4_TRACING */
 #define Warning                                             \
-  (!::CVC5::WarningChannel.isOn()) ? ::CVC5::nullCvc4Stream \
-                                   : ::CVC5::WarningChannel
+  (!::cvc5::WarningChannel.isOn()) ? ::cvc5::nullCvc4Stream \
+                                   : ::cvc5::WarningChannel
 #define WarningOnce                                         \
-  (!::CVC5::WarningChannel.isOn()                           \
-   || !::CVC5::WarningChannel.warnOnce(__FILE__, __LINE__)) \
-      ? ::CVC5::nullCvc4Stream                              \
-      : ::CVC5::WarningChannel
+  (!::cvc5::WarningChannel.isOn()                           \
+   || !::cvc5::WarningChannel.warnOnce(__FILE__, __LINE__)) \
+      ? ::cvc5::nullCvc4Stream                              \
+      : ::cvc5::WarningChannel
 #define CVC4Message                                         \
-  (!::CVC5::MessageChannel.isOn()) ? ::CVC5::nullCvc4Stream \
-                                   : ::CVC5::MessageChannel
+  (!::cvc5::MessageChannel.isOn()) ? ::cvc5::nullCvc4Stream \
+                                   : ::cvc5::MessageChannel
 #define Notice                                             \
-  (!::CVC5::NoticeChannel.isOn()) ? ::CVC5::nullCvc4Stream \
-                                  : ::CVC5::NoticeChannel
+  (!::cvc5::NoticeChannel.isOn()) ? ::cvc5::nullCvc4Stream \
+                                  : ::cvc5::NoticeChannel
 #define Chat \
-  (!::CVC5::ChatChannel.isOn()) ? ::CVC5::nullCvc4Stream : ::CVC5::ChatChannel
+  (!::cvc5::ChatChannel.isOn()) ? ::cvc5::nullCvc4Stream : ::cvc5::ChatChannel
 #  ifdef CVC4_TRACING
-#define Trace ::CVC5::TraceChannel
+#define Trace ::cvc5::TraceChannel
 #  else /* CVC4_TRACING */
 #define Trace \
-  ::CVC5::__cvc4_true() ? ::CVC5::nullCvc4Stream : ::CVC5::TraceChannel
+  ::cvc5::__cvc4_true() ? ::cvc5::nullCvc4Stream : ::cvc5::TraceChannel
 #  endif /* CVC4_TRACING */
 #  ifdef CVC4_DUMPING
-#define DumpOut ::CVC5::DumpOutChannel
+#define DumpOut ::cvc5::DumpOutChannel
 #  else /* CVC4_DUMPING */
 #define DumpOut \
-  ::CVC5::__cvc4_true() ? ::CVC5::nullCvc4Stream : ::CVC5::DumpOutChannel
+  ::cvc5::__cvc4_true() ? ::cvc5::nullCvc4Stream : ::cvc5::DumpOutChannel
 #  endif /* CVC4_DUMPING */
 
 #endif /* CVC4_MUZZLE */
@@ -579,6 +579,6 @@ inline IndentedScope::IndentedScope(CVC4ostream out) {}
 inline IndentedScope::~IndentedScope() {}
 #endif /* CVC4_DEBUG && CVC4_TRACING */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__OUTPUT_H */
index 2d5416eab6ed2b4179cc560bb13b1dd2002b388d..2c4fdff4149a22083cadcbcb446a74cfe4fa66e9 100644 (file)
@@ -23,7 +23,7 @@
 #include <vector>
 #include "context/cdo.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <class T> class List;
 template <class T> class List_iterator;
@@ -217,6 +217,6 @@ template <class T> void Backtracker<T>::checkConsistency() {
   Assert(curr_level == pop_level);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__UTIL__BACKTRACKABLE_H */
index 765e0f75df4df916ff0d62149e2e1e2bd24864a8..095d141561da0a127253cb7f0adf5f88b3160a9a 100644 (file)
@@ -29,7 +29,7 @@
 
 #include "util/index.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 template <class CleanUp = DefaultCleanUp<Index> >
@@ -97,4 +97,4 @@ public:
 };/* class CDDenseSet<> */
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
index 165080bd151f8a66b35fefd82c91c48a8f0cfca5..a9f81d5295e2fe45dfab023073769d224df5e6cf 100644 (file)
@@ -91,7 +91,7 @@
 #include "context/cdhashmap_forward.h"
 #include "context/context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 // Auxiliary class: almost the same as CDO (see cdo.h)
@@ -453,6 +453,6 @@ public:
 };/* class CDHashMap<> */
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CONTEXT__CDHASHMAP_H */
index b34981c732aaf8adc3c9b2784b5e7a8ca4b1783a..b6907322c58cc6f0b54cfcc73ef3712b0730918a 100644 (file)
 
 /// \cond internals
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 template <class Key, class Data, class HashFcn = std::hash<Key> >
 class CDHashMap;
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
 
 /// \endcond
 
index 418bc8bf0140c330efd0f1e613b8e32ad46748aa..1a31e6022826f9826bcae0f611509b93e79d2c42 100644 (file)
@@ -23,7 +23,7 @@
 #include "context/cdinsert_hashmap.h"
 #include "context/context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 template <class V, class HashFcn>
@@ -156,6 +156,6 @@ public:
 };/* class CDHashSet */
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CONTEXT__CDHASHSET_H */
index 81154db5d17ad5c05db38cc764bd64a4288afab0..387c10ada17b75248664319baeaff4636a7d6a64 100644 (file)
 
 #include <functional>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 template <class V, class HashFcn = std::hash<V> >
 class CDHashSet;
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CONTEXT__CDSET_FORWARD_H */
index 6bd15c64565fd7e8ffd5aaed4466f2e093738da4..903acdaf01abe608ecfcf3bfc6ae073f49012a48 100644 (file)
@@ -45,7 +45,7 @@
 
 #pragma once
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 
@@ -407,4 +407,4 @@ class CDInsertHashMap<TNode, Data, HashFcn> : public ContextObj {
 };
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
index 9729ea2f46f69396a9c358ed0285f4bd1b81d9f3..d636be1c1508935498b6b76ccc661924f8730878 100644 (file)
 
 #include <functional>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 template <class Key, class Data, class HashFcn = std::hash<Key> >
 class CDInsertHashMap;
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CONTEXT__CDINSERT_HASHMAP_FORWARD_H */
index 7174152cb036fc66e02015dccd789e6dd4f7d07a..20b0f1e3d5da171e901ea534add1176ecdd80d24 100644 (file)
@@ -29,7 +29,7 @@
 #include "context/context.h"
 #include "context/context_mm.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 /**
@@ -435,6 +435,6 @@ class CDList<T, CleanUp, ContextMemoryAllocator<T> > : public ContextObj {
 };
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CONTEXT__CDLIST_H */
index bd3a911af9255eece58351f8296def772397cb94..5758b71ba4a7abd0f2d69df813251046fa463fe4 100644 (file)
@@ -36,7 +36,7 @@
 
 /// \cond internals
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 template <class T>
@@ -51,6 +51,6 @@ class CDList;
 /// \endcond
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CONTEXT__CDLIST_FORWARD_H */
index 1455ca5f0cfeb15f8dbdec1329c1dc469496ee47..4913c2dd55fc0faa49b0e24f74f812fb5cbc151c 100644 (file)
@@ -24,7 +24,7 @@
 #include "context/cdo.h"
 #include "context/context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 class CDRaised {
@@ -74,4 +74,4 @@ public:
 };/* class CDMaybe<T> */
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
index 79e73d38f02f3c0e8800445912ef9bc3eb5615d1..393b584f10b23ea9c298f840682b4b41a8293a37 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "context/context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 /**
@@ -176,6 +176,6 @@ public:
 };/* class CDO */
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CONTEXT__CDO_H */
index 20d078184668d57b7866dfe9e0b156fd65c7cd61..12ca02754c61e92f6e800476f777da874aec5446 100644 (file)
@@ -28,7 +28,7 @@
 #include "context/context.h"
 #include "context/cdlist.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 template <class T, class CleanUp = DefaultCleanUp<T>, class Allocator = std::allocator<T> >
@@ -163,6 +163,6 @@ public:
 };/* class CDQueue<> */
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CONTEXT__CDQUEUE_H */
index d9bf6d5728390bedd3b0fefe14aef1bae19907cf..abdd83f99633b7663afb524708d22a28c6c00058 100644 (file)
@@ -25,7 +25,7 @@
 #include "context/cdlist.h"
 #include "context/cdo.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 class Context;
@@ -90,6 +90,6 @@ public:
 };/* class CDTrailQueue<> */
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CONTEXT__CDTRAIL_QUEUE_H */
index 88c78330327742669e1e7ff94e5b67361fd9b6dd..6dfab3de255b347d5cd14b4dfffc5acc39de5d3a 100644 (file)
@@ -21,7 +21,7 @@
 #include "base/check.h"
 #include "context/context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 
@@ -388,4 +388,4 @@ void Scope::enqueueToGarbageCollect(ContextObj* obj) {
 }
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
index 7cf72e4d237f5e73eb89e55dc46e332a392dbadd..438d9c28a3accd92010dd91fb5733186c0a7c52f 100644 (file)
@@ -29,7 +29,7 @@
 #include "base/output.h"
 #include "context/context_mm.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 class Context;
@@ -740,6 +740,6 @@ inline void Scope::addToChain(ContextObj* pContextObj)
 }
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CONTEXT__CONTEXT_H */
index 2a69bc26fe3c2ca5dc4c6428bf6144002263baa9..2e5f0aba4fec326dec7bd8bd43dd211d9cc50500 100644 (file)
@@ -29,7 +29,7 @@
 #include "base/output.h"
 #include "context/context_mm.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 #ifndef CVC4_DEBUG_CONTEXT_MEMORY_MANAGER
@@ -178,4 +178,4 @@ unsigned ContextMemoryManager::getMaxAllocationSize()
 #endif /* CVC4_DEBUG_CONTEXT_MEMORY_MANAGER */
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
index 72c2bcd3a3ad27d432a3318e3e98c91b59f66f2b..cf597908a1deebd77b309030116b5b8d1a3e1ea8 100644 (file)
@@ -25,7 +25,7 @@
 #endif
 #include <vector>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 
 #ifndef CVC4_DEBUG_CONTEXT_MEMORY_MANAGER
@@ -262,6 +262,6 @@ inline bool operator!=(const ContextMemoryAllocator<T>& a1,
 }
 
 }  // namespace context
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CONTEXT__CONTEXT_MM_H */
index be5987e6d09798f4936f632f8793836b79b29f1c..c34abd1791c8d93eec18fadfa2949148164f114c 100644 (file)
@@ -22,7 +22,7 @@
 #include "options/decision_weight.h"
 #include "expr/attribute.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace decision {
 namespace attr {
   struct DecisionWeightTag {};
@@ -31,6 +31,6 @@ namespace attr {
 typedef expr::Attribute<attr::DecisionWeightTag, DecisionWeight> DecisionWeightAttr;
 
 }  // namespace decision
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__DECISION__DECISION_ATTRIBUTES_H */
index 3196336aad9938019c1658ee47bed7e4fb8f831b..f202037b03ae3fbc4b9450a1db73c838fb81a8ad 100644 (file)
@@ -24,7 +24,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 DecisionEngine::DecisionEngine(context::Context* sc,
                                context::UserContext* uc,
@@ -101,4 +101,4 @@ void DecisionEngine::addSkolemDefinition(TNode lem, TNode skolem)
   }
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 7405498b5a9db7408db90b8530b9ac8277864d64..cbb6b897df7658f8e59c7e1def0e45c788c1e370 100644 (file)
 #include "prop/sat_solver_types.h"
 #include "util/result.h"
 
-using namespace CVC5::prop;
-using namespace CVC5::decision;
+using namespace cvc5::prop;
+using namespace cvc5::decision;
 
-namespace CVC5 {
+namespace cvc5 {
 
 class DecisionEngine {
 
@@ -160,6 +160,6 @@ class DecisionEngine {
   std::unique_ptr<ITEDecisionStrategy> d_enabledITEStrategy;
 };/* DecisionEngine class */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__DECISION__DECISION_ENGINE_H */
index 6a9353474581abc40f9c09b770196d45eec59ebf..4a1828a8f633fe3e64a5e74fad1d7c90dc355948 100644 (file)
@@ -25,7 +25,7 @@
 #include "prop/sat_solver_types.h"
 #include "smt/term_formula_removal.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class DecisionEngine;
 
@@ -66,6 +66,6 @@ public:
 };/* class ITEDecisionStrategy */
 
 }  // namespace decision
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__DECISION__DECISION_STRATEGY_H */
index f9f9cb7df63095a5e0143532099691fe92f0f16e..abe7a47a713483701bb94d1bc0edffe6a9c6e5fb 100644 (file)
 #include "theory/rewriter.h"
 #include "util/random.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace decision {
 
-JustificationHeuristic::JustificationHeuristic(CVC5::DecisionEngine* de,
+JustificationHeuristic::JustificationHeuristic(cvc5::DecisionEngine* de,
                                                context::UserContext* uc,
                                                context::Context* c)
     : ITEDecisionStrategy(de, c),
@@ -66,7 +66,7 @@ JustificationHeuristic::~JustificationHeuristic()
   smtStatisticsRegistry()->unregisterStat(&d_timestat);
 }
 
-CVC5::prop::SatLiteral JustificationHeuristic::getNext(bool& stopSearch)
+cvc5::prop::SatLiteral JustificationHeuristic::getNext(bool& stopSearch)
 {
   if(options::decisionThreshold() > 0) {
     bool stopSearchTmp = false;
@@ -82,7 +82,7 @@ CVC5::prop::SatLiteral JustificationHeuristic::getNext(bool& stopSearch)
   return getNextThresh(stopSearch, 0);
 }
 
-CVC5::prop::SatLiteral JustificationHeuristic::getNextThresh(
+cvc5::prop::SatLiteral JustificationHeuristic::getNextThresh(
     bool& stopSearch, DecisionWeight threshold)
 {
   Trace("decision") << "JustificationHeuristic::getNextThresh(stopSearch, "<<threshold<<")" << std::endl;
@@ -733,4 +733,4 @@ JustificationHeuristic::handleEmbeddedSkolems(TNode node)
 }
 
 } /* namespace decision */
-} // namespace CVC5
\ No newline at end of file
+}  // namespace cvc5
\ No newline at end of file
index 9ec61d54086e9df431be2866fc9562e8d9bb83ba..06864470e5f255ca8c99afc1de40d7876504e393 100644 (file)
@@ -37,7 +37,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace decision {
 
 class JustificationHeuristic : public ITEDecisionStrategy {
@@ -117,7 +117,7 @@ class JustificationHeuristic : public ITEDecisionStrategy {
   };
 
 public:
- JustificationHeuristic(CVC5::DecisionEngine* de,
+ JustificationHeuristic(cvc5::DecisionEngine* de,
                         context::UserContext* uc,
                         context::Context* c);
 
@@ -195,6 +195,6 @@ private:
 };/* class JustificationHeuristic */
 
 }/* namespace decision */
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__DECISION__JUSTIFICATION_HEURISTIC */
index d509215984fda56b8b6750f7ab614050b5457917..b92ba8607978cab943f690a03bcad4e4ebcfe1ae 100644 (file)
@@ -26,7 +26,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 ArrayStoreAll::ArrayStoreAll(const TypeNode& type, const Node& value)
     : d_type(), d_value()
@@ -115,4 +115,4 @@ size_t ArrayStoreAllHashFunction::operator()(const ArrayStoreAll& asa) const {
          * NodeHashFunction()(asa.getValue());
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 974f456efa5734ed5863e1aac2d8e0941c2eaa58..65385b0c442043e69928c8682f145d4b30775746 100644 (file)
@@ -24,7 +24,7 @@
 #include <iosfwd>
 #include <memory>
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <bool ref_count>
 class NodeTemplate;
@@ -69,6 +69,6 @@ struct ArrayStoreAllHashFunction
   size_t operator()(const ArrayStoreAll& asa) const;
 }; /* struct ArrayStoreAllHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__ARRAY_STORE_ALL_H */
index 6fecb2978b7981900f8249d0587871e6a966be63..83254f5a58e5b0be1ea51d291a84cb02e01b2e19 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 AscriptionType::AscriptionType(TypeNode t) : d_type(new TypeNode(t)) {}
 
@@ -55,4 +55,4 @@ std::ostream& operator<<(std::ostream& out, AscriptionType at)
   return out;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 5b0ff2b71742fe4262970e76af2fcc1f0869fda1..b216a0fa1b99ed04919d0a00c9344bac452ac46a 100644 (file)
@@ -22,7 +22,7 @@
 #include <iosfwd>
 #include <memory>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TypeNode;
 
@@ -60,6 +60,6 @@ struct AscriptionTypeHashFunction
 /** An output routine for AscriptionTypes */
 std::ostream& operator<<(std::ostream& out, AscriptionType at);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__ASCRIPTION_TYPE_H */
index fe1bff897de1a0b716b55de37b1cba4d41bb3d01..062f0a2d2dec3bb4fbfc4a22de7940e5f03f9bff 100644 (file)
@@ -22,7 +22,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 namespace attr {
 
@@ -116,4 +116,4 @@ void AttributeManager::deleteAttributes(const AttrIdVec& atids) {
 
 }  // namespace attr
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
index b3a3eb717a63ebc6c575418e7a95c316f04872f2..6156ccc2d518f7264edab07103cea03b539ddbef 100644 (file)
@@ -32,7 +32,7 @@
 #include "expr/attribute_internals.h"
 #undef CVC4_ATTRIBUTE_H__INCLUDING__ATTRIBUTE_INTERNALS_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 namespace attr {
 
@@ -621,6 +621,6 @@ NodeManager::setAttribute(TypeNode n, const AttrKind&,
   d_attrManager->setAttribute(n.d_nv, AttrKind(), value);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__ATTRIBUTE_H */
index bbd5455bedff91cf8586098b16a86dca39ccd1b9..db3e576755d994445954f71443d1cb075f1870dc 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <unordered_map>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 // ATTRIBUTE HASH FUNCTIONS ====================================================
@@ -512,6 +512,6 @@ const uint64_t Attribute<T, bool, context_dep>::s_id =
     Attribute<T, bool, context_dep>::registerAttribute();
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__ATTRIBUTE_INTERNALS_H */
index f084baaa1240b748209922694cc1a378caba7a97..b475a700d1d17d10ab1fa4ce16e638c090628754 100644 (file)
@@ -21,7 +21,7 @@
 
 // ATTRIBUTE IDs ============================================================
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 namespace attr {
 
@@ -59,8 +59,8 @@ public:
   AttrTableId getTableId() const{ return d_tableId; }
   uint64_t getWithinTypeId() const{ return d_withinTypeId; }
 
-}; /* CVC5::expr::attr::AttributeUniqueId */
+}; /* cvc5::expr::attr::AttributeUniqueId */
 
 }  // namespace attr
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
index ca257d313c651fc46de56b1ae1c377dd17bba06a..e97e559a8e8b8363e18a4c17cfdfbf3719b2cf5c 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "expr/node_manager_attributes.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 BoundVarManager::BoundVarManager() : d_keepCacheVals(false) {}
 
@@ -53,4 +53,4 @@ Node BoundVarManager::getCacheValue(TNode cv, size_t i)
   return getCacheValue(cv, getCacheValue(i));
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 08705f6d2bbc8f2310f638f254b65a649b8bf5e7..ebd10773776771b298b496a115998f78a711a91c 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * Bound variable manager.
@@ -98,6 +98,6 @@ class BoundVarManager
   std::unordered_set<Node, NodeHashFunction> d_cacheVals;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__BOUND_VAR_MANAGER_H */
index caf6b0841a8005d691e321922c7b0d9d735a7ad2..40820ea2005778392bfbb14bed3cda6ec1a7d448 100644 (file)
@@ -17,7 +17,7 @@
 #include "expr/proof.h"
 #include "expr/proof_node_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 BufferedProofGenerator::BufferedProofGenerator(context::Context* c,
                                                ProofNodeManager* pnm)
@@ -80,4 +80,4 @@ std::shared_ptr<ProofNode> BufferedProofGenerator::getProofFor(Node fact)
   return cdp.getProofFor(fact);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index db8e502744b79defd348b22d70387bf9c5e8cab7..7399b3741957678673aacc8af1cca0c91fdb88a5 100644 (file)
@@ -20,7 +20,7 @@
 #include "context/cdhashmap.h"
 #include "expr/proof_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNodeManager;
 class ProofStep;
@@ -57,6 +57,6 @@ class BufferedProofGenerator : public ProofGenerator
   ProofNodeManager* d_pnm;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__BUFFERED_PROOF_GENERATOR_H */
index 2459c86d8737c758342aee7321a4940bb2b33277..6f530529acd95afa0d9416e1979a884dd3fc5d6b 100644 (file)
@@ -20,7 +20,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 DatatypeIndexConstant::DatatypeIndexConstant(uint32_t index) : d_index(index) {}
 std::ostream& operator<<(std::ostream& out, const DatatypeIndexConstant& dic)
@@ -34,4 +34,4 @@ size_t DatatypeIndexConstantHashFunction::operator()(
   return IntegerHashFunction()(dic.getIndex());
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 08d33ca83d91700c305c9e6afae1c16f12086288..a239c387b9af9cc78bdfe272ca3aeb75ebc68494 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <iosfwd>
 
-namespace CVC5 {
+namespace cvc5 {
 
 /* stores an index to Datatype residing in NodeManager */
 class DatatypeIndexConstant
@@ -64,6 +64,6 @@ struct DatatypeIndexConstantHashFunction
   size_t operator()(const DatatypeIndexConstant& dic) const;
 }; /* struct DatatypeIndexConstantHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__DATATYPE_H */
index 35ad5ff4ced23ade6f53abf0c6ef08d5d0955730..3302be0183138f756b85fc108f3c890f274f364b 100644 (file)
@@ -19,9 +19,9 @@
 #include "expr/node_algorithm.h"
 #include "expr/type_matcher.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 DType::DType(std::string name, bool isCo)
     : d_name(name),
@@ -954,4 +954,4 @@ std::ostream& operator<<(std::ostream& out, const DTypeIndexConstant& dic)
   return out << "index_" << dic.getIndex();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 5b6ec4a7d2c31aa20d97f9b1392b20390b1ca497..524702bdd0bd6edfa3609400f08369178545e135 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 // ----------------------- datatype attributes
 /**
@@ -696,6 +696,6 @@ struct DTypeIndexConstantHashFunction
 
 std::ostream& operator<<(std::ostream& os, const DType& dt);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 089d4163788521d7fdef13ddc077e771021daf71..59b870897add9c670fed8096c9108ad994dde88e 100644 (file)
 #include "expr/type_matcher.h"
 #include "options/datatypes_options.h"
 
-using namespace CVC5::kind;
-using namespace CVC5::theory;
+using namespace cvc5::kind;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 
 DTypeConstructor::DTypeConstructor(std::string name,
                                    unsigned weight)
@@ -693,4 +693,4 @@ std::ostream& operator<<(std::ostream& os, const DTypeConstructor& ctor)
   return os;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 245d461b09b27a8163b73fa9690fdcc33bdd2c51..d444d92612add4750b96b42d3062112ccfafa6d6 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * The Node-level representation of a constructor for a datatype, which
@@ -371,6 +371,6 @@ struct DTypeConstructorHashFunction
 
 std::ostream& operator<<(std::ostream& os, const DTypeConstructor& ctor);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index a276c373426c21cf196ca9ede294f72d267b5074..d6a3b4469dac4861221f5b4751043e72f1971d5f 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "options/set_language.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 DTypeSelector::DTypeSelector(std::string name, Node selector)
     : d_name(name), d_selector(selector), d_resolved(false)
@@ -83,4 +83,4 @@ std::ostream& operator<<(std::ostream& os, const DTypeSelector& arg)
   return os;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 7404c0c968b4a5e00b4a7d6eca0cccfa554ef043..d45bcf8c500742722d69c33bdb63d212ea54b7ba 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class DatatypeConstructorArg;
 class DType;
@@ -90,6 +90,6 @@ class DTypeSelector
 
 std::ostream& operator<<(std::ostream& os, const DTypeSelector& arg);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 0f7a3a73eee1fe74b19cfc1251c04d2dd341f642..d45612a9cdb66074e6a0ce604c6f2ba389320be8 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& out, const EmptyBag& asa)
 {
@@ -64,4 +64,4 @@ bool EmptyBag::operator<=(const EmptyBag& es) const
 
 bool EmptyBag::operator>(const EmptyBag& es) const { return !(*this <= es); }
 bool EmptyBag::operator>=(const EmptyBag& es) const { return !(*this < es); }
-}  // namespace CVC5
+}  // namespace cvc5
index 59060eaa8206ffc9285565b6629c9ff4fa99f850..f45bd9e96272a6d83fcbe49eb11bc393936096dd 100644 (file)
@@ -20,7 +20,7 @@
 #include <iosfwd>
 #include <memory>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TypeNode;
 
@@ -58,6 +58,6 @@ struct EmptyBagHashFunction
   size_t operator()(const EmptyBag& es) const;
 }; /* struct EmptyBagHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EMPTY_BAG_H */
index 4a0bd4e516dde8069f3bea9ad84cf17fc08e9323..4d6604a63cbe3829fa249f76909b520ec527fd08 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& out, const EmptySet& asa) {
   return out << "emptyset(" << asa.getType() << ')';
@@ -64,4 +64,4 @@ bool EmptySet::operator<=(const EmptySet& es) const
 
 bool EmptySet::operator>(const EmptySet& es) const { return !(*this <= es); }
 bool EmptySet::operator>=(const EmptySet& es) const { return !(*this < es); }
-}  // namespace CVC5
+}  // namespace cvc5
index febb4e111ae2a159d213413c11810c526daba4a0..aa6d5e143848a4163d7d46fa13f093b9e2c9e89f 100644 (file)
@@ -23,7 +23,7 @@
 #include <iosfwd>
 #include <memory>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TypeNode;
 
@@ -60,6 +60,6 @@ struct EmptySetHashFunction
   size_t operator()(const EmptySet& es) const;
 }; /* struct EmptySetHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EMPTY_SET_H */
index 4aec28b85e122e4999edfb537a6c54fa69b49992..4417ccb5cdd4b2d6c8d6d6ebb687a35725df5579 100644 (file)
@@ -22,7 +22,7 @@
 #include "options/options.h"
 #include "options/expr_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 const int ExprSetDepth::s_iosIndex = std::ios_base::xalloc();
@@ -123,4 +123,4 @@ std::ostream& operator<<(std::ostream& out, ExprSetDepth sd) {
 }
 
 }  // namespace expr
-} // namespace CVC5
+}  // namespace cvc5
index c40840cd4b0dc337c5199b37db18a7f5600ace2f..674d4c6fdde91142dd0aa1c0e4a6dfa63bc73eaa 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <iosfwd>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 /**
@@ -173,6 +173,6 @@ std::ostream& operator<<(std::ostream& out, ExprSetDepth sd);
 
 }  // namespace expr
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__EXPR_IOMANIP_H */
index e6f6f9ca0b9c0f9f8ebe4ec3cd7d7a7bf54d828b..0716ff4d0c1460c244323536ba5117a71d13b07b 100644 (file)
@@ -25,7 +25,7 @@
 #include "base/check.h"
 #include "expr/kind.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /** A very simple bitmap for Kinds */
 class KindMap
@@ -51,6 +51,6 @@ class KindMap
   std::bitset<kind::LAST_KIND> d_bits;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__KIND_MAP_H */
index cbe979642155ce223187785a9a96cd601b56e572..d9f913ddf51b164d4b7b7dbf86eb6817457ef5d9 100644 (file)
 
 #include "expr/kind.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace kind {
 
-const char* toString(CVC5::Kind k)
+const char* toString(cvc5::Kind k)
 {
-  using namespace CVC5::kind;
+  using namespace cvc5::kind;
 
   switch (k)
   {
@@ -37,7 +37,7 @@ const char* toString(CVC5::Kind k)
   }
 }
 
-std::ostream& operator<<(std::ostream& out, CVC5::Kind k)
+std::ostream& operator<<(std::ostream& out, cvc5::Kind k)
 {
   out << toString(k);
   return out;
@@ -47,7 +47,7 @@ std::ostream& operator<<(std::ostream& out, CVC5::Kind k)
  * decide whether it's safe to modify big expressions by changing the grouping of
  * the arguments. */
 /* TODO: This could be generated. */
-bool isAssociative(::CVC5::Kind k)
+bool isAssociative(::cvc5::Kind k)
 {
   switch(k) {
   case kind::AND:
@@ -61,7 +61,7 @@ bool isAssociative(::CVC5::Kind k)
   }
 }
 
-std::string kindToString(::CVC5::Kind k)
+std::string kindToString(::cvc5::Kind k)
 {
   std::stringstream ss;
   ss << k;
@@ -82,7 +82,7 @@ ${type_constant_descriptions}
 
 namespace theory {
 
-TheoryId kindToTheoryId(::CVC5::Kind k)
+TheoryId kindToTheoryId(::cvc5::Kind k)
 {
   switch(k) {
   case kind::UNDEFINED_KIND:
@@ -95,7 +95,7 @@ ${kind_to_theory_id}
   throw IllegalArgumentException("", "k", __PRETTY_FUNCTION__, "bad kind");
 }
 
-TheoryId typeConstantToTheoryId(::CVC5::TypeConstant typeConstant)
+TheoryId typeConstantToTheoryId(::cvc5::TypeConstant typeConstant)
 {
   switch (typeConstant)
   {
@@ -107,4 +107,4 @@ ${type_constant_to_theory_id}
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4661cfa15a59e9dce60ae1cb4a4fac57739c5743..484e8c273fd0563085997ad4b317d5a40b89a89d 100644 (file)
@@ -24,7 +24,7 @@
 #include "base/exception.h"
 #include "theory/theory_id.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace kind {
 
 enum Kind_t
@@ -39,7 +39,7 @@ enum Kind_t
 
 // import Kind into the "CVC4" namespace but keep the individual kind
 // constants under kind::
-typedef ::CVC5::kind::Kind_t Kind;
+typedef ::cvc5::kind::Kind_t Kind;
 
 namespace kind {
 
@@ -52,7 +52,7 @@ namespace kind {
  * @param k The kind
  * @return The name of the kind
  */
-const char* toString(CVC5::Kind k);
+const char* toString(cvc5::Kind k);
 
 /**
  * Writes a kind name to a stream.
@@ -61,17 +61,17 @@ const char* toString(CVC5::Kind k);
  * @param k The kind to write to the stream
  * @return The stream
  */
-std::ostream& operator<<(std::ostream&, CVC5::Kind);
+std::ostream& operator<<(std::ostream&, cvc5::Kind);
 
 /** Returns true if the given kind is associative. This is used by ExprManager to
  * decide whether it's safe to modify big expressions by changing the grouping of
  * the arguments. */
 /* TODO: This could be generated. */
-bool isAssociative(::CVC5::Kind k);
-std::string kindToString(::CVC5::Kind k);
+bool isAssociative(::cvc5::Kind k);
+std::string kindToString(::cvc5::Kind k);
 
 struct KindHashFunction {
-  inline size_t operator()(::CVC5::Kind k) const { return k; }
+  inline size_t operator()(::cvc5::Kind k) const { return k; }
 };/* struct KindHashFunction */
 
 }  // namespace kind
@@ -97,11 +97,11 @@ std::ostream& operator<<(std::ostream& out, TypeConstant typeConstant);
 
 namespace theory {
 
-::CVC5::theory::TheoryId kindToTheoryId(::CVC5::Kind k);
-::CVC5::theory::TheoryId typeConstantToTheoryId(
-    ::CVC5::TypeConstant typeConstant);
+::cvc5::theory::TheoryId kindToTheoryId(::cvc5::Kind k);
+::cvc5::theory::TheoryId typeConstantToTheoryId(
+    ::cvc5::TypeConstant typeConstant);
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__KIND_H */
index 701cc55dc6276b3b9c03279995138c3c3cf46df2..95ce1406caa464441d8e2f83ece638000306ffa2 100644 (file)
@@ -18,9 +18,9 @@
 #include "expr/proof_node.h"
 #include "expr/proof_node_manager.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 LazyCDProof::LazyCDProof(ProofNodeManager* pnm,
                          ProofGenerator* dpg,
@@ -228,4 +228,4 @@ bool LazyCDProof::hasGenerator(Node fact) const
   return it != d_gens.end();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 5c0de5c5bbb5b4469490537549391049cc358317..3ab0ca49e0acf27adbe4b54b41f294374ada886e 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/proof.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofGenerator;
 class ProofNodeManager;
@@ -105,6 +105,6 @@ class LazyCDProof : public CDProof
   ProofGenerator* getGeneratorFor(Node fact, bool& isSym);
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__LAZY_PROOF_H */
index 3651e53e1774619b2ad692e9b97bb384b290fef4..7f14adc3832b81c3e0d5dc4442a5903e7dd39c7c 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/proof_node_manager.h"
 #include "options/proof_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 LazyCDProofChain::LazyCDProofChain(ProofNodeManager* pnm,
                                    bool cyclic,
@@ -317,4 +317,4 @@ ProofGenerator* LazyCDProofChain::getGeneratorForInternal(Node fact, bool& rec)
 
 std::string LazyCDProofChain::identify() const { return "LazyCDProofChain"; }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 7482e3ca49c2db9d8a5b893e0cc989ee3332ecb5..41488c82100a3488102bbffbf560105b1c3856b7 100644 (file)
@@ -22,7 +22,7 @@
 #include "context/cdhashmap.h"
 #include "expr/proof_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNodeManager;
 
@@ -148,6 +148,6 @@ class LazyCDProofChain : public ProofGenerator
   ProofGenerator* d_defGen;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__LAZY_PROOF_CHAIN_H */
index d3adeb50e6a49c1635d57a5e736273351a318601..b014339ad4c743d19ac35042547c630c6d41d076 100644 (file)
@@ -14,9 +14,9 @@
 
 #include "expr/match_trie.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 bool MatchTrie::getMatches(Node n, NotifyMatch* ntm)
@@ -196,4 +196,4 @@ void MatchTrie::clear()
 }
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
index 45ff0c0c775f8c2f191568dab55e8525c7dc7c7f..70ce549e1719cc3867a8a2a3ada0a0aa65c5619f 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 /** A virtual class for notifications regarding matches. */
@@ -77,6 +77,6 @@ class MatchTrie
 };
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__CANDIDATE_REWRITE_FILTER_H */
index 2f147b8b4f82dae7b5c7dbc82408f117b1b87109..52502cbcd0ed9ea18ae4e846b7e605663008bb7a 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <iostream>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace kind {
 
 /**
@@ -52,20 +52,20 @@ ${metakind_constantMaps}
 namespace kind {
 namespace metakind {
 
-size_t NodeValueCompare::constHash(const ::CVC5::expr::NodeValue* nv)
+size_t NodeValueCompare::constHash(const ::cvc5::expr::NodeValue* nv)
 {
   Assert(nv->getMetaKind() == kind::metakind::CONSTANT);
 
   switch (nv->d_kind)
   {
 ${metakind_constHashes}
-default: Unhandled() << ::CVC5::expr::NodeValue::dKindToKind(nv->d_kind);
+default: Unhandled() << ::cvc5::expr::NodeValue::dKindToKind(nv->d_kind);
   }
 }
 
 template <bool pool>
-bool NodeValueCompare::compare(const ::CVC5::expr::NodeValue* nv1,
-                               const ::CVC5::expr::NodeValue* nv2)
+bool NodeValueCompare::compare(const ::cvc5::expr::NodeValue* nv1,
+                               const ::cvc5::expr::NodeValue* nv2)
 {
   if(nv1->d_kind != nv2->d_kind) {
     return false;
@@ -76,7 +76,7 @@ bool NodeValueCompare::compare(const ::CVC5::expr::NodeValue* nv1,
     switch (nv1->d_kind)
     {
 ${metakind_compares}
-default: Unhandled() << ::CVC5::expr::NodeValue::dKindToKind(nv1->d_kind);
+default: Unhandled() << ::cvc5::expr::NodeValue::dKindToKind(nv1->d_kind);
     }
   }
 
@@ -84,9 +84,9 @@ default: Unhandled() << ::CVC5::expr::NodeValue::dKindToKind(nv1->d_kind);
     return false;
   }
 
-  ::CVC5::expr::NodeValue::const_nv_iterator i = nv1->nv_begin();
-  ::CVC5::expr::NodeValue::const_nv_iterator j = nv2->nv_begin();
-  ::CVC5::expr::NodeValue::const_nv_iterator i_end = nv1->nv_end();
+  ::cvc5::expr::NodeValue::const_nv_iterator i = nv1->nv_begin();
+  ::cvc5::expr::NodeValue::const_nv_iterator j = nv2->nv_begin();
+  ::cvc5::expr::NodeValue::const_nv_iterator i_end = nv1->nv_end();
 
   while(i != i_end) {
     if((*i) != (*j)) {
@@ -100,19 +100,19 @@ default: Unhandled() << ::CVC5::expr::NodeValue::dKindToKind(nv1->d_kind);
 }
 
 template bool NodeValueCompare::compare<true>(
-    const ::CVC5::expr::NodeValue* nv1, const ::CVC5::expr::NodeValue* nv2);
+    const ::cvc5::expr::NodeValue* nv1, const ::cvc5::expr::NodeValue* nv2);
 template bool NodeValueCompare::compare<false>(
-    const ::CVC5::expr::NodeValue* nv1, const ::CVC5::expr::NodeValue* nv2);
+    const ::cvc5::expr::NodeValue* nv1, const ::cvc5::expr::NodeValue* nv2);
 
 void NodeValueConstPrinter::toStream(std::ostream& out,
-                                     const ::CVC5::expr::NodeValue* nv)
+                                     const ::cvc5::expr::NodeValue* nv)
 {
   Assert(nv->getMetaKind() == kind::metakind::CONSTANT);
 
   switch (nv->d_kind)
   {
 ${metakind_constPrinters}
-default: Unhandled() << ::CVC5::expr::NodeValue::dKindToKind(nv->d_kind);
+default: Unhandled() << ::cvc5::expr::NodeValue::dKindToKind(nv->d_kind);
   }
 }
 
@@ -136,21 +136,21 @@ void NodeValueConstPrinter::toStream(std::ostream& out, TNode n) {
  * This doesn't support "non-inlined" NodeValues, which shouldn't need this
  * kind of cleanup.
  */
-void deleteNodeValueConstant(::CVC5::expr::NodeValue* nv)
+void deleteNodeValueConstant(::cvc5::expr::NodeValue* nv)
 {
   Assert(nv->getMetaKind() == kind::metakind::CONSTANT);
 
   switch (nv->d_kind)
   {
 ${metakind_constDeleters}
-default: Unhandled() << ::CVC5::expr::NodeValue::dKindToKind(nv->d_kind);
+default: Unhandled() << ::cvc5::expr::NodeValue::dKindToKind(nv->d_kind);
   }
 }
 
 // re-enable the strict-aliasing warning
 # pragma GCC diagnostic warning "-Wstrict-aliasing"
 
-uint32_t getMinArityForKind(::CVC5::Kind k)
+uint32_t getMinArityForKind(::cvc5::Kind k)
 {
   static const unsigned lbs[] = {
     0, /* NULL_EXPR */
@@ -162,7 +162,7 @@ ${metakind_lbchildren}
   return lbs[k];
 }
 
-uint32_t getMaxArityForKind(::CVC5::Kind k)
+uint32_t getMaxArityForKind(::cvc5::Kind k)
 {
   static const unsigned ubs[] = {
     0, /* NULL_EXPR */
@@ -180,7 +180,7 @@ ${metakind_ubchildren}
  * example, since the kind of functions is just VARIABLE, it should map
  * VARIABLE to APPLY_UF.
  */
-Kind operatorToKind(::CVC5::expr::NodeValue* nv)
+Kind operatorToKind(::cvc5::expr::NodeValue* nv)
 {
   if(nv->getKind() == kind::BUILTIN) {
     return nv->getConst<Kind>();
@@ -197,4 +197,4 @@ ${metakind_operatorKinds}
 }
 
 }  // namespace kind
-}  // namespace CVC5
+}  // namespace cvc5
index ba1b47b4a3c1d5168aef04db2c81b0575692ad97..5c78d87d3065b88b13fa7a071ac3ee8030f88328 100644 (file)
@@ -24,7 +24,7 @@
 #include "base/check.h"
 #include "expr/kind.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace expr {
   class NodeValue;
@@ -74,16 +74,16 @@ struct ConstantMapReverse;
  */
 template <Kind k, bool pool>
 struct NodeValueConstCompare {
-  inline static bool compare(const ::CVC5::expr::NodeValue* x,
-                             const ::CVC5::expr::NodeValue* y);
-  inline static size_t constHash(const ::CVC5::expr::NodeValue* nv);
+  inline static bool compare(const ::cvc5::expr::NodeValue* x,
+                             const ::cvc5::expr::NodeValue* y);
+  inline static size_t constHash(const ::cvc5::expr::NodeValue* nv);
 };/* NodeValueConstCompare<k, pool> */
 
 struct NodeValueCompare {
   template <bool pool>
-  static bool compare(const ::CVC5::expr::NodeValue* nv1,
-                      const ::CVC5::expr::NodeValue* nv2);
-  static size_t constHash(const ::CVC5::expr::NodeValue* nv);
+  static bool compare(const ::cvc5::expr::NodeValue* nv1,
+                      const ::cvc5::expr::NodeValue* nv2);
+  static size_t constHash(const ::cvc5::expr::NodeValue* nv);
 };/* struct NodeValueCompare */
 
 /**
@@ -104,9 +104,9 @@ enum MetaKind_t {
 
 }  // namespace metakind
 
-// import MetaKind into the "CVC5::kind" namespace but keep the
+// import MetaKind into the "cvc5::kind" namespace but keep the
 // individual MetaKind constants under kind::metakind::
-typedef ::CVC5::kind::metakind::MetaKind_t MetaKind;
+typedef ::cvc5::kind::metakind::MetaKind_t MetaKind;
 
 /**
  * Get the metakind for a particular kind.
@@ -119,12 +119,12 @@ namespace expr {
 // Comparison predicate
 struct NodeValuePoolEq {
   inline bool operator()(const NodeValue* nv1, const NodeValue* nv2) const {
-    return ::CVC5::kind::metakind::NodeValueCompare::compare<true>(nv1, nv2);
+    return ::cvc5::kind::metakind::NodeValueCompare::compare<true>(nv1, nv2);
   }
 };
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
 
 #include "expr/node_value.h"
 
@@ -134,7 +134,7 @@ ${metakind_includes}
 
 #ifdef CVC4__NODE_MANAGER_NEEDS_CONSTANT_MAP
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace expr {
 ${metakind_getConst_decls}
@@ -145,7 +145,7 @@ namespace metakind {
 
 template <Kind k, bool pool>
 inline bool NodeValueConstCompare<k, pool>::compare(
-    const ::CVC5::expr::NodeValue* x, const ::CVC5::expr::NodeValue* y)
+    const ::cvc5::expr::NodeValue* x, const ::cvc5::expr::NodeValue* y)
 {
   typedef typename ConstantMapReverse<k>::T T;
   if(pool) {
@@ -165,7 +165,7 @@ inline bool NodeValueConstCompare<k, pool>::compare(
 
 template <Kind k, bool pool>
 inline size_t NodeValueConstCompare<k, pool>::constHash(
-    const ::CVC5::expr::NodeValue* nv)
+    const ::cvc5::expr::NodeValue* nv)
 {
   typedef typename ConstantMapReverse<k>::T T;
   return nv->getConst<T>().hash();
@@ -174,7 +174,7 @@ inline size_t NodeValueConstCompare<k, pool>::constHash(
 ${metakind_constantMaps_decls}
 
 struct NodeValueConstPrinter {
-  static void toStream(std::ostream& out, const ::CVC5::expr::NodeValue* nv);
+  static void toStream(std::ostream& out, const ::cvc5::expr::NodeValue* nv);
   static void toStream(std::ostream& out, TNode n);
 };
 
@@ -187,12 +187,12 @@ struct NodeValueConstPrinter {
  * This doesn't support "non-inlined" NodeValues, which shouldn't need this
  * kind of cleanup.
  */
-void deleteNodeValueConstant(::CVC5::expr::NodeValue* nv);
+void deleteNodeValueConstant(::cvc5::expr::NodeValue* nv);
 
 /** Return the minimum arity of the given kind. */
-uint32_t getMinArityForKind(::CVC5::Kind k);
+uint32_t getMinArityForKind(::cvc5::Kind k);
 /** Return the maximum arity of the given kind. */
-uint32_t getMaxArityForKind(::CVC5::Kind k);
+uint32_t getMaxArityForKind(::cvc5::Kind k);
 
 }  // namespace metakind
 
@@ -201,10 +201,10 @@ uint32_t getMaxArityForKind(::CVC5::Kind k);
  * example, since the kind of functions is just VARIABLE, it should map
  * VARIABLE to APPLY_UF.
  */
-Kind operatorToKind(::CVC5::expr::NodeValue* nv);
+Kind operatorToKind(::cvc5::expr::NodeValue* nv);
 
 }  // namespace kind
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__NODE_MANAGER_NEEDS_CONSTANT_MAP */
index cc5162fef6f5645230f99283bc4dc2019dbf04ff..c5ff67a432045ac6d2b740aaf38856d3c2fe6280 100755 (executable)
@@ -92,9 +92,9 @@ function theory {
     echo "$kf:$lineno: error: \"theory\" directive missing class or header argument" >&2
     exit 1
   elif ! expr "$2" : '\(::*\)' >/dev/null; then
-    echo "$kf:$lineno: warning: theory class \`$2' isn't fully-qualified (e.g., ::CVC5::theory::foo)" >&2
-  elif ! expr "$2" : '\(::CVC5::theory::*\)' >/dev/null; then
-    echo "$kf:$lineno: warning: theory class not under ::CVC5::theory namespace" >&2
+    echo "$kf:$lineno: warning: theory class \`$2' isn't fully-qualified (e.g., ::cvc5::theory::foo)" >&2
+  elif ! expr "$2" : '\(::cvc5::theory::*\)' >/dev/null; then
+    echo "$kf:$lineno: warning: theory class not under ::cvc5::theory namespace" >&2
   fi
 }
 
@@ -226,7 +226,7 @@ template <> $2 const & Expr::getConst< $2 >() const;
 "
   getConst_implementations="${getConst_implementations}
 template <> $2 const & Expr::getConst() const {
-  PrettyCheckArgument(getKind() == ::CVC5::kind::$1, *this, \"Improper kind for getConst<$2>()\");
+  PrettyCheckArgument(getKind() == ::cvc5::kind::$1, *this, \"Improper kind for getConst<$2>()\");
   return d_node->getConst< $2 >();
 }
 "
index 3b987746ae32a9aede11cdcc3b8b50657240e576..289789a9eafeaf462078a6c66aaba8a964348705 100755 (executable)
@@ -97,9 +97,9 @@ function theory {
     echo "$kf:$lineno: error: \"theory\" directive missing class or header argument" >&2
     exit 1
   elif ! expr "$2" : '\(::*\)' >/dev/null; then
-    echo "$kf:$lineno: warning: theory class \`$2' isn't fully-qualified (e.g., ::CVC5::theory::foo)" >&2
-  elif ! expr "$2" : '\(::CVC5::theory::*\)' >/dev/null; then
-    echo "$kf:$lineno: warning: theory class not under ::CVC5::theory namespace" >&2
+    echo "$kf:$lineno: warning: theory class \`$2' isn't fully-qualified (e.g., ::cvc5::theory::foo)" >&2
+  elif ! expr "$2" : '\(::cvc5::theory::*\)' >/dev/null; then
+    echo "$kf:$lineno: warning: theory class not under ::cvc5::theory namespace" >&2
   fi
 
   theory_id="$1"
index b88a70c7119587ab17ea01dc2f5600cbaa74bfd0..7c0d110fb02bfcda84f904bf77bb65129270cf45 100755 (executable)
@@ -76,9 +76,9 @@ function theory {
     echo "$kf:$lineno: error: \"theory\" directive missing class or header argument" >&2
     exit 1
   elif ! expr "$2" : '\(::*\)' >/dev/null; then
-    echo "$kf:$lineno: warning: theory class \`$1' isn't fully-qualified (e.g., ::CVC5::theory::foo)" >&2
-  elif ! expr "$2" : '\(::CVC5::theory::*\)' >/dev/null; then
-    echo "$kf:$lineno: warning: theory class not under ::CVC5::theory namespace" >&2
+    echo "$kf:$lineno: warning: theory class \`$1' isn't fully-qualified (e.g., ::cvc5::theory::foo)" >&2
+  elif ! expr "$2" : '\(::cvc5::theory::*\)' >/dev/null; then
+    echo "$kf:$lineno: warning: theory class not under ::cvc5::theory namespace" >&2
   fi
 
   theory_class=$1
@@ -211,12 +211,12 @@ function constant {
       # tricky to specify the CONST payload, like "int const*"; in any
       # case, this warning gives too many false positives, so disable it
       if ! expr "$2" : '..* ..*' >/dev/null; then
-        echo "$kf:$lineno: warning: constant $1 class \`$2' isn't fully-qualified (e.g., ::CVC5::Rational)" >&2
+        echo "$kf:$lineno: warning: constant $1 class \`$2' isn't fully-qualified (e.g., ::cvc5::Rational)" >&2
       fi
     fi
   fi
   if ! expr "$3" : '\(::*\)' >/dev/null; then
-    echo "$kf:$lineno: warning: constant $1 hasher \`$3' isn't fully-qualified (e.g., ::CVC5::RationalHashFunction)" >&2
+    echo "$kf:$lineno: warning: constant $1 hasher \`$3' isn't fully-qualified (e.g., ::cvc5::RationalHashFunction)" >&2
   fi
 
   # Avoid including the same header multiple times
@@ -233,13 +233,13 @@ $2 const& NodeValue::getConst< $2 >() const;
 template <>
 struct ConstantMap< $2 > {
   // typedef $theory_class OwningTheory;
-  enum { kind = ::CVC5::kind::$1 };
+  enum { kind = ::cvc5::kind::$1 };
 };/* ConstantMap< $2 > */
 
 template <>
-struct ConstantMapReverse< ::CVC5::kind::$1 > {
+struct ConstantMapReverse< ::cvc5::kind::$1 > {
   typedef $2 T;
-};/* ConstantMapReverse< ::CVC5::kind::$1 > */
+};/* ConstantMapReverse< ::cvc5::kind::$1 > */
   "
   metakind_constantMaps="${metakind_constantMaps}
 // The reinterpret_cast of d_children to \"$2 const*\"
@@ -250,7 +250,7 @@ struct ConstantMapReverse< ::CVC5::kind::$1 > {
 
 template <>
 $2 const& NodeValue::getConst< $2 >() const {
-  AssertArgument(getKind() == ::CVC5::kind::$1, *this,
+  AssertArgument(getKind() == ::cvc5::kind::$1, *this,
                  \"Improper kind for getConst<$2>()\");
   // To support non-inlined CONSTANT-kinded NodeValues (those that are
   // \"constructed\" when initially checking them against the NodeManager
index fa2a8860cfe8fd12b50f5a456290978e82f5a08d..90d29f1eb23f5f4708f9aba66d37ad8ce9ee087d 100644 (file)
@@ -26,7 +26,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 TypeCheckingExceptionPrivate::TypeCheckingExceptionPrivate(TNode node,
                                                            std::string message)
@@ -110,4 +110,4 @@ bool NodeTemplate<ref_count>::isConst() const {
 template bool NodeTemplate<true>::isConst() const;
 template bool NodeTemplate<false>::isConst() const;
 
-}  // namespace CVC5
+}  // namespace cvc5
index 291c2e538d561abc5c5fee6862b25a1fec22087b..29bfaa157c7accdafe91edd0e4ba7f271a90e67f 100644 (file)
@@ -41,7 +41,7 @@
 #include "util/hash.h"
 #include "util/utility.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TypeNode;
 class NodeManager;
@@ -199,10 +199,10 @@ class NodeTemplate {
   template <unsigned nchild_thresh>
   friend class NodeBuilder;
 
-  friend class ::CVC5::expr::attr::AttributeManager;
-  friend struct ::CVC5::expr::attr::SmtAttributes;
+  friend class ::cvc5::expr::attr::AttributeManager;
+  friend struct ::cvc5::expr::attr::SmtAttributes;
 
-  friend struct ::CVC5::kind::metakind::NodeValueConstPrinter;
+  friend struct ::cvc5::kind::metakind::NodeValueConstPrinter;
 
   /**
    * Assigns the expression value and does reference counting. No assumptions
@@ -951,12 +951,12 @@ std::ostream& operator<<(
   return out;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 //#include "expr/attribute.h"
 #include "expr/node_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 inline size_t NodeHashFunction::operator()(Node node) const {
   return node.getId();
@@ -986,7 +986,7 @@ template <class AttrKind>
 inline typename AttrKind::value_type NodeTemplate<ref_count>::
 getAttribute(const AttrKind&) const {
   Assert(NodeManager::currentNM() != NULL)
-      << "There is no current CVC5::NodeManager associated to this thread.\n"
+      << "There is no current cvc5::NodeManager associated to this thread.\n"
          "Perhaps a public-facing function is missing a NodeManagerScope ?";
 
   assertTNodeNotExpired();
@@ -999,7 +999,7 @@ template <class AttrKind>
 inline bool NodeTemplate<ref_count>::
 hasAttribute(const AttrKind&) const {
   Assert(NodeManager::currentNM() != NULL)
-      << "There is no current CVC5::NodeManager associated to this thread.\n"
+      << "There is no current cvc5::NodeManager associated to this thread.\n"
          "Perhaps a public-facing function is missing a NodeManagerScope ?";
 
   assertTNodeNotExpired();
@@ -1012,7 +1012,7 @@ template <class AttrKind>
 inline bool NodeTemplate<ref_count>::getAttribute(const AttrKind&,
                                                   typename AttrKind::value_type& ret) const {
   Assert(NodeManager::currentNM() != NULL)
-      << "There is no current CVC5::NodeManager associated to this thread.\n"
+      << "There is no current cvc5::NodeManager associated to this thread.\n"
          "Perhaps a public-facing function is missing a NodeManagerScope ?";
 
   assertTNodeNotExpired();
@@ -1025,7 +1025,7 @@ template <class AttrKind>
 inline void NodeTemplate<ref_count>::
 setAttribute(const AttrKind&, const typename AttrKind::value_type& value) {
   Assert(NodeManager::currentNM() != NULL)
-      << "There is no current CVC5::NodeManager associated to this thread.\n"
+      << "There is no current cvc5::NodeManager associated to this thread.\n"
          "Perhaps a public-facing function is missing a NodeManagerScope ?";
 
   assertTNodeNotExpired();
@@ -1225,7 +1225,7 @@ template <bool ref_count>
 NodeTemplate<true> NodeTemplate<ref_count>::getOperator() const
 {
   Assert(NodeManager::currentNM() != NULL)
-      << "There is no current CVC5::NodeManager associated to this thread.\n"
+      << "There is no current cvc5::NodeManager associated to this thread.\n"
          "Perhaps a public-facing function is missing a NodeManagerScope ?";
 
   assertTNodeNotExpired();
@@ -1255,7 +1255,7 @@ template <bool ref_count>
 TypeNode NodeTemplate<ref_count>::getType(bool check) const
 {
   Assert(NodeManager::currentNM() != NULL)
-      << "There is no current CVC5::NodeManager associated to this thread.\n"
+      << "There is no current cvc5::NodeManager associated to this thread.\n"
          "Perhaps a public-facing function is missing a NodeManagerScope ?";
 
   assertTNodeNotExpired();
@@ -1491,6 +1491,6 @@ static void __attribute__((used)) debugPrintRawTNode(const NodeTemplate<false>&
 }
 #endif /* CVC4_DEBUG */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__NODE_H */
index 318b7c85bb08c57c1b22f15bd1f18f1b2e2f88b0..bcf74a944438efa5cb7ec698dd356d95e2bbc083 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/attribute.h"
 #include "expr/dtype.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 bool hasSubterm(TNode n, TNode t, bool strict)
@@ -764,4 +764,4 @@ bool match(Node x,
 }
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
index ca1ee2e391e23e498435e5ca9049527427acfce5..7ae56e5ba11dccee64656630250454780f3b4db5 100644 (file)
@@ -27,7 +27,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 /**
@@ -235,6 +235,6 @@ bool match(Node n1,
            std::unordered_map<Node, Node, NodeHashFunction>& subs);
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 724e03451fb62dbc24b03e1d3b49b1ce0750796c..eaf5b040dc5d74e40cbce76b67929d8582f2284f 100644 (file)
 #include <memory>
 #include <vector>
 
-namespace CVC5 {
+namespace cvc5 {
 static const unsigned default_nchild_thresh = 10;
 
 template <unsigned nchild_thresh>
 class NodeBuilder;
 
 class NodeManager;
-}  // namespace CVC5
+}  // namespace cvc5
 
 #include "base/check.h"
 #include "base/output.h"
@@ -175,7 +175,7 @@ class NodeManager;
 #include "expr/metakind.h"
 #include "expr/node_value.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 // Sometimes it's useful for debugging to output a NodeBuilder that
 // isn't yet a Node..
@@ -729,7 +729,7 @@ public:
 
 };/* class NodeBuilder<> */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 // TODO: add templatized NodeTemplate<ref_count> to all above and
 // below inlines for 'const [T]Node&' arguments?  Technically a lot of
@@ -741,7 +741,7 @@ public:
 #include "expr/node_manager.h"
 #include "options/expr_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <unsigned nchild_thresh>
 void NodeBuilder<nchild_thresh>::clear(Kind k) {
@@ -1324,6 +1324,6 @@ std::ostream& operator<<(std::ostream& out, const NodeBuilder<nchild_thresh>& nb
   return out << *nb.d_nv;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__NODE_BUILDER_H */
index 370f0fb4c7cedf42f1617b387209fc6d584f399e..6d2d150f5f29589ac7e7cf130bf197f6a3b8d7c4 100644 (file)
@@ -35,9 +35,9 @@
 #include "util/resource_manager.h"
 
 using namespace std;
-using namespace CVC5::expr;
+using namespace cvc5::expr;
 
-namespace CVC5 {
+namespace cvc5 {
 
 thread_local NodeManager* NodeManager::s_current = NULL;
 
@@ -373,7 +373,7 @@ void NodeManager::reclaimZombies() {
       if(mk == kind::metakind::CONSTANT) {
         // Destroy (call the destructor for) the C++ type representing
         // the constant in this NodeValue.  This is needed for
-        // e.g. CVC5::Rational, since it has a gmp internal
+        // e.g. cvc5::Rational, since it has a gmp internal
         // representation that mallocs memory and should be cleaned
         // up.  (This won't delete a pointer value if used as a
         // constant, but then, you should probably use a smart-pointer
@@ -678,7 +678,7 @@ std::vector<TypeNode> NodeManager::mkMutualDatatypeTypes(
             << "malformed selector in datatype post-resolution";
         // This next one's a "hard" check, performed in non-debug builds
         // as well; the other ones should all be guaranteed by the
-        // CVC5::DType class, but this actually needs to be checked.
+        // cvc5::DType class, but this actually needs to be checked.
         AlwaysAssert(!selectorType.getRangeType().isFunctionLike())
             << "cannot put function-like things in datatypes";
       }
@@ -1170,4 +1170,4 @@ Kind NodeManager::getKindForFunction(TNode fun)
   return kind::UNDEFINED_KIND;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index aeea179d458cf2904c65f59b605ae968982b8af7..857bcc25fa9844b8acfd9c5b2e7feb90da969cb5 100644 (file)
@@ -35,7 +35,7 @@
 #include "expr/metakind.h"
 #include "expr/node_value.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace api {
 class Solver;
@@ -163,7 +163,7 @@ class NodeManager
    * PLUS, are APPLYs of a PLUS operator to arguments.  This array
    * holds the set of operators for these things.  A PLUS operator is
    * a Node with kind "BUILTIN", and if you call
-   * plusOperator->getConst<CVC5::Kind>(), you get kind::PLUS back.
+   * plusOperator->getConst<cvc5::Kind>(), you get kind::PLUS back.
    */
   Node d_operators[kind::LAST_KIND];
 
@@ -660,7 +660,7 @@ class NodeManager
   /**
    * Get the (singleton) operator of an OPERATOR-kinded kind.  The
    * returned node n will have kind BUILTIN, and calling
-   * n.getConst<CVC5::Kind>() will yield k.
+   * n.getConst<cvc5::Kind>() will yield k.
    */
   inline TNode operatorOf(Kind k) {
     AssertArgument( kind::metaKindOf(k) == kind::metakind::OPERATOR, k,
@@ -1203,7 +1203,7 @@ inline void NodeManager::poolRemove(expr::NodeValue* nv) {
   d_nodeValuePool.erase(nv);// FIXME multithreading
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #define CVC4__NODE_MANAGER_NEEDS_CONSTANT_MAP
 #include "expr/metakind.h"
@@ -1211,7 +1211,7 @@ inline void NodeManager::poolRemove(expr::NodeValue* nv) {
 
 #include "expr/node_builder.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 // general expression-builders
 
@@ -1577,6 +1577,6 @@ NodeClass NodeManager::mkConstInternal(const T& val) {
   return NodeClass(nv);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__NODE_MANAGER_H */
index b7f6319ebece553959bc478e279d4cf2d833b4d4..c88df3cee4868470f044065d1ea02510cdda668b 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/attribute.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 // Definition of an attribute for the variable name.
@@ -37,4 +37,4 @@ typedef expr::Attribute<expr::attr::TypeTag, TypeNode> TypeAttr;
 typedef expr::Attribute<expr::attr::TypeCheckedTag, bool> TypeCheckedAttr;
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
index 831eace65b43a56fd8a826306dd9f097ffba6dd3..d8558de97746648bf3e27004bcc45bb6d0d8d7e3 100644 (file)
@@ -24,7 +24,7 @@
 #include "base/check.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 class NodeSelfIterator : public std::iterator<std::input_iterator_tag, Node> {
@@ -123,6 +123,6 @@ inline bool NodeSelfIterator::operator!=(NodeSelfIterator i) const {
 }
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__NODE_SELF_ITERATOR_H */
index c7d3ab3f83bfcd7b28939d15d538045032281d98..01140a806968c8cd6e2a406f15f1f1eb99655d76 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <functional>
 
-namespace CVC5 {
+namespace cvc5 {
 
 NodeDfsIterator::NodeDfsIterator(TNode n,
                                  VisitOrder order,
@@ -156,4 +156,4 @@ NodeDfsIterator NodeDfsIterable::end() const
   return NodeDfsIterator(d_order);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 934ec6bd8655ddd3eb8d89728dab7e4e76a2a102..015bcec06576691719442a2c4c0cf2680b58337b 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * Enum that represents an order in which nodes are visited.
@@ -144,6 +144,6 @@ class NodeDfsIterable
   std::function<bool(TNode)> d_skipIf;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4__EXPR__NODE_TRAVERSAL_H
index 195011c1fa63f2898bb63ef6e13a9b11e2c9ec10..5af1cef0174cf85f2905890de9f753a33f44c2ad 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "expr/node_trie.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 template <bool ref_count>
@@ -92,4 +92,4 @@ template void NodeTemplateTrie<true>::debugPrint(const char* c,
                                                  unsigned depth) const;
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index f765105d30643eb86f06774c4e030491394fae2b..2f42b6a52b976a4b5ca41008198e8f08404e91a1 100644 (file)
@@ -20,7 +20,7 @@
 #include <map>
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** NodeTemplate trie class
@@ -107,6 +107,6 @@ typedef NodeTemplateTrie<true> NodeTrie;
 typedef NodeTemplateTrie<false> TNodeTrie;
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__NODE_TRIE_H */
index 027c15a0abfb5ac27a140f855870d1bb680a7ba7..7b3e413f7234c38342609696b29f3c34ad587efc 100644 (file)
@@ -31,7 +31,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 string NodeValue::toString() const {
@@ -95,4 +95,4 @@ NodeValue::iterator<NodeTemplate<false> > operator+(
 }
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
index ecc054a75a39ca4297eafddab0b153838370940e..3815ea5be56d853105895dd57bc969af87cc778c 100644 (file)
@@ -32,7 +32,7 @@
 #include "expr/kind.h"
 #include "options/language.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <bool ref_count> class NodeTemplate;
 class TypeNode;
@@ -45,13 +45,13 @@ namespace expr {
 
 namespace kind {
   namespace metakind {
-  template < ::CVC5::Kind k, bool pool>
+  template < ::cvc5::Kind k, bool pool>
   struct NodeValueConstCompare;
 
   struct NodeValueCompare;
   struct NodeValueConstPrinter;
 
-  void deleteNodeValueConstant(::CVC5::expr::NodeValue* nv);
+  void deleteNodeValueConstant(::cvc5::expr::NodeValue* nv);
   }  // namespace metakind
   }  // namespace kind
 
@@ -63,19 +63,19 @@ namespace expr {
 class NodeValue
 {
   template <bool>
-  friend class ::CVC5::NodeTemplate;
-  friend class ::CVC5::TypeNode;
+  friend class ::cvc5::NodeTemplate;
+  friend class ::cvc5::TypeNode;
   template <unsigned nchild_thresh>
-  friend class ::CVC5::NodeBuilder;
-  friend class ::CVC5::NodeManager;
+  friend class ::cvc5::NodeBuilder;
+  friend class ::cvc5::NodeManager;
 
   template <Kind k, bool pool>
-  friend struct ::CVC5::kind::metakind::NodeValueConstCompare;
+  friend struct ::cvc5::kind::metakind::NodeValueConstCompare;
 
-  friend struct ::CVC5::kind::metakind::NodeValueCompare;
-  friend struct ::CVC5::kind::metakind::NodeValueConstPrinter;
+  friend struct ::cvc5::kind::metakind::NodeValueCompare;
+  friend struct ::cvc5::kind::metakind::NodeValueConstPrinter;
 
-  friend void ::CVC5::kind::metakind::deleteNodeValueConstant(NodeValue* nv);
+  friend void ::cvc5::kind::metakind::deleteNodeValueConstant(NodeValue* nv);
 
   friend class RefCountGuard;
 
@@ -396,11 +396,11 @@ struct NodeValueIDEquality {
 inline std::ostream& operator<<(std::ostream& out, const NodeValue& nv);
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
 
 #include "expr/node_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 inline NodeValue::NodeValue(int) :
@@ -497,11 +497,11 @@ inline NodeValue* NodeValue::getChild(int i) const {
 }
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 template <typename T>
@@ -545,6 +545,6 @@ static void __attribute__((used)) debugPrintRawNodeValue(const expr::NodeValue*
 }
 #endif /* CVC4_DEBUG */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__NODE_VALUE_H */
index a3e24772ae8963ee0d2d18f973a5d73e6d32c07b..9816e37e885653455ab32fcc1fbc64bc8415e40a 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * Traverses the nodes reverse-topologically (children before parents),
@@ -123,4 +123,4 @@ public:
 template <typename Visitor>
 thread_local bool NodeVisitor<Visitor>::s_inRun = false;
 
-}  // namespace CVC5
+}  // namespace cvc5
index a55b3c69a50f7a680ea66eb9e5a5a9cffdf9f0ee..c0ba27a6433472d3714c109af32f5077aa17a0dd 100644 (file)
@@ -18,9 +18,9 @@
 #include "expr/proof_node.h"
 #include "expr/proof_node_manager.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 CDProof::CDProof(ProofNodeManager* pnm,
                  context::Context* c,
@@ -455,4 +455,4 @@ Node CDProof::getSymmFact(TNode f)
 
 std::string CDProof::identify() const { return d_name; }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 164880cea60b2fbd9dfc61ac4fec573771814191..af859df934be09fbca93d63b22c41c4b7efa7a61 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/proof_generator.h"
 #include "expr/proof_step_buffer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNode;
 class ProofNodeManager;
@@ -273,6 +273,6 @@ class CDProof : public ProofGenerator
   void notifyNewProof(Node expected);
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__PROOF_MANAGER_H */
index b5955e991527f3d7909160f2650f82383fd25cf2..ca1b96f1ee1a67a038939222f1cc516d0e22dc7d 100644 (file)
@@ -19,9 +19,9 @@
 #include "options/proof_options.h"
 #include "smt/smt_statistics_registry.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 Node ProofRuleChecker::check(PfRule id,
                              const std::vector<Node>& children,
@@ -347,4 +347,4 @@ bool ProofChecker::isPedanticFailure(PfRule id,
   return false;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index edb0fec3abba98c788ada1ed6a2a616503a0f833..99f9f3ec87effad16022229652faf3e587503504 100644 (file)
@@ -24,7 +24,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_histogram.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofChecker;
 class ProofNode;
@@ -202,6 +202,6 @@ class ProofChecker
                      bool enableOutput);
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__PROOF_CHECKER_H */
index 487c52bc6ec3da4b157255522f1ec12d8b447a15..6947cfd44c67b01354b9cdf9136655636dff1096 100644 (file)
@@ -22,7 +22,7 @@
 #include "options/proof_options.h"
 #include "options/smt_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * Ensure closed with respect to assumptions, internal version, which
@@ -179,4 +179,4 @@ void pfnEnsureClosedWrt(ProofNode* pn,
   ensureClosedWrtInternal(Node::null(), nullptr, pn, assumps, c, ctx, false);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 40143f814fc59d7bfd5ad89d714a7fe4847594df..d610147d48d1fd80bdb9f86741e547a7e6de22ac 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofGenerator;
 class ProofNode;
@@ -67,6 +67,6 @@ void pfnEnsureClosedWrt(ProofNode* pn,
                         const std::vector<Node>& assumps,
                         const char* c,
                         const char* ctx);
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__PROOF_ENSURE_CLOSED_H */
index 102435cea5f8ba550187f7d144e37d0e3eeab42f..a315ba2cd9c5a3a11f8ba2ff0c4dd754359733c3 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/proof_node_algorithm.h"
 #include "options/smt_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& out, CDPOverwrite opol)
 {
@@ -73,4 +73,4 @@ bool ProofGenerator::addProofTo(Node f,
   return false;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 446cb2c839f6b8dbd952799f6c1d1a1d17d08f8c..76a2c9b3bb37199e2bf1a4ba196cb732bdda66d2 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class CDProof;
 class ProofNode;
@@ -107,6 +107,6 @@ class ProofGenerator
   virtual std::string identify() const = 0;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__PROOF_GENERATOR_H */
index 923bdeacd9a493674fc065322bfdd78d5fc10284..f7ad658445a57605c713b9d1ec978ecc9b58fb40 100644 (file)
@@ -17,7 +17,7 @@
 #include "expr/proof_node_algorithm.h"
 #include "expr/proof_node_to_sexpr.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 ProofNode::ProofNode(PfRule id,
                      const std::vector<std::shared_ptr<ProofNode>>& children,
@@ -81,4 +81,4 @@ std::ostream& operator<<(std::ostream& out, const ProofNode& pn)
   return out;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 67600e2d02a36879051bdd948378b7989a4bead8..13c7f2878182bfd1c46d0cf4d58c27d90962d715 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "expr/proof_rule.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNodeManager;
 class ProofNode;
@@ -141,6 +141,6 @@ inline size_t ProofNodeHashFunction::operator()(
  */
 std::ostream& operator<<(std::ostream& out, const ProofNode& pn);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__PROOF_NODE_H */
index 142a9b37fa37e92b9325a3daf0fd11b9829c65ab..f307b78b9561b2ba26fb00998eaa8694ad6afc1d 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "expr/proof_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 void getFreeAssumptions(ProofNode* pn, std::vector<Node>& assump)
@@ -172,4 +172,4 @@ bool containsSubproof(ProofNode* pn,
 }
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
index 9266c7251e0d29e9a850086df72f3feebf6030ee..01faa8a4007ffa6d34056b1151577d15109d2dd6 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNode;
 
@@ -70,6 +70,6 @@ bool containsSubproof(ProofNode* pn,
                       std::unordered_set<const ProofNode*>& visited);
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__PROOF_NODE_ALGORITHM_H */
index ceb9d4eac9bea4a755e412a1ab3b38a7d79ba0f0..036c50947d8af68f1a12ea8373f34f2c4d26834a 100644 (file)
@@ -23,9 +23,9 @@
 #include "options/proof_options.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 ProofNodeManager::ProofNodeManager(ProofChecker* pc)
     : d_checker(pc)
@@ -356,4 +356,4 @@ bool ProofNodeManager::updateNodeInternal(
   return true;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 8e019818dd237f353c1e3008e40b9135e4a608d7..54d398545d83135405cd9af73c2520bb6f38a945 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "expr/proof_rule.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofChecker;
 class ProofNode;
@@ -192,6 +192,6 @@ class ProofNodeManager
       bool needsCheck);
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__PROOF_NODE_H */
index 7468ecb5a87fb7b6e12c7d731faee6d075dbea6a..b53ce368da4adc3c3550a5f560abb77fcb91fc82 100644 (file)
@@ -20,9 +20,9 @@
 #include "expr/proof_node.h"
 #include "options/proof_options.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 ProofNodeToSExpr::ProofNodeToSExpr()
 {
@@ -144,4 +144,4 @@ Node ProofNodeToSExpr::getOrMkNodeVariable(Node n)
   return var;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 8da094da2e3737eba0b7372f02b8366bdb570322..bbbde39f6679ab497c23a1be985e1ecc9622cd42 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "expr/proof_rule.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNode;
 
@@ -64,6 +64,6 @@ class ProofNodeToSExpr
   Node getOrMkNodeVariable(Node n);
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__PROOF_RULE_H */
index 4c1883e93efb9abcebf186b1e5e7f3fd1ccac298..933e5b99931b400c4b55754918e42f4935e38bee 100644 (file)
@@ -19,7 +19,7 @@
 #include "expr/proof_node_algorithm.h"
 #include "expr/proof_node_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 ProofNodeUpdaterCallback::ProofNodeUpdaterCallback() {}
 ProofNodeUpdaterCallback::~ProofNodeUpdaterCallback() {}
@@ -261,4 +261,4 @@ void ProofNodeUpdater::setDebugFreeAssumptions(
   d_debugFreeAssumps = true;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 5a22af61a6b962d12a377267736cbbe8d1db5dfb..8e30f14d2e05f7770f9c6d38b1b85938ddc8063f 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/node.h"
 #include "expr/proof_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class CDProof;
 class ProofNode;
@@ -155,6 +155,6 @@ class ProofNodeUpdater
   bool d_autoSym;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 1323520c3d311a18e7ad2fc51248e5de8bda2789..8141a017c1a0d7d102a1461f2506ac1f69d8ed05 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <iostream>
 
-namespace CVC5 {
+namespace cvc5 {
 
 const char* toString(PfRule id)
 {
@@ -210,4 +210,4 @@ size_t PfRuleHashFunction::operator()(PfRule id) const
   return static_cast<size_t>(id);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 95f97ae44ed2e63267258157fc3d3ea3b4090928..7e0fc31fe6e43e044d2cddc94a03a98064865777 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <iosfwd>
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * An enumeration for proof rules. This enumeration is analogous to Kind for
@@ -1379,6 +1379,6 @@ struct PfRuleHashFunction
   size_t operator()(PfRule id) const;
 }; /* struct PfRuleHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__PROOF_RULE_H */
index ccfac350a76ef32cca7bc71632dce73050ae72bf..0509ed9d4e43819ca04a47faf7b9f7de5c16a6a3 100644 (file)
@@ -23,7 +23,7 @@
 #include "context/context.h"
 #include "expr/proof_node_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * A (context-dependent) set of proofs, which is used for memory
@@ -70,6 +70,6 @@ class CDProofSet
   std::string d_namePrefix;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__LAZY_PROOF_SET_H */
index 23f0f599779fc3d5cf8090af707e4a89a629d73f..4ecee9130d9e02a57245569cb3fe89c30ca4e781 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "expr/proof_checker.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 ProofStep::ProofStep() : d_rule(PfRule::UNKNOWN) {}
 ProofStep::ProofStep(PfRule r,
@@ -108,4 +108,4 @@ const std::vector<std::pair<Node, ProofStep>>& ProofStepBuffer::getSteps() const
 
 void ProofStepBuffer::clear() { d_steps.clear(); }
 
-}  // namespace CVC5
+}  // namespace cvc5
index b78d1d605f5530b6d0073ee6c48c35094a1bc1d3..99a7608ff1d9b47696880fce6b31355008f17645 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "expr/proof_rule.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofChecker;
 
@@ -92,6 +92,6 @@ class ProofStepBuffer
   std::vector<std::pair<Node, ProofStep>> d_steps;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__PROOF_STEP_BUFFER_H */
index affd2615c49d21d3d811ce73a9594ab671343682..367315d843aed7529ccacdd0757290577f1d542f 100644 (file)
 #include "base/check.h"
 #include "base/output.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& out, const RecordUpdate& t) {
   return out << "[" << t.getField() << "]";
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index d4b41b9b9f859cfea7622f6ff718d6da98affa8f..436b5b269487840e33834f3b69fcada9ff163643 100644 (file)
 #include <utility>
 
 // Forward Declarations
-namespace CVC5 {
+namespace cvc5 {
 // This forward delcartion is required to resolve a cicular dependency with
 // Record which is a referenced in a Kind file.
 class TypeNode;
-} // namespace CVC5
+}  // namespace cvc5
 
-namespace CVC5 {
+namespace cvc5 {
 
 // operators for record update
 class RecordUpdate
@@ -56,6 +56,6 @@ std::ostream& operator<<(std::ostream& out, const RecordUpdate& t);
 
 using Record = std::vector<std::pair<std::string, TypeNode>>;
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__RECORD_H */
index 90b57f58d1dbb784bb60b367efd5a13ba8e72c37..df40c8534199fe6869db29bc5f125682154c2912 100644 (file)
@@ -22,7 +22,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 Sequence::Sequence(const TypeNode& t, const std::vector<Node>& s)
     : d_type(new TypeNode(t)), d_seq(s)
@@ -378,4 +378,4 @@ size_t SequenceHashFunction::operator()(const Sequence& s) const
   return ret;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 461adb66731c60f28078aa0b3ab8e2466d6c4016..e42851f586d008a072eb8cb9bc2a03dd39aa745a 100644 (file)
@@ -20,7 +20,7 @@
 #include <memory>
 #include <vector>
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <bool ref_count>
 class NodeTemplate;
@@ -36,7 +36,7 @@ class Sequence
  public:
   /** constructors for Sequence
    *
-   * Internally, a CVC5::Sequence is represented by a vector of Nodes (d_seq),
+   * Internally, a cvc5::Sequence is represented by a vector of Nodes (d_seq),
    * where each Node in this vector must be a constant.
    */
   Sequence() = default;
@@ -173,6 +173,6 @@ struct SequenceHashFunction
 
 std::ostream& operator<<(std::ostream& os, const Sequence& s);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__SEQUENCE_H */
index 2b04c0755ee6fff57837b152917b2566ace076c0..31c0b55cdbe242bfa0c245db67ed7003145cec69 100644 (file)
@@ -18,9 +18,9 @@
 #include "expr/bound_var_manager.h"
 #include "expr/node_algorithm.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 // Attributes are global maps from Nodes to data. Thus, note that these could
 // be implemented as internal maps in SkolemManager.
@@ -298,4 +298,4 @@ Node SkolemManager::mkSkolemInternal(Node w,
   return k;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 1078bc11f73121a75fb1109ea58614549aa570ff..9955c0e15d1489d7b56d18c41c4ce609612e7b28 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofGenerator;
 
@@ -234,6 +234,6 @@ class SkolemManager
                  int flags = NodeManager::SKOLEM_DEFAULT);
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__PROOF_SKOLEM_CACHE_H */
index 897c6fdba4d492c12ce2d6056d026cc13ca3f0eb..c2138499b903245e0669d2f9b1c24ea8015d7366 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 bool Subs::empty() const { return d_vars.empty(); }
 
@@ -176,4 +176,4 @@ std::ostream& operator<<(std::ostream& out, const Subs& s)
   return out;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index c2854bf367a512dcfba632f496a648ff8da1a8e5..fdb8e455146dd5f082ad07cf0e60b3ba4775c13b 100644 (file)
@@ -19,7 +19,7 @@
 #include <vector>
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * Helper substitution class. Stores a substitution in parallel vectors
@@ -80,6 +80,6 @@ class Subs
  */
 std::ostream& operator<<(std::ostream& out, const Subs& s);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__SUBS_H */
index 352dd157a8405671195e2ef29e5b16c4a5ade8b3..929c8a97c5c686f9d01a782f40d762fa9f9ed4f5 100644 (file)
@@ -16,9 +16,9 @@
 
 #include <sstream>
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 SygusDatatype::SygusDatatype(const std::string& name) : d_dt(DType(name)) {}
 
@@ -99,4 +99,4 @@ const DType& SygusDatatype::getDatatype() const
 
 bool SygusDatatype::isInitialized() const { return d_dt.isSygus(); }
 
-}  // namespace CVC5
+}  // namespace cvc5
index f4635bdb3b4a93cf4c1e4a77c53ce0d59af27d0d..e5d1de740d14229abf5da8fe05167136fc3d4d60 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /** Attribute true for variables that represent any constant */
 struct SygusAnyConstAttributeId
@@ -134,6 +134,6 @@ class SygusDatatype
   DType d_dt;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 1e99f4a6815e783b803d4107e6d445f03207d7ae..9610e443df5c80223196096acfcee4d8c906c188 100644 (file)
@@ -19,9 +19,9 @@
 #include "context/cdlist.h"
 #include "context/cdo.h"
 
-using namespace CVC5::context;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 
 // ---------------------------------------------- SymbolManager::Implementation
 
@@ -367,4 +367,4 @@ void SymbolManager::resetAssertions()
   d_symtabAllocated.resetAssertions();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 6795ce3b311c161c4eb84c54abf517a5ae8dd53e..0a9248f782cb0d75b61492f5a2f16349029673ba 100644 (file)
@@ -25,7 +25,7 @@
 #include "cvc4_export.h"
 #include "expr/symbol_table.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * Symbol manager, which manages:
@@ -156,6 +156,6 @@ class CVC4_EXPORT SymbolManager
   bool d_globalDeclarations;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__SYMBOL_MANAGER_H */
index 774e2bb39bb0dc555308bbab25c39938882002ee..1c513fea4d7fcd6b51151ea27e5295a19bbf1381 100644 (file)
 #include "context/cdhashset.h"
 #include "context/context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
-using ::CVC5::context::CDHashMap;
-using ::CVC5::context::CDHashSet;
-using ::CVC5::context::Context;
+using ::cvc5::context::CDHashMap;
+using ::cvc5::context::CDHashSet;
+using ::cvc5::context::Context;
 using ::std::copy;
 using ::std::endl;
 using ::std::ostream_iterator;
@@ -679,4 +679,4 @@ size_t SymbolTable::getLevel() const { return d_implementation->getLevel(); }
 void SymbolTable::reset() { d_implementation->reset(); }
 void SymbolTable::resetAssertions() { d_implementation->resetAssertions(); }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 113dea704c9d1b0cbef302e5e5a4993292d92d6e..fbb1969dd0f697d53e219294df8da5842b1ddc14 100644 (file)
@@ -26,7 +26,7 @@
 #include "base/exception.h"
 #include "cvc4_export.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace api {
 class Solver;
@@ -210,6 +210,6 @@ class CVC4_EXPORT SymbolTable
   std::unique_ptr<Implementation> d_implementation;
 }; /* class SymbolTable */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SYMBOL_TABLE_H */
index 9b099de2d902dec56dfbac2e6ba934d620b78a02..d51e07e83b9d5ff9e831b90979a4e77d2437536d 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "expr/proof_node_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 TConvSeqProofGenerator::TConvSeqProofGenerator(
     ProofNodeManager* pnm,
@@ -168,4 +168,4 @@ theory::TrustNode TConvSeqProofGenerator::mkTrustRewriteSequence(
 
 std::string TConvSeqProofGenerator::identify() const { return d_name; }
 
-}  // namespace CVC5
+}  // namespace cvc5
index a5b1de101a90dd24c2bcedc6d519e1cfe656e612..151cd511d0dc0780c5da58c4723f73819d1de722 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/proof_generator.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNodeManager;
 
@@ -115,6 +115,6 @@ class TConvSeqProofGenerator : public ProofGenerator
   std::string d_name;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__TCONV_SEQ_PROOF_GENERATOR_H */
index 97f3c2539a259ee86ae37b8ccd4f4818850b6430..11a992d163b22a524715565903f812c49d1ebdbf 100644 (file)
@@ -19,9 +19,9 @@
 // TODO #1216: move the code in this include
 #include "theory/quantifiers/term_util.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 TermCanonize::TermCanonize() : d_op_id_count(0), d_typ_id_count(0) {}
@@ -209,4 +209,4 @@ Node TermCanonize::getCanonicalTerm(TNode n, bool apply_torder, bool doHoVar)
 }
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
index f9f0fda2489a645df41508b128837b8e3bd38e05..f15bb2df05509447a292116dd56eea670ad2739f 100644 (file)
@@ -20,7 +20,7 @@
 #include <map>
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 /** TermCanonize
@@ -100,6 +100,6 @@ class TermCanonize
 };
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__TERM_CANONIZE_H */
index 56c38a17c95dce5135d7fc98cf59a668bcc9a300..883fa3e08102f3b437550fdef72a0933c485df1f 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "expr/term_context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 uint32_t TermContext::computeValueOp(TNode t, uint32_t tval) const
 {
@@ -132,4 +132,4 @@ void PolarityTermContext::getFlags(uint32_t val, bool& hasPol, bool& pol)
   pol = val == 2;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 65cdbb23e22cc9c0b509e0ac9fd648946f83e9b1..062104fc2fc73b04f1a8377f265d6b9a284e57be 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * This is an abstract class for computing "term context identifiers". A term
@@ -163,6 +163,6 @@ class PolarityTermContext : public TermContext
   static void getFlags(uint32_t val, bool& hasPol, bool& pol);
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__TERM_CONVERSION_PROOF_GENERATOR_H */
index 1afc599d2391430ddc75f4e17aea115e18350fc9..564459d37671ca707ca4d91a615bca3d027c15d1 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "expr/term_context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 TCtxNode::TCtxNode(Node n, const TermContext* tctx)
     : d_node(n), d_val(tctx->initialValue()), d_tctx(tctx)
@@ -73,4 +73,4 @@ Node TCtxNode::decomposeNodeHash(Node h, uint32_t& val)
   return h[0];
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 67d747557cdbb98545da2c5ab77edde27fe82c3b..5af435a564ca740d2b493e62922004fb4404a062 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TCtxStack;
 class TermContext;
@@ -74,6 +74,6 @@ class TCtxNode
   const TermContext* d_tctx;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__TERM_CONVERSION_PROOF_GENERATOR_H */
index 557683498f61ab8d87df53707719698a6bc4c129..8a0fd91c980623997f20838e7bd2a731e4a24a0e 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "expr/term_context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 TCtxStack::TCtxStack(const TermContext* tctx) : d_tctx(tctx) {}
 
@@ -75,4 +75,4 @@ TCtxNode TCtxStack::getCurrentNode() const
   return TCtxNode(curr.first, curr.second, d_tctx);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 34c474a52eebc55f149caf9b1b6c2e70a21b8060..0042091edd54eec0772faadb88288d3daddf6dfd 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/term_context_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * A stack for term-context-sensitive terms. Its main advantage is that
@@ -68,6 +68,6 @@ class TCtxStack
   const TermContext* d_tctx;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__TERM_CONTEXT_STACK_H */
index bfdf4d188eeeaf6a420d21e3cf552bd42dba7f09..df4708f745d7137c466de0c0b5fbad39d0ed34e0 100644 (file)
@@ -21,9 +21,9 @@
 #include "expr/term_context.h"
 #include "expr/term_context_stack.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& out, TConvPolicy tcpol)
 {
@@ -588,4 +588,4 @@ std::string TConvProofGenerator::toStringDebug() const
   return ss.str();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 734ef103e457aac39c4b17702e29081c770e4dae..e1f2b90e809c84e84d805c4321b0f856445354df 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/lazy_proof.h"
 #include "expr/proof_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNodeManager;
 class TermContext;
@@ -242,6 +242,6 @@ class TConvProofGenerator : public ProofGenerator
   std::string toStringDebug() const;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__TERM_CONVERSION_PROOF_GENERATOR_H */
index b502d80131b95cebc4d2539dec9d2c7d209335a5..fee02de75e5abc3a0992a9bb1912369189359c39 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef CVC4__EXPR__TYPE_CHECKER_H
 #define CVC4__EXPR__TYPE_CHECKER_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 class TypeChecker {
@@ -36,6 +36,6 @@ public:
 };/* class TypeChecker */
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__EXPR__TYPE_CHECKER_H */
index 07dca77e2be574d7f3591cbb5198baf00e90b1e5..d99d5e82d6d5c5a7674b7f9647679ede832b6e40 100644 (file)
@@ -23,7 +23,7 @@
 
 ${typechecker_includes}
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 TypeNode TypeChecker::computeType(NodeManager* nodeManager, TNode n, bool check)
@@ -72,4 +72,4 @@ ${construles}
 }/* TypeChecker::computeIsConst */
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
index 1ca23d374a037ef4d2ab78c2c871888670921ff5..207c242b8731ac3e079c92fb0617b6299271cfba 100644 (file)
@@ -26,7 +26,7 @@
 #include "expr/node_manager.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace expr {
 
 /** Type check returns the builtin operator sort */
@@ -202,4 +202,4 @@ class SimpleTypeRuleVar
 };
 
 }  // namespace expr
-}  // namespace CVC5
+}  // namespace cvc5
index 76d256157f0171fc4148ae477e775b165ea1a516..9389ce4b806102c18f663ae904958001e0c11c69 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "type_matcher.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 TypeMatcher::TypeMatcher(TypeNode dt)
 {
@@ -125,4 +125,4 @@ void TypeMatcher::getMatches(std::vector<TypeNode>& types) const
   }
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 6510543130ffd52ca3f8d2bdfea668d61baaf75a..a75bb7b8b5e7b4c33a4cb0ed5a2677ea59a2f262 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * This class is used for inferring the parameters of an instantiated
@@ -68,6 +68,6 @@ class TypeMatcher
   void addTypes(const std::vector<TypeNode>& types);
 }; /* class TypeMatcher */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__MATCHER_H */
index f73bde3eb394475afef6983ebbcd51cd12d2dfc5..cbade1220d1aa3bb262c465eae1eec94296f83ed 100644 (file)
@@ -25,7 +25,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 TypeNode TypeNode::s_null( &expr::NodeValue::null() );
 
@@ -499,7 +499,7 @@ TypeNode TypeNode::mostCommonTypeNode(TypeNode t0, TypeNode t1){
 
 TypeNode TypeNode::commonTypeNode(TypeNode t0, TypeNode t1, bool isLeast) {
   Assert(NodeManager::currentNM() != NULL)
-      << "There is no current CVC5::NodeManager associated to this thread.\n"
+      << "There is no current cvc5::NodeManager associated to this thread.\n"
          "Perhaps a public-facing function is missing a NodeManagerScope ?";
 
   Assert(!t0.isNull());
@@ -717,4 +717,4 @@ TypeNode TypeNode::getBagElementType() const
   return (*this)[0];
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 7b752c3e50e59a519a536426f92a9eb4931bf343..98515be2a3d55ebff5394de8e8a3babc9ea6294b 100644 (file)
@@ -32,7 +32,7 @@
 #include "expr/metakind.h"
 #include "util/cardinality.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class NodeManager;
 class DType;
@@ -749,11 +749,11 @@ inline std::ostream& operator<<(std::ostream& out, const TypeNode& n) {
 
 typedef TypeNode::HashFunction TypeNodeHashFunction;
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #include "expr/node_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 inline TypeNode
 TypeNode::substitute(const TypeNode& type,
@@ -860,7 +860,7 @@ template <class AttrKind>
 inline typename AttrKind::value_type TypeNode::
 getAttribute(const AttrKind&) const {
   Assert(NodeManager::currentNM() != NULL)
-      << "There is no current CVC5::NodeManager associated to this thread.\n"
+      << "There is no current cvc5::NodeManager associated to this thread.\n"
          "Perhaps a public-facing function is missing a NodeManagerScope ?";
   return NodeManager::currentNM()->getAttribute(d_nv, AttrKind());
 }
@@ -869,7 +869,7 @@ template <class AttrKind>
 inline bool TypeNode::
 hasAttribute(const AttrKind&) const {
   Assert(NodeManager::currentNM() != NULL)
-      << "There is no current CVC5::NodeManager associated to this thread.\n"
+      << "There is no current cvc5::NodeManager associated to this thread.\n"
          "Perhaps a public-facing function is missing a NodeManagerScope ?";
   return NodeManager::currentNM()->hasAttribute(d_nv, AttrKind());
 }
@@ -877,7 +877,7 @@ hasAttribute(const AttrKind&) const {
 template <class AttrKind>
 inline bool TypeNode::getAttribute(const AttrKind&, typename AttrKind::value_type& ret) const {
   Assert(NodeManager::currentNM() != NULL)
-      << "There is no current CVC5::NodeManager associated to this thread.\n"
+      << "There is no current cvc5::NodeManager associated to this thread.\n"
          "Perhaps a public-facing function is missing a NodeManagerScope ?";
   return NodeManager::currentNM()->getAttribute(d_nv, AttrKind(), ret);
 }
@@ -886,7 +886,7 @@ template <class AttrKind>
 inline void TypeNode::
 setAttribute(const AttrKind&, const typename AttrKind::value_type& value) {
   Assert(NodeManager::currentNM() != NULL)
-      << "There is no current CVC5::NodeManager associated to this thread.\n"
+      << "There is no current cvc5::NodeManager associated to this thread.\n"
          "Perhaps a public-facing function is missing a NodeManagerScope ?";
   NodeManager::currentNM()->setAttribute(d_nv, AttrKind(), value);
 }
@@ -1069,6 +1069,6 @@ static void __attribute__((used)) debugPrintRawTypeNode(const TypeNode& n) {
 }
 #endif /* CVC4_DEBUG */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__NODE_H */
index abf5e61731ac7f5eb6b5dc87cf9ec0b192f9eb8c..ce2696c5b431285a3d56516dcab7aa9d2f745a8a 100644 (file)
@@ -29,7 +29,7 @@
 
 ${type_properties_includes}
 
-namespace CVC5 {
+namespace cvc5 {
 namespace kind {
 
 /**
@@ -114,6 +114,6 @@ ${type_groundterms}
 } /* mkGroundTerm(TypeNode) */
 
 }  // namespace kind
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__TYPE_PROPERTIES_H */
index 9d8b122647ae1e0415d563aa3908bc7a23497aaa..bd934e39179eeb997e6d5d3587c188b468547a5c 100644 (file)
@@ -26,7 +26,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 UninterpretedConstant::UninterpretedConstant(const TypeNode& type,
                                              Integer index)
@@ -95,4 +95,4 @@ size_t UninterpretedConstantHashFunction::operator()(
          * IntegerHashFunction()(uc.getIndex());
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 00ad6821259f30fa52f36f0ed4e6ba3d981cc772..94d7f85edbbc65ccfcf0c68cb059dd91282abdea 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "util/integer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TypeNode;
 
@@ -60,6 +60,6 @@ struct UninterpretedConstantHashFunction
   size_t operator()(const UninterpretedConstant& uc) const;
 }; /* struct UninterpretedConstantHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__UNINTERPRETED_CONSTANT_H */
index ebe51f3597a2f07d88ef102690fa078c8159d700..6152064be02a0ca2ff805b8d466df6d403056941 100644 (file)
@@ -26,7 +26,7 @@
 #include "main/main.h"
 #include "smt/command.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace main {
 
 // Function to cancel any (externally-imposed) limit on CPU time.
@@ -332,4 +332,4 @@ void CommandExecutor::flushOutputStreams() {
 }
 
 }  // namespace main
-}  // namespace CVC5
+}  // namespace cvc5
index a2dc4a4e9b5aec89db47afa2db9e5e2ffbfffa1e..f066a27b61fed1a5e2e5b5c227f48b1b71457523 100644 (file)
@@ -24,7 +24,7 @@
 #include "smt/smt_engine.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Command;
 
@@ -65,9 +65,9 @@ class CommandExecutor
    * sequence.  Eventually uses doCommandSingleton (which can be
    * overridden by a derived class).
    */
-  bool doCommand(CVC5::Command* cmd);
+  bool doCommand(cvc5::Command* cmd);
 
-  bool doCommand(std::unique_ptr<CVC5::Command>& cmd)
+  bool doCommand(std::unique_ptr<cvc5::Command>& cmd)
   {
     return doCommand(cmd.get());
   }
@@ -101,7 +101,7 @@ class CommandExecutor
 
 protected:
   /** Executes treating cmd as a singleton */
- virtual bool doCommandSingleton(CVC5::Command* cmd);
+ virtual bool doCommandSingleton(cvc5::Command* cmd);
 
 private:
   CommandExecutor();
@@ -114,6 +114,6 @@ bool solverInvoke(api::Solver* solver,
                   std::ostream* out);
 
 }  // namespace main
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  /* CVC4__MAIN__COMMAND_EXECUTOR_H */
index 40ed674c0b58f1437294939d14a03220ed382d09..fdf6a83354a8206a06a23a3e56677284e6b4cbd8 100644 (file)
 #include "util/result.h"
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::parser;
-using namespace CVC5::main;
+using namespace cvc5;
+using namespace cvc5::parser;
+using namespace cvc5::main;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace main {
 /** Global options variable */
 thread_local Options* pOptions;
@@ -57,7 +57,7 @@ const char* progPath;
 const std::string* progName;
 
 /** A pointer to the CommandExecutor (the signal handlers need it) */
-std::unique_ptr<CVC5::main::CommandExecutor> pExecutor;
+std::unique_ptr<cvc5::main::CommandExecutor> pExecutor;
 
 /** The time point the binary started, accessible to signal handlers */
 std::unique_ptr<TotalTimer> totalTime;
@@ -73,7 +73,7 @@ TotalTimer::~TotalTimer()
     }
 
     }  // namespace main
-    }  // namespace CVC5
+    }  // namespace cvc5
 
 void printUsage(Options& opts, bool full) {
   stringstream ss;
@@ -175,12 +175,12 @@ int runCvc4(int argc, char* argv[], Options& opts) {
 
   // Determine which messages to show based on smtcomp_mode and verbosity
   if(Configuration::isMuzzledBuild()) {
-    DebugChannel.setStream(&CVC5::null_os);
-    TraceChannel.setStream(&CVC5::null_os);
-    NoticeChannel.setStream(&CVC5::null_os);
-    ChatChannel.setStream(&CVC5::null_os);
-    MessageChannel.setStream(&CVC5::null_os);
-    WarningChannel.setStream(&CVC5::null_os);
+    DebugChannel.setStream(&cvc5::null_os);
+    TraceChannel.setStream(&cvc5::null_os);
+    NoticeChannel.setStream(&cvc5::null_os);
+    ChatChannel.setStream(&cvc5::null_os);
+    MessageChannel.setStream(&cvc5::null_os);
+    WarningChannel.setStream(&cvc5::null_os);
   }
 
   // important even for muzzled builds (to get result output right)
index 91b3d53b344015322456d4049e0eee5aa61b3e5a..44fee3eb5c02e7a3491dd0df6a25271421dd0a7d 100644 (file)
@@ -49,7 +49,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace parser;
 using namespace language;
@@ -432,4 +432,4 @@ char* commandGenerator(const char* text, int state) {
 
 #endif /* HAVE_LIBEDITLINE */
 
-}  // namespace CVC5
+}  // namespace cvc5
index 2c421d7b221c6dfebc86a5a97dd1938908bb096b..2f7f0af21ec3cc269376374a40b0fdd7922519a2 100644 (file)
@@ -22,7 +22,7 @@
 #include "options/options.h"
 #include "util/unsafe_interrupt_exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Command;
 class Options;
@@ -72,6 +72,6 @@ public:
 
 };/* class InteractiveShell */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__INTERACTIVE_SHELL_H */
index f880d5ee19570ddd97964e58721fa699d356536e..a17b2e7c536ed1068c65e61065733c7667dab57e 100644 (file)
@@ -34,9 +34,9 @@
 #include "util/result.h"
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::main;
-using namespace CVC5::language;
+using namespace cvc5;
+using namespace cvc5::main;
+using namespace cvc5::language;
 
 /**
  * CVC4's main() routine is just an exception-safe wrapper around CVC4.
index 47312c4651557e77cb723b2295404c6db9e69693..6f485a1f52b67346b3d0742cf7e3a3dabb62a9c8 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef CVC4__MAIN__MAIN_H
 #define CVC4__MAIN__MAIN_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace main {
 
 class CommandExecutor;
@@ -38,7 +38,7 @@ extern const char* progPath;
 extern const std::string* progName;
 
 /** A reference for use by the signal handlers to print statistics */
-extern std::unique_ptr<CVC5::main::CommandExecutor> pExecutor;
+extern std::unique_ptr<cvc5::main::CommandExecutor> pExecutor;
 
 /** Manages a custom timer for the total runtime in RAII-style. */
 class TotalTimer
@@ -64,7 +64,7 @@ extern bool segvSpin;
 extern thread_local Options* pOptions;
 
 /** Initialize the driver.  Sets signal handlers for SIGINT and SIGSEGV.
- * This can throw a CVC5::Exception.
+ * This can throw a cvc5::Exception.
  */
 void cvc4_init();
 
@@ -72,10 +72,10 @@ void cvc4_init();
 void cvc4_shutdown() noexcept;
 
 }  // namespace main
-}  // namespace CVC5
+}  // namespace cvc5
 
 /** Actual Cvc4 driver functions **/
-int runCvc4(int argc, char* argv[], CVC5::Options&);
-void printUsage(CVC5::Options&, bool full = false);
+int runCvc4(int argc, char* argv[], cvc5::Options&);
+void printUsage(cvc5::Options&, bool full = false);
 
 #endif /* CVC4__MAIN__MAIN_H */
index a7a3a073cf1ab6b3f6fde43dd553c3532a3d2c3a..ae549e9a6fd0f0c59771e8510e8070b5f412d1f5 100644 (file)
 #include "smt/smt_engine.h"
 #include "util/safe_print.h"
 
-using CVC5::Exception;
+using cvc5::Exception;
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace main {
 
 /**
@@ -343,4 +343,4 @@ void cleanup() noexcept
 
 }  // namespace signal_handlers
 }  // namespace main
-}  // namespace CVC5
+}  // namespace cvc5
index 1312ca27d3c3f5c644351776d0a7ba0422d33576..f8fdaf7fda12877d4d684343622cb70c90016f17 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef CVC4__MAIN__SIGNAL_HANDLERS_H
 #define CVC4__MAIN__SIGNAL_HANDLERS_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace main {
 namespace signal_handlers {
 
@@ -41,6 +41,6 @@ void cleanup();
 
 }  // namespace signal_handlers
 }  // namespace main
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__MAIN__SIGNAL_HANDLERS_H */
index 7f2bc0c61dcc3404f684dc4e6ffb90e08b30d973..e3a95d64054e610de6f58a2e791ed80575f5d153 100644 (file)
@@ -58,7 +58,7 @@
 
 #include "signal_handlers.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace main {
 
 #if HAVE_SETITIMER
@@ -133,4 +133,4 @@ TimeLimit install_time_limit(const Options& opts)
 }
 
 }  // namespace main
-}  // namespace CVC5
+}  // namespace cvc5
index 62dc6a6a3408e3b0127e36b559403e9fddea2d7d..ce55523f1910401ad1ed373ed639e684a9d4cf31 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "options/options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace main {
 
 /**
@@ -47,6 +47,6 @@ struct TimeLimit
 TimeLimit install_time_limit(const Options& opts);
 
 }  // namespace main
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__MAIN__TIME_LIMIT_H */
index 92609f4334e539a1db80697306f2473b0924a2d7..8c41a28bbff4da4d7a421dcbec01e094d4705a9f 100644 (file)
@@ -215,7 +215,7 @@ Further information (the old option package)
     well as an OptionsHandler*.
 
       void custom-notification(
-        const std::string& option, CVC5::options::OptionsHandler* handler);
+        const std::string& option, cvc5::options::OptionsHandler* handler);
 
     The name is provided so multiple options can use the same notification
     implementation.
index 5c223d770c2336cf3eded072eda32dde7b219014..895a450a37c99cc01138737bacecf8222db96532 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "options/option_exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace options {
 
 template <template <class U> class Cmp>
@@ -81,6 +81,6 @@ struct not_equal : public comparator<std::not_equal_to> {
 };/* struct not_equal_to */
 
 }  // namespace options
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__BASE_HANDLERS_H */
index 88def99e673da2a96d89857164bbc22d9c606b70..851efc565b764b225b042d95748636c6955860e9 100644 (file)
 #ifndef CVC4__OPTIONS__DECISION_WEIGHT_H
 #define CVC4__OPTIONS__DECISION_WEIGHT_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace decision {
 
 typedef uint64_t DecisionWeight;
 
 }  // namespace decision
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__OPTIONS__DECISION_WEIGHT_H */
index 02307063b94cef3f71ce79de91785c1227d2897e..8f539cdd3c7c228554145f0126136a9190235e55 100644 (file)
@@ -25,7 +25,7 @@
 #include <string>
 #include <vector>
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::vector<std::string> DidYouMean::getMatch(std::string input) {
   /** Magic numbers */
@@ -158,4 +158,4 @@ std::string DidYouMean::getMatchAsString(std::string input, int prefixNewLines,
   return oss.str();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 79deeb00499bec2d606463d32e84a47653540406..e0da600b83d7927031f545f528a86eb3ca614ffe 100644 (file)
@@ -23,7 +23,7 @@
 #include <string>
 #include <vector>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class DidYouMean {
  public:
@@ -50,4 +50,4 @@ class DidYouMean {
   Words d_words;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
index 7ea8e124348cfcba125aed86d0bbe358b8ba5a97..f4791db95944df39516c211e7f2b88f521b053bf 100644 (file)
@@ -23,7 +23,7 @@
 #include <iostream>
 
 using namespace std;
-using namespace CVC5;
+using namespace cvc5;
 
 set<string> getDebugTags();
 set<string> getOptionStrings();
index bf8f5d7bf68bec10027cb699fafccd6edc11a964..8fb1ad53a98345e00877020272e7ab919bfc8290 100644 (file)
@@ -21,7 +21,7 @@
 #include "base/exception.h"
 #include "options/option_exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace language {
 
 /** define the end points of smt2 languages */
@@ -83,7 +83,7 @@ InputLanguage toInputLanguage(OutputLanguage language) {
     std::stringstream ss;
     ss << "Cannot map output language `" << language
        << "' to an input language.";
-    throw CVC5::Exception(ss.str());
+    throw cvc5::Exception(ss.str());
   }
   }/* switch(language) */
 }/* toInputLanguage() */
@@ -171,4 +171,4 @@ InputLanguage toInputLanguage(std::string language) {
 }/* toInputLanguage() */
 
 }  // namespace language
-}  // namespace CVC5
+}  // namespace cvc5
index 99ee40c289ea58a7322a8d94eef1c27d263c8797..9ed7fb4d477fa6b9ded51226722d2bc89786c3ef 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "cvc4_export.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace language {
 
 namespace input {
@@ -177,6 +177,6 @@ InputLanguage toInputLanguage(std::string language) CVC4_EXPORT;
 OutputLanguage toOutputLanguage(std::string language) CVC4_EXPORT;
 
 }  // namespace language
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__LANGUAGE_H */
index 105ab94f897cd76ba4afa8b2cf61fedd43a3a135..c05017c70d8e214bc73fe05917ec5334ab6083a4 100644 (file)
@@ -19,7 +19,7 @@
 #include "base/check.h"
 
 // clang-format off
-namespace CVC5 {
+namespace cvc5 {
 
 ${accs}$
 
@@ -31,5 +31,5 @@ ${defs}$
 ${modes}$
 
 }  // namespace options
-}  // namespace CVC5
+}  // namespace cvc5
 // clang-format on
index 501e5cf431084b600144d1433545c9fc0a4eb7f3..7e4b7775db75f20da124477cc464c36aff4a46c7 100644 (file)
@@ -27,7 +27,7 @@ ${includes}$
 
 ${holder_spec}$
 
-namespace CVC5 {
+namespace cvc5 {
 namespace options {
 
 ${modes}$
@@ -42,7 +42,7 @@ namespace options {
 ${inls}$
 
 }  // namespace options
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__OPTIONS__${id}$_H */
 //clang-format on
index 03c3e63ffe4bc42207c61c981c25f56f638c39f6..850fdce8015d4f4fe4319ce8084b6f82f9a23281 100644 (file)
@@ -28,7 +28,7 @@
 #include "lib/strtok_r.h"
 #include "options/parser_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 OstreamOpener::OstreamOpener(const char* channelName)
     : d_channelName(channelName)
@@ -98,4 +98,4 @@ std::string cvc4_errno_failreason() {
 #endif /* HAVE_STRERROR_R */
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 4f879cd6df35f9bdba7e3fea9745dd4f1b088631..22e3ca16b46e846cccd2ca98e170d0791ed808ee 100644 (file)
@@ -25,7 +25,7 @@
 #include <string>
 #include <utility>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class OstreamOpener {
  public:
@@ -55,6 +55,6 @@ class OstreamOpener {
 
 std::string cvc4_errno_failreason();
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__OPEN_OSTREAM_H */
index 997f7d84a64a72504b185d28743bd0067d8be716..07a8a8e575d76030c5799c1a400933b5556999cf 100644 (file)
@@ -16,6 +16,6 @@
 
 #include "options/option_exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 const std::string OptionException::s_errPrefix = "Error in option parsing: ";
-}  // namespace CVC5
+}  // namespace cvc5
index 6b522c30a39ef9b3f5a7be1e51758bbef9493856..bfaa2a4212a60b2c65c69be7538cc672564cd720 100644 (file)
@@ -22,7 +22,7 @@
 #include "base/exception.h"
 #include "cvc4_export.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * Class representing an option-parsing exception such as badly-typed
@@ -30,10 +30,10 @@ namespace CVC5 {
  * name is itself unrecognized, a UnrecognizedOptionException (a derived
  * class, below) should be used instead.
  */
-class CVC4_EXPORT OptionException : public CVC5::Exception
+class CVC4_EXPORT OptionException : public cvc5::Exception
 {
  public:
-  OptionException(const std::string& s) : CVC5::Exception(s_errPrefix + s) {}
+  OptionException(const std::string& s) : cvc5::Exception(s_errPrefix + s) {}
 
   /**
    * Get the error message without the prefix that is automatically added for
@@ -53,22 +53,22 @@ class CVC4_EXPORT OptionException : public CVC5::Exception
  * Class representing an exception in option processing due to an
  * unrecognized or unsupported option key.
  */
-class UnrecognizedOptionException : public CVC5::OptionException
+class UnrecognizedOptionException : public cvc5::OptionException
 {
  public:
   UnrecognizedOptionException()
-      : CVC5::OptionException(
+      : cvc5::OptionException(
           "Unrecognized informational or option key or setting")
   {
   }
 
   UnrecognizedOptionException(const std::string& msg)
-      : CVC5::OptionException(
+      : cvc5::OptionException(
           "Unrecognized informational or option key or setting: " + msg)
   {
   }
 }; /* class UnrecognizedOptionException */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__OPTION_EXCEPTION_H */
index 6958f350c031cc0c7ca85c22c87cbb945459effe..1c62d5a07d832065a29f069196d94c9c65d453de 100644 (file)
@@ -31,7 +31,7 @@
 #include "options/option_exception.h"
 #include "options/printer_modes.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace api {
 class Solver;
@@ -306,6 +306,6 @@ public:
                                     std::vector<std::string>* nonoptions);
 }; /* class Options */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__OPTIONS__OPTIONS_H */
index 250fd98acd5a0745dcc38586416eb3125245c809..ccffd17ecf2d30a51a708d00a1474866f3ba5d55 100644 (file)
@@ -38,7 +38,7 @@
 #include "options/smt_options.h"
 #include "options/theory_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace options {
 
 // helper functions
@@ -505,26 +505,26 @@ InputLanguage OptionsHandler::stringToInputLanguage(std::string option,
 void OptionsHandler::setVerbosity(std::string option, int value)
 {
   if(Configuration::isMuzzledBuild()) {
-    DebugChannel.setStream(&CVC5::null_os);
-    TraceChannel.setStream(&CVC5::null_os);
-    NoticeChannel.setStream(&CVC5::null_os);
-    ChatChannel.setStream(&CVC5::null_os);
-    MessageChannel.setStream(&CVC5::null_os);
-    WarningChannel.setStream(&CVC5::null_os);
+    DebugChannel.setStream(&cvc5::null_os);
+    TraceChannel.setStream(&cvc5::null_os);
+    NoticeChannel.setStream(&cvc5::null_os);
+    ChatChannel.setStream(&cvc5::null_os);
+    MessageChannel.setStream(&cvc5::null_os);
+    WarningChannel.setStream(&cvc5::null_os);
   } else {
     if(value < 2) {
-      ChatChannel.setStream(&CVC5::null_os);
+      ChatChannel.setStream(&cvc5::null_os);
     } else {
       ChatChannel.setStream(&std::cout);
     }
     if(value < 1) {
-      NoticeChannel.setStream(&CVC5::null_os);
+      NoticeChannel.setStream(&cvc5::null_os);
     } else {
       NoticeChannel.setStream(&std::cout);
     }
     if(value < 0) {
-      MessageChannel.setStream(&CVC5::null_os);
-      WarningChannel.setStream(&CVC5::null_os);
+      MessageChannel.setStream(&cvc5::null_os);
+      WarningChannel.setStream(&cvc5::null_os);
     } else {
       MessageChannel.setStream(&std::cout);
       WarningChannel.setStream(&std::cerr);
@@ -543,4 +543,4 @@ void OptionsHandler::decreaseVerbosity(std::string option) {
 }
 
 }  // namespace options
-}  // namespace CVC5
+}  // namespace cvc5
index cf59c783a1627a4b95bca2bc2d374dd0a4a17f08..ce174d32e19104232f86348d8bb84fae5d9777f8 100644 (file)
@@ -30,7 +30,7 @@
 #include "options/printer_modes.h"
 #include "options/quantifiers_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Options;
 
@@ -134,6 +134,6 @@ void OptionsHandler::checkSatSolverEnabled(std::string option, T m)
 }
 
 }  // namespace options
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /*  CVC4__OPTIONS__OPTIONS_HANDLER_H */
index e8cab00c7de9594fd8cde7bd4f2925d65a42e06b..956cd87bf8360e4539c48855b6daa600ba83af73 100644 (file)
@@ -22,7 +22,7 @@
 // clang-format off
 ${headers_module}$
 
-namespace CVC5 {
+namespace cvc5 {
 namespace options {
 
 struct OptionsHolder
@@ -33,7 +33,7 @@ struct OptionsHolder
 }; /* struct OptionsHolder */
 
 }  // namespace options
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__OPTIONS__OPTIONS_HOLDER_H */
 // clang-format on
index 9cbdfaf9715edde99710b97c2f099fbd1596e224..a5a2218b29ec4e61ddc1f3091b84aeb3a02206ba 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <string>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class OptionsListener
 {
@@ -32,6 +32,6 @@ class OptionsListener
   virtual void notifySetOption(const std::string& key) = 0;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__OPTIONS__OPTION_LISTENER_H */
index d7768c6c8cb12cd95e7d0562bd9bc7739ea0cd23..1bccc283f0e173d3f9da6d1307ccb61722d8212c 100644 (file)
@@ -36,7 +36,7 @@
 #include "options/smt_options.h"
 #include "options/uf_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 // Get accessor functions.
 InputLanguage Options::getInputLanguage() const {
@@ -238,4 +238,4 @@ void Options::flushOut() {
   }
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index a0037d1628a296ae921c0f5be00ed55cac06b5e7..f158f29e63a9751b3fa600a6619175f97ac6f093 100644 (file)
@@ -64,10 +64,10 @@ ${headers_module}$
 
 ${headers_handler}$
 
-using namespace CVC5;
-using namespace CVC5::options;
+using namespace cvc5;
+using namespace cvc5::options;
 
-namespace CVC5 {
+namespace cvc5 {
 
 thread_local Options* Options::s_current = NULL;
 
@@ -369,7 +369,7 @@ public:
 }  // namespace options
 
 /**
- * Parse argc/argv and put the result into a CVC5::Options.
+ * Parse argc/argv and put the result into a cvc5::Options.
  * The return value is what's left of the command line (that is, the
  * non-option arguments).
  *
@@ -601,5 +601,5 @@ std::string Options::getOption(const std::string& key) const
 #undef USE_EARLY_TYPE_CHECKING_BY_DEFAULT
 #undef DO_SEMANTIC_CHECKS_BY_DEFAULT
 
-}  // namespace CVC5
+}  // namespace cvc5
 // clang-format on
index 7e659b14c11b3ae699f086134a5fa67d55b6b417..1ea0a3bbec02a1c74da9c276f70314b74d4b9069 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "options/printer_modes.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& out, options::InstFormatMode mode)
 {
@@ -31,4 +31,4 @@ std::ostream& operator<<(std::ostream& out, options::InstFormatMode mode)
   return out;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 7f9bcc58bb2747ec2fd80d9b89956bb1d664a6e4..f5da12b367230f7ba08f7339c1a3405fdd0e12ea 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <iostream>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace options {
 
 /** Enumeration of inst_format modes (how to print models from get-model
@@ -39,6 +39,6 @@ enum class InstFormatMode
 
 std::ostream& operator<<(std::ostream& out, options::InstFormatMode mode);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PRINTER__MODEL_FORMAT_H */
index 53dca6220b764ba52ed8a42dda22a25eae658690..b4403f11e5851ae29ffe5f7a36c4641b849b4ffc 100644 (file)
@@ -22,7 +22,7 @@
 #include "options/language.h"
 #include "options/options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace language {
 
 const int SetLanguage::s_iosIndex = std::ios_base::xalloc();
@@ -79,4 +79,4 @@ std::ostream& operator<<(std::ostream& out, SetLanguage l) {
 }
 
 }  // namespace language
-}  // namespace CVC5
+}  // namespace cvc5
index d6b9a2da970df0a81e0c65e5f63fa14cfbfb892b..cebd4f65e31a43e60a728af57a822ef882d4d540 100644 (file)
@@ -24,7 +24,7 @@
 #include "cvc4_export.h"
 #include "options/language.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace language {
 
 /**
@@ -91,6 +91,6 @@ private:
 std::ostream& operator<<(std::ostream& out, SetLanguage l) CVC4_EXPORT;
 
 }  // namespace language
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__OPTIONS__SET_LANGUAGE_H */
index ac94171973af8203f22de220d24d78cc9597855e..a818f41486caad7f590faa33e77e40bd246242c1 100644 (file)
 #include "parser/tptp/tptp_input.h"
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::parser;
-using namespace CVC5::kind;
+using namespace cvc5;
+using namespace cvc5::parser;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 // These functions exactly wrap the antlr3 source inconsistencies.
@@ -582,4 +582,4 @@ void AntlrInput::setAntlr3Parser(pANTLR3_PARSER pParser) {
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index de0d563eff01db59b763a2064637ae21b4c9b974..c7cb60af7e90f9601f19796f5d5484fae2308217 100644 (file)
@@ -36,7 +36,7 @@
 #include "util/integer.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 /** Wrapper around an ANTLR3 input stream. */
@@ -292,6 +292,6 @@ inline BitVector AntlrInput::tokenToBitvector(pANTLR3_COMMON_TOKEN number, pANTL
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__ANTLR_INPUT_H */
index 98c071ed3b8ef149e3d80d577b27fd6009e024b0..bceaa5586cc2194d215cf9bef7918170f1c2f68d 100644 (file)
@@ -60,7 +60,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 /// Report a recognition problem.
@@ -436,4 +436,4 @@ AntlrInput::nextToken           (pANTLR3_TOKEN_SOURCE toksource)
 
 
 } // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index 66ebff7b3bef7ee3f76b6d36d20293d73b51332a..1dd7c953c376ceef61c7f769b30582a83ad29f6c 100644 (file)
@@ -38,7 +38,7 @@
 #include "base/check.h"
 #include "base/output.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 static pANTLR3_INPUT_STREAM antlr3CreateLineBufferedStream(
@@ -218,8 +218,8 @@ setupInputStream(pANTLR3_INPUT_STREAM input)
 
 static ANTLR3_UCHAR bufferedInputLA(pANTLR3_INT_STREAM is, ANTLR3_INT32 la) {
   pANTLR3_INPUT_STREAM input = ((pANTLR3_INPUT_STREAM)(is->super));
-  CVC5::parser::pANTLR3_LINE_BUFFERED_INPUT_STREAM line_buffered_input =
-      (CVC5::parser::pANTLR3_LINE_BUFFERED_INPUT_STREAM)input;
+  cvc5::parser::pANTLR3_LINE_BUFFERED_INPUT_STREAM line_buffered_input =
+      (cvc5::parser::pANTLR3_LINE_BUFFERED_INPUT_STREAM)input;
   uint8_t* result = line_buffered_input->line_buffer->getPtrWithOffset(
       input->line, input->charPositionInLine, la - 1);
   return (result != NULL) ? *result : ANTLR3_CHARSTREAM_EOF;
@@ -255,8 +255,8 @@ static void bufferedInputRewind(pANTLR3_INT_STREAM is, ANTLR3_MARKER mark) {
 
 static void bufferedInputConsume(pANTLR3_INT_STREAM is) {
   pANTLR3_INPUT_STREAM input = ((pANTLR3_INPUT_STREAM)(is->super));
-  CVC5::parser::pANTLR3_LINE_BUFFERED_INPUT_STREAM line_buffered_input =
-      (CVC5::parser::pANTLR3_LINE_BUFFERED_INPUT_STREAM)input;
+  cvc5::parser::pANTLR3_LINE_BUFFERED_INPUT_STREAM line_buffered_input =
+      (cvc5::parser::pANTLR3_LINE_BUFFERED_INPUT_STREAM)input;
 
   uint8_t* current = line_buffered_input->line_buffer->getPtr(
       input->line, input->charPositionInLine);
@@ -285,7 +285,7 @@ static void bufferedInputSeek(pANTLR3_INT_STREAM is, ANTLR3_MARKER seekPoint) {
   pANTLR3_INPUT_STREAM input = ((pANTLR3_INPUT_STREAM)(is->super));
 
   // Check that we are not seeking backwards.
-  Assert(!((CVC5::parser::pANTLR3_LINE_BUFFERED_INPUT_STREAM)input)
+  Assert(!((cvc5::parser::pANTLR3_LINE_BUFFERED_INPUT_STREAM)input)
               ->line_buffer->isPtrBefore(
                   (uint8_t*)seekPoint, input->line, input->charPositionInLine));
 
@@ -412,4 +412,4 @@ static pANTLR3_INPUT_STREAM antlr3CreateLineBufferedStream(
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index 0699c16d0858915883a5e9d53d4c3a9d0551a64e..d687550a4c6a9cbfde691954058326d104ba19e2 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "parser/line_buffer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 typedef struct ANTLR3_LINE_BUFFERED_INPUT_STREAM {
@@ -45,6 +45,6 @@ pANTLR3_INPUT_STREAM antlr3LineBufferedStreamNew(std::istream& in,
                                                  LineBuffer* line_buffer);
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__ANTLR_LINE_BUFFERED_INPUT_H */
index d1b0ea20bdcf6f7cab7796466d934e3f0037f772..af4ee4d410a344d39cd34d6c97aef09c3387bfba 100644 (file)
@@ -57,7 +57,7 @@
 
 #include "base/check.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 #ifdef ANTLR3_WINDOWS
@@ -526,4 +526,4 @@ getSourceName                               (pANTLR3_INT_STREAM is)
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index c6599b5af1af62f9fd09678d3b2b18ae3c762e61..79bfe0d40756435370a48ae883e1e3447567f749 100644 (file)
@@ -30,7 +30,7 @@
 
 #include <antlr3defs.h>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 #ifdef __cplusplus
@@ -59,6 +59,6 @@ BoundedTokenBufferFree(pBOUNDED_TOKEN_BUFFER buffer);
 #endif
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__BOUNDED_TOKEN_BUFFER_H */
index f7f8a245f22f3ca127dab0ba03de37e6454e5b01..aceff0de4645bad946ed884d3d8b90475863d79c 100644 (file)
@@ -19,7 +19,7 @@
 #include <antlr3interfaces.h>
 #include "parser/bounded_token_factory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 static pANTLR3_COMMON_TOKEN
@@ -141,4 +141,4 @@ setInputStream  (pANTLR3_TOKEN_FACTORY factory, pANTLR3_INPUT_STREAM input)
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index 0f29bbb99b3d3ea7b7122152636dda6621472bd4..3aa347d5269e625e5d7b6c8cc9d8b044afd00263 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef CVC4__PARSER__BOUNDED_TOKEN_FACTORY_H
 #define CVC4__PARSER__BOUNDED_TOKEN_FACTORY_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 #ifdef __cplusplus
@@ -46,6 +46,6 @@ BoundedTokenFactoryNew(pANTLR3_INPUT_STREAM input,ANTLR3_UINT32 size);
 #endif
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__BOUNDED_TOKEN_FACTORY_H */
index 2ed1a924c5c62efbfbef3d93530c6ace8d8e7087..0b27b45fabe05518d3e6b01aeaa711364543cc94 100644 (file)
@@ -430,8 +430,8 @@ unsigned findPivot(const std::vector<unsigned>& operators,
   return pivot;
 }/* findPivot() */
 
-CVC5::api::Term createPrecedenceTree(Parser* parser, api::Solver* solver,
-                          const std::vector<CVC5::api::Term>& expressions,
+cvc5::api::Term createPrecedenceTree(Parser* parser, api::Solver* solver,
+                          const std::vector<cvc5::api::Term>& expressions,
                           const std::vector<unsigned>& operators,
                           unsigned startIndex, unsigned stopIndex) {
   Assert(expressions.size() == operators.size() + 1);
@@ -447,9 +447,9 @@ CVC5::api::Term createPrecedenceTree(Parser* parser, api::Solver* solver,
   //Debug("prec") << "pivot[" << startIndex << "," << stopIndex - 1 << "] at " << pivot << std::endl;
   bool negate;
   api::Kind k = getOperatorKind(operators[pivot], negate);
-  CVC5::api::Term lhs = createPrecedenceTree(
+  cvc5::api::Term lhs = createPrecedenceTree(
       parser, solver, expressions, operators, startIndex, pivot);
-  CVC5::api::Term rhs = createPrecedenceTree(
+  cvc5::api::Term rhs = createPrecedenceTree(
       parser, solver, expressions, operators, pivot + 1, stopIndex);
 
   if (lhs.getSort().isSet())
@@ -477,7 +477,7 @@ CVC5::api::Term createPrecedenceTree(Parser* parser, api::Solver* solver,
 }/* createPrecedenceTree() recursive variant */
 
 api::Term createPrecedenceTree(Parser* parser, api::Solver* s,
-                          const std::vector<CVC5::api::Term>& expressions,
+                          const std::vector<cvc5::api::Term>& expressions,
                           const std::vector<unsigned>& operators) {
   if(Debug.isOn("prec") && operators.size() > 1) {
     for(unsigned i = 0; i < expressions.size(); ++i) {
@@ -552,7 +552,7 @@ api::Term addNots(api::Solver* s, size_t n, api::Term e) {
 #include "smt/command.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
   class Expr;
 }/* CVC4 namespace */
 
@@ -582,8 +582,8 @@ namespace CVC5 {
         });                                                 \
   })
 
-using namespace CVC5;
-using namespace CVC5::parser;
+using namespace cvc5;
+using namespace cvc5::parser;
 
 /* These need to be macros so they can refer to the PARSER macro, which will be defined
  * by ANTLR *after* this section. (If they were functions, PARSER would be undefined.) */
@@ -611,7 +611,7 @@ using namespace CVC5::parser;
  * Parses an expression.
  * @return the parsed expression
  */
-parseExpr returns [CVC5::api::Term expr = CVC5::api::Term()]
+parseExpr returns [cvc5::api::Term expr = cvc5::api::Term()]
   : formula[expr]
   | EOF
   ;
@@ -620,9 +620,9 @@ parseExpr returns [CVC5::api::Term expr = CVC5::api::Term()]
  * Parses a command (the whole benchmark)
  * @return the command of the benchmark
  */
-parseCommand returns [CVC5::Command* cmd_return = NULL]
+parseCommand returns [cvc5::Command* cmd_return = NULL]
 @declarations {
-    std::unique_ptr<CVC5::Command> cmd;
+    std::unique_ptr<cvc5::Command> cmd;
 }
 @after {
     cmd_return = cmd.release();
@@ -652,7 +652,7 @@ parseCommand returns [CVC5::Command* cmd_return = NULL]
  * Matches a command of the input. If a declaration, it will return an empty
  * command.
  */
-command [std::unique_ptr<CVC5::Command>* cmd]
+command [std::unique_ptr<cvc5::Command>* cmd]
   : ( mainCommand[cmd] SEMICOLON
     | SEMICOLON
     | LET_TOK { PARSER_STATE->pushScope(); }
@@ -674,18 +674,18 @@ command [std::unique_ptr<CVC5::Command>* cmd]
     }
   ;
 
-typeOrVarLetDecl[CVC5::parser::DeclarationCheck check]
+typeOrVarLetDecl[cvc5::parser::DeclarationCheck check]
 options { backtrack = true; }
   : letDecl | typeLetDecl[check]
   ;
 
-mainCommand[std::unique_ptr<CVC5::Command>* cmd]
+mainCommand[std::unique_ptr<cvc5::Command>* cmd]
 @init {
   api::Term f;
   api::Term sexpr;
   std::string id;
   api::Sort t;
-  std::vector<CVC5::api::DatatypeDecl> dts;
+  std::vector<cvc5::api::DatatypeDecl> dts;
   Debug("parser-extra") << "command: " << AntlrInput::tokenText(LT(1)) << std::endl;
   std::string s;
   api::Term func;
@@ -694,7 +694,7 @@ mainCommand[std::unique_ptr<CVC5::Command>* cmd]
   std::vector<api::Term> formulas;
   std::vector<std::vector<api::Term>> formals;
   std::vector<std::string> ids;
-  std::vector<CVC5::api::Sort> types;
+  std::vector<cvc5::api::Sort> types;
   bool idCommaFlag = true;
   bool formCommaFlag = true;
 }
@@ -953,7 +953,7 @@ simpleSymbolicExpr[std::string& s]
     { s = AntlrInput::tokenText($IDENTIFIER); }
   ;
 
-symbolicExpr[CVC5::api::Term& sexpr]
+symbolicExpr[cvc5::api::Term& sexpr]
 @declarations {
   std::string s;
   std::vector<api::Term> children;
@@ -961,13 +961,13 @@ symbolicExpr[CVC5::api::Term& sexpr]
   : simpleSymbolicExpr[s]
     { sexpr = SOLVER->mkString(PARSER_STATE->processAdHocStringEsc(s)); }
   | LPAREN (symbolicExpr[sexpr] { children.push_back(sexpr); } )* RPAREN
-    { sexpr = SOLVER->mkTerm(CVC5::api::SEXPR, children); }
+    { sexpr = SOLVER->mkTerm(cvc5::api::SEXPR, children); }
   ;
 
 /**
  * Match a top-level declaration.
  */
-toplevelDeclaration[std::unique_ptr<CVC5::Command>* cmd]
+toplevelDeclaration[std::unique_ptr<cvc5::Command>* cmd]
 @init {
   std::vector<std::string> ids;
   api::Sort t;
@@ -982,7 +982,7 @@ toplevelDeclaration[std::unique_ptr<CVC5::Command>* cmd]
 /**
  * A bound variable declaration.
  */
-boundVarDecl[std::vector<std::string>& ids, CVC5::api::Sort& t]
+boundVarDecl[std::vector<std::string>& ids, cvc5::api::Sort& t]
 @init {
   std::unique_ptr<Command> local_cmd;
 }
@@ -1001,8 +1001,8 @@ boundVarDecls
   : boundVarDecl[ids,t] ( COMMA boundVarDecl[ids,t] )*
   ;
 
-boundVarDeclsReturn[std::vector<CVC5::api::Term>& terms,
-                    std::vector<CVC5::api::Sort>& types]
+boundVarDeclsReturn[std::vector<cvc5::api::Term>& terms,
+                    std::vector<cvc5::api::Sort>& types]
 @init {
   std::vector<std::string> ids;
   api::Sort t;
@@ -1012,8 +1012,8 @@ boundVarDeclsReturn[std::vector<CVC5::api::Term>& terms,
   : boundVarDeclReturn[terms,types] ( COMMA boundVarDeclReturn[terms,types] )*
   ;
 
-boundVarDeclReturn[std::vector<CVC5::api::Term>& terms,
-                   std::vector<CVC5::api::Sort>& types]
+boundVarDeclReturn[std::vector<cvc5::api::Term>& terms,
+                   std::vector<cvc5::api::Sort>& types]
 @init {
   std::vector<std::string> ids;
   api::Sort t;
@@ -1035,7 +1035,7 @@ boundVarDeclReturn[std::vector<CVC5::api::Term>& terms,
  * because type declarations are always top-level, except for
  * type-lets, which don't use this rule.
  */
-declareTypes[std::unique_ptr<CVC5::Command>* cmd,
+declareTypes[std::unique_ptr<cvc5::Command>* cmd,
              const std::vector<std::string>& idList]
 @init {
   api::Sort t;
@@ -1077,7 +1077,7 @@ declareTypes[std::unique_ptr<CVC5::Command>* cmd,
  * permitted and "cmd" is output.  If topLevel is false, bound vars
  * are created
  */
-declareVariables[std::unique_ptr<CVC5::Command>* cmd, CVC5::api::Sort& t,
+declareVariables[std::unique_ptr<cvc5::Command>* cmd, cvc5::api::Sort& t,
                  const std::vector<std::string>& idList, bool topLevel]
 @init {
   api::Term f;
@@ -1167,8 +1167,8 @@ declareVariables[std::unique_ptr<CVC5::Command>* cmd, CVC5::api::Sort& t,
  * @param check what kinds of check to perform on the symbols
  */
 identifierList[std::vector<std::string>& idList,
-               CVC5::parser::DeclarationCheck check,
-               CVC5::parser::SymbolType type]
+               cvc5::parser::DeclarationCheck check,
+               cvc5::parser::SymbolType type]
 @init {
   std::string id;
   idList.clear();
@@ -1181,8 +1181,8 @@ identifierList[std::vector<std::string>& idList,
  * Matches an identifier and returns a string.
  */
 identifier[std::string& id,
-           CVC5::parser::DeclarationCheck check,
-           CVC5::parser::SymbolType type]
+           cvc5::parser::DeclarationCheck check,
+           cvc5::parser::SymbolType type]
   : IDENTIFIER
     { id = AntlrInput::tokenText($IDENTIFIER);
       PARSER_STATE->checkDeclaration(id, check, type); }
@@ -1200,8 +1200,8 @@ identifier[std::string& id,
  * way; then you should trace through Parser::bindMutualDatatypeType()
  * to figure out just what you're in for.
  */
-type[CVC5::api::Sort& t,
-     CVC5::parser::DeclarationCheck check]
+type[cvc5::api::Sort& t,
+     cvc5::parser::DeclarationCheck check]
 @init {
   api::Sort t2;
   bool lhs;
@@ -1244,8 +1244,8 @@ type[CVC5::api::Sort& t,
 // there).  The "type" rule above uses restictedTypePossiblyFunctionLHS
 // directly in order to implement that; this rule allows a type list to
 // parse but then issues an error.
-restrictedType[CVC5::api::Sort& t,
-               CVC5::parser::DeclarationCheck check]
+restrictedType[cvc5::api::Sort& t,
+               cvc5::parser::DeclarationCheck check]
 @init {
   bool lhs;
 }
@@ -1257,8 +1257,8 @@ restrictedType[CVC5::api::Sort& t,
  * lhs is set to "true" on output if we have a list of types, so an
  * ARROW must follow.  An ARROW can always follow; lhs means it MUST.
  */
-restrictedTypePossiblyFunctionLHS[CVC5::api::Sort& t,
-                                  CVC5::parser::DeclarationCheck check,
+restrictedTypePossiblyFunctionLHS[cvc5::api::Sort& t,
+                                  cvc5::parser::DeclarationCheck check,
                                   bool& lhs]
 @init {
   api::Sort t2;
@@ -1369,8 +1369,8 @@ restrictedTypePossiblyFunctionLHS[CVC5::api::Sort& t,
     }
   ;
 
-parameterization[CVC5::parser::DeclarationCheck check,
-                 std::vector<CVC5::api::Sort>& params]
+parameterization[cvc5::parser::DeclarationCheck check,
+                 std::vector<cvc5::api::Sort>& params]
 @init {
   api::Sort t;
 }
@@ -1383,7 +1383,7 @@ bound
   | integer
 ;
 
-typeLetDecl[CVC5::parser::DeclarationCheck check]
+typeLetDecl[cvc5::parser::DeclarationCheck check]
 @init {
   api::Sort t;
   std::string id;
@@ -1399,11 +1399,11 @@ typeLetDecl[CVC5::parser::DeclarationCheck check]
  *
  * @return the expression representing the formula/term
  */
-formula[CVC5::api::Term& f]
+formula[cvc5::api::Term& f]
 @init {
   Debug("parser-extra") << "formula: " << AntlrInput::tokenText(LT(1)) << std::endl;
   api::Term f2;
-  std::vector<CVC5::api::Term> expressions;
+  std::vector<cvc5::api::Term> expressions;
   std::vector<unsigned> operators;
   unsigned op;
 }
@@ -1421,7 +1421,7 @@ formula[CVC5::api::Term& f]
     )
   ;
 
-morecomparisons[std::vector<CVC5::api::Term>& expressions,
+morecomparisons[std::vector<cvc5::api::Term>& expressions,
                 std::vector<unsigned>& operators] returns [size_t i = 0]
 @init {
   unsigned op;
@@ -1445,7 +1445,7 @@ nots returns [size_t n = 0]
   : ( NOT_TOK { ++$n; } )*
   ;
 
-prefixFormula[CVC5::api::Term& f]
+prefixFormula[cvc5::api::Term& f]
 @init {
   std::vector<std::string> ids;
   std::vector<api::Term> terms;
@@ -1499,7 +1499,7 @@ prefixFormula[CVC5::api::Term& f]
     }
   ;
 
-instantiationPatterns[ CVC5::api::Term& expr ]
+instantiationPatterns[ cvc5::api::Term& expr ]
 @init {
   std::vector<api::Term> args;
   api::Term f;
@@ -1545,9 +1545,9 @@ booleanBinop[unsigned& op]
   | AND_TOK
   ;
 
-comparison[CVC5::api::Term& f]
+comparison[cvc5::api::Term& f]
 @init {
-  std::vector<CVC5::api::Term> expressions;
+  std::vector<cvc5::api::Term> expressions;
   std::vector<unsigned> operators;
   unsigned op;
 }
@@ -1585,9 +1585,9 @@ arithmeticBinop[unsigned& op]
   ;
 
 /** Parses an array/tuple/record assignment term. */
-term[CVC5::api::Term& f]
+term[cvc5::api::Term& f]
 @init {
-  std::vector<CVC5::api::Term> expressions;
+  std::vector<cvc5::api::Term> expressions;
   std::vector<unsigned> operators;
   unsigned op;
   api::Sort t;
@@ -1607,24 +1607,24 @@ term[CVC5::api::Term& f]
  * Parses just part of the array assignment (and constructs
  * the store terms).
  */
-arrayStore[CVC5::api::Term& f]
+arrayStore[cvc5::api::Term& f]
 @init {
   api::Term f2, k;
 }
   : LBRACKET formula[k] RBRACKET
-    { f2 = MK_TERM(CVC5::api::SELECT, f, k); }
+    { f2 = MK_TERM(cvc5::api::SELECT, f, k); }
     ( ( arrayStore[f2]
       | DOT ( tupleStore[f2]
             | recordStore[f2] ) )
     | ASSIGN_TOK term[f2] )
-    { f = MK_TERM(CVC5::api::STORE, f, k, f2); }
+    { f = MK_TERM(cvc5::api::STORE, f, k, f2); }
   ;
 
 /**
  * Parses just part of the tuple assignment (and constructs
  * the store terms).
  */
-tupleStore[CVC5::api::Term& f]
+tupleStore[cvc5::api::Term& f]
 @init {
   api::Term f2;
 }
@@ -1654,7 +1654,7 @@ tupleStore[CVC5::api::Term& f]
  * Parses just part of the record assignment (and constructs
  * the store terms).
  */
-recordStore[CVC5::api::Term& f]
+recordStore[cvc5::api::Term& f]
 @init {
   std::string id;
   api::Term f2;
@@ -1680,7 +1680,7 @@ recordStore[CVC5::api::Term& f]
   ;
 
 /** Parses a unary minus term. */
-uminusTerm[CVC5::api::Term& f]
+uminusTerm[cvc5::api::Term& f]
 @init {
   unsigned minusCount = 0;
 }
@@ -1690,14 +1690,14 @@ uminusTerm[CVC5::api::Term& f]
       while (minusCount > 0)
       {
         --minusCount;
-        f = MK_TERM(CVC5::api::UMINUS, f);
+        f = MK_TERM(cvc5::api::UMINUS, f);
       }
     };
 
 /** Parses bitvectors.  Starts with binary operators @, &, and |. */
-bvBinaryOpTerm[CVC5::api::Term& f]
+bvBinaryOpTerm[cvc5::api::Term& f]
 @init {
-  std::vector<CVC5::api::Term> expressions;
+  std::vector<cvc5::api::Term> expressions;
   std::vector<unsigned> operators;
   unsigned op;
 }
@@ -1714,12 +1714,12 @@ bvBinop[unsigned& op]
   | BVAND_TOK
   ;
 
-bvNegTerm[CVC5::api::Term& f]
+bvNegTerm[cvc5::api::Term& f]
     /* BV neg */
   : BVNEG_TOK bvNegTerm[f]
     {
-      f = f.getSort().isSet() ? MK_TERM(CVC5::api::COMPLEMENT, f)
-                              : MK_TERM(CVC5::api::BITVECTOR_NOT, f);
+      f = f.getSort().isSet() ? MK_TERM(cvc5::api::COMPLEMENT, f)
+                              : MK_TERM(cvc5::api::BITVECTOR_NOT, f);
     }
   | relationBinopTerm[f]
   ;
@@ -1733,9 +1733,9 @@ relationBinop[unsigned& op]
   | JOIN_IMAGE_TOK
   ;
 
-relationBinopTerm[CVC5::api::Term& f]
+relationBinopTerm[cvc5::api::Term& f]
 @init {
-  std::vector<CVC5::api::Term> expressions;
+  std::vector<cvc5::api::Term> expressions;
   std::vector<unsigned> operators;
   unsigned op;
 }
@@ -1753,7 +1753,7 @@ relationBinopTerm[CVC5::api::Term& f]
  * brackets ], so we left-factor as much out as possible to make ANTLR
  * happy.
  */
-postfixTerm[CVC5::api::Term& f]
+postfixTerm[cvc5::api::Term& f]
 @init {
   api::Term f2;
   bool extract = false, left = false;
@@ -1772,7 +1772,7 @@ postfixTerm[CVC5::api::Term& f]
           f = SOLVER->mkTerm(SOLVER->mkOp(api::BITVECTOR_EXTRACT,k1,k2), f);
         } else {
           /* array select */
-          f = MK_TERM(CVC5::api::SELECT, f, f2);
+          f = MK_TERM(cvc5::api::SELECT, f, f2);
         }
       }
       /* left- or right-shift */
@@ -1834,19 +1834,19 @@ postfixTerm[CVC5::api::Term& f]
       )
     )*
     | FLOOR_TOK LPAREN formula[f] RPAREN
-      { f = MK_TERM(CVC5::api::TO_INTEGER, f); }
+      { f = MK_TERM(cvc5::api::TO_INTEGER, f); }
     | IS_INTEGER_TOK LPAREN formula[f] RPAREN
-      { f = MK_TERM(CVC5::api::IS_INTEGER, f); }
+      { f = MK_TERM(cvc5::api::IS_INTEGER, f); }
     | ABS_TOK LPAREN formula[f] RPAREN
-      { f = MK_TERM(CVC5::api::ABS, f); }
+      { f = MK_TERM(cvc5::api::ABS, f); }
     | DIVISIBLE_TOK LPAREN formula[f] COMMA n=numeral RPAREN
-      { f = MK_TERM(SOLVER->mkOp(CVC5::api::DIVISIBLE, n), f); }
+      { f = MK_TERM(SOLVER->mkOp(cvc5::api::DIVISIBLE, n), f); }
     | DISTINCT_TOK LPAREN
       formula[f] { args.push_back(f); }
       ( COMMA formula[f] { args.push_back(f); } )* RPAREN
       {
         f = (args.size() == 1) ? SOLVER->mkTrue()
-                               : MK_TERM(CVC5::api::DISTINCT, args);
+                               : MK_TERM(cvc5::api::DISTINCT, args);
       }
     )
     ( typeAscription[f, t]
@@ -1856,12 +1856,12 @@ postfixTerm[CVC5::api::Term& f]
     )?
   ;
 
-relationTerm[CVC5::api::Term& f]
+relationTerm[cvc5::api::Term& f]
     /* relation terms */
   : TRANSPOSE_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::TRANSPOSE, f); }
+    { f = MK_TERM(cvc5::api::TRANSPOSE, f); }
   | TRANSCLOSURE_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::TCLOSURE, f); }
+    { f = MK_TERM(cvc5::api::TCLOSURE, f); }
   | TUPLE_TOK LPAREN formula[f] RPAREN
     { std::vector<api::Sort> types;
       std::vector<api::Term> args;
@@ -1873,30 +1873,30 @@ relationTerm[CVC5::api::Term& f]
       f = MK_TERM(api::APPLY_CONSTRUCTOR, args);
     }
   | IDEN_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::IDEN, f); }
+    { f = MK_TERM(cvc5::api::IDEN, f); }
   | bvTerm[f]
   ;
 
-bvTerm[CVC5::api::Term& f]
+bvTerm[cvc5::api::Term& f]
 @init {
   api::Term f2;
   std::vector<api::Term> args;
 }
     /* BV xor */
   : BVXOR_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_XOR, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_XOR, f, f2); }
   | BVNAND_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_NAND, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_NAND, f, f2); }
   | BVNOR_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_NOR, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_NOR, f, f2); }
   | BVCOMP_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_COMP, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_COMP, f, f2); }
   | BVXNOR_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_XNOR, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_XNOR, f, f2); }
 
     /* BV unary minus */
   | BVUMINUS_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_NEG, f); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_NEG, f); }
     /* BV addition */
   | BVPLUS_TOK LPAREN k=numeral COMMA formula[f] { args.push_back(f); }
     ( COMMA formula[f2] { args.push_back(f2); } )+ RPAREN
@@ -1907,7 +1907,7 @@ bvTerm[CVC5::api::Term& f]
       for (unsigned i = 0; i < args.size(); ++ i) {
         ENSURE_BV_SIZE(k, args[i]);
       }
-      f = MK_TERM(CVC5::api::BITVECTOR_PLUS, args);
+      f = MK_TERM(cvc5::api::BITVECTOR_PLUS, args);
     }
     /* BV subtraction */
   | BVSUB_TOK LPAREN k=numeral COMMA formula[f] COMMA formula[f2] RPAREN
@@ -1917,7 +1917,7 @@ bvTerm[CVC5::api::Term& f]
       }
       ENSURE_BV_SIZE(k, f);
       ENSURE_BV_SIZE(k, f2);
-      f = MK_TERM(CVC5::api::BITVECTOR_SUB, f, f2);
+      f = MK_TERM(cvc5::api::BITVECTOR_SUB, f, f2);
     }
     /* BV multiplication */
   | BVMULT_TOK LPAREN k=numeral COMMA formula[f] COMMA formula[f2] RPAREN
@@ -1927,32 +1927,32 @@ bvTerm[CVC5::api::Term& f]
       }
       ENSURE_BV_SIZE(k, f);
       ENSURE_BV_SIZE(k, f2);
-      f = MK_TERM(CVC5::api::BITVECTOR_MULT, f, f2);
+      f = MK_TERM(cvc5::api::BITVECTOR_MULT, f, f2);
     }
     /* BV unsigned division */
   | BVUDIV_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_UDIV, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_UDIV, f, f2); }
     /* BV signed division */
   | BVSDIV_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_SDIV, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_SDIV, f, f2); }
     /* BV unsigned remainder */
   | BVUREM_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_UREM, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_UREM, f, f2); }
     /* BV signed remainder */
   | BVSREM_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_SREM, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_SREM, f, f2); }
     /* BV signed modulo */
   | BVSMOD_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_SMOD, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_SMOD, f, f2); }
     /* BV left shift */
   | BVSHL_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_SHL, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_SHL, f, f2); }
     /* BV arithmetic right shift */
   | BVASHR_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_ASHR, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_ASHR, f, f2); }
     /* BV logical left shift */
   | BVLSHR_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_LSHR, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_LSHR, f, f2); }
     /* BV sign extension */
   | SX_TOK LPAREN formula[f] COMMA k=numeral RPAREN
     { unsigned n = f.getSort().getBVSize();
@@ -1983,25 +1983,25 @@ bvTerm[CVC5::api::Term& f]
 
     /* BV comparisons */
   | BVLT_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_ULT, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_ULT, f, f2); }
   | BVLE_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_ULE, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_ULE, f, f2); }
   | BVGT_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_UGT, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_UGT, f, f2); }
   | BVGE_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_UGE, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_UGE, f, f2); }
   | BVSLT_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_SLT, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_SLT, f, f2); }
   | BVSLE_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_SLE, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_SLE, f, f2); }
   | BVSGT_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_SGT, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_SGT, f, f2); }
   | BVSGE_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::BITVECTOR_SGE, f, f2); }
+    { f = MK_TERM(cvc5::api::BITVECTOR_SGE, f, f2); }
   | stringTerm[f]
   ;
 
-stringTerm[CVC5::api::Term& f]
+stringTerm[cvc5::api::Term& f]
 @init {
   api::Term f2;
   api::Term f3;
@@ -2011,67 +2011,67 @@ stringTerm[CVC5::api::Term& f]
     /* String prefix operators */
   : STRING_CONCAT_TOK LPAREN formula[f] { args.push_back(f); }
     ( COMMA formula[f2] { args.push_back(f2); } )+ RPAREN
-    { f = MK_TERM(CVC5::api::STRING_CONCAT, args); }
+    { f = MK_TERM(cvc5::api::STRING_CONCAT, args); }
   | STRING_LENGTH_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_LENGTH, f); }
+    { f = MK_TERM(cvc5::api::STRING_LENGTH, f); }
   | STRING_CONTAINS_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_CONTAINS, f, f2); }
+    { f = MK_TERM(cvc5::api::STRING_CONTAINS, f, f2); }
   | STRING_SUBSTR_TOK LPAREN formula[f] COMMA formula[f2] COMMA formula[f3] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_SUBSTR, f, f2, f3); }
+    { f = MK_TERM(cvc5::api::STRING_SUBSTR, f, f2, f3); }
   | STRING_CHARAT_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_CHARAT, f, f2); }
+    { f = MK_TERM(cvc5::api::STRING_CHARAT, f, f2); }
   | STRING_INDEXOF_TOK LPAREN formula[f] COMMA formula[f2] COMMA formula[f3] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_INDEXOF, f, f2, f3); }
+    { f = MK_TERM(cvc5::api::STRING_INDEXOF, f, f2, f3); }
   | STRING_REPLACE_TOK LPAREN formula[f] COMMA formula[f2] COMMA formula[f3] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_REPLACE, f, f2, f3); }
+    { f = MK_TERM(cvc5::api::STRING_REPLACE, f, f2, f3); }
   | STRING_REPLACE_ALL_TOK LPAREN formula[f] COMMA formula[f2] COMMA formula[f3] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_REPLACE_ALL, f, f2, f3); }
+    { f = MK_TERM(cvc5::api::STRING_REPLACE_ALL, f, f2, f3); }
   | STRING_PREFIXOF_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_PREFIX, f, f2); }
+    { f = MK_TERM(cvc5::api::STRING_PREFIX, f, f2); }
   | STRING_SUFFIXOF_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_SUFFIX, f, f2); }
+    { f = MK_TERM(cvc5::api::STRING_SUFFIX, f, f2); }
   | STRING_STOI_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_TO_INT, f); }
+    { f = MK_TERM(cvc5::api::STRING_TO_INT, f); }
   | STRING_ITOS_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_FROM_INT, f); }
+    { f = MK_TERM(cvc5::api::STRING_FROM_INT, f); }
   | STRING_TO_REGEXP_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_TO_REGEXP, f); }
+    { f = MK_TERM(cvc5::api::STRING_TO_REGEXP, f); }
   | STRING_TOLOWER_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_TOLOWER, f); }
+    { f = MK_TERM(cvc5::api::STRING_TOLOWER, f); }
   | STRING_TOUPPER_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_TOUPPER, f); }
+    { f = MK_TERM(cvc5::api::STRING_TOUPPER, f); }
   | STRING_REV_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::STRING_REV, f); }
+    { f = MK_TERM(cvc5::api::STRING_REV, f); }
   | REGEXP_CONCAT_TOK LPAREN formula[f] { args.push_back(f); }
     ( COMMA formula[f2] { args.push_back(f2); } )+ RPAREN
-    { f = MK_TERM(CVC5::api::REGEXP_CONCAT, args); }
+    { f = MK_TERM(cvc5::api::REGEXP_CONCAT, args); }
   | REGEXP_UNION_TOK LPAREN formula[f] { args.push_back(f); }
     ( COMMA formula[f2] { args.push_back(f2); } )+ RPAREN
-    { f = MK_TERM(CVC5::api::REGEXP_UNION, args); }
+    { f = MK_TERM(cvc5::api::REGEXP_UNION, args); }
   | REGEXP_INTER_TOK LPAREN formula[f] { args.push_back(f); }
     ( COMMA formula[f2] { args.push_back(f2); } )+ RPAREN
-    { f = MK_TERM(CVC5::api::REGEXP_INTER, args); }
+    { f = MK_TERM(cvc5::api::REGEXP_INTER, args); }
   | REGEXP_STAR_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::REGEXP_STAR, f); }
+    { f = MK_TERM(cvc5::api::REGEXP_STAR, f); }
   | REGEXP_PLUS_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::REGEXP_PLUS, f); }
+    { f = MK_TERM(cvc5::api::REGEXP_PLUS, f); }
   | REGEXP_OPT_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::REGEXP_OPT, f); }
+    { f = MK_TERM(cvc5::api::REGEXP_OPT, f); }
   | REGEXP_RANGE_TOK LPAREN formula[f] COMMA formula[f2] RPAREN
-    { f = MK_TERM(CVC5::api::REGEXP_RANGE, f, f2); }
+    { f = MK_TERM(cvc5::api::REGEXP_RANGE, f, f2); }
   | REGEXP_LOOP_TOK LPAREN formula[f] COMMA lo=numeral COMMA hi=numeral RPAREN
     {
-      api::Op lop = SOLVER->mkOp(CVC5::api::REGEXP_LOOP, lo, hi);
+      api::Op lop = SOLVER->mkOp(cvc5::api::REGEXP_LOOP, lo, hi);
       f = MK_TERM(lop, f); 
     }
   | REGEXP_COMPLEMENT_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::REGEXP_COMPLEMENT, f); }
+    { f = MK_TERM(cvc5::api::REGEXP_COMPLEMENT, f); }
   | SEQ_UNIT_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::SEQ_UNIT, f); }
+    { f = MK_TERM(cvc5::api::SEQ_UNIT, f); }
   | REGEXP_EMPTY_TOK
-    { f = MK_TERM(CVC5::api::REGEXP_EMPTY, std::vector<api::Term>()); }
+    { f = MK_TERM(cvc5::api::REGEXP_EMPTY, std::vector<api::Term>()); }
   | REGEXP_SIGMA_TOK
-    { f = MK_TERM(CVC5::api::REGEXP_SIGMA, std::vector<api::Term>()); }
+    { f = MK_TERM(cvc5::api::REGEXP_SIGMA, std::vector<api::Term>()); }
 
     /* string literal */
   | str[s]
@@ -2080,20 +2080,20 @@ stringTerm[CVC5::api::Term& f]
   | setsTerm[f]
   ;
 
-setsTerm[CVC5::api::Term& f]
+setsTerm[cvc5::api::Term& f]
 @init {
 }
     /* Sets prefix operators */
   : SETS_CARD_TOK LPAREN formula[f] RPAREN
-    { f = MK_TERM(CVC5::api::CARD, f); }
+    { f = MK_TERM(cvc5::api::CARD, f); }
   | SETS_CHOOSE_TOK LPAREN formula[f] RPAREN
-        { f = MK_TERM(CVC5::api::CHOOSE, f); }
+        { f = MK_TERM(cvc5::api::CHOOSE, f); }
   | simpleTerm[f]
   ;
 
 
 /** Parses a simple term. */
-simpleTerm[CVC5::api::Term& f]
+simpleTerm[cvc5::api::Term& f]
 @init {
   std::string name;
   std::vector<api::Term> args;
@@ -2234,7 +2234,7 @@ simpleTerm[CVC5::api::Term& f]
       api::Sort dtype = f.getSort();
       if(dtype.isConstructor() && dtype.getConstructorArity() == 0) {
         // don't require parentheses, immediately turn it into an apply
-        f = MK_TERM(CVC5::api::APPLY_CONSTRUCTOR, f);
+        f = MK_TERM(cvc5::api::APPLY_CONSTRUCTOR, f);
       }
     }
   ;
@@ -2243,7 +2243,7 @@ simpleTerm[CVC5::api::Term& f]
  * Matches a type ascription.
  * The f arg is the term to check (it is an input-only argument).
  */
-typeAscription[const CVC5::api::Term& f, CVC5::api::Sort& t]
+typeAscription[const cvc5::api::Term& f, cvc5::api::Sort& t]
 @init {
 }
   : COLON COLON type[t,CHECK_DECLARED]
@@ -2252,14 +2252,14 @@ typeAscription[const CVC5::api::Term& f, CVC5::api::Sort& t]
 /**
  * Matches an entry in a record literal.
  */
-recordEntry[std::string& name, CVC5::api::Term& ex]
+recordEntry[std::string& name, cvc5::api::Term& ex]
   : identifier[name,CHECK_NONE,SYM_VARIABLE] ASSIGN_TOK formula[ex]
   ;
 
 /**
  * Parses an ITE term.
  */
-iteTerm[CVC5::api::Term& f]
+iteTerm[cvc5::api::Term& f]
 @init {
   std::vector<api::Term> args;
   Debug("parser-extra") << "ite: " << AntlrInput::tokenText(LT(1)) << std::endl;
@@ -2268,13 +2268,13 @@ iteTerm[CVC5::api::Term& f]
     THEN_TOK formula[f] { args.push_back(f); }
     iteElseTerm[f] { args.push_back(f); }
     ENDIF_TOK
-    { f = MK_TERM(CVC5::api::ITE, args); }
+    { f = MK_TERM(cvc5::api::ITE, args); }
   ;
 
 /**
  * Parses the else part of the ITE, i.e. ELSE f, or ELSIF b THEN f1 ...
  */
-iteElseTerm[CVC5::api::Term& f]
+iteElseTerm[cvc5::api::Term& f]
 @init {
   std::vector<api::Term> args;
   Debug("parser-extra") << "else: " << AntlrInput::tokenText(LT(1)) << std::endl;
@@ -2283,13 +2283,13 @@ iteElseTerm[CVC5::api::Term& f]
   | ELSEIF_TOK iteCondition = formula[f] { args.push_back(f); }
     THEN_TOK iteThen = formula[f] { args.push_back(f); }
     iteElse = iteElseTerm[f] { args.push_back(f); }
-    { f = MK_TERM(CVC5::api::ITE, args); }
+    { f = MK_TERM(cvc5::api::ITE, args); }
   ;
 
 /**
  * Parses a datatype definition
  */
-datatypeDef[std::vector<CVC5::api::DatatypeDecl>& datatypes]
+datatypeDef[std::vector<cvc5::api::DatatypeDecl>& datatypes]
 @init {
   std::string id, id2;
   api::Sort t;
@@ -2324,14 +2324,14 @@ datatypeDef[std::vector<CVC5::api::DatatypeDecl>& datatypes]
 /**
  * Parses a constructor defintion for type
  */
-constructorDef[CVC5::api::DatatypeDecl& type]
+constructorDef[cvc5::api::DatatypeDecl& type]
 @init {
   std::string id;
-  std::unique_ptr<CVC5::api::DatatypeConstructorDecl> ctor;
+  std::unique_ptr<cvc5::api::DatatypeConstructorDecl> ctor;
 }
   : identifier[id,CHECK_UNDECLARED,SYM_SORT]
     {
-      ctor.reset(new CVC5::api::DatatypeConstructorDecl(
+      ctor.reset(new cvc5::api::DatatypeConstructorDecl(
           SOLVER->mkDatatypeConstructorDecl(id)));
     }
     ( LPAREN
@@ -2345,7 +2345,7 @@ constructorDef[CVC5::api::DatatypeDecl& type]
     }
   ;
 
-selector[std::unique_ptr<CVC5::api::DatatypeConstructorDecl>* ctor]
+selector[std::unique_ptr<cvc5::api::DatatypeConstructorDecl>* ctor]
 @init {
   std::string id;
   api::Sort t, t2;
@@ -2377,7 +2377,7 @@ numeral returns [unsigned k = 0]
 /**
  * Similar to numeral but for arbitrary-precision, signed integer.
  */
-integer returns [CVC5::Rational k = 0]
+integer returns [cvc5::Rational k = 0]
   : INTEGER_LITERAL
     { $k = AntlrInput::tokenToInteger($INTEGER_LITERAL); }
   | MINUS_TOK INTEGER_LITERAL
index 3cd48698139c50cef74a9890a1004ef0f8c1eff9..a115fa276324fb4e46f9cbccabd465f76b9593fa 100644 (file)
@@ -17,7 +17,7 @@
 #include "parser/cvc/cvc.h"
 #include "smt/command.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 void Cvc::forceLogic(const std::string& logic)
@@ -35,4 +35,4 @@ bool Cvc::getTesterName(api::Term cons, std::string& name)
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index c36e369792c83b36bef1e4d5c9c40335e97ca862..acfcc1d17facf5cd1e9fcf867811884ae92a2854 100644 (file)
@@ -22,7 +22,7 @@
 #include "api/cvc4cpp.h"
 #include "parser/parser.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace parser {
 
@@ -48,6 +48,6 @@ class Cvc : public Parser
 };
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__CVC_H */
index a4a9c27f22a8db50b08c0d90cbe3be2371ece3a3..f746c5f058b7fba0e898b0af9fb069f917d1cf13 100644 (file)
@@ -24,7 +24,7 @@
 #include "parser/cvc/CvcParser.h"
 #include "parser/parser_exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 /* Use lookahead=3 */
@@ -73,4 +73,4 @@ pANTLR3_LEXER CvcInput::getLexer() {
 */
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index c9862916a8fd20edf39bf58d29ceda5d3726cdcd..82b2d652c7fe15bafa6a5dc43bed4bc0d7aa4c2f 100644 (file)
 #include "parser/cvc/CvcLexer.h"
 #include "parser/cvc/CvcParser.h"
 
-// extern void CvcParserSetAntlrParser(CVC5::parser::AntlrParser*
+// extern void CvcParserSetAntlrParser(cvc5::parser::AntlrParser*
 // newAntlrParser);
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Command;
 class Expr;
@@ -73,6 +73,6 @@ class CvcInput : public AntlrInput {
 }; // class CvcInput
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__CVC_INPUT_H */
index d0c71bd134e7daaeff525453d204a3d3c5787d0c..8c951902204000a67b8f23e4a601ed40680c5423 100644 (file)
 
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::parser;
-using namespace CVC5::kind;
+using namespace cvc5;
+using namespace cvc5::parser;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 InputStreamException::InputStreamException(const std::string& msg) :
@@ -80,4 +80,4 @@ Input* Input::newStringInput(InputLanguage lang,
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index 2a401521c282781b37fb69856856e260f910e46c..fcaa369322bb091801461a5afafa1953432e9964 100644 (file)
@@ -30,7 +30,7 @@
 #include "options/language.h"
 #include "parser/parser_exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Command;
 
@@ -177,6 +177,6 @@ class CVC4_EXPORT Input
 }; /* class Input */
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__ANTLR_INPUT_H */
index 1675d8f991da910b2ad42836a89254522ac97f28..694478d3894cab2fef466d58c33522edee716050 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "base/check.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 LineBuffer::LineBuffer(std::istream* stream) : d_stream(stream) {}
@@ -90,4 +90,4 @@ bool LineBuffer::readToLine(size_t line_size)
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index 3625ade87728f8286c4b9d5499f6c39ecebdb811..a8a4e993c91637469dfdc1a726eeb6fd7093e96d 100644 (file)
@@ -25,7 +25,7 @@
 #include <istream>
 #include <vector>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 class LineBuffer {
@@ -71,6 +71,6 @@ class LineBuffer {
 };
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__LINE_BUFFER_H */
index 04a2ef2eb19c4b7c6ad246caa24a5e6ca007abe8..4259e328fd78a7ac6e528b3c38a59db9b2b36381 100644 (file)
@@ -30,7 +30,7 @@
 #include "base/exception.h"
 #include "parser/memory_mapped_input_buffer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 extern "C" {
@@ -130,4 +130,4 @@ void UnmapFile(pANTLR3_INPUT_STREAM input) {
 }/* extern "C" */
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index 31f15d45925b2ce9b90ddf3ee3ccab89611470b5..96009674e7c752e6be96a89db067127746cc8d2d 100644 (file)
@@ -22,7 +22,7 @@
 #include <antlr3input.h>
 #include <string>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 #ifdef __cplusplus
@@ -37,6 +37,6 @@ MemoryMappedInputBufferNew(const std::string& filename);
 #endif
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__MEMORY_MAPPED_INPUT_BUFFER_H */
index 377958ecd22a0481047bc3f2b07c672d35a20b66..0d024da618396b46cd36456855922337073da243 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "parser/parse_op.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& os, const ParseOp& p)
 {
@@ -44,4 +44,4 @@ std::ostream& operator<<(std::ostream& os, const ParseOp& p)
   return os << out.str();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 1c508a92e6d26434955e0b6569a3dd6f1923625f..1163ab6be79f6363c119d731355052ae3bf250b9 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "api/cvc4cpp.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /** A parsed operator
  *
@@ -79,6 +79,6 @@ struct ParseOp
 
 std::ostream& operator<<(std::ostream& os, const ParseOp& p);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__PARSE_OP_H */
index a4268e74ed10b562dfb87ac1b2fde6e79d9bf1db..6725b5ec727f13f43ed568d152fb47e5844b6e36 100644 (file)
@@ -33,9 +33,9 @@
 #include "smt/command.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 Parser::Parser(api::Solver* solver,
@@ -909,4 +909,4 @@ api::Term Parser::mkStringConstant(const std::string& s)
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index 0ae63cdd1788f586d5d7e6ac23c4b5f22eb7e999..173b98a9c0a8c20b492250bb51ddd315a3f3d303 100644 (file)
@@ -33,7 +33,7 @@
 #include "parser/parser_exception.h"
 #include "util/unsafe_interrupt_exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 // Forward declarations
 class Command;
@@ -774,6 +774,6 @@ public:
 }; /* class Parser */
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__PARSER_STATE_H */
index ffd993383b153423b32eeff2c2a4553162ab17eb..b0b6a03e74fea441d71305bf7c86e792cae4eb1d 100644 (file)
@@ -29,7 +29,7 @@
 #include "smt2/smt2.h"
 #include "tptp/tptp.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 ParserBuilder::ParserBuilder(api::Solver* solver,
@@ -218,4 +218,4 @@ ParserBuilder& ParserBuilder::withStringInput(const std::string& input) {
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index 8ec59d4b2f614ad619e9c3e25b52601033c87c7d..0575dd21dbfed3ed88e16b7acbaa6b658ab77a96 100644 (file)
@@ -25,7 +25,7 @@
 #include "options/language.h"
 #include "parser/input.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace api {
 class Solver;
@@ -189,6 +189,6 @@ class CVC4_EXPORT ParserBuilder
 }; /* class ParserBuilder */
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__PARSER_BUILDER_H */
index 1863b39cd3df77d4b4eb951154f26d932c677c66..7fcbce213e14ba9175299dbba22d80d6110a7e10 100644 (file)
@@ -26,7 +26,7 @@
 #include "base/exception.h"
 #include "cvc4_export.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 class CVC4_EXPORT ParserException : public Exception
@@ -100,6 +100,6 @@ class ParserEndOfFileException : public ParserException
 }; /* class ParserEndOfFileException */
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__PARSER_EXCEPTION_H */
index e55cbf510a9a4db0b0a54037491a6c4adf132e91..6adc6275acd8f8551e96f99fd226310038e78b7e 100644 (file)
@@ -66,8 +66,8 @@ options {
 #include "parser/smt2/smt2.h"
 #include "parser/antlr_input.h"
 
-using namespace CVC5;
-using namespace CVC5::parser;
+using namespace cvc5;
+using namespace cvc5::parser;
 
 #undef PARSER_STATE
 #define PARSER_STATE ((Smt2*)LEXER->super)
@@ -83,7 +83,7 @@ using namespace CVC5::parser;
 #include "parser/parser.h"
 #include "smt/command.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
   namespace api {
     class Term;
@@ -113,8 +113,8 @@ namespace CVC5 {
 #include "util/integer.h"
 #include "util/rational.h"
 
-using namespace CVC5;
-using namespace CVC5::parser;
+using namespace cvc5;
+using namespace cvc5::parser;
 
 /* These need to be macros so they can refer to the PARSER macro, which
  * will be defined by ANTLR *after* this section. (If they were functions,
@@ -136,9 +136,9 @@ using namespace CVC5::parser;
  * @return the parsed expression, or the Null Expr if we've reached the
  * end of the input
  */
-parseExpr returns [CVC5::api::Term expr = CVC5::api::Term()]
+parseExpr returns [cvc5::api::Term expr = cvc5::api::Term()]
 @declarations {
-  CVC5::api::Term expr2;
+  cvc5::api::Term expr2;
 }
   : term[expr, expr2]
   | EOF
@@ -148,9 +148,9 @@ parseExpr returns [CVC5::api::Term expr = CVC5::api::Term()]
  * Parses a command
  * @return the parsed command, or NULL if we've reached the end of the input
  */
-parseCommand returns [CVC5::Command* cmd_return = NULL]
+parseCommand returns [cvc5::Command* cmd_return = NULL]
 @declarations {
-  std::unique_ptr<CVC5::Command> cmd;
+  std::unique_ptr<cvc5::Command> cmd;
   std::string name;
 }
 @after {
@@ -184,7 +184,7 @@ parseCommand returns [CVC5::Command* cmd_return = NULL]
  * @return the parsed SyGuS command, or NULL if we've reached the end of the
  * input
  */
-parseSygus returns [CVC5::Command* cmd_return = NULL]
+parseSygus returns [cvc5::Command* cmd_return = NULL]
 @declarations {
   std::string name;
 }
@@ -199,16 +199,16 @@ parseSygus returns [CVC5::Command* cmd_return = NULL]
  * Parse the internal portion of the command, ignoring the surrounding
  * parentheses.
  */
-command [std::unique_ptr<CVC5::Command>* cmd]
+command [std::unique_ptr<cvc5::Command>* cmd]
 @declarations {
   std::string name;
   std::vector<std::string> names;
-  CVC5::api::Term expr, expr2;
-  CVC5::api::Sort t;
-  std::vector<CVC5::api::Term> terms;
+  cvc5::api::Term expr, expr2;
+  cvc5::api::Sort t;
+  std::vector<cvc5::api::Term> terms;
   std::vector<api::Sort> sorts;
-  std::vector<std::pair<std::string, CVC5::api::Sort> > sortedVarNames;
-  std::vector<CVC5::api::Term> flattenVars;
+  std::vector<std::pair<std::string, cvc5::api::Sort> > sortedVarNames;
+  std::vector<cvc5::api::Term> flattenVars;
 }
   : /* set the logic */
     SET_LOGIC_TOK symbol[name,CHECK_NONE,SYM_SORT]
@@ -505,16 +505,16 @@ command [std::unique_ptr<CVC5::Command>* cmd]
     }
   ;
 
-sygusCommand returns [std::unique_ptr<CVC5::Command> cmd]
+sygusCommand returns [std::unique_ptr<cvc5::Command> cmd]
 @declarations {
-  CVC5::api::Term expr, expr2, fun;
-  CVC5::api::Sort t, range;
+  cvc5::api::Term expr, expr2, fun;
+  cvc5::api::Sort t, range;
   std::vector<std::string> names;
-  std::vector<std::pair<std::string, CVC5::api::Sort> > sortedVarNames;
-  std::vector<CVC5::api::Term> sygusVars;
+  std::vector<std::pair<std::string, cvc5::api::Sort> > sortedVarNames;
+  std::vector<cvc5::api::Term> sygusVars;
   std::string name;
   bool isInv;
-  CVC5::api::Grammar* grammar = nullptr;
+  cvc5::api::Grammar* grammar = nullptr;
 }
   : /* declare-var */
     DECLARE_VAR_TOK { PARSER_STATE->checkThatLogicIsSet(); }
@@ -597,18 +597,18 @@ sygusCommand returns [std::unique_ptr<CVC5::Command> cmd]
  * The argument fun is a unique identifier to avoid naming clashes for the
  * datatypes constructed by this call.
  */
-sygusGrammar[CVC5::api::Grammar*& ret,
-             const std::vector<CVC5::api::Term>& sygusVars,
+sygusGrammar[cvc5::api::Grammar*& ret,
+             const std::vector<cvc5::api::Term>& sygusVars,
              const std::string& fun]
 @declarations
 {
   // the pre-declaration
-  std::vector<std::pair<std::string, CVC5::api::Sort>> sortedVarNames;
+  std::vector<std::pair<std::string, cvc5::api::Sort>> sortedVarNames;
   // non-terminal symbols of the grammar
-  std::vector<CVC5::api::Term> ntSyms;
-  CVC5::api::Sort t;
+  std::vector<cvc5::api::Term> ntSyms;
+  cvc5::api::Sort t;
   std::string name;
-  CVC5::api::Term e, e2;
+  cvc5::api::Term e, e2;
   unsigned dtProcessed = 0;
 }
   :
@@ -710,7 +710,7 @@ sygusGrammar[CVC5::api::Grammar*& ret,
   }
 ;
 
-setInfoInternal[std::unique_ptr<CVC5::Command>* cmd]
+setInfoInternal[std::unique_ptr<cvc5::Command>* cmd]
 @declarations {
   std::string name;
   api::Term sexpr;
@@ -721,7 +721,7 @@ setInfoInternal[std::unique_ptr<CVC5::Command>* cmd]
     }
   ;
 
-setOptionInternal[std::unique_ptr<CVC5::Command>* cmd]
+setOptionInternal[std::unique_ptr<cvc5::Command>* cmd]
 @init {
   std::string name;
   api::Term sexpr;
@@ -738,26 +738,26 @@ setOptionInternal[std::unique_ptr<CVC5::Command>* cmd]
     }
   ;
 
-smt25Command[std::unique_ptr<CVC5::Command>* cmd]
+smt25Command[std::unique_ptr<cvc5::Command>* cmd]
 @declarations {
   std::string name;
   std::string fname;
-  CVC5::api::Term expr, expr2;
-  std::vector<std::pair<std::string, CVC5::api::Sort> > sortedVarNames;
+  cvc5::api::Term expr, expr2;
+  std::vector<std::pair<std::string, cvc5::api::Sort> > sortedVarNames;
   std::string s;
-  CVC5::api::Sort t;
-  CVC5::api::Term func;
-  std::vector<CVC5::api::Term> bvs;
-  std::vector<std::vector<std::pair<std::string, CVC5::api::Sort>>>
+  cvc5::api::Sort t;
+  cvc5::api::Term func;
+  std::vector<cvc5::api::Term> bvs;
+  std::vector<std::vector<std::pair<std::string, cvc5::api::Sort>>>
       sortedVarNamesList;
-  std::vector<std::vector<CVC5::api::Term>> flattenVarsList;
-  std::vector<std::vector<CVC5::api::Term>> formals;
-  std::vector<CVC5::api::Term> funcs;
-  std::vector<CVC5::api::Term> func_defs;
-  CVC5::api::Term aexpr;
-  std::unique_ptr<CVC5::CommandSequence> seq;
+  std::vector<std::vector<cvc5::api::Term>> flattenVarsList;
+  std::vector<std::vector<cvc5::api::Term>> formals;
+  std::vector<cvc5::api::Term> funcs;
+  std::vector<cvc5::api::Term> func_defs;
+  cvc5::api::Term aexpr;
+  std::unique_ptr<cvc5::CommandSequence> seq;
   std::vector<api::Sort> sorts;
-  std::vector<CVC5::api::Term> flattenVars;
+  std::vector<cvc5::api::Term> flattenVars;
 }
     /* declare-const */
   : DECLARE_CONST_TOK { PARSER_STATE->checkThatLogicIsSet(); }
@@ -880,17 +880,17 @@ smt25Command[std::unique_ptr<CVC5::Command>* cmd]
     }
   ;
 
-extendedCommand[std::unique_ptr<CVC5::Command>* cmd]
+extendedCommand[std::unique_ptr<cvc5::Command>* cmd]
 @declarations {
   std::vector<api::DatatypeDecl> dts;
-  CVC5::api::Term e, e2;
-  CVC5::api::Sort t, s;
+  cvc5::api::Term e, e2;
+  cvc5::api::Sort t, s;
   std::string name;
   std::vector<std::string> names;
-  std::vector<CVC5::api::Term> terms;
+  std::vector<cvc5::api::Term> terms;
   std::vector<api::Sort> sorts;
-  std::vector<std::pair<std::string, CVC5::api::Sort> > sortedVarNames;
-  std::unique_ptr<CVC5::CommandSequence> seq;
+  std::vector<std::pair<std::string, cvc5::api::Sort> > sortedVarNames;
+  std::unique_ptr<cvc5::CommandSequence> seq;
   api::Grammar* g = nullptr;
 }
     /* Extended SMT-LIB set of commands syntax, not permitted in
@@ -904,7 +904,7 @@ extendedCommand[std::unique_ptr<CVC5::Command>* cmd]
     {
       PARSER_STATE->checkThatLogicIsSet();
       PARSER_STATE->checkLogicAllowsFreeSorts();
-      seq.reset(new CVC5::CommandSequence());
+      seq.reset(new cvc5::CommandSequence());
     }
     LPAREN_TOK
     ( symbol[name,CHECK_UNDECLARED,SYM_SORT]
@@ -917,7 +917,7 @@ extendedCommand[std::unique_ptr<CVC5::Command>* cmd]
     { cmd->reset(seq.release()); }
 
   | DECLARE_FUNS_TOK { PARSER_STATE->checkThatLogicIsSet(); }
-    { seq.reset(new CVC5::CommandSequence()); }
+    { seq.reset(new cvc5::CommandSequence()); }
     LPAREN_TOK
     ( LPAREN_TOK symbol[name,CHECK_UNDECLARED,SYM_VARIABLE]
       { PARSER_STATE->checkUserSymbol(name); }
@@ -942,7 +942,7 @@ extendedCommand[std::unique_ptr<CVC5::Command>* cmd]
     RPAREN_TOK
     { cmd->reset(seq.release()); }
   | DECLARE_PREDS_TOK { PARSER_STATE->checkThatLogicIsSet(); }
-    { seq.reset(new CVC5::CommandSequence()); }
+    { seq.reset(new cvc5::CommandSequence()); }
     LPAREN_TOK
     ( LPAREN_TOK symbol[name,CHECK_UNDECLARED,SYM_VARIABLE]
       { PARSER_STATE->checkUserSymbol(name); }
@@ -1074,7 +1074,7 @@ extendedCommand[std::unique_ptr<CVC5::Command>* cmd]
     )
   ;
 
-datatypeDefCommand[bool isCo, std::unique_ptr<CVC5::Command>* cmd]
+datatypeDefCommand[bool isCo, std::unique_ptr<cvc5::Command>* cmd]
 @declarations {
   std::vector<api::DatatypeDecl> dts;
   std::string name;
@@ -1090,7 +1090,7 @@ datatypeDefCommand[bool isCo, std::unique_ptr<CVC5::Command>* cmd]
  datatypesDef[isCo, dnames, arities, cmd]
  ;
 
-datatypesDefCommand[bool isCo, std::unique_ptr<CVC5::Command>* cmd]
+datatypesDefCommand[bool isCo, std::unique_ptr<cvc5::Command>* cmd]
 @declarations {
   std::vector<api::DatatypeDecl> dts;
   std::string name;
@@ -1123,7 +1123,7 @@ datatypesDefCommand[bool isCo, std::unique_ptr<CVC5::Command>* cmd]
 datatypesDef[bool isCo,
              const std::vector<std::string>& dnames,
              const std::vector<int>& arities,
-             std::unique_ptr<CVC5::Command>* cmd]
+             std::unique_ptr<cvc5::Command>* cmd]
 @declarations {
   std::vector<api::DatatypeDecl> dts;
   std::string name;
@@ -1239,7 +1239,7 @@ simpleSymbolicExpr[std::string& s]
   | KEYWORD { s = AntlrInput::tokenText($KEYWORD); }
   ;
 
-symbolicExpr[CVC5::api::Term& sexpr]
+symbolicExpr[cvc5::api::Term& sexpr]
 @declarations {
   std::string s;
   std::vector<api::Term> children;
@@ -1248,19 +1248,19 @@ symbolicExpr[CVC5::api::Term& sexpr]
     { sexpr = SOLVER->mkString(PARSER_STATE->processAdHocStringEsc(s)); }
   | LPAREN_TOK
     ( symbolicExpr[sexpr] { children.push_back(sexpr); } )* RPAREN_TOK
-    { sexpr = SOLVER->mkTerm(CVC5::api::SEXPR, children); }
+    { sexpr = SOLVER->mkTerm(cvc5::api::SEXPR, children); }
   ;
 
 /**
  * Matches a term.
  * @return the expression representing the term.
  */
-term[CVC5::api::Term& expr, CVC5::api::Term& expr2]
+term[cvc5::api::Term& expr, cvc5::api::Term& expr2]
 @init {
   api::Kind kind = api::NULL_EXPR;
-  CVC5::api::Term f;
+  cvc5::api::Term f;
   std::string name;
-  CVC5::api::Sort type;
+  cvc5::api::Sort type;
   ParseOp p;
 }
 : termNonVariable[expr, expr2]
@@ -1278,23 +1278,23 @@ term[CVC5::api::Term& expr, CVC5::api::Term& expr2]
  * @return the expression expr representing the term or formula, and expr2, an
  * optional annotation for expr (for instance, for attributed expressions).
  */
-termNonVariable[CVC5::api::Term& expr, CVC5::api::Term& expr2]
+termNonVariable[cvc5::api::Term& expr, cvc5::api::Term& expr2]
 @init {
   Debug("parser") << "term: " << AntlrInput::tokenText(LT(1)) << std::endl;
   api::Kind kind = api::NULL_EXPR;
   std::string name;
-  std::vector<CVC5::api::Term> args;
-  std::vector< std::pair<std::string, CVC5::api::Sort> > sortedVarNames;
-  CVC5::api::Term bvl;
-  CVC5::api::Term f, f2, f3;
+  std::vector<cvc5::api::Term> args;
+  std::vector< std::pair<std::string, cvc5::api::Sort> > sortedVarNames;
+  cvc5::api::Term bvl;
+  cvc5::api::Term f, f2, f3;
   std::string attr;
-  CVC5::api::Term attexpr;
-  std::vector<CVC5::api::Term> patexprs;
-  std::vector<CVC5::api::Term> matchcases;
+  cvc5::api::Term attexpr;
+  std::vector<cvc5::api::Term> patexprs;
+  std::vector<cvc5::api::Term> matchcases;
   std::unordered_set<std::string> names;
-  std::vector< std::pair<std::string, CVC5::api::Term> > binders;
-  CVC5::api::Sort type;
-  CVC5::api::Sort type2;
+  std::vector< std::pair<std::string, cvc5::api::Term> > binders;
+  cvc5::api::Sort type;
+  cvc5::api::Sort type2;
   api::Term atomTerm;
   ParseOp p;
   std::vector<api::Sort> argTypes;
@@ -1409,7 +1409,7 @@ termNonVariable[CVC5::api::Term& expr, CVC5::api::Term& expr2]
         )*
         RPAREN_TOK term[f3, f2] {
           // make the match case
-          std::vector<CVC5::api::Term> cargs;
+          std::vector<cvc5::api::Term> cargs;
           cargs.push_back(f);
           cargs.insert(cargs.end(),args.begin(),args.end());
           api::Term c = MK_TERM(api::APPLY_CONSTRUCTOR,cargs);
@@ -1577,12 +1577,12 @@ termNonVariable[CVC5::api::Term& expr, CVC5::api::Term& expr2]
  * expression (3), which may involve disambiguating f based on type T if it is
  * overloaded.
  */
-qualIdentifier[CVC5::ParseOp& p]
+qualIdentifier[cvc5::ParseOp& p]
 @init {
   api::Kind k;
   std::string baseName;
-  CVC5::api::Term f;
-  CVC5::api::Sort type;
+  cvc5::api::Term f;
+  cvc5::api::Sort type;
 }
 : identifier[p]
   | LPAREN_TOK AS_TOK
@@ -1608,10 +1608,10 @@ qualIdentifier[CVC5::ParseOp& p]
  * (3) An expression expr.
  * For examples, see documentation of qualIdentifier.
  */
-identifier[CVC5::ParseOp& p]
+identifier[cvc5::ParseOp& p]
 @init {
-  CVC5::api::Term f;
-  CVC5::api::Term f2;
+  cvc5::api::Term f;
+  cvc5::api::Term f2;
   std::vector<uint64_t> numerals;
 }
 : functionName[p.d_name, CHECK_NONE]
@@ -1670,10 +1670,10 @@ identifier[CVC5::ParseOp& p]
  * Matches an atomic term (a term with no subterms).
  * @return the expression expr representing the term or formula.
  */
-termAtomic[CVC5::api::Term& atomTerm]
+termAtomic[cvc5::api::Term& atomTerm]
 @init {
-  CVC5::api::Sort type;
-  CVC5::api::Sort type2;
+  cvc5::api::Sort type;
+  cvc5::api::Sort type2;
   std::string s;
   std::vector<uint64_t> numerals;
 }
@@ -1746,13 +1746,13 @@ termAtomic[CVC5::api::Term& atomTerm]
 /**
  * Read attribute
  */
-attribute[CVC5::api::Term& expr, CVC5::api::Term& retExpr, std::string& attr]
+attribute[cvc5::api::Term& expr, cvc5::api::Term& retExpr, std::string& attr]
 @init {
   api::Term sexpr;
   std::string s;
-  CVC5::api::Term patexpr;
-  std::vector<CVC5::api::Term> patexprs;
-  CVC5::api::Term e2;
+  cvc5::api::Term patexpr;
+  std::vector<cvc5::api::Term> patexprs;
+  cvc5::api::Term e2;
   bool hasValue = false;
 }
   : KEYWORD ( simpleSymbolicExprNoKeyword[s] { hasValue = true; } )?
@@ -1811,13 +1811,13 @@ attribute[CVC5::api::Term& expr, CVC5::api::Term& retExpr, std::string& attr]
  * Matches a sequence of terms and puts them into the formulas
  * vector.
  * @param formulas the vector to fill with terms
- * @param expr an CVC5::api::Term reference for the elements of the sequence
+ * @param expr an cvc5::api::Term reference for the elements of the sequence
  */
-/* NOTE: We pass an CVC5::api::Term in here just to avoid allocating a fresh CVC5::api::Term every
+/* NOTE: We pass an cvc5::api::Term in here just to avoid allocating a fresh cvc5::api::Term every
  * time through this rule. */
-termList[std::vector<CVC5::api::Term>& formulas, CVC5::api::Term& expr]
+termList[std::vector<cvc5::api::Term>& formulas, cvc5::api::Term& expr]
 @declarations {
-  CVC5::api::Term expr2;
+  cvc5::api::Term expr2;
 }
   : ( term[expr, expr2] { formulas.push_back(expr); } )+
   ;
@@ -1872,7 +1872,7 @@ str[std::string& s, bool fsmtlib]
     }
   ;
 
-quantOp[CVC5::api::Kind& kind]
+quantOp[cvc5::api::Kind& kind]
 @init {
   Debug("parser") << "quant: " << AntlrInput::tokenText(LT(1)) << std::endl;
 }
@@ -1884,7 +1884,7 @@ quantOp[CVC5::api::Kind& kind]
  * Matches a (possibly undeclared) function symbol (returning the string)
  * @param check what kind of check to do with the symbol
  */
-functionName[std::string& name, CVC5::parser::DeclarationCheck check]
+functionName[std::string& name, cvc5::parser::DeclarationCheck check]
   : symbol[name,check,SYM_VARIABLE]
   ;
 
@@ -1892,16 +1892,16 @@ functionName[std::string& name, CVC5::parser::DeclarationCheck check]
  * Matches a sequence of sort symbols and fills them into the given
  * vector.
  */
-sortList[std::vector<CVC5::api::Sort>& sorts]
+sortList[std::vector<cvc5::api::Sort>& sorts]
 @declarations {
-  CVC5::api::Sort t;
+  cvc5::api::Sort t;
 }
   : ( sortSymbol[t,CHECK_DECLARED] { sorts.push_back(t); } )*
   ;
 
-nonemptySortList[std::vector<CVC5::api::Sort>& sorts]
+nonemptySortList[std::vector<cvc5::api::Sort>& sorts]
 @declarations {
-  CVC5::api::Sort t;
+  cvc5::api::Sort t;
 }
   : ( sortSymbol[t,CHECK_DECLARED] { sorts.push_back(t); } )+
   ;
@@ -1910,10 +1910,10 @@ nonemptySortList[std::vector<CVC5::api::Sort>& sorts]
  * Matches a sequence of (variable,sort) symbol pairs and fills them
  * into the given vector.
  */
-sortedVarList[std::vector<std::pair<std::string, CVC5::api::Sort> >& sortedVars]
+sortedVarList[std::vector<std::pair<std::string, cvc5::api::Sort> >& sortedVars]
 @declarations {
   std::string name;
-  CVC5::api::Sort t;
+  cvc5::api::Sort t;
 }
   : ( LPAREN_TOK symbol[name,CHECK_NONE,SYM_VARIABLE]
       sortSymbol[t,CHECK_DECLARED] RPAREN_TOK
@@ -1925,13 +1925,13 @@ sortedVarList[std::vector<std::pair<std::string, CVC5::api::Sort> >& sortedVars]
  * Matches a sequence of (variable, sort) symbol pairs, registers them as bound
  * variables, and returns a term corresponding to the list of pairs.
  */
-boundVarList[CVC5::api::Term& expr]
+boundVarList[cvc5::api::Term& expr]
 @declarations {
-  std::vector<std::pair<std::string, CVC5::api::Sort>> sortedVarNames;
+  std::vector<std::pair<std::string, cvc5::api::Sort>> sortedVarNames;
 }
  : LPAREN_TOK sortedVarList[sortedVarNames] RPAREN_TOK
    {
-     std::vector<CVC5::api::Term> args =
+     std::vector<cvc5::api::Term> args =
          PARSER_STATE->bindBoundVars(sortedVarNames);
      expr = MK_TERM(api::BOUND_VAR_LIST, args);
    }
@@ -1941,14 +1941,14 @@ boundVarList[CVC5::api::Term& expr]
  * Matches the sort symbol, which can be an arbitrary symbol.
  * @param check the check to perform on the name
  */
-sortName[std::string& name, CVC5::parser::DeclarationCheck check]
+sortName[std::string& name, cvc5::parser::DeclarationCheck check]
   : symbol[name,check,SYM_SORT]
   ;
 
-sortSymbol[CVC5::api::Sort& t, CVC5::parser::DeclarationCheck check]
+sortSymbol[cvc5::api::Sort& t, cvc5::parser::DeclarationCheck check]
 @declarations {
   std::string name;
-  std::vector<CVC5::api::Sort> args;
+  std::vector<cvc5::api::Sort> args;
   std::vector<uint64_t> numerals;
   bool indexed = false;
 }
@@ -2070,8 +2070,8 @@ sortSymbol[CVC5::api::Sort& t, CVC5::parser::DeclarationCheck check]
  * symbol[] rule below.
  */
 symbolList[std::vector<std::string>& names,
-           CVC5::parser::DeclarationCheck check,
-           CVC5::parser::SymbolType type]
+           cvc5::parser::DeclarationCheck check,
+           cvc5::parser::SymbolType type]
 @declarations {
   std::string id;
 }
@@ -2085,8 +2085,8 @@ symbolList[std::vector<std::string>& names,
  * @param type the intended namespace for the symbol
  */
 symbol[std::string& id,
-       CVC5::parser::DeclarationCheck check,
-       CVC5::parser::SymbolType type]
+       cvc5::parser::DeclarationCheck check,
+       cvc5::parser::SymbolType type]
   : SIMPLE_SYMBOL
     { id = AntlrInput::tokenText($SIMPLE_SYMBOL);
       if(!PARSER_STATE->isAbstractValue(id)) {
@@ -2125,8 +2125,8 @@ nonemptyNumeralList[std::vector<uint64_t>& numerals]
 /**
  * Parses a datatype definition
  */
-datatypeDef[bool isCo, std::vector<CVC5::api::DatatypeDecl>& datatypes,
-            std::vector< CVC5::api::Sort >& params]
+datatypeDef[bool isCo, std::vector<cvc5::api::DatatypeDecl>& datatypes,
+            std::vector< cvc5::api::Sort >& params]
 @init {
   std::string id;
 }
@@ -2145,10 +2145,10 @@ datatypeDef[bool isCo, std::vector<CVC5::api::DatatypeDecl>& datatypes,
 /**
  * Parses a constructor defintion for type
  */
-constructorDef[CVC5::api::DatatypeDecl& type]
+constructorDef[cvc5::api::DatatypeDecl& type]
 @init {
   std::string id;
-  CVC5::api::DatatypeConstructorDecl* ctor = NULL;
+  cvc5::api::DatatypeConstructorDecl* ctor = NULL;
 }
   : symbol[id,CHECK_NONE,SYM_VARIABLE]
     {
@@ -2163,10 +2163,10 @@ constructorDef[CVC5::api::DatatypeDecl& type]
     }
   ;
 
-selector[CVC5::api::DatatypeConstructorDecl& ctor]
+selector[cvc5::api::DatatypeConstructorDecl& ctor]
 @init {
   std::string id;
-  CVC5::api::Sort t, t2;
+  cvc5::api::Sort t, t2;
 }
   : symbol[id,CHECK_NONE,SYM_SORT] sortSymbol[t,CHECK_NONE]
     { 
index e05401da084407d667f3a9a695e3bcf280c12a4c..a1659dcc2eadcfedc004ab82ce5ea7dfd25d3f67 100644 (file)
@@ -28,7 +28,7 @@
 #undef true
 #undef false
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 Smt2::Smt2(api::Solver* solver,
@@ -1209,4 +1209,4 @@ api::Term Smt2::mkAnd(const std::vector<api::Term>& es)
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index ccb6456e76e56413567228895a9ec32569ffd8a2..5ad5088689167dfbe95626f15ee7eb0db81e4487 100644 (file)
@@ -31,7 +31,7 @@
 #include "theory/logic_info.h"
 #include "util/abstract_value.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Command;
 
@@ -430,6 +430,6 @@ class Smt2 : public Parser
 }; /* class Smt2 */
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__SMT2_H */
index 3d6670469a75828808941f0aa076a11869f2ff83..650d97299ec84f8c45b1b1affaff9683f0d69791 100644 (file)
@@ -26,7 +26,7 @@
 #include "parser/smt2/Smt2Parser.h"
 #include "parser/smt2/smt2.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 /* Use lookahead=2 */
@@ -68,4 +68,4 @@ api::Term Smt2Input::parseExpr()
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index 0c5be3f973e32eeb9338228887923bfc7f913fc1..1c892909ed4e0cb5a2fdb5abae466596c29f5a67 100644 (file)
 #include "parser/smt2/Smt2Lexer.h"
 #include "parser/smt2/Smt2Parser.h"
 
-// extern void Smt2ParserSetAntlrParser(CVC5::parser::AntlrParser*
+// extern void Smt2ParserSetAntlrParser(cvc5::parser::AntlrParser*
 // newAntlrParser);
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Command;
 class Expr;
@@ -82,6 +82,6 @@ class Smt2Input : public AntlrInput {
 };/* class Smt2Input */
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__SMT2_INPUT_H */
index bdddd47e867174e02f4e010073ce840d2e65ddb8..cc605b8424f28ba90324a17eb8d51bf797931010 100644 (file)
@@ -26,7 +26,7 @@
 #include "parser/smt2/Smt2Parser.h"
 #include "parser/smt2/sygus_input.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 /* Use lookahead=2 */
@@ -69,4 +69,4 @@ api::Term SygusInput::parseExpr()
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index 38497dfd2ab01efeb5253e61327f6c2a74f17716..8ad398cf9872dd9111b691967e61600af3a4447b 100644 (file)
 #include "parser/smt2/Smt2Lexer.h"
 #include "parser/smt2/Smt2Parser.h"
 
-// extern void Smt2ParserSetAntlrParser(CVC5::parser::AntlrParser*
+// extern void Smt2ParserSetAntlrParser(cvc5::parser::AntlrParser*
 // newAntlrParser);
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Command;
 class Expr;
@@ -82,6 +82,6 @@ class SygusInput : public AntlrInput {
 };/* class SygusInput */
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__SYGUS_INPUT_H */
index 265784d48cefb7a59afbf2d877586303b4e3b8d2..030330748b5ea4c32aab5f248d514c272e57c38c 100644 (file)
@@ -65,8 +65,8 @@ options {
 #include "parser/tptp/tptp.h"
 #include "parser/antlr_input.h"
 
-using namespace CVC5;
-using namespace CVC5::parser;
+using namespace cvc5;
+using namespace cvc5::parser;
 
 /* These need to be macros so they can refer to the PARSER macro, which will be defined
  * by ANTLR *after* this section. (If they were functions, PARSER would be undefined.) */
@@ -108,8 +108,8 @@ using namespace CVC5::parser;
 #include "util/integer.h"
 #include "util/rational.h"
 
-using namespace CVC5;
-using namespace CVC5::parser;
+using namespace cvc5;
+using namespace cvc5::parser;
 
 /* These need to be macros so they can refer to the PARSER macro, which will be defined
  * by ANTLR *after* this section. (If they were functions, PARSER would be undefined.) */
@@ -127,10 +127,10 @@ using namespace CVC5::parser;
 
 /**
  * Parses an expression.
- * @return the parsed expression, or the Null CVC5::api::Term if we've reached
+ * @return the parsed expression, or the Null cvc5::api::Term if we've reached
  * the end of the input
  */
-parseExpr returns [CVC5::parser::tptp::myExpr expr]
+parseExpr returns [cvc5::parser::tptp::myExpr expr]
   : cnfFormula[expr]
   | EOF
   ;
@@ -139,9 +139,9 @@ parseExpr returns [CVC5::parser::tptp::myExpr expr]
  * Parses a command
  * @return the parsed command, or NULL if we've reached the end of the input
  */
-parseCommand returns [CVC5::Command* cmd = NULL]
+parseCommand returns [cvc5::Command* cmd = NULL]
 @declarations {
-  CVC5::api::Term expr;
+  cvc5::api::Term expr;
   Tptp::FormulaRole fr;
   std::string name, inclSymbol;
   ParseOp p;
@@ -159,7 +159,7 @@ parseCommand returns [CVC5::Command* cmd = NULL]
   }
     (COMMA_TOK anything*)? RPAREN_TOK DOT_TOK
     {
-      CVC5::api::Term aexpr = PARSER_STATE->getAssertionExpr(fr, expr);
+      cvc5::api::Term aexpr = PARSER_STATE->getAssertionExpr(fr, expr);
       if( !aexpr.isNull() ){
         // set the expression name (e.g. used with unsat core printing)
         SYM_MAN->setExpressionName(aexpr, name, true);
@@ -171,7 +171,7 @@ parseCommand returns [CVC5::Command* cmd = NULL]
     { PARSER_STATE->setCnf(false); PARSER_STATE->setFof(true); }
     fofFormula[expr] (COMMA_TOK anything*)? RPAREN_TOK DOT_TOK
     {
-      CVC5::api::Term aexpr = PARSER_STATE->getAssertionExpr(fr,expr);
+      cvc5::api::Term aexpr = PARSER_STATE->getAssertionExpr(fr,expr);
       if( !aexpr.isNull() ){
         // set the expression name (e.g. used with unsat core printing)
         SYM_MAN->setExpressionName(aexpr, name, true);
@@ -185,7 +185,7 @@ parseCommand returns [CVC5::Command* cmd = NULL]
       { PARSER_STATE->setCnf(false); PARSER_STATE->setFof(false); }
       tffFormula[expr] (COMMA_TOK anything*)?
       {
-        CVC5::api::Term aexpr = PARSER_STATE->getAssertionExpr(fr,expr);
+        cvc5::api::Term aexpr = PARSER_STATE->getAssertionExpr(fr,expr);
         if( !aexpr.isNull() ){
           // set the expression name (e.g. used with unsat core printing)
           SYM_MAN->setExpressionName(aexpr, name, true);
@@ -207,7 +207,7 @@ parseCommand returns [CVC5::Command* cmd = NULL]
           PARSER_STATE->parseError("Top level expression must be a formula");
         }
         expr = p.d_expr;
-        CVC5::api::Term aexpr = PARSER_STATE->getAssertionExpr(fr, expr);
+        cvc5::api::Term aexpr = PARSER_STATE->getAssertionExpr(fr, expr);
         if (!aexpr.isNull())
         {
           // set the expression name (e.g. used with unsat core printing)
@@ -242,7 +242,7 @@ parseCommand returns [CVC5::Command* cmd = NULL]
     {
       CommandSequence* seq = new CommandSequence();
       // assert that all distinct constants are distinct
-      CVC5::api::Term aexpr = PARSER_STATE->getAssertionDistinctConstants();
+      cvc5::api::Term aexpr = PARSER_STATE->getAssertionDistinctConstants();
       if( !aexpr.isNull() )
       {
         seq->addCommand(new AssertCommand(aexpr, false));
@@ -268,7 +268,7 @@ parseCommand returns [CVC5::Command* cmd = NULL]
   ;
 
 /* Parse a formula Role */
-formulaRole[CVC5::parser::Tptp::FormulaRole& role]
+formulaRole[cvc5::parser::Tptp::FormulaRole& role]
   : LOWER_WORD
     {
       std::string r = AntlrInput::tokenText($LOWER_WORD);
@@ -296,12 +296,12 @@ formulaRole[CVC5::parser::Tptp::FormulaRole& role]
 /* It can parse a little more than the cnf grammar: false and true can appear.
  * Normally only false can appear and only at top level. */
 
-cnfFormula[CVC5::api::Term& expr]
+cnfFormula[cvc5::api::Term& expr]
   : LPAREN_TOK cnfDisjunction[expr] RPAREN_TOK
   | cnfDisjunction[expr]
 ;
 
-cnfDisjunction[CVC5::api::Term& expr]
+cnfDisjunction[cvc5::api::Term& expr]
 @declarations {
   std::vector<api::Term> args;
 }
@@ -313,16 +313,16 @@ cnfDisjunction[CVC5::api::Term& expr]
     }
 ;
 
-cnfLiteral[CVC5::api::Term& expr]
+cnfLiteral[cvc5::api::Term& expr]
   : atomicFormula[expr]
   | NOT_TOK atomicFormula[expr] { expr = MK_TERM(api::NOT, expr); }
   ;
 
-atomicFormula[CVC5::api::Term& expr]
+atomicFormula[cvc5::api::Term& expr]
 @declarations {
-  CVC5::api::Term expr2;
+  cvc5::api::Term expr2;
   std::string name;
-  std::vector<CVC5::api::Term> args;
+  std::vector<cvc5::api::Term> args;
   bool equal;
   ParseOp p;
 }
@@ -386,11 +386,11 @@ atomicFormula[CVC5::api::Term& expr]
   | definedProp[expr]
   ;
 
-thfAtomicFormula[CVC5::ParseOp& p]
+thfAtomicFormula[cvc5::ParseOp& p]
 @declarations {
-  CVC5::api::Term expr2;
+  cvc5::api::Term expr2;
   std::string name;
-  std::vector<CVC5::api::Term> args;
+  std::vector<cvc5::api::Term> args;
   bool equal;
 }
   : atomicWord[p.d_name] (LPAREN_TOK arguments[args] RPAREN_TOK)?
@@ -432,12 +432,12 @@ thfAtomicFormula[CVC5::ParseOp& p]
 //%----Using <plain_term> removes a reduce/reduce ambiguity in lex/yacc.
 //%----Note: "defined" means a word starting with one $ and "system" means $$.
 
-definedProp[CVC5::api::Term& expr]
+definedProp[cvc5::api::Term& expr]
   : TRUE_TOK { expr = SOLVER->mkTrue(); }
   | FALSE_TOK  { expr = SOLVER->mkFalse(); }
   ;
 
-definedPred[CVC5::ParseOp& p]
+definedPred[cvc5::ParseOp& p]
   : '$less'
     {
       p.d_kind = api::LT;
@@ -497,7 +497,7 @@ definedPred[CVC5::ParseOp& p]
     }
   ;
 
-thfDefinedPred[CVC5::ParseOp& p]
+thfDefinedPred[cvc5::ParseOp& p]
   : '$less'
      {
        p.d_kind = api::LT;
@@ -561,7 +561,7 @@ thfDefinedPred[CVC5::ParseOp& p]
     RPAREN_TOK
   ;
 
-definedFun[CVC5::ParseOp& p]
+definedFun[cvc5::ParseOp& p]
 @declarations {
   bool remainder = false;
 }
@@ -724,16 +724,16 @@ equalOp[bool& equal]
   | DISEQUAL_TOK { equal = false; }
   ;
 
-term[CVC5::api::Term& expr]
+term[cvc5::api::Term& expr]
   : functionTerm[expr]
   | conditionalTerm[expr]
   | simpleTerm[expr]
   | letTerm[expr]
   ;
 
-letTerm[CVC5::api::Term& expr]
+letTerm[cvc5::api::Term& expr]
 @declarations {
-  CVC5::api::Term lhs, rhs;
+  cvc5::api::Term lhs, rhs;
 }
   : '$let_ft' LPAREN_TOK { PARSER_STATE->pushScope(); }
     tffLetFormulaDefn[lhs, rhs] COMMA_TOK
@@ -752,14 +752,14 @@ letTerm[CVC5::api::Term& expr]
   ;
 
 /* Not an application */
-simpleTerm[CVC5::api::Term& expr]
+simpleTerm[cvc5::api::Term& expr]
   : variable[expr]
   | NUMBER { expr = PARSER_STATE->d_tmp_expr; }
   | DISTINCT_OBJECT { expr = PARSER_STATE->convertStrToUnsorted(AntlrInput::tokenText($DISTINCT_OBJECT)); }
   ;
 
 /* Not an application */
-thfSimpleTerm[CVC5::api::Term& expr]
+thfSimpleTerm[cvc5::api::Term& expr]
   : NUMBER { expr = PARSER_STATE->d_tmp_expr; }
   | DISTINCT_OBJECT
     {
@@ -768,9 +768,9 @@ thfSimpleTerm[CVC5::api::Term& expr]
     }
   ;
 
-functionTerm[CVC5::api::Term& expr]
+functionTerm[cvc5::api::Term& expr]
 @declarations {
-  std::vector<CVC5::api::Term> args;
+  std::vector<cvc5::api::Term> args;
   ParseOp p;
 }
   : plainTerm[expr]
@@ -780,15 +780,15 @@ functionTerm[CVC5::api::Term& expr]
     }
   ;
 
-conditionalTerm[CVC5::api::Term& expr]
+conditionalTerm[cvc5::api::Term& expr]
 @declarations {
-  CVC5::api::Term expr2, expr3;
+  cvc5::api::Term expr2, expr3;
 }
   : '$ite_t' LPAREN_TOK tffLogicFormula[expr] COMMA_TOK term[expr2] COMMA_TOK term[expr3] RPAREN_TOK
     { expr = MK_TERM(api::ITE, expr, expr2, expr3); }
   ;
 
-plainTerm[CVC5::api::Term& expr]
+plainTerm[cvc5::api::Term& expr]
 @declarations {
   std::string name;
   std::vector<api::Term> args;
@@ -801,15 +801,15 @@ plainTerm[CVC5::api::Term& expr]
     }
   ;
 
-arguments[std::vector<CVC5::api::Term>& args]
+arguments[std::vector<cvc5::api::Term>& args]
 @declarations {
-  CVC5::api::Term expr;
+  cvc5::api::Term expr;
 }
   :
   term[expr] { args.push_back(expr); } ( COMMA_TOK term[expr] { args.push_back(expr); } )*
   ;
 
-variable[CVC5::api::Term& expr]
+variable[cvc5::api::Term& expr]
   : UPPER_WORD
     {
       std::string name = AntlrInput::tokenText($UPPER_WORD);
@@ -824,13 +824,13 @@ variable[CVC5::api::Term& expr]
 
 /*******/
 /* FOF */
-fofFormula[CVC5::api::Term& expr] : fofLogicFormula[expr] ;
+fofFormula[cvc5::api::Term& expr] : fofLogicFormula[expr] ;
 
-fofLogicFormula[CVC5::api::Term& expr]
+fofLogicFormula[cvc5::api::Term& expr]
 @declarations {
   tptp::NonAssoc na;
-  std::vector< CVC5::api::Term > args;
-  CVC5::api::Term expr2;
+  std::vector< cvc5::api::Term > args;
+  cvc5::api::Term expr2;
 }
   : fofUnitaryFormula[expr]
     ( // Non-associative: <=> <~> ~& ~|
@@ -870,10 +870,10 @@ fofLogicFormula[CVC5::api::Term& expr]
     )?
   ;
 
-fofUnitaryFormula[CVC5::api::Term& expr]
+fofUnitaryFormula[cvc5::api::Term& expr]
 @declarations {
   api::Kind kind;
-  std::vector< CVC5::api::Term > bv;
+  std::vector< cvc5::api::Term > bv;
 }
   : atomicFormula[expr]
   | LPAREN_TOK fofLogicFormula[expr] RPAREN_TOK
@@ -888,14 +888,14 @@ fofUnitaryFormula[CVC5::api::Term& expr]
     }
   ;
 
-bindvariable[CVC5::api::Term& expr]
+bindvariable[cvc5::api::Term& expr]
   : UPPER_WORD
     { std::string name = AntlrInput::tokenText($UPPER_WORD);
       expr = PARSER_STATE->bindBoundVar(name, PARSER_STATE->d_unsorted);
     }
   ;
 
-fofBinaryNonAssoc[CVC5::parser::tptp::NonAssoc& na]
+fofBinaryNonAssoc[cvc5::parser::tptp::NonAssoc& na]
   : IFF_TOK      { na = tptp::NA_IFF; }
   | REVIFF_TOK   { na = tptp::NA_REVIFF; }
   | REVOR_TOK    { na = tptp::NA_REVOR; }
@@ -904,7 +904,7 @@ fofBinaryNonAssoc[CVC5::parser::tptp::NonAssoc& na]
   | REVIMPLIES_TOK { na = tptp::NA_REVIMPLIES; }
   ;
 
-folQuantifier[CVC5::api::Kind& kind]
+folQuantifier[cvc5::api::Kind& kind]
   : FORALL_TOK { kind = api::FORALL; }
   | EXISTS_TOK { kind = api::EXISTS; }
   ;
@@ -912,7 +912,7 @@ folQuantifier[CVC5::api::Kind& kind]
 /*******/
 /* THF */
 
-thfQuantifier[CVC5::api::Kind& kind]
+thfQuantifier[cvc5::api::Kind& kind]
   : FORALL_TOK { kind = api::FORALL; }
   | EXISTS_TOK { kind = api::EXISTS; }
   | LAMBDA_TOK { kind = api::LAMBDA; }
@@ -930,11 +930,11 @@ thfQuantifier[CVC5::api::Kind& kind]
     }
   ;
 
-thfAtomTyping[CVC5::Command*& cmd]
+thfAtomTyping[cvc5::Command*& cmd]
 // for now only supports mapping types (i.e. no applied types)
 @declarations {
-  CVC5::api::Term expr;
-  CVC5::api::Sort type;
+  cvc5::api::Term expr;
+  cvc5::api::Sort type;
   std::string name;
 }
   : LPAREN_TOK thfAtomTyping[cmd] RPAREN_TOK
@@ -988,7 +988,7 @@ thfAtomTyping[CVC5::Command*& cmd]
         else
         {
           // as of yet, it's undeclared
-          CVC5::api::Term freshExpr;
+          cvc5::api::Term freshExpr;
           if (type.isFunction())
           {
             freshExpr = PARSER_STATE->bindVar(name, type);
@@ -1003,12 +1003,12 @@ thfAtomTyping[CVC5::Command*& cmd]
     )
   ;
 
-thfLogicFormula[CVC5::ParseOp& p]
+thfLogicFormula[cvc5::ParseOp& p]
 @declarations {
   tptp::NonAssoc na;
-  std::vector<CVC5::api::Term> args;
+  std::vector<cvc5::api::Term> args;
   std::vector<ParseOp> p_args;
-  CVC5::api::Term expr2;
+  cvc5::api::Term expr2;
   bool equal;
   ParseOp p1;
 }
@@ -1194,7 +1194,7 @@ thfLogicFormula[CVC5::ParseOp& p]
     )?
   ;
 
-thfTupleForm[std::vector<CVC5::api::Term>& args]
+thfTupleForm[std::vector<cvc5::api::Term>& args]
 @declarations {
   ParseOp p;
 }
@@ -1217,11 +1217,11 @@ thfTupleForm[std::vector<CVC5::api::Term>& args]
    )+
 ;
 
-thfUnitaryFormula[CVC5::ParseOp& p]
+thfUnitaryFormula[cvc5::ParseOp& p]
 @declarations {
   api::Kind kind;
-  std::vector< CVC5::api::Term > bv;
-  CVC5::api::Term expr;
+  std::vector< cvc5::api::Term > bv;
+  cvc5::api::Term expr;
   bool equal;
   ParseOp p1;
 }
@@ -1289,12 +1289,12 @@ thfUnitaryFormula[CVC5::ParseOp& p]
 
 /*******/
 /* TFF */
-tffFormula[CVC5::api::Term& expr] : tffLogicFormula[expr];
+tffFormula[cvc5::api::Term& expr] : tffLogicFormula[expr];
 
-tffTypedAtom[CVC5::Command*& cmd]
+tffTypedAtom[cvc5::Command*& cmd]
 @declarations {
-  CVC5::api::Term expr;
-  CVC5::api::Sort type;
+  cvc5::api::Term expr;
+  cvc5::api::Sort type;
   std::string name;
 }
   : LPAREN_TOK tffTypedAtom[cmd] RPAREN_TOK
@@ -1327,18 +1327,18 @@ tffTypedAtom[CVC5::Command*& cmd]
           }
         } else {
           // as yet, it's undeclared
-          CVC5::api::Term aexpr = PARSER_STATE->bindVar(name, type);
+          cvc5::api::Term aexpr = PARSER_STATE->bindVar(name, type);
           cmd = new DeclareFunctionCommand(name, aexpr, type);
         }
       }
     )
   ;
 
-tffLogicFormula[CVC5::api::Term& expr]
+tffLogicFormula[cvc5::api::Term& expr]
 @declarations {
   tptp::NonAssoc na;
-  std::vector< CVC5::api::Term > args;
-  CVC5::api::Term expr2;
+  std::vector< cvc5::api::Term > args;
+  cvc5::api::Term expr2;
 }
   : tffUnitaryFormula[expr]
     ( // Non Assoc <=> <~> ~& ~|
@@ -1378,11 +1378,11 @@ tffLogicFormula[CVC5::api::Term& expr]
     )?
   ;
 
-tffUnitaryFormula[CVC5::api::Term& expr]
+tffUnitaryFormula[cvc5::api::Term& expr]
 @declarations {
   api::Kind kind;
-  std::vector< CVC5::api::Term > bv;
-  CVC5::api::Term lhs, rhs;
+  std::vector< cvc5::api::Term > bv;
+  cvc5::api::Term lhs, rhs;
 }
   : atomicFormula[expr]
   | LPAREN_TOK tffLogicFormula[expr] RPAREN_TOK
@@ -1413,17 +1413,17 @@ tffUnitaryFormula[CVC5::api::Term& expr]
     RPAREN_TOK
   ;
 
-tffLetTermDefn[CVC5::api::Term& lhs, CVC5::api::Term& rhs]
+tffLetTermDefn[cvc5::api::Term& lhs, cvc5::api::Term& rhs]
 @declarations {
-  std::vector<CVC5::api::Term> bvlist;
+  std::vector<cvc5::api::Term> bvlist;
 }
   : (FORALL_TOK LBRACK_TOK tffVariableList[bvlist] RBRACK_TOK COLON_TOK)*
     tffLetTermBinding[bvlist, lhs, rhs]
   ;
 
-tffLetTermBinding[std::vector<CVC5::api::Term> & bvlist,
-                  CVC5::api::Term& lhs,
-                  CVC5::api::Term& rhs]
+tffLetTermBinding[std::vector<cvc5::api::Term> & bvlist,
+                  cvc5::api::Term& lhs,
+                  cvc5::api::Term& rhs]
   : term[lhs] EQUAL_TOK term[rhs]
   {
     PARSER_STATE->checkLetBinding(bvlist, lhs, rhs, false);
@@ -1438,17 +1438,17 @@ tffLetTermBinding[std::vector<CVC5::api::Term> & bvlist,
   | LPAREN_TOK tffLetTermBinding[bvlist, lhs, rhs] RPAREN_TOK
   ;
 
-tffLetFormulaDefn[CVC5::api::Term& lhs, CVC5::api::Term& rhs]
+tffLetFormulaDefn[cvc5::api::Term& lhs, cvc5::api::Term& rhs]
 @declarations {
-  std::vector<CVC5::api::Term> bvlist;
+  std::vector<cvc5::api::Term> bvlist;
 }
   : (FORALL_TOK LBRACK_TOK tffVariableList[bvlist] RBRACK_TOK COLON_TOK)*
     tffLetFormulaBinding[bvlist, lhs, rhs]
   ;
 
-tffLetFormulaBinding[std::vector<CVC5::api::Term> & bvlist,
-                     CVC5::api::Term& lhs,
-                     CVC5::api::Term& rhs]
+tffLetFormulaBinding[std::vector<cvc5::api::Term> & bvlist,
+                     cvc5::api::Term& lhs,
+                     cvc5::api::Term& rhs]
 
   : atomicFormula[lhs] IFF_TOK tffUnitaryFormula[rhs]
   {
@@ -1464,10 +1464,10 @@ tffLetFormulaBinding[std::vector<CVC5::api::Term> & bvlist,
   | LPAREN_TOK tffLetFormulaBinding[bvlist, lhs, rhs] RPAREN_TOK
   ;
 
-thfBindVariable[CVC5::api::Term& expr]
+thfBindVariable[cvc5::api::Term& expr]
 @declarations {
   std::string name;
-  CVC5::api::Sort type = PARSER_STATE->d_unsorted;
+  cvc5::api::Sort type = PARSER_STATE->d_unsorted;
 }
   : UPPER_WORD
     { name = AntlrInput::tokenText($UPPER_WORD); }
@@ -1478,9 +1478,9 @@ thfBindVariable[CVC5::api::Term& expr]
   ;
 
 
-tffbindvariable[CVC5::api::Term& expr]
+tffbindvariable[cvc5::api::Term& expr]
 @declarations {
-  CVC5::api::Sort type = PARSER_STATE->d_unsorted;
+  cvc5::api::Sort type = PARSER_STATE->d_unsorted;
 }
   : UPPER_WORD
     ( COLON_TOK parseType[type] )?
@@ -1491,18 +1491,18 @@ tffbindvariable[CVC5::api::Term& expr]
 
 // bvlist is accumulative; it can already contain elements
 // on the way in, which are left undisturbed
-tffVariableList[std::vector<CVC5::api::Term>& bvlist]
+tffVariableList[std::vector<cvc5::api::Term>& bvlist]
 @declarations {
-  CVC5::api::Term e;
+  cvc5::api::Term e;
 }
   : tffbindvariable[e] { bvlist.push_back(e); }
     ( COMMA_TOK tffbindvariable[e] { bvlist.push_back(e); } )*
   ;
 
-parseThfType[CVC5::api::Sort& type]
+parseThfType[cvc5::api::Sort& type]
 // assumes only mapping types (arrows), no tuple type
 @declarations {
-  std::vector<CVC5::api::Sort> sorts;
+  std::vector<cvc5::api::Sort> sorts;
 }
   : thfType[type] { sorts.push_back(type); }
     (
@@ -1522,17 +1522,17 @@ parseThfType[CVC5::api::Sort& type]
     }
   ;
 
-thfType[CVC5::api::Sort& type]
+thfType[cvc5::api::Sort& type]
 // assumes only mapping types (arrows), no tuple type
   : simpleType[type]
     | LPAREN_TOK parseThfType[type] RPAREN_TOK
     | LBRACK_TOK { UNSUPPORTED("Tuple types"); } parseThfType[type] RBRACK_TOK
   ;
 
-parseType[CVC5::api::Sort & type]
+parseType[cvc5::api::Sort & type]
 @declarations
 {
-  std::vector<CVC5::api::Sort> v;
+  std::vector<cvc5::api::Sort> v;
 }
   : simpleType[type]
   | ( simpleType[type] { v.push_back(type); }
@@ -1546,7 +1546,7 @@ parseType[CVC5::api::Sort & type]
   ;
 
 // non-function types
-simpleType[CVC5::api::Sort& type]
+simpleType[cvc5::api::Sort& type]
 @declarations {
   std::string name;
 }
index e6b4969c34705a2612c28e7130b66e76f449bef3..136319225a54e75ef6bd116972b95b905b52a4ad 100644 (file)
@@ -28,7 +28,7 @@
 #undef true
 #undef false
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 Tptp::Tptp(api::Solver* solver,
@@ -202,7 +202,7 @@ void Tptp::checkLetBinding(const std::vector<api::Term>& bvlist,
   {
     parseError("malformed let: LHS must be formula");
   }
-  for (const CVC5::api::Term& var : vars)
+  for (const cvc5::api::Term& var : vars)
   {
     if (var.hasOp())
     {
@@ -569,4 +569,4 @@ Command* Tptp::makeAssertCommand(FormulaRole fr,
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index 318ef7f4a52bb87f9dd790293dca9a62f435396d..b91418bd026f8bb77eaaea43a22f013992a1fa7d 100644 (file)
@@ -27,7 +27,7 @@
 #include "parser/parser.h"
 #include "util/hash.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Command;
 
@@ -218,12 +218,12 @@ namespace tptp {
  * Just exists to provide the uintptr_t constructor that ANTLR
  * requires.
  */
-struct myExpr : public CVC5::api::Term
+struct myExpr : public cvc5::api::Term
 {
-  myExpr() : CVC5::api::Term() {}
-  myExpr(void*) : CVC5::api::Term() {}
-  myExpr(const CVC5::api::Term& e) : CVC5::api::Term(e) {}
-  myExpr(const myExpr& e) : CVC5::api::Term(e) {}
+  myExpr() : cvc5::api::Term() {}
+  myExpr(void*) : cvc5::api::Term() {}
+  myExpr(const cvc5::api::Term& e) : cvc5::api::Term(e) {}
+  myExpr(const myExpr& e) : cvc5::api::Term(e) {}
 }; /* struct myExpr*/
 
 enum NonAssoc {
@@ -238,6 +238,6 @@ enum NonAssoc {
 }  // namespace tptp
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__TPTP_INPUT_H */
index f3489f3fef3e92b9bcdb4d4e32e9175eeaa60da1..9e2943c47b95f7bbf363ad250d632f95b3f5dad4 100644 (file)
@@ -26,7 +26,7 @@
 #include "parser/tptp/TptpParser.h"
 #include "parser/tptp/tptp.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace parser {
 
 /* Use lookahead=2 */
@@ -69,4 +69,4 @@ api::Term TptpInput::parseExpr()
 }
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
index bfe8562fce14db5419a057f1c21f06ff3127f319..ff4ac590fee7ef5f731b9a791cfc2e023c064327 100644 (file)
 #include "parser/tptp/TptpLexer.h"
 #include "parser/tptp/TptpParser.h"
 
-// extern void TptpParserSetAntlrParser(CVC5::parser::AntlrParser*
+// extern void TptpParserSetAntlrParser(cvc5::parser::AntlrParser*
 // newAntlrParser);
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Command;
 class Expr;
@@ -82,6 +82,6 @@ class TptpInput : public AntlrInput {
 };/* class TptpInput */
 
 }  // namespace parser
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PARSER__TPTP_INPUT_H */
index ab3e950b90c32fc706a64f3c8146818505737ba9..92027a30318497a887714cd72dcb9cca8759ebef 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/builtin/proof_checker.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 
 AssertionPipeline::AssertionPipeline()
@@ -212,4 +212,4 @@ void AssertionPipeline::conjoin(size_t i, Node n, ProofGenerator* pg)
 }
 
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 45460631586339a89b38deaae7f5f642d3c6984e..aa4ffbca2067ade664ed03865d3b5fda4cbc0019 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/node.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofGenerator;
 namespace smt {
@@ -198,6 +198,6 @@ class AssertionPipeline
 }; /* class AssertionPipeline */
 
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__ASSERTION_PIPELINE_H */
index a67861664e558f9d11092e1d699beedc9a0464bc..a19994ad9a99b1fa49179e46fdda0a1b7e8222c4 100644 (file)
 #include "preprocessing/assertion_pipeline.h"
 #include "preprocessing/preprocessing_pass_context.h"
 
-using namespace CVC5;
-using namespace CVC5::theory;
+using namespace cvc5;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -336,4 +336,4 @@ PreprocessingPassResult Ackermann::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index e177b427043eef2262893cfd23f884b8e8ad73e7..14f8f713fc0a2868f9e8db116cc1be2e76ad78a2 100644 (file)
@@ -33,7 +33,7 @@
 #include "theory/logic_info.h"
 #include "theory/substitutions.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -82,6 +82,6 @@ class Ackermann : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__ACKERMANN_H */
index 16f06540ed15ba1fb05e6c00ecac33e68d4b7f29..12f3375b003534e07170691ef9a49ea843d6c769 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/rewriter.h"
 #include "theory/substitutions.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -63,4 +63,4 @@ PreprocessingPassResult ApplySubsts::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 6345f35dd81e42bff763da30458d2fefff23dad6..d94943dc3ae15b868b772db5ac2db216924fcf47 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 
 class PreprocessingPassContext;
@@ -46,6 +46,6 @@ class ApplySubsts : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 042bc3e012eea6d2acbd19270ae4821b4955021d..df8e93bc79f2bb7bb06c05e5294b791dc815255f 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 BoolToBV::BoolToBV(PreprocessingPassContext* preprocContext)
     : PreprocessingPass(preprocContext, "bool-to-bv"), d_statistics()
@@ -422,4 +422,4 @@ BoolToBV::Statistics::~Statistics()
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 885c57302856ef928adddf55e5b0243a61fd61b1..1245dbd34b37bf7aef255f8b72e832e1cfa4334f 100644 (file)
@@ -23,7 +23,7 @@
 #include "preprocessing/preprocessing_pass.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -121,6 +121,6 @@ class BoolToBV : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__BOOL_TO_BV_H */
index 045b4295b86b05d0e4fbb00f873434df965e30f6..b7a9e9c69ada3fe8868183f458e5b1ebc0088469 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/theory_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 BvAbstraction::BvAbstraction(PreprocessingPassContext* preprocContext)
     : PreprocessingPass(preprocContext, "bv-abstraction"){};
@@ -60,4 +60,4 @@ PreprocessingPassResult BvAbstraction::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index b16a2f9736916c77623de00480020ec805b91b89..d699b288f05141a68a7cf7e587b88fdc4cadb34b 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -44,6 +44,6 @@ class BvAbstraction : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__BV_ABSTRACTION_H */
index 15b7662c46f32a320a3afd380f3c6a7970c8f5dc..54f967bfcd6530814d9647c1f53683d45539675c 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/theory_engine.h"
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -47,4 +47,4 @@ PreprocessingPassResult BvEagerAtoms::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index a3c7a424a0f685c48e9e4f1d8c61d9742a1b654c..e0b53ad1b0234a4e84b59ecc2ba1c49da39899b1 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -38,6 +38,6 @@ class BvEagerAtoms : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__BV_EAGER_ATOMS_H */
index 2ec12256a9776c91e7f80da5909156339c4131c3..7bd0e7715cd29b3de62e273f4a840d4506e4442e 100644 (file)
 #include "theory/rewriter.h"
 #include "util/bitvector.h"
 
-using namespace CVC5;
-using namespace CVC5::theory;
-using namespace CVC5::theory::bv;
+using namespace cvc5;
+using namespace cvc5::theory;
+using namespace cvc5::theory::bv;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -704,7 +704,7 @@ PreprocessingPassResult BVGauss::applyInternal(
   {
     Node a = assertions.back();
     assertions.pop_back();
-    CVC5::Kind k = a.getKind();
+    cvc5::Kind k = a.getKind();
 
     if (k == kind::AND)
     {
@@ -800,4 +800,4 @@ PreprocessingPassResult BVGauss::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index d0607186712dced85cc8bb17a285f24bfa545384..e75b418680a396b73836aff7963b4e770ef9620f 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/node.h"
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -104,6 +104,6 @@ class BVGauss : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index c611c8af3cf674a49075d2757412d37d3047d286..fb6a123dd15db5b28ce12b8693fb1f8dcb62cf66 100644 (file)
 #include "theory/bv/theory_bv_rewrite_rules_simplification.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
 using NodeMap = std::unordered_map<Node, Node, NodeHashFunction>;
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 namespace {
 
@@ -103,4 +103,4 @@ PreprocessingPassResult BvIntroPow2::applyInternal(
 }  // namespace passes
 }  // namespace preprocessing
 
-}  // namespace CVC5
+}  // namespace cvc5
index 98e1efc1d03a194ad31011447e956d67903e3c09..c51383d2cd48456f67df85bdf616c6ae341a1c29 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -39,6 +39,6 @@ class BvIntroPow2 : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__BV_INTRO_POW2_H */
index 5153f3b7f11a1a0245081b0141904afce0059427..9f219e7a4f915ceb6bd79b9814f68833491b3b85 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
 using namespace std;
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 BVToBool::BVToBool(PreprocessingPassContext* preprocContext)
     : PreprocessingPass(preprocContext, "bv-to-bool"),
@@ -310,4 +310,4 @@ BVToBool::Statistics::~Statistics()
 
 }  // passes
 }  // Preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 45fa4a5df3d6b4f796aafd8651c9e38517ebd38a..b6b847140602646e5d8165a70d111ecf28535252 100644 (file)
@@ -23,7 +23,7 @@
 #include "preprocessing/preprocessing_pass.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -73,6 +73,6 @@ class BVToBool : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__BV_TO_BOOL_H */
index f7a87d51fb9de4cb52c705372771ce31fa4e2753..510d354197bbe54c7bd736e5bf72207441e786fc 100644 (file)
 #include "theory/bv/theory_bv_rewrite_rules_simplification.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
 using namespace std;
-using namespace CVC5::theory;
-using namespace CVC5::theory::bv;
+using namespace cvc5::theory;
+using namespace cvc5::theory::bv;
 
 namespace {
 
@@ -1046,4 +1046,4 @@ Node BVToInt::createBVNotNode(Node n, uint64_t bvsize)
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index bc949bff25cf1c4ab534b3afc93836ac561c84c1..c0d96d462c11e5e6991e5ad2aca4c67df8c11675 100644 (file)
@@ -73,7 +73,7 @@
 #include "preprocessing/preprocessing_pass.h"
 #include "theory/arith/nl/iand_utils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -285,6 +285,6 @@ class BVToInt : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* __CVC4__PREPROCESSING__PASSES__BV_TO_INT_H */
index 245c889d3c3603ac1b4a5a6ca70b17a398ab9162..38519e96b66d2069c7296716381e141d676b709a 100644 (file)
@@ -21,7 +21,7 @@
 #include "preprocessing/preprocessing_pass_context.h"
 #include "theory/quantifiers/extended_rewrite.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -43,4 +43,4 @@ PreprocessingPassResult ExtRewPre::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 60ab6af983cd20a6ce91043609618ed61f342d47..8fabecbaa158c74d6f4fd671b4d6ba7d8f8d8d0a 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -37,6 +37,6 @@ class ExtRewPre : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__EXTENDED_REWRITER_PASS_H */
index c1a9954691745744f6d8cd35abf6d45c2802ea97..307be46bfda505da5e47ed0fbba6c1b6c38985a5 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/strings/arith_entail.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 ForeignTheoryRewrite::ForeignTheoryRewrite(PreprocessingPassContext* preprocContext)
     : PreprocessingPass(preprocContext, "foreign-theory-rewrite"),
       d_cache(preprocContext->getUserContext()){};
@@ -149,4 +149,4 @@ PreprocessingPassResult ForeignTheoryRewrite::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index e50909617a525aaa53be310b161e019e531b0755..eb228ca67a9846de04a1a378a4231a3733e6027b 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/node.h"
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -62,6 +62,6 @@ class ForeignTheoryRewrite : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__FOREIGN_THEORY_REWRITE_H */
index b34df8ca320eb890e577bce8ea82aae28bf26f06..c6ea0ee270fe1f3e9d95bf08c334bd218a7c5b85 100644 (file)
 #include "theory/rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::theory;
-using namespace CVC5::theory::quantifiers;
+using namespace cvc5::kind;
+using namespace cvc5::theory;
+using namespace cvc5::theory::quantifiers;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -466,4 +466,4 @@ void FunDefFmf::getConstraints(Node n,
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 194c520ab54478d6f81709433780f69f71afc932..cb461d6e941541f761c7edc768bda71db48f11f1 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -100,6 +100,6 @@ class FunDefFmf : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__SYGUS_INFERENCE_H_ */
index 60f584225b2902dac89bf10e0545c04024a28c50..5cb5663c39e67d777bb6b286cbef5e6edc153893 100644 (file)
 #include "theory/rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::theory;
+using namespace cvc5::kind;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -124,4 +124,4 @@ PreprocessingPassResult GlobalNegate::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 2e9dbdcb798112c27e13066715883c2df6751542..263fa636b67e5664fdb53c24605da00cfe6f96dc 100644 (file)
@@ -29,7 +29,7 @@
 #include "expr/node.h"
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -48,6 +48,6 @@ class GlobalNegate : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING_PASSES__GLOBAL_NEGATE_H */
index 13a59a92d6b1b006d710ca5222a26e688518eba1..1bf980c4963259db897a643970d6b6b99f2d6f2d 100644 (file)
@@ -24,9 +24,9 @@
 #include "theory/rewriter.h"
 #include "theory/uf/theory_uf_rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -539,4 +539,4 @@ TypeNode HoElim::getUSort(TypeNode tn)
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 36aa53acf2efb7b382b6e656df105ff54cdb371f..ba23a1973e542374173a03d87146cb7f4ceb7bd6 100644 (file)
@@ -26,7 +26,7 @@
 #include "expr/node.h"
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -150,6 +150,6 @@ class HoElim : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* __CVC4__PREPROCESSING__PASSES__HO_ELIM_PASS_H */
index bf59a73114efe7dec93319b062a60911d0f58d79..b1f8ad771aa3cfa7f58029b675498f2018aef34a 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
 using namespace std;
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 using NodeMap = std::unordered_map<Node, Node, NodeHashFunction>;
 
@@ -267,4 +267,4 @@ PreprocessingPassResult IntToBV::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index a6eda934f9824697d4ba1d068954637f5ca21a97..da9d54229576eb76fcaf58f1317895262c183515 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -39,6 +39,6 @@ class IntToBV : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__INT_TO_BV_H */
index 91b805004ea92c4b5976d88f6e6c72eda197ddcb..cae898a7abe236db52757db43f09bc4592697815 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/theory_preprocessor.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 // TODO (project #42): note this preprocessing pass is deprecated
 IteRemoval::IteRemoval(PreprocessingPassContext* preprocContext)
@@ -79,4 +79,4 @@ PreprocessingPassResult IteRemoval::applyInternal(AssertionPipeline* assertions)
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index ceb9af4acef4c3cd4fa14f824a997218ef4165a0..4c49236476a18840c97bed1e06bbadeabe3c2dad 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -37,6 +37,6 @@ class IteRemoval : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4__PREPROCESSING__PASSES__ITE_REMOVAL_H
index 8b9ad95876634558b2c0a68b6d31f81899dd7a64..0ad4f1abcab62f5bb592b400fca3e16dd614a339 100644 (file)
 #include "theory/theory_engine.h"
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::theory;
+using namespace cvc5;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -97,7 +97,7 @@ void compressBeforeRealAssertions(AssertionPipeline* assertionsToPreprocess,
   assertionsToPreprocess->resize(before);
   size_t lastBeforeItes = assertionsToPreprocess->getRealAssertionsEnd() - 1;
   intoConjunction.push_back((*assertionsToPreprocess)[lastBeforeItes]);
-  Node newLast = CVC5::util::NaryBuilder::mkAssoc(kind::AND, intoConjunction);
+  Node newLast = cvc5::util::NaryBuilder::mkAssoc(kind::AND, intoConjunction);
   assertionsToPreprocess->replace(lastBeforeItes, newLast);
   Assert(assertionsToPreprocess->size() == before);
 }
@@ -262,4 +262,4 @@ PreprocessingPassResult ITESimp::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index e5ab276206f764d04c7e73a5911bc87b98263685..abb3ec6f5ba3c0a630e9657af538b3816b3a1274 100644 (file)
@@ -21,7 +21,7 @@
 #include "preprocessing/util/ite_utilities.h"
 #include "util/stats_histogram.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -52,6 +52,6 @@ class ITESimp : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index a810d3e19a662dd533c60386b2ea22e28f189107..7c246c3e13b633d3f1759d445e212cf9d5d69978 100644 (file)
 #include "theory/theory_model.h"
 #include "theory/trust_substitutions.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
 using namespace std;
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 namespace {
 
@@ -667,4 +667,4 @@ MipLibTrick::Statistics::~Statistics()
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 61bf400406ea9a0d8ace1e0251caf8cdef42348b..cad786c6bb87ffa975d81415073d92e98aa5f511 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/node.h"
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -57,6 +57,6 @@ class MipLibTrick : public PreprocessingPass, public NodeManagerListener
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__MIPLIB_TRICK_H */
index 3bc8ff8dde98957ee23d07502c6cc481d32f2164..838a2a7679f46a4141b0a5b7eba4fc401237cae1 100644 (file)
 #include "preprocessing/assertion_pipeline.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
 using namespace std;
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 Node NlExtPurify::purifyNlTerms(TNode n,
                                 NodeMap& cache,
@@ -140,4 +140,4 @@ PreprocessingPassResult NlExtPurify::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index c9b5c344cb3149b9ccd426bef91146a755212011..2718639d69256921977d1e656970ff530fd1e092 100644 (file)
@@ -26,7 +26,7 @@
 #include "expr/node.h"
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -51,6 +51,6 @@ class NlExtPurify : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__NL_EXT_PURIFY_H */
index 29e7233c03bd37a6f521509a6beb49901fe511ff..e5b0cd39be8ce7398856dc32976f0604588a44bf 100644 (file)
 #include "theory/theory_model.h"
 #include "theory/trust_substitutions.h"
 
-using namespace CVC5;
-using namespace CVC5::theory;
+using namespace cvc5;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -491,4 +491,4 @@ Node NonClausalSimp::processRewrittenLearnedLit(theory::TrustNode trn)
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index dfaa24a93a71ec93b6abd6275acaca36880b6e41..679a6216d4ff1b5a2c75117361efaa66dcc068be 100644 (file)
@@ -22,7 +22,7 @@
 #include "preprocessing/preprocessing_pass.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class LazyCDProof;
 class ProofNodeManager;
@@ -97,6 +97,6 @@ class NonClausalSimp : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 5ce7338f3a35f9c319b376f01f8c399a1233cb93..510281bee008be7c2b93a59e6f5d5693c3b3be18 100644 (file)
 #include "theory/arith/normal_form.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
-using namespace CVC5::theory;
-using namespace CVC5::theory::arith;
+using namespace cvc5::theory;
+using namespace cvc5::theory::arith;
 
 PseudoBooleanProcessor::PseudoBooleanProcessor(
     PreprocessingPassContext* preprocContext)
@@ -418,4 +418,4 @@ void PseudoBooleanProcessor::clear()
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 6e1b426bfd8bf5d5395e6f68729934149a313c8c..47a1eb7dc1999237f6c9a2acbe9973cf9306ccbe 100644 (file)
@@ -31,7 +31,7 @@
 #include "util/maybe.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -110,6 +110,6 @@ class PseudoBooleanProcessor : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4__PREPROCESSING__PASSES__PSEUDO_BOOLEAN_PROCESSOR_H
index b296f9c17ba9ae1bc4a96a4f9f50b9de62e3309d..8251183ddde4f705f2e17d3648f6070383cc5d82 100644 (file)
 #include "theory/theory_engine.h"
 
 using namespace std;
-using namespace CVC5::theory;
-using namespace CVC5::theory::quantifiers;
-using namespace CVC5::kind;
+using namespace cvc5::theory;
+using namespace cvc5::theory::quantifiers;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -568,4 +568,4 @@ void QuantifierMacros::addMacro( Node op, Node n, std::vector< Node >& opc ) {
 
 }  // passes
 }  // preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 51b3c795148f43f701970cfd15e2358a4180f77a..4b5b21a5d8878b573334a86fe78f403ff9680e92 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -91,6 +91,6 @@ class QuantifierMacros : public PreprocessingPass
 
 }  // passes
 }  // preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /*CVC4__PREPROCESSING__PASSES__QUANTIFIER_MACROS_H */
index 15f0fc54bba4be79b0f9c13fda552de6f1d947ec..92b2c8aae98856e6cb3bdd99bdf068bf4163b790 100644 (file)
 #include "theory/quantifiers/quantifiers_rewriter.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
 using namespace std;
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 QuantifiersPreprocess::QuantifiersPreprocess(PreprocessingPassContext* preprocContext)
     : PreprocessingPass(preprocContext, "quantifiers-preprocess"){};
@@ -58,4 +58,4 @@ PreprocessingPassResult QuantifiersPreprocess::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index b9ea842cbae58d5a6bb07c451635195199858c85..6aa5c58f0c5901a109dfe31e21406166bcf7f926 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -40,6 +40,6 @@ class QuantifiersPreprocess : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__QUANTIFIERS_PREPROCESS_H */
index bc8ba0b7967ad3a8b09d4f1df836417c4ee87c3c..c80d55d3d87c4731a7a9d6a1c5fdff3523a1280d 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
 using namespace std;
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 Node RealToInt::realToIntInternal(TNode n, NodeMap& cache, std::vector<Node>& var_eq)
 {
@@ -213,4 +213,4 @@ PreprocessingPassResult RealToInt::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 5579e3faffb867f9be225f1f75ca8f84a6d90026..d961f10f259447f5aba181b9e2ec62d01cc9bbf3 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/node.h"
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -45,6 +45,6 @@ class RealToInt : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__REAL_TO_INT_H */
index 35c2e9926f9d8148cf5d5f6511be2db1117085da..e5ff22d4f805f31cca6f73921a9b1bc527115698 100644 (file)
 #include "preprocessing/assertion_pipeline.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 Rewrite::Rewrite(PreprocessingPassContext* preprocContext)
     : PreprocessingPass(preprocContext, "rewrite"){};
@@ -42,4 +42,4 @@ PreprocessingPassResult Rewrite::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 4848c8a9882649b5c76d00d90d305658e5fd92a1..50443c2c6836acf087364e27c6a8c21702464948 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -37,7 +37,7 @@ class Rewrite : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__REWRITE_H */
 
index 6100e0762f8b18315198ff0afa6597ea59ed38c0..8c130768dc803a093de0f8db080c411760de0ea1 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
 using namespace std;
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 namespace {
 
@@ -124,4 +124,4 @@ PreprocessingPassResult SepSkolemEmp::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 11e7bec247efcfab8b4af148650c123913ccf96f..a5b4120cbf5f296a6113dc63d714e3f89d465571 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -36,6 +36,6 @@ class SepSkolemEmp : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__SEP_SKOLEM_EMP_H */
index 07c5e7cc5cd52f1f78b87a29cf3fc6505a6d43b8..cb8818f960964691c5994f8aed0887a8b3988f81 100644 (file)
@@ -26,7 +26,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -91,4 +91,4 @@ PreprocessingPassResult SortInferencePass::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 5874b436392e0a53f3165e98b0e464f179082ffb..16769720603cfe96512b6090473783db6bc1d923 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -38,6 +38,6 @@ class SortInferencePass : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__SORT_INFERENCE_PASS_H_ */
index 1cc2ce06f82bdfd9a90717e69b60f4a016ce8592..028322c1e03c881a6ffaf1b7a54cca16288832e3 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/rewriter.h"
 #include "theory/theory_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -57,4 +57,4 @@ PreprocessingPassResult StaticLearning::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 67bf053f9027411b665cf9e0b4cec2bc80d439d6..8f83e60b557797ffd05d55728424e05dd80adbee 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -36,6 +36,6 @@ class StaticLearning : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__STATIC_LEARNING_H */
index 775a0944102e8583fa8d95af61c950709180955b..ea12010b0f7c42aed2a8c030048f18cd904ebd17 100644 (file)
@@ -18,9 +18,9 @@
 #include "theory/rewriter.h"
 #include "theory/strings/theory_strings_preprocess.h"
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -57,4 +57,4 @@ PreprocessingPassResult StringsEagerPp::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 3af59766c0aaa83d8f0bf1054ddf83baa2e80701..b4058a659b1a939b059b6e7c116bef5579314bc5 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -39,6 +39,6 @@ class StringsEagerPp : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__STRINGS_EAGER_PP_H */
index f05afe54f0e08899b0ae17c02577bf8204715e67..a0d4ed91e8e861dcbc948bd7903c378b157ced58 100644 (file)
 #include "theory/smt_engine_subsolver.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::theory;
+using namespace cvc5::kind;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -345,4 +345,4 @@ bool SygusInference::solveSygus(const std::vector<Node>& assertions,
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index b31e5ca7c9929bfdda4000da52cf0868a99a148f..094788adc8d74409a1e66dfd9169313a1807885d 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -63,6 +63,6 @@ class SygusInference : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__SYGUS_INFERENCE_H_ */
index 7213dc8a88380d8ecc47690a1d491f160d005155..b2333b30e2f5782867f985ce7fbd6a59e1c87878 100644 (file)
@@ -30,9 +30,9 @@
 #include "theory/quantifiers/term_util.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -474,4 +474,4 @@ PreprocessingPassResult SynthRewRulesPass::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index eb52688e75cba8e0a85feeed94fad8b01a79e8c4..016395029b29a6d9c81d2568884c996ac515ff3b 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -71,6 +71,6 @@ class SynthRewRulesPass : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__SYNTH_REW_RULES_H */
index 7112dd50fead3cf4fc5241fb23dc046419c60b69..8e79a7b09e29df983773c25c741d3e4746be5237 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/theory_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 TheoryPreprocess::TheoryPreprocess(PreprocessingPassContext* preprocContext)
     : PreprocessingPass(preprocContext, "theory-preprocess"){};
@@ -72,4 +72,4 @@ PreprocessingPassResult TheoryPreprocess::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index bd450840e4f03bdc3454193384e4b1c9b75dc125..cc74792d1a73c1b84667a1120b276324e20d25e2 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -37,6 +37,6 @@ class TheoryPreprocess : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__THEORY_PREPROCESS_H */
index c70458b913102740c480a1a46b54bfb4650952e5..c5a73f89b56fb7a7af0f673189f5b44d08c256a1 100644 (file)
@@ -18,9 +18,9 @@
 #include "preprocessing/preprocessing_pass_context.h"
 #include "theory/theory_engine.h"
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -116,4 +116,4 @@ theory::TrustNode TheoryRewriteEq::rewriteAssertion(TNode n)
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 626efe8e35bfbc421deda942d29024bf148f889f..f6651d39c44acb066303a34172411590fcb68df7 100644 (file)
@@ -21,7 +21,7 @@
 #include "preprocessing/preprocessing_pass.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
@@ -51,6 +51,6 @@ class TheoryRewriteEq : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PASSES__THEORY_REWRITE_EQ_H */
index 502889dd32776472a323a0960cc4ee69e9448e78..9a9aaa366dd70d0cb004d5bb838730f120509400 100644 (file)
 #include "theory/logic_info.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace passes {
 
 using namespace std;
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
 UnconstrainedSimplifier::UnconstrainedSimplifier(
     PreprocessingPassContext* preprocContext)
@@ -880,4 +880,4 @@ PreprocessingPassResult UnconstrainedSimplifier::applyInternal(
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index da368de513f36df228d365d65bda67a4660a9063..5416abf5144bf662ff88b37c53b77c13611f4e2d 100644 (file)
@@ -29,7 +29,7 @@
 #include "theory/substitutions.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 class Context;
 }
@@ -72,6 +72,6 @@ class UnconstrainedSimplifier : public PreprocessingPass
 
 }  // namespace passes
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 127b2275807fc5062684e4eb67ca323fa07b510b..f9effecba5a34a34bec4dae82103b4bb3d9c8924 100644 (file)
@@ -24,7 +24,7 @@
 #include "smt/smt_engine_scope.h"
 #include "smt/smt_statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 
 PreprocessingPassResult PreprocessingPass::apply(
@@ -70,4 +70,4 @@ PreprocessingPass::~PreprocessingPass() {
 }
 
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index f112d5f54ba622a0275f11945bbc9295596e2e33..7f65129f8151c707c71466ec9e9a96723a66a48f 100644 (file)
@@ -36,7 +36,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 
 class AssertionPipeline;
@@ -81,6 +81,6 @@ class PreprocessingPass {
 };
 
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PREPROCESSING_PASS_H */
index 3c64ce30127b39a888885c3cbdc4c611879098e9..fdcbbb4668bcbfcb52c8f1b4df1fbcef3c9052f5 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "expr/node_algorithm.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 
 PreprocessingPassContext::PreprocessingPassContext(
@@ -61,4 +61,4 @@ ProofNodeManager* PreprocessingPassContext::getProofNodeManager()
 }
 
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 93563e3a2f3d0959356372d8f3cedb345610ba76..17f049748a9914d2541dbdeb390793ebedf2bd80 100644 (file)
@@ -26,7 +26,7 @@
 #include "theory/trust_substitutions.h"
 #include "util/resource_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 class SmtEngine;
 class TheoryEngine;
 namespace theory::booleans {
@@ -106,6 +106,6 @@ class PreprocessingPassContext
 };  // class PreprocessingPassContext
 
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PREPROCESSING_PASS_CONTEXT_H */
index a46ce02054547314fcd4a60635e05d309022e0d1..b9434e63fcda556509f3311eb05934c6a739db6a 100644 (file)
 #include "preprocessing/passes/unconstrained_simplifier.h"
 #include "preprocessing/preprocessing_pass.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 
-using namespace CVC5::preprocessing::passes;
+using namespace cvc5::preprocessing::passes;
 
 PreprocessingPassRegistry& PreprocessingPassRegistry::getInstance()
 {
@@ -158,4 +158,4 @@ PreprocessingPassRegistry::PreprocessingPassRegistry()
 }
 
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index 4843b810b165374b3121837ba2bf14fefe819ed3..bd9e724dab4e713aa6a744a0ee4ce5adb3a13b2c 100644 (file)
@@ -23,7 +23,7 @@
 #include <string>
 #include <unordered_map>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 
 class PreprocessingPass;
@@ -94,6 +94,6 @@ class PreprocessingPassRegistry {
 };  // class PreprocessingPassRegistry
 
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PREPROCESSING__PREPROCESSING_PASS_REGISTRY_H */
index 2b215f9b488bd53775c57e610665caed9b6334de..a3ad701a8c7f42d466e8ed5a7b10f4e6293349b1 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/theory.h"
 
 using namespace std;
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace util {
 
@@ -1909,4 +1909,4 @@ ITECareSimplifier::CareSetPtr ITECareSimplifier::CareSetPtr::mkNew(
 
 }  // namespace util
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
index ff58bbacf1b670b59fca42a67cbf9ebbb2b763ef..059bac45c2b0c660e822c8726f34507502c96a64 100644 (file)
@@ -31,7 +31,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_histogram.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 
 class AssertionPipeline;
@@ -417,6 +417,6 @@ class ITECareSimplifier
 
 }  // namespace util
 }  // namespace preprocessing
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 5d3fb1adc25fda0732454ded5e5e76740002c16a..c0ceb1c7f13532ada725c20ba17054b9a35dd4dc 100644 (file)
@@ -29,7 +29,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace printer {
 namespace ast {
 
@@ -475,4 +475,4 @@ static bool tryToStream(std::ostream& out, const CommandStatus* s)
 
 }  // namespace ast
 }  // namespace printer
-}  // namespace CVC5
+}  // namespace cvc5
index 985cf98720b0f8d84a96b98136b5b8dc8b642213..7d24aa0feeb64da8c13f6ce36b91813f1c57e6f5 100644 (file)
 
 #include "printer/printer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class LetBinding;
 
 namespace printer {
 namespace ast {
 
-class AstPrinter : public CVC5::Printer
+class AstPrinter : public cvc5::Printer
 {
  public:
-  using CVC5::Printer::toStream;
+  using cvc5::Printer::toStream;
   void toStream(std::ostream& out,
                 TNode n,
                 int toDepth,
@@ -196,6 +196,6 @@ class AstPrinter : public CVC5::Printer
 
 }  // namespace ast
 }  // namespace printer
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PRINTER__AST_PRINTER_H */
index 867bc204ad1b45841d347f9f0c85ae8a9538e6e9..1556ee74db6ae3bd9fc851f75a8c1709be363711 100644 (file)
@@ -42,7 +42,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace printer {
 namespace cvc {
 
@@ -1614,4 +1614,4 @@ void CvcPrinter::toStreamNodeWithLetify(std::ostream& out,
 
 }  // namespace cvc
 }  // namespace printer
-}  // namespace CVC5
+}  // namespace cvc5
index 2b240568e1fb8b067eaf202543bfd5e5b138056c..f7458c3f5d1d5ac6e2b9a5888af8187379daf86e 100644 (file)
 
 #include "printer/printer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class LetBinding;
 
 namespace printer {
 namespace cvc {
 
-class CvcPrinter : public CVC5::Printer
+class CvcPrinter : public cvc5::Printer
 {
  public:
-  using CVC5::Printer::toStream;
+  using cvc5::Printer::toStream;
   CvcPrinter(bool cvc3Mode = false) : d_cvc3Mode(cvc3Mode) {}
   void toStream(std::ostream& out,
                 TNode n,
@@ -204,6 +204,6 @@ class CvcPrinter : public CVC5::Printer
 
 }  // namespace cvc
 }  // namespace printer
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PRINTER__CVC_PRINTER_H */
index 638503c1a595d53b1eec786195dfb9a88cb291e2..c8b227a97b0481c99c54217ede077618e0c7c146 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <sstream>
 
-namespace CVC5 {
+namespace cvc5 {
 
 LetBinding::LetBinding(uint32_t thresh)
     : d_thresh(thresh),
@@ -212,4 +212,4 @@ void LetBinding::convertCountToLet()
   }
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 9eaeb039aa16a888b0c27295f96c4850eb9f7beb..b0560a0255f9c962b7a6cc356d1b0305f5642370 100644 (file)
@@ -23,7 +23,7 @@
 #include "context/cdlist.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * A flexible let binding class. This class provides functionalities for
@@ -157,6 +157,6 @@ class LetBinding
   NodeIdMap d_letMap;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index c4236d711664ac76bf18f1d2b23b51cb836eb942..46e92b095da4e421e39ea85a9f799712773f6609 100644 (file)
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 unique_ptr<Printer> Printer::d_printers[language::output::LANG_MAX];
 
 unique_ptr<Printer> Printer::makePrinter(OutputLanguage lang)
 {
-  using namespace CVC5::language::output;
+  using namespace cvc5::language::output;
 
   switch(lang) {
   case LANG_SMTLIB_V2_6:
@@ -459,4 +459,4 @@ void Printer::toStreamCmdDeclarationSequence(
   printUnknownCommand(out, "sequence");
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 02ffdc939ac07009d699d657edde588338f8165e..65b4a7ccbdc07d67e9a451ee4b8c96f070ac363c 100644 (file)
@@ -26,7 +26,7 @@
 #include "smt/model.h"
 #include "util/result.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Command;
 class CommandStatus;
@@ -308,6 +308,6 @@ class Printer
 
 }; /* class Printer */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PRINTER__PRINTER_H */
index 7e80baebc7a77c23411eefb4309eda67b782919d..a2a45de8185e6b164fa1bbb5ed62358c9e991e18 100644 (file)
@@ -46,7 +46,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace printer {
 namespace smt2 {
 
@@ -292,7 +292,7 @@ void Smt2Printer::toStream(std::ostream& out,
       }
       else
       {
-        out << CVC5::quoteSymbol(dt.getName());
+        out << cvc5::quoteSymbol(dt.getName());
       }
       break;
     }
@@ -437,7 +437,7 @@ void Smt2Printer::toStream(std::ostream& out,
       out << '(';
     }
     if(n.getAttribute(expr::VarNameAttr(), name)) {
-      out << CVC5::quoteSymbol(name);
+      out << cvc5::quoteSymbol(name);
     }
     if(n.getNumChildren() != 0) {
       for(unsigned i = 0; i < n.getNumChildren(); ++i) {
@@ -509,7 +509,7 @@ void Smt2Printer::toStream(std::ostream& out,
     string s;
     if (n.getAttribute(expr::VarNameAttr(), s))
     {
-      out << CVC5::quoteSymbol(s);
+      out << cvc5::quoteSymbol(s);
     }
     else
     {
@@ -1334,7 +1334,7 @@ static bool tryToStream(std::ostream& out, const Command* c, Variant v);
 static std::string quoteSymbol(TNode n) {
   std::stringstream ss;
   ss << n;
-  return CVC5::quoteSymbol(ss.str());
+  return cvc5::quoteSymbol(ss.str());
 }
 
 template <class T>
@@ -1364,7 +1364,7 @@ void Smt2Printer::toStream(std::ostream& out, const UnsatCore& core) const
     const std::vector<std::string>& cnames = core.getCoreNames();
     for (const std::string& cn : cnames)
     {
-      out << CVC5::quoteSymbol(cn) << std::endl;
+      out << cvc5::quoteSymbol(cn) << std::endl;
     }
   }
   else
@@ -1582,7 +1582,7 @@ void Smt2Printer::toStreamCmdDeclareFunction(std::ostream& out,
                                              const std::string& id,
                                              TypeNode type) const
 {
-  out << "(declare-fun " << CVC5::quoteSymbol(id) << " (";
+  out << "(declare-fun " << cvc5::quoteSymbol(id) << " (";
   if (type.isFunction())
   {
     const vector<TypeNode> argTypes = type.getArgTypes();
@@ -1702,7 +1702,7 @@ void Smt2Printer::toStreamCmdDeclareType(std::ostream& out,
   std::stringstream id;
   id << type;
   size_t arity = type.isSortConstructor() ? type.getSortConstructorArity() : 0;
-  out << "(declare-sort " << CVC5::quoteSymbol(id.str()) << " " << arity << ")"
+  out << "(declare-sort " << cvc5::quoteSymbol(id.str()) << " " << arity << ")"
       << std::endl;
 }
 
@@ -1711,7 +1711,7 @@ void Smt2Printer::toStreamCmdDefineType(std::ostream& out,
                                         const std::vector<TypeNode>& params,
                                         TypeNode t) const
 {
-  out << "(define-sort " << CVC5::quoteSymbol(id) << " (";
+  out << "(define-sort " << cvc5::quoteSymbol(id) << " (";
   if (params.size() > 0)
   {
     copy(
@@ -1811,7 +1811,7 @@ void Smt2Printer::toStream(std::ostream& out, const DType& dt) const
     {
       out << " ";
     }
-    out << "(" << CVC5::quoteSymbol(cons.getName());
+    out << "(" << cvc5::quoteSymbol(cons.getName());
     for (size_t j = 0, nargs = cons.getNumArgs(); j < nargs; j++)
     {
       const DTypeSelector& arg = cons[j];
@@ -1844,7 +1844,7 @@ void Smt2Printer::toStreamCmdDatatypeDeclaration(
   {
     Assert(t.isDatatype());
     const DType& d = t.getDType();
-    out << "(" << CVC5::quoteSymbol(d.getName());
+    out << "(" << cvc5::quoteSymbol(d.getName());
     out << " " << d.getNumParameters() << ")";
   }
   out << ") (";
@@ -1986,7 +1986,7 @@ void Smt2Printer::toStreamCmdSynthFun(std::ostream& out,
   std::stringstream sym;
   sym << f;
   out << '(' << (isInv ? "synth-inv " : "synth-fun ")
-      << CVC5::quoteSymbol(sym.str()) << ' ';
+      << cvc5::quoteSymbol(sym.str()) << ' ';
   out << '(';
   if (!vars.empty())
   {
@@ -2139,4 +2139,4 @@ static bool tryToStream(std::ostream& out, const CommandStatus* s, Variant v)
 
 }  // namespace smt2
 }  // namespace printer
-}  // namespace CVC5
+}  // namespace cvc5
index a997f789a7ae423ea5326bb2c1a9668d2c96ea07..a3ab9721c44b75628fe8a9f13d4a0ca7c37b9725 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "printer/printer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class LetBinding;
 
@@ -35,11 +35,11 @@ enum Variant
                    // support for the string standard
 };                 /* enum Variant */
 
-class Smt2Printer : public CVC5::Printer
+class Smt2Printer : public cvc5::Printer
 {
  public:
   Smt2Printer(Variant variant = no_variant) : d_variant(variant) {}
-  using CVC5::Printer::toStream;
+  using cvc5::Printer::toStream;
   void toStream(std::ostream& out,
                 TNode n,
                 int toDepth,
@@ -275,6 +275,6 @@ class Smt2Printer : public CVC5::Printer
 
 }  // namespace smt2
 }  // namespace printer
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PRINTER__SMT2_PRINTER_H */
index c740f7b76a4fc28e3a0b88dc33fd04e32617d262..687ad1a61b81aa42564b06425b535280b6840294 100644 (file)
@@ -30,7 +30,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace printer {
 namespace tptp {
 
@@ -99,4 +99,4 @@ void TptpPrinter::toStream(std::ostream& out, const UnsatCore& core) const
 
 }  // namespace tptp
 }  // namespace printer
-}  // namespace CVC5
+}  // namespace cvc5
index ea538a2455e64309e71d4e43f3bf2fb75cb5387a..c59e18ae23b6f889b0012b54e2a2d63aed15ed0b 100644 (file)
 
 #include "printer/printer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace printer {
 namespace tptp {
 
-class TptpPrinter : public CVC5::Printer
+class TptpPrinter : public cvc5::Printer
 {
  public:
-  using CVC5::Printer::toStream;
+  using cvc5::Printer::toStream;
   void toStream(std::ostream& out,
                 TNode n,
                 int toDepth,
@@ -64,6 +64,6 @@ class TptpPrinter : public CVC5::Printer
 
 }  // namespace tptp
 }  // namespace printer
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PRINTER__TPTP_PRINTER_H */
index 6f3caaf19548ffad791c79f411cb26b5ae56d81d..7ce8a384a3b97555d162f82cdae9f1442ab5c71b 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef CVC4__PROOF__CLAUSE_ID_H
 #define CVC4__PROOF__CLAUSE_ID_H
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * A ClauseId is a shared identifier between the proofs module and the sat
@@ -35,6 +35,6 @@ const ClauseId ClauseIdEmpty(-1);
 const ClauseId ClauseIdUndef(-2);
 const ClauseId ClauseIdError(-3);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PROOF__CLAUSE_ID_H */
index dc1a6dd61081009078e3cedb6e14ed5fbfa8f9f5..fbe87c267d4b199eb4846c9a440e2a7854c4d116 100644 (file)
@@ -23,7 +23,7 @@
 #include "prop/minisat/minisat.h"
 #include "prop/sat_solver_types.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 CnfProof::CnfProof(prop::CnfStream* stream,
                    context::Context* ctx,
@@ -113,4 +113,4 @@ bool CnfProof::getCurrentAssertionKind()
   return d_currentAssertionStack.back().second;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 1319b83d66ec1e2594152f025286513d3cc909e4..88eb885aad357541d50b4817044cddd088450f42 100644 (file)
@@ -28,7 +28,7 @@
 #include "proof/clause_id.h"
 #include "proof/proof_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
   class CnfStream;
   }  // namespace prop
@@ -46,7 +46,7 @@ typedef std::unordered_set<Node, NodeHashFunction> NodeSet;
 
 class CnfProof {
 protected:
CVC5::prop::CnfStream* d_cnfStream;
cvc5::prop::CnfStream* d_cnfStream;
 
  /** Map from ClauseId to the assertion that lead to adding this clause **/
  ClauseIdToNode d_clauseToAssertion;
@@ -67,7 +67,7 @@ protected:
 
  std::string d_name;
 public:
- CnfProof(CVC5::prop::CnfStream* cnfStream,
+ CnfProof(cvc5::prop::CnfStream* cnfStream,
           context::Context* ctx,
           const std::string& name);
  ~CnfProof();
@@ -95,6 +95,6 @@ public:
  Node getAssertionForClause(ClauseId clause);
 };/* class CnfProof */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CNF_PROOF_H */
index 8ecec8484711e0038ae264ddd2efb70b26177428..c2e8bd8639c0501c4bcd3e9674e5662ab8a23398 100644 (file)
@@ -17,7 +17,7 @@
 #include <sstream>
 #include "expr/proof_node_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace proof {
 
 void DotPrinter::cleanQuotes(std::string& s)
@@ -91,4 +91,4 @@ void DotPrinter::ruleArguments(std::ostringstream& currentArguments,
 }
 
 }  // namespace proof
-}  // namespace CVC5
+}  // namespace cvc5
index 173495780f5aae1cf0c4d35a7aaf8a068340d71c..3bcc1cd73e7e668d0df770a412955bc34b1f2607 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/proof_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace proof {
 
 class DotPrinter
@@ -69,6 +69,6 @@ class DotPrinter
 };
 
 }  // namespace proof
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
\ No newline at end of file
index 8b3dfd17a9556a3d12bc795a95075c5de8d752a8..d9fd9c37a3bfffa680806a34db8c3f66657dff3a 100644 (file)
@@ -36,7 +36,7 @@
 #include "theory/valuation.h"
 #include "util/hash.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 ProofManager::ProofManager(context::Context* context)
     : d_context(context),
@@ -217,4 +217,4 @@ void ProofManager::addUnsatCore(Node formula)
   d_outputCoreFormulas.insert(formula);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index b303b996fa8eb521c6e02496be7489cd3dfbf83e..b6e6c1b2cad1eb6130e97ea54c120f6e6e5fac85 100644 (file)
@@ -28,7 +28,7 @@
 #include "expr/node.h"
 #include "proof/clause_id.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 // forward declarations
 namespace Minisat {
@@ -42,11 +42,11 @@ namespace prop {
 class SmtEngine;
 
 template <class Solver> class TSatProof;
-typedef TSatProof<CVC5::Minisat::Solver> CoreSatProof;
+typedef TSatProof<cvc5::Minisat::Solver> CoreSatProof;
 
 class CnfProof;
 
-typedef TSatProof<CVC5::Minisat::Solver> CoreSatProof;
+typedef TSatProof<cvc5::Minisat::Solver> CoreSatProof;
 
 namespace prop {
   typedef uint64_t SatVariable;
@@ -81,7 +81,7 @@ public:
 
  // initialization
  void initSatProof(Minisat::Solver* solver);
- void initCnfProof(CVC5::prop::CnfStream* cnfStream, context::Context* ctx);
+ void initCnfProof(cvc5::prop::CnfStream* cnfStream, context::Context* ctx);
 
  // getting various proofs
  static CoreSatProof* getSatProof();
@@ -120,6 +120,6 @@ private:
 
 };/* class ProofManager */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PROOF_MANAGER_H */
index 298b8262405753a635aa97bb146a892184a2b9b1..a66ca2d00120ed4503c22f4335d3b1e27e05538a 100644 (file)
 #include "util/stats_histogram.h"
 
 // Forward declarations.
-namespace CVC5 {
+namespace cvc5 {
 class CnfProof;
-} // namespace CVC5
+}  // namespace cvc5
 
-namespace CVC5 {
+namespace cvc5 {
 /**
  * Helper debugging functions
  */
@@ -369,6 +369,6 @@ template <class Solver>
 void toSatClause(const typename Solver::TClause& minisat_cl,
                  prop::SatClause& sat_cl);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SAT__PROOF_H */
index 6049c4876e16f8128589de513a5cd19ee6f3dccd..c2bbf6f11be953c9553f664026d3dcee426b3550 100644 (file)
@@ -26,7 +26,7 @@
 #include "prop/sat_solver_types.h"
 #include "smt/smt_statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <class Solver>
 void printLit(typename Solver::TLit l) {
@@ -1040,12 +1040,12 @@ TSatProof<Solver>::Statistics::~Statistics() {
   smtStatisticsRegistry()->unregisterStat(&d_usedClauseGlue);
 }
 
-inline std::ostream& operator<<(std::ostream& out, CVC5::ClauseKind k)
+inline std::ostream& operator<<(std::ostream& out, cvc5::ClauseKind k)
 {
   switch (k) {
-    case CVC5::INPUT: out << "INPUT"; break;
-    case CVC5::THEORY_LEMMA: out << "THEORY_LEMMA"; break;
-    case CVC5::LEARNT: out << "LEARNT"; break;
+    case cvc5::INPUT: out << "INPUT"; break;
+    case cvc5::THEORY_LEMMA: out << "THEORY_LEMMA"; break;
+    case cvc5::LEARNT: out << "LEARNT"; break;
     default:
       out << "ClauseKind Unknown! [" << unsigned(k) << "]";
   }
@@ -1053,6 +1053,6 @@ inline std::ostream& operator<<(std::ostream& out, CVC5::ClauseKind k)
   return out;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SAT__PROOF_IMPLEMENTATION_H */
index 2415daf986d38c13680737d160dc498c95c8dae7..e13db65d03090c1e1c9895aa34fb4cb7aa0e0862 100644 (file)
@@ -20,7 +20,7 @@
 #include "printer/printer.h"
 #include "smt/smt_engine_scope.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 UnsatCore::UnsatCore(const std::vector<Node>& core)
     : d_useNames(false), d_core(core), d_names()
@@ -58,4 +58,4 @@ std::ostream& operator<<(std::ostream& out, const UnsatCore& core) {
   return out;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 46dd7bf693a339011413933b7ddeb5780a122ec6..7d76883474261bfc31bce59c6427b0bae5d78ce7 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * An unsat core, which can optionally be initialized as a list of names
@@ -68,6 +68,6 @@ class UnsatCore
 /** Print the unsat core to stream out */
 std::ostream& operator<<(std::ostream& out, const UnsatCore& core);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__UNSAT_CORE_H */
index 081e79191607af60063b687b195fa6cce850d750..b3e101a88ff4d1a89de1fcbd44c07952aef12c6a 100644 (file)
@@ -4,7 +4,7 @@ This is MiniSAT 2.2.0, downloaded from here:
 
 on 11 July 2010.
 
-The code has been modified to put everything in the CVC5::MiniSat
+The code has been modified to put everything in the cvc5::MiniSat
 namespace.  The build process has been modified.  Other parts have
 been modified to serve CVC4's purposes.
 
index 1645a096adc544d37e94f3001c3025dc6888522b..fe95e7adb4b402587d5620271269f6090a03c270 100644 (file)
@@ -21,7 +21,7 @@
 #include "prop/sat_solver_types.h"
 #include "util/resource_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 class BVSatSolverNotify {
@@ -45,6 +45,6 @@ public:
 };/* class BVSatSolverInterface::Notify */
 
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index fb764631f2358c8b16fbea904f1840a53f67b297..ba1a7fc3b19f1450cd08d62bd45dfb66480f1a5e 100644 (file)
@@ -20,7 +20,7 @@
 #include "proof/clause_id.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 BVMinisatSatSolver::BVMinisatSatSolver(StatisticsRegistry* registry, context::Context* mainSatContext, const std::string& name)
@@ -298,4 +298,4 @@ void BVMinisatSatSolver::Statistics::init(BVMinisat::SimpSolver* minisat){
 }
 
 }  // namespace prop
-} // namespace CVC5
+}  // namespace cvc5
index 2a099ad21cec0512271eda50a36a032017ed5de0..1bc0eb237bb6e021b17f30b6ceb7a02febb25bb4 100644 (file)
@@ -28,7 +28,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 class BVMinisatSatSolver : public BVSatSolverInterface,
@@ -148,4 +148,4 @@ public:
 };
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
index be82fb557d513cb8297c38167e4cb446ca8b0bee..a660391f7b6a72ff81fa763163d149a0778f3477 100644 (file)
@@ -26,7 +26,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/bvminisat/core/SolverTypes.h"
 #include "prop/bvminisat/utils/ParseUtils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 //=================================================================================================
@@ -86,6 +86,6 @@ static void parse_DIMACS(gzFile input_stream, Solver& S) {
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index d7dc3f6d4e8d7a88692a9272bd9a60430b60524a..d154b5e7f9cb0bac68e8475441136f61a7060589 100644 (file)
@@ -34,7 +34,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "theory/interrupted.h"
 #include "util/utility.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 #define OUTPUT_TAG "bvminisat: [a=" << assumptions.size() << ",l=" << decisionLevel() << "] "
@@ -82,7 +82,7 @@ CRef Solver::TCRef_Lazy = CRef_Undef - 1; // no real lazy ref here
 //=================================================================================================
 // Constructor/Destructor:
 
-Solver::Solver(CVC5::context::Context* context)
+Solver::Solver(cvc5::context::Context* context)
     :
 
       // Parameters (user settable):
@@ -976,7 +976,7 @@ lbool Solver::search(int nof_conflicts, UIP uip)
         return l_False;
       }
 
-      if (!CVC5::options::bvEagerExplanations())
+      if (!cvc5::options::bvEagerExplanations())
       {
         // check if uip leads to a conflict
         if (backtrack_level < assumptions.size())
@@ -1028,7 +1028,7 @@ lbool Solver::search(int nof_conflicts, UIP uip)
         isWithinBudget =
             withinBudget(ResourceManager::Resource::BvSatConflictsStep);
       }
-      catch (const CVC5::theory::Interrupted& e)
+      catch (const cvc5::theory::Interrupted& e)
       {
         // do some clean-up and rethrow
         cancelUntil(assumptions.size());
@@ -1418,4 +1418,4 @@ bool Solver::withinBudget(ResourceManager::Resource r) const
 }
 
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
index 6386c33fa8ea57a4eb076275dfd29dbb6c619d50..3bd43f889c351f6056128bbed8079ad66b81675d 100644 (file)
@@ -33,7 +33,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/bvminisat/utils/Options.h"
 #include "util/resource_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace BVMinisat {
 class Solver;
@@ -80,7 +80,7 @@ private:
     Notify* d_notify;
 
     /** Cvc4 context */
-    CVC5::context::Context* c;
+    cvc5::context::Context* c;
 
     /** True constant */
     Var varTrue;
@@ -92,7 +92,7 @@ public:
 
     // Constructor/Destructor:
     //
- Solver(CVC5::context::Context* c);
+ Solver(cvc5::context::Context* c);
  virtual ~Solver();
 
  void setNotify(Notify* toNotify);
@@ -534,6 +534,6 @@ inline void     Solver::toDimacs     (const char* file, Lit p, Lit q, Lit r){ ve
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 96022efbffce7ff1762c3e88e124a135ce9219a1..fd0e86116c07136f74adb4e0a810885ed44a6d6f 100644 (file)
@@ -28,15 +28,15 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/bvminisat/mtl/Map.h"
 #include "prop/bvminisat/mtl/Vec.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 class Solver;
 }
 template <class Solver>
 class TSatProof;
-}  // namespace CVC5
+}  // namespace cvc5
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace BVMinisat {
 
@@ -430,6 +430,6 @@ inline void Clause::strengthen(Lit p)
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 0b173eb0894c8369754d01322390b695d0e07d34..ae72ca87804ebce08cdeb7ee1a1c30697e00c7c7 100644 (file)
@@ -24,7 +24,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "base/check.h"
 #include "prop/bvminisat/mtl/Vec.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 //=================================================================================================
@@ -82,6 +82,6 @@ static inline void append(const vec<T>& from, vec<T>& to){ copy(from, to, true);
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 582db74f131bbbeb6d299c4ba899a1c2a168f87e..2697f13b9d125512d46656b126425565b7daee5e 100644 (file)
@@ -25,7 +25,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/bvminisat/mtl/Vec.h"
 #include "prop/bvminisat/mtl/XAlloc.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 //=================================================================================================
@@ -149,6 +149,6 @@ RegionAllocator<T>::alloc(int size)
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 7b04a5091eb40a62621e608d8d8942820833cd58..73c1f07d28dd258a11f2e5f79ebb615d7ad83edf 100644 (file)
@@ -24,7 +24,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "base/check.h"
 #include "prop/bvminisat/mtl/Vec.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 //=================================================================================================
@@ -156,6 +156,6 @@ class Heap {
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index fd64fc7517f3092c2ae88d682657ca291921e43f..2d5db2561dfb98b6fc60987c870587f53c4e1d27 100644 (file)
@@ -24,7 +24,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/bvminisat/mtl/IntTypes.h"
 #include "prop/bvminisat/mtl/Vec.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 //=================================================================================================
@@ -191,6 +191,6 @@ class Map {
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index a7266033754697cd350a919c031550bab3aa2fdd..8407fd7eecb90e99899637de3adb7bd478e3c0d4 100644 (file)
@@ -24,7 +24,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "base/check.h"
 #include "prop/bvminisat/mtl/Vec.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 //=================================================================================================
@@ -86,6 +86,6 @@ public:
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 1cfa220ab9996b8f94a87fe9de3e23cbaeb0606f..30b3b539627a1ff934faecfee071b08acf087fb5 100644 (file)
@@ -26,7 +26,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 //=================================================================================================
 // Some sorting algorithms for vec's
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 template<class T>
@@ -94,6 +94,6 @@ template <class T> void sort(vec<T>& v) {
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index c918fc4a035b6da2f2fba1fe8b67053505c8b2a7..047a899917bae765da462c07fd291a2fe86b8813 100644 (file)
@@ -27,7 +27,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/bvminisat/mtl/IntTypes.h"
 #include "prop/bvminisat/mtl/XAlloc.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 //=================================================================================================
@@ -147,6 +147,6 @@ void vec<T>::clear(bool dealloc) {
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 1500114a2e7f497b7b5e6614bb67a6216e343f13..581915d36b3f3df143e2383f5a8a8992d7481f44 100644 (file)
@@ -24,7 +24,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include <errno.h>
 #include <stdlib.h>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 //=================================================================================================
@@ -42,6 +42,6 @@ static inline void* xrealloc(void *ptr, size_t size)
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index b4f9bd354d6116f8e4141ff3ee2f0decfc076ba3..96ab5b5264e9c16319c66ed59522fe3349123cab 100644 (file)
@@ -27,7 +27,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/bvminisat/mtl/Sort.h"
 #include "prop/bvminisat/utils/System.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 //=================================================================================================
@@ -48,7 +48,7 @@ static DoubleOption opt_simp_garbage_frac(_cat, "simp-gc-frac", "The fraction of
 //=================================================================================================
 // Constructor/Destructor:
 
-SimpSolver::SimpSolver(CVC5::context::Context* context)
+SimpSolver::SimpSolver(cvc5::context::Context* context)
     : Solver(context),
       grow(opt_grow),
       clause_lim(opt_clause_lim),
@@ -57,9 +57,9 @@ SimpSolver::SimpSolver(CVC5::context::Context* context)
       use_asymm(opt_use_asymm),
       use_rcheck(opt_use_rcheck),
       use_elim(opt_use_elim
-               && CVC5::options::bitblastMode()
-                      == CVC5::options::BitblastMode::EAGER
-               && !CVC5::options::produceModels()),
+               && cvc5::options::bitblastMode()
+                      == cvc5::options::BitblastMode::EAGER
+               && !cvc5::options::produceModels()),
       merges(0),
       asymm_lits(0),
       eliminated_vars(0),
@@ -94,7 +94,7 @@ SimpSolver::SimpSolver(CVC5::context::Context* context)
 
 SimpSolver::~SimpSolver()
 {
-  //  CVC5::StatisticsRegistry::unregisterStat(&total_eliminate_time);
+  //  cvc5::StatisticsRegistry::unregisterStat(&total_eliminate_time);
 }
 
 
@@ -644,7 +644,7 @@ void SimpSolver::extendModel()
 
 bool SimpSolver::eliminate(bool turn_off_elim)
 {
-  //  CVC5::TimerStat::CodeTimer codeTimer(total_eliminate_time);
+  //  cvc5::TimerStat::CodeTimer codeTimer(total_eliminate_time);
 
   if (!simplify())
     return false;
@@ -809,4 +809,4 @@ void SimpSolver::garbageCollect()
 }
 
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
index 6afdc6ba75ec506fb20ef6def7d80b57c28f17f3..b103243d32bd2c4f36245a9de3e67ec2807ebc29 100644 (file)
@@ -26,7 +26,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/bvminisat/core/Solver.h"
 #include "prop/bvminisat/mtl/Queue.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace context {
 class Context;
@@ -41,7 +41,7 @@ class SimpSolver : public Solver {
  public:
     // Constructor/Destructor:
     //
-  SimpSolver(CVC5::context::Context* context);
+  SimpSolver(cvc5::context::Context* context);
   ~SimpSolver();
 
   // Problem specification:
@@ -115,7 +115,7 @@ class SimpSolver : public Solver {
     int     merges;
     int     asymm_lits;
     int     eliminated_vars;
-    //    CVC5::TimerStat total_eliminate_time;
+    //    cvc5::TimerStat total_eliminate_time;
 
    protected:
 
@@ -238,6 +238,6 @@ inline lbool SimpSolver::solveLimited (bool do_simp, bool turn_off_simp){
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 44c642441bcb44593a99cecfcb440eea15cc1d61..0b05d5cf6d5fd5101ba1be5c435e5ae2eabde3d8 100644 (file)
@@ -21,7 +21,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/bvminisat/mtl/Sort.h"
 #include "prop/bvminisat/utils/ParseUtils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 void BVMinisat::parseOptions(int& argc, char** argv, bool strict)
@@ -91,4 +91,4 @@ void BVMinisat::printUsageAndExit (int argc, char** argv, bool verbose)
 }
 
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
index e7b6942bd06a2e0f6aa167d554ab447c7c3ed7e0..033ffb64f72d8d7299d55d04699907a6d6ca542d 100644 (file)
@@ -29,7 +29,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/bvminisat/mtl/Vec.h"
 #include "prop/bvminisat/utils/ParseUtils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 //==================================================================================================
@@ -432,6 +432,6 @@ class BoolOption : public Option
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index a748651db2806e968e824075bd4ffca000a59db5..d69856ebb624c7be3002a48f60906de352d75242 100644 (file)
@@ -27,7 +27,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 //#include <zlib.h>
 #include <unistd.h>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 //-------------------------------------------------------------------------------------------------
@@ -120,6 +120,6 @@ static bool eagerMatch(B& in, const char* str) {
 
 //=================================================================================================
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 9b9f99eb5d4e94691927d0cbe88f537fcf0856de..606fc5cbe90afb2c2688f86b36a541fd828da64e 100644 (file)
@@ -25,7 +25,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include <stdio.h>
 #include <stdlib.h>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 // TODO: split the memory reading functions into two: one for reading high-watermark of RSS, and
@@ -95,5 +95,5 @@ double BVMinisat::memUsed() {
     return 0; }
 #endif
 
-} /* CVC5::BVMinisat namespace */
+} /* cvc5::BVMinisat namespace */
 } /* CVC4 namespace */
index 117fbfa3d426c85cd822337ebfc8614fbc28e680..c805c232a746726361cdcdf7855cdacc92a748da 100644 (file)
@@ -29,7 +29,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 
 //-------------------------------------------------------------------------------------------------
 
-namespace CVC5 {
+namespace cvc5 {
 namespace BVMinisat {
 
 static inline double cpuTime(void); // CPU-time in seconds.
@@ -37,7 +37,7 @@ extern double memUsed();            // Memory in mega bytes (returns 0 for unsup
 extern double memUsedPeak();        // Peak-memory in mega bytes (returns 0 for unsupported architectures).
 
 }  // namespace BVMinisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 //-------------------------------------------------------------------------------------------------
 // Implementation of inline functions:
@@ -45,7 +45,7 @@ extern double memUsedPeak();        // Peak-memory in mega bytes (returns 0 for
 #if defined(_MSC_VER) || defined(__MINGW32__)
 #include <time.h>
 
-static inline double CVC5::BVMinisat::cpuTime(void)
+static inline double cvc5::BVMinisat::cpuTime(void)
 {
   return (double)clock() / CLOCKS_PER_SEC;
 }
@@ -55,7 +55,7 @@ static inline double CVC5::BVMinisat::cpuTime(void)
 #include <sys/resource.h>
 #include <unistd.h>
 
-static inline double CVC5::BVMinisat::cpuTime(void)
+static inline double cvc5::BVMinisat::cpuTime(void)
 {
   struct rusage ru;
   getrusage(RUSAGE_SELF, &ru);
index 9bad7072aef0535f8f40b46db80b1d4e66326e24..cac0159044ecea107886c31d73e229e2b4bc72ca 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "base/check.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 using CadicalLit = int;
@@ -200,6 +200,6 @@ CadicalSolver::Statistics::~Statistics() {
 }
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4_USE_CADICAL
index c49aa8d0349e88a51a074089e06b439737fd037b..910e5def5bbbd5b28caba596f49faf2edce420a9 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <cadical.hpp>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 class CadicalSolver : public SatSolver
@@ -103,7 +103,7 @@ class CadicalSolver : public SatSolver
 };
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4_USE_CADICAL
 #endif  // CVC4__PROP__CADICAL_H
index bd23bad94ff5fedf2eab49f31244253dd6d42eb4..1caea7bb7c10526bfb28056112ba03384b0d5378 100644 (file)
@@ -37,7 +37,7 @@
 #include "theory/theory.h"
 #include "theory/theory_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 CnfStream::CnfStream(SatSolver* satSolver,
@@ -788,4 +788,4 @@ void CnfStream::convertAndAssert(TNode node, bool negated)
 }
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
index af86da746b82d717682972b98ceebacc35464aa6..b39423d718daf13425cf0d5c08b0c6b842cc9d4a 100644 (file)
@@ -34,7 +34,7 @@
 #include "prop/registrar.h"
 #include "prop/sat_solver_types.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class OutputManager;
 
@@ -318,6 +318,6 @@ class CnfStream {
 }; /* class CnfStream */
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PROP__CNF_STREAM_H */
index 91fc12c6c9a5840bf25f583993b77f1ce7077f70..ce5e4e2b085d4b5cb350c15a48c682433195b28a 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <cryptominisat5/cryptominisat.h>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 using CMSatVar = unsigned;
@@ -244,5 +244,5 @@ CryptoMinisatSolver::Statistics::~Statistics() {
 }
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 #endif
index fb118619c012a2b0f289070ee5f102f92eaf0a39..65e1196f35b2ee285db045ca1b0345b89b5f3639 100644 (file)
@@ -33,7 +33,7 @@ namespace CMSat {
   class SATSolver;
 }
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 class CryptoMinisatSolver : public SatSolver
@@ -106,7 +106,7 @@ class CryptoMinisatSolver : public SatSolver
 };
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4_USE_CRYPTOMINISAT
 #endif  // CVC4__PROP__CRYPTOMINISAT_H
index ccca3a3b4c65784429070682bfb6d3475916be4b..10b7b07de3a885c5c1dfbacf19aa868e6c62ac0d 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "base/check.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 using KissatLit = int32_t;
@@ -173,6 +173,6 @@ KissatSolver::Statistics::~Statistics()
 }
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4_USE_KISSAT
index 7bfcbac68ff5f051dabd5c755d43b89c05523f60..6984a7e500001e62e3b2d163ae5ed3e8aec22301 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 #include <kissat/kissat.h>
 }
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 class KissatSolver : public SatSolver
@@ -97,7 +97,7 @@ class KissatSolver : public SatSolver
 };
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4_USE_KISSAT
 #endif  // CVC4__PROP__KISSAT_H
index b480444579975823948edc0df8bbf16732a706b8..02182fde3db82a51e7317f6ab642a0765e34b53b 100644 (file)
@@ -26,7 +26,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/minisat/utils/ParseUtils.h"
 #include "prop/minisat/core/SolverTypes.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 //=================================================================================================
@@ -86,6 +86,6 @@ static void parse_DIMACS(gzFile input_stream, Solver& S) {
 
 //=================================================================================================
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 9dbcada151c63e6ec89739b54ac68f7d3b72192b..cd3ae5edffc45aebbe6c06709e5e969b2165c1bb 100644 (file)
@@ -39,9 +39,9 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/minisat/mtl/Sort.h"
 #include "prop/theory_proxy.h"
 
-using namespace CVC5::prop;
+using namespace cvc5::prop;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 namespace {
@@ -83,7 +83,7 @@ static inline void dtviewPropagationHeaderHelper(size_t level)
 // Writes to Trace macro for propagation tracing
 static inline void dtviewBoolPropagationHelper(size_t level,
                                                Lit& l,
-                                               CVC5::prop::TheoryProxy* proxy)
+                                               cvc5::prop::TheoryProxy* proxy)
 {
   Trace("dtview::prop") << std::string(
       level + 1 - (options::incrementalSolving() ? 1 : 0), ' ')
@@ -95,7 +95,7 @@ static inline void dtviewBoolPropagationHelper(size_t level,
 // Writes to Trace macro for conflict tracing
 static inline void dtviewPropConflictHelper(size_t level,
                                             Clause& confl,
-                                            CVC5::prop::TheoryProxy* proxy)
+                                            cvc5::prop::TheoryProxy* proxy)
 {
   Trace("dtview::conflict")
       << std::string(level + 1 - (options::incrementalSolving() ? 1 : 0), ' ')
@@ -148,9 +148,9 @@ class ScopedBool
 //=================================================================================================
 // Constructor/Destructor:
 
-Solver::Solver(CVC5::prop::TheoryProxy* proxy,
-               CVC5::context::Context* context,
-               CVC5::context::UserContext* userContext,
+Solver::Solver(cvc5::prop::TheoryProxy* proxy,
+               cvc5::context::Context* context,
+               cvc5::context::UserContext* userContext,
                ProofNodeManager* pnm,
                bool enableIncremental)
     : d_proxy(proxy),
@@ -548,7 +548,7 @@ bool Solver::addClause_(vec<Lit>& ps, bool removable, ClauseId& id)
                 ProofManager::getCnfProof()->registerConvertedClause(id);
               }
               ProofManager::getSatProof()->finalizeProof(
-                  CVC5::Minisat::CRef_Lazy);
+                  cvc5::Minisat::CRef_Lazy);
             }
             if (isProofEnabled())
             {
@@ -648,7 +648,7 @@ bool Solver::addClause_(vec<Lit>& ps, bool removable, ClauseId& id)
                 id = ProofManager::getSatProof()->storeUnitConflict(
                     ca[confl][0], LEARNT);
                 ProofManager::getSatProof()->finalizeProof(
-                    CVC5::Minisat::CRef_Lazy);
+                    cvc5::Minisat::CRef_Lazy);
               }
               else
               {
@@ -1030,7 +1030,7 @@ int Solver::analyze(CRef confl, vec<Lit>& out_learnt, int& out_btlevel)
           Trace("pf::sat") << "\n";
         }
 
-        Trace("pf::sat") << CVC5::push;
+        Trace("pf::sat") << cvc5::push;
         for (int j = (p == lit_Undef) ? 0 : 1, size = ca[confl].size();
              j < size;
              j++)
@@ -1073,7 +1073,7 @@ int Solver::analyze(CRef confl, vec<Lit>& out_learnt, int& out_btlevel)
             }
           }
         }
-        Trace("pf::sat") << CVC5::pop;
+        Trace("pf::sat") << cvc5::pop;
 
         // Select next clause to look at:
         while (!seen[var(trail[index--])]);
@@ -1326,7 +1326,7 @@ CRef Solver::propagate(TheoryCheckType type)
     // theory propagation
     if (type == CHECK_FINAL) {
       // Do the theory check
-      theoryCheck(CVC5::theory::Theory::EFFORT_FULL);
+      theoryCheck(cvc5::theory::Theory::EFFORT_FULL);
       // Pick up the theory propagated literals (there could be some,
       // if new lemmas are added)
       propagateTheory();
@@ -1350,9 +1350,9 @@ CRef Solver::propagate(TheoryCheckType type)
         if (confl == CRef_Undef && type != CHECK_WITHOUT_THEORY) {
             // Do the theory check
             if (type == CHECK_FINAL_FAKE) {
-              theoryCheck(CVC5::theory::Theory::EFFORT_FULL);
+              theoryCheck(cvc5::theory::Theory::EFFORT_FULL);
             } else {
-              theoryCheck(CVC5::theory::Theory::EFFORT_STANDARD);
+              theoryCheck(cvc5::theory::Theory::EFFORT_STANDARD);
             }
             // Pick up the theory propagated literals
             propagateTheory();
@@ -1439,7 +1439,7 @@ void Solver::propagateTheory() {
 |
 |    Note: the propagation queue might be NOT empty
 |________________________________________________________________________________________________@*/
-void Solver::theoryCheck(CVC5::theory::Theory::Effort effort)
+void Solver::theoryCheck(cvc5::theory::Theory::Effort effort)
 {
   d_proxy->theoryCheck(effort);
 }
@@ -2145,7 +2145,7 @@ void Solver::pop()
   --assertionLevel;
   Debug("minisat") << "in user pop, decreasing assertion level to "
                    << assertionLevel << "\n"
-                   << CVC5::push;
+                   << cvc5::push;
   while (true) {
     Debug("minisat") << "== unassigning " << trail.last() << std::endl;
     Var      x  = var(trail.last());
@@ -2167,7 +2167,7 @@ void Solver::pop()
   // Remove the clauses
   removeClausesAboveLevel(clauses_persistent, assertionLevel);
   removeClausesAboveLevel(clauses_removable, assertionLevel);
-  Debug("minisat") << CVC5::pop;
+  Debug("minisat") << cvc5::pop;
   // Pop the SAT context to notify everyone
   d_context->pop();  // SAT context for CVC4
 
@@ -2347,7 +2347,7 @@ CRef Solver::updateLemmas() {
 
 void ClauseAllocator::reloc(CRef& cr,
                             ClauseAllocator& to,
-                            CVC5::TSatProof<Solver>* proof)
+                            cvc5::TSatProof<Solver>* proof)
 {
   Debug("minisat") << "ClauseAllocator::reloc: cr " << cr << std::endl;
   // FIXME what is this CRef_lazy
@@ -2398,4 +2398,4 @@ std::shared_ptr<ProofNode> Solver::getProof()
 bool Solver::isProofEnabled() const { return d_pfManager != nullptr; }
 
 }  // namespace Minisat
-}  // namespace CVC5
+}  // namespace cvc5
index 53f7a828c3f466b2f1580705a3dbf1b62fbf85db..9da0e2f8951a7c888bbc2a72de8fb77bb9e424e8 100644 (file)
@@ -38,16 +38,16 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "theory/theory.h"
 #include "util/resource_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 template <class Solver> class TSatProof;
 
 namespace prop {
 class PropEngine;
 class TheoryProxy;
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 //=================================================================================================
@@ -56,10 +56,10 @@ namespace Minisat {
 class Solver {
 
   /** The only two CVC4 entry points to the private solver data */
-  friend class CVC5::prop::PropEngine;
-  friend class CVC5::prop::TheoryProxy;
-  friend class CVC5::prop::SatProofManager;
-  friend class CVC5::TSatProof<Minisat::Solver>;
+  friend class cvc5::prop::PropEngine;
+  friend class cvc5::prop::TheoryProxy;
+  friend class cvc5::prop::SatProofManager;
+  friend class cvc5::TSatProof<Minisat::Solver>;
 
  public:
   static CRef TCRef_Undef;
@@ -73,10 +73,10 @@ class Solver {
 
  protected:
   /** The pointer to the proxy that provides interfaces to the SMT engine */
-  CVC5::prop::TheoryProxy* d_proxy;
+  cvc5::prop::TheoryProxy* d_proxy;
 
   /** The context from the SMT solver */
-  CVC5::context::Context* d_context;
+  cvc5::context::Context* d_context;
 
   /** The current assertion level (user) */
   int assertionLevel;
@@ -88,7 +88,7 @@ class Solver {
   Var varFalse;
 
   /** The resolution proof manager */
-  std::unique_ptr<CVC5::prop::SatProofManager> d_pfManager;
+  std::unique_ptr<cvc5::prop::SatProofManager> d_pfManager;
 
  public:
   /** Returns the current user assertion level */
@@ -105,7 +105,7 @@ class Solver {
   vec<bool> lemmas_removable;
 
   /** Nodes being converted to CNF */
-  std::vector<CVC5::Node> lemmas_cnf_assertion;
+  std::vector<cvc5::Node> lemmas_cnf_assertion;
 
   /** Do a another check if FULL_EFFORT was the last one */
   bool recheck;
@@ -134,9 +134,9 @@ public:
 
     // Constructor/Destructor:
     //
- Solver(CVC5::prop::TheoryProxy* proxy,
-        CVC5::context::Context* context,
-        CVC5::context::UserContext* userContext,
+ Solver(cvc5::prop::TheoryProxy* proxy,
+        cvc5::context::Context* context,
+        cvc5::context::UserContext* userContext,
         ProofNodeManager* pnm,
         bool enableIncremental = false);
  virtual ~Solver();
@@ -153,7 +153,7 @@ public:
  Var falseVar() const { return varFalse; }
 
  /** Retrive the SAT proof manager */
CVC5::prop::SatProofManager* getProofManager();
cvc5::prop::SatProofManager* getProofManager();
 
  /** Retrive the refutation proof */
  std::shared_ptr<ProofNode> getProof();
@@ -438,7 +438,7 @@ protected:
     CRef     propagateBool    ();                                                      // Perform Boolean propagation. Returns possibly conflicting clause.
     void     propagateTheory  ();                                                      // Perform Theory propagation.
     void theoryCheck(
-        CVC5::theory::Theory::Effort
+        cvc5::theory::Theory::Effort
             effort);  // Perform a theory satisfiability check. Adds lemmas.
     CRef     updateLemmas     ();                                                      // Add the lemmas, backtraking if necessary and return a conflict if there is one
     void     cancelUntil      (int level);                                             // Backtrack until a certain level.
@@ -666,6 +666,6 @@ inline void     Solver::toDimacs     (const char* file, Lit p, Lit q, Lit r){ ve
 
 //=================================================================================================
 }  // namespace Minisat
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 4d9dd682d98f38da88a0efa38606c362e5ec9bce..c3f4279cb13db5558881bbc90b874a715327f592 100644 (file)
@@ -31,15 +31,15 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/minisat/mtl/Map.h"
 #include "prop/minisat/mtl/Vec.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 class Solver;
 }
 template <class Solver>
 class TSatProof;
-}  // namespace CVC5
+}  // namespace cvc5
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 //=================================================================================================
@@ -183,9 +183,9 @@ inline std::ostream& operator <<(std::ostream& out, Minisat::lbool val) {
 }
 
 }  // namespace Minisat
-} // namespace CVC5
+}  // namespace cvc5
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat{
 
 //=================================================================================================
@@ -322,7 +322,7 @@ class ClauseAllocator : public RegionAllocator<uint32_t>
 
     void reloc(CRef& cr,
                ClauseAllocator& to,
-               CVC5::TSatProof<Solver>* proof = NULL);
+               cvc5::TSatProof<Solver>* proof = NULL);
     // Implementation moved to Solver.cc.
 };
 
@@ -500,6 +500,6 @@ inline void Clause::strengthen(Lit p)
 
 //=================================================================================================
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index e95677d5716abff36e34dea2de18931aabece8b0..07b345edaaeaf63384569dd0131838239371399f 100644 (file)
@@ -25,7 +25,7 @@
 #include "proof/sat_proof.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 //// DPllMinisatSatSolver
@@ -301,20 +301,20 @@ void MinisatSatSolver::Statistics::init(Minisat::SimpSolver* minisat){
 }
 
 }  // namespace prop
-} // namespace CVC5
+}  // namespace cvc5
 
-namespace CVC5 {
+namespace cvc5 {
 template <>
-prop::SatLiteral toSatLiteral<CVC5::Minisat::Solver>(Minisat::Solver::TLit lit)
+prop::SatLiteral toSatLiteral<cvc5::Minisat::Solver>(Minisat::Solver::TLit lit)
 {
   return prop::MinisatSatSolver::toSatLiteral(lit);
 }
 
 template <>
-void toSatClause<CVC5::Minisat::Solver>(
-    const CVC5::Minisat::Solver::TClause& minisat_cl, prop::SatClause& sat_cl)
+void toSatClause<cvc5::Minisat::Solver>(
+    const cvc5::Minisat::Solver::TClause& minisat_cl, prop::SatClause& sat_cl)
 {
   prop::MinisatSatSolver::toSatClause(minisat_cl, sat_cl);
 }
 
-} // namespace CVC5
+}  // namespace cvc5
index 7dfeb6aa29c894733251af32aca6984b27d4e53e..0a36b6297c4b761d4619bbc570cee633dc3e6543 100644 (file)
@@ -20,7 +20,7 @@
 #include "prop/minisat/simp/SimpSolver.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 class MinisatSatSolver : public CDCLTSatSolverInterface
@@ -40,7 +40,7 @@ class MinisatSatSolver : public CDCLTSatSolverInterface
   static void  toSatClause    (const Minisat::Clause& clause, SatClause& sat_clause);
   void initialize(context::Context* context,
                   TheoryProxy* theoryProxy,
-                  CVC5::context::UserContext* userContext,
+                  cvc5::context::UserContext* userContext,
                   ProofNodeManager* pnm) override;
 
   ClauseId addClause(SatClause& clause, bool removable) override;
@@ -119,4 +119,4 @@ class MinisatSatSolver : public CDCLTSatSolverInterface
 }; /* class MinisatSatSolver */
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
index 37bc4b7b6d4acbebec6eebe034ed0613cfbfa20a..69b782da9952e6ec14179489e405e85b44e3b5d4 100644 (file)
@@ -24,7 +24,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "base/check.h"
 #include "prop/minisat/mtl/Vec.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 //=================================================================================================
@@ -82,6 +82,6 @@ static inline void append(const vec<T>& from, vec<T>& to){ copy(from, to, true);
 
 //=================================================================================================
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 850aaeb73785e7e6b720d245d81f6002ca1a152c..f6e6d64b2d96580d5aa64a8413934607d95e84e0 100644 (file)
@@ -25,7 +25,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/minisat/mtl/Vec.h"
 #include "prop/minisat/mtl/XAlloc.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 //=================================================================================================
@@ -149,6 +149,6 @@ RegionAllocator<T>::alloc(int size)
 
 //=================================================================================================
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index e2ad1513f01d44e8be09b3174428fd93d8c3ffb3..7a88c874d12089da4a46781760b4a21a833fa11c 100644 (file)
@@ -24,7 +24,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "base/check.h"
 #include "prop/minisat/mtl/Vec.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 //=================================================================================================
@@ -156,6 +156,6 @@ class Heap {
 
 //=================================================================================================
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 2efed4433173e12d6113d24f5d9346c829f4fbc1..1c48f3962808a80b8b4ba12d0ef86bccf0cc7c81 100644 (file)
@@ -24,7 +24,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/minisat/mtl/IntTypes.h"
 #include "prop/minisat/mtl/Vec.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 //=================================================================================================
@@ -191,6 +191,6 @@ class Map {
 
 //=================================================================================================
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index ef30591bf146b944662713ee1fcb94f9f17ecaf7..cdbc22600e45b9711b79886ea3a2b067db7e9c06 100644 (file)
@@ -24,7 +24,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "base/check.h"
 #include "prop/minisat/mtl/Vec.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 //=================================================================================================
@@ -86,6 +86,6 @@ public:
 
 //=================================================================================================
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 7cf3938475ccabc0ff689695dfffef77c256add7..2b9550d4834bbe82a24ca16f62d61d0674aae959 100644 (file)
@@ -26,7 +26,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 //=================================================================================================
 // Some sorting algorithms for vec's
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 template<class T>
@@ -94,6 +94,6 @@ template <class T> void sort(vec<T>& v) {
 
 //=================================================================================================
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index e17e320d2dfc3c1fcb0e3a7d3359d5e12d66cbe3..5410981f92e0d08801ffb37501f9b043f1a73c1d 100644 (file)
@@ -27,7 +27,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/minisat/mtl/IntTypes.h"
 #include "prop/minisat/mtl/XAlloc.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 //=================================================================================================
@@ -147,6 +147,6 @@ void vec<T>::clear(bool dealloc) {
 
 //=================================================================================================
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 6bd8c02e8c704663de4673bd415f4a3922559089..300dbb16b4c0657529e57ab79ae4b2b2f05e3e22 100644 (file)
@@ -24,7 +24,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include <errno.h>
 #include <stdlib.h>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 //=================================================================================================
@@ -42,6 +42,6 @@ static inline void* xrealloc(void *ptr, size_t size)
 
 //=================================================================================================
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 52162776b3dac0b5d1f6e096ecee8b4b8154f446..e29c1032ac1d60cfee0b348dceaa03d613f251e2 100644 (file)
@@ -27,8 +27,8 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/minisat/mtl/Sort.h"
 #include "prop/minisat/utils/System.h"
 
-using namespace CVC5;
-using namespace CVC5::Minisat;
+using namespace cvc5;
+using namespace cvc5::Minisat;
 
 //=================================================================================================
 // Options:
@@ -48,9 +48,9 @@ static DoubleOption opt_simp_garbage_frac(_cat, "simp-gc-frac", "The fraction of
 //=================================================================================================
 // Constructor/Destructor:
 
-SimpSolver::SimpSolver(CVC5::prop::TheoryProxy* proxy,
-                       CVC5::context::Context* context,
-                       CVC5::context::UserContext* userContext,
+SimpSolver::SimpSolver(cvc5::prop::TheoryProxy* proxy,
+                       cvc5::context::Context* context,
+                       cvc5::context::UserContext* userContext,
                        ProofNodeManager* pnm,
                        bool enableIncremental)
     : Solver(proxy, context, userContext, pnm, enableIncremental),
index 6c8a87d5e878c0801b799ec95deacb093f9a9b3a..63a5a93fd34c92036ee6dfb5b62bbdd51ba19dd9 100644 (file)
@@ -27,13 +27,13 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/minisat/core/Solver.h"
 #include "prop/minisat/mtl/Queue.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
   class TheoryProxy;
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 //=================================================================================================
@@ -42,9 +42,9 @@ class SimpSolver : public Solver {
  public:
     // Constructor/Destructor:
     //
-  SimpSolver(CVC5::prop::TheoryProxy* proxy,
-             CVC5::context::Context* context,
-             CVC5::context::UserContext* userContext,
+  SimpSolver(cvc5::prop::TheoryProxy* proxy,
+             cvc5::context::Context* context,
+             cvc5::context::UserContext* userContext,
              ProofNodeManager* pnm,
              bool enableIncremental = false);
   ~SimpSolver();
@@ -271,6 +271,6 @@ inline lbool SimpSolver::solve        (Lit p, Lit q, Lit r, bool do_simp, bool t
 
  //=================================================================================================
  }  // namespace Minisat
- }  // namespace CVC5
+ }  // namespace cvc5
 
 #endif
index f37b6305e8cf995dadce954e0cea380da9d844b8..22e4cd6ee12ed8eda212b0c422baff4d6a6a76c0 100644 (file)
@@ -29,7 +29,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 #include "prop/minisat/mtl/Vec.h"
 #include "prop/minisat/utils/ParseUtils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 //==================================================================================================
@@ -432,6 +432,6 @@ class BoolOption : public Option
 
 //=================================================================================================
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 27e454d00b8635418037ae5c03e0b2809759f82f..ae8783e9627f3a917e8857bc6b1aa03ec1913fa7 100644 (file)
@@ -27,7 +27,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
 //#include <zlib.h>
 #include <unistd.h>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace Minisat {
 
 //-------------------------------------------------------------------------------------------------
@@ -120,6 +120,6 @@ static bool eagerMatch(B& in, const char* str) {
 
 //=================================================================================================
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index ab5c59dd1bfbabd11b96bb81c0f372d5c6d6c417..76421db9ba3b9b840b6d012f41eef7ac3b274a7b 100644 (file)
@@ -18,7 +18,7 @@
 #include "prop/minisat/minisat.h"
 #include "theory/builtin/proof_checker.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 ProofCnfStream::ProofCnfStream(context::UserContext* u,
@@ -1012,4 +1012,4 @@ SatLiteral ProofCnfStream::handleIte(TNode node)
 }
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
index 7c97a2e8e1e876b14ea7539b212f3d9855d0cffe..fcca2cb34314c3c4e3589d00a0ededfb69213c9d 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/eager_proof_generator.h"
 #include "theory/theory_proof_step_buffer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 class SatProofManager;
@@ -170,6 +170,6 @@ class ProofCnfStream : public ProofGenerator
 };
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 7f075ab37d9fc6d8ad7b724212c691292677c45a..6b31e60535855ef0c2a15492802c41f3d5a26144 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "theory/builtin/proof_checker.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 ProofPostprocessCallback::ProofPostprocessCallback(
@@ -105,4 +105,4 @@ void ProofPostproccess::process(std::shared_ptr<ProofNode> pf)
 }
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
index c74cb540fd4e01691b69730075f8416424e20d66..363970117793fcc2d30ec2f4dbc6010b6c90160d 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/proof_node_updater.h"
 #include "prop/proof_cnf_stream.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace prop {
 
@@ -107,6 +107,6 @@ class ProofPostproccess
 };
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 9032dbb75c00a589663abb81f2ec5fd8dca8cab5..efe599106ef86f5a640767e984348b1f6c138ff7 100644 (file)
@@ -42,7 +42,7 @@
 #include "util/resource_manager.h"
 #include "util/result.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 /** Keeps a boolean flag scoped */
@@ -616,4 +616,4 @@ std::shared_ptr<ProofNode> PropEngine::getProof()
 bool PropEngine::isProofEnabled() const { return d_pfCnfStream != nullptr; }
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
index 1145961a148e5a03c0a99ec80c947247e5125a12..a01668913af25d604295e631e6c90a86e583b68e 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/trust_node.h"
 #include "util/result.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ResourceManager;
 class DecisionEngine;
@@ -381,6 +381,6 @@ class PropEngine
 };
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PROP_ENGINE_H */
index cb380f92da418f0d0d09e9eeb7725b481e673f29..08c13fe5f0cdd667eee50c2813eeed62cb007c53 100644 (file)
@@ -19,7 +19,7 @@
 #include "prop/prop_proof_manager.h"
 #include "prop/sat_solver.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 PropPfManager::PropPfManager(context::UserContext* userContext,
@@ -109,4 +109,4 @@ std::shared_ptr<ProofNode> PropPfManager::getProof()
 }
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
index d8732c11abc71dd09972da87c557f6ffa4556f58..9a080edc10020c34545e2c0e3f416cf28f1addfe 100644 (file)
@@ -23,7 +23,7 @@
 #include "prop/proof_post_processor.h"
 #include "prop/sat_proof_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace prop {
 
@@ -92,6 +92,6 @@ class PropPfManager
 }; /* class PropPfManager */
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PROP__PROOF_MANAGER_H */
index d0fc0fe25639fcfb8e4e308c02ff2c98d1744ed2..ae085b5737ed7621bb2de4b9d08f332829cab43d 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef CVC4__PROP__REGISTRAR_H
 #define CVC4__PROP__REGISTRAR_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 class Registrar {
@@ -40,6 +40,6 @@ public:
 };/* class NullRegistrar */
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PROP__REGISTRAR_H */
index a11eeaa8a2d905a79be50351e49a6988122c1798..da9354c2fb46beba4acfd46bc74634d7c12b27e7 100644 (file)
@@ -20,7 +20,7 @@
 #include "prop/minisat/minisat.h"
 #include "theory/theory_proof_step_buffer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 SatProofManager::SatProofManager(Minisat::Solver* solver,
@@ -753,4 +753,4 @@ void SatProofManager::registerSatAssumptions(const std::vector<Node>& assumps)
 }
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
index 514f0153bee4970b97df7c57e25f532f029c4e7a..4d45ce3b7d091068f9fbe4fff99b1ff860b08a56 100644 (file)
@@ -28,7 +28,7 @@ namespace Minisat {
 class Solver;
 }
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNodeManager;
 
@@ -587,6 +587,6 @@ class SatProofManager
 }; /* class SatProofManager */
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SAT_PROOF_MANAGER_H */
index f061717751a3120ee6d797b65ac193c50a20b8f1..1f59a7bd6666122f63a9c8fcc4cecbe5b1421c63 100644 (file)
@@ -30,7 +30,7 @@
 #include "prop/sat_solver_types.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace prop {
 
@@ -150,7 +150,7 @@ class CDCLTSatSolverInterface : public SatSolver
 
   virtual void initialize(context::Context* context,
                           prop::TheoryProxy* theoryProxy,
-                          CVC5::context::UserContext* userContext,
+                          cvc5::context::UserContext* userContext,
                           ProofNodeManager* pnm) = 0;
 
   virtual void push() = 0;
@@ -209,6 +209,6 @@ inline std::ostream& operator <<(std::ostream& out, prop::SatValue val) {
 }
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PROP__SAT_MODULE_H */
index 1d933dce85f3ae67dd54602377aa4b7c7c9400b2..117210431eadc6c3361e4704843cd204e7499c9b 100644 (file)
@@ -22,7 +22,7 @@
 #include "prop/kissat.h"
 #include "prop/minisat/minisat.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 BVSatSolverInterface* SatSolverFactory::createMinisat(
@@ -76,4 +76,4 @@ SatSolver* SatSolverFactory::createKissat(StatisticsRegistry* registry,
 }
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
index 97b018e09e6cb001405b0490a163424a98ba02f2..71e28ac3928129be618bf4889a7ba4b8d70f7c76 100644 (file)
@@ -27,7 +27,7 @@
 #include "prop/sat_solver.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 class SatSolverFactory
@@ -50,6 +50,6 @@ class SatSolverFactory
 }; /* class SatSolverFactory */
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4__PROP__SAT_SOLVER_FACTORY_H
index 3380329c387eea62ad0ebca34236eaf22664490f..13494221e278f53e0bffcc3367b6b05e0b8e7188 100644 (file)
 
 #include <algorithm>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 bool SatClauseLessThan::operator()(const SatClause& l, const SatClause& r) const
 {
   return std::lexicographical_compare(l.begin(), l.end(), r.begin(), r.end());
 }
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
index 392dfb2b131fce71066c528a549e846c913ccb83..0ab0cba53c322caf8fea5cbebe29692eedce2cbf 100644 (file)
@@ -29,7 +29,7 @@
 #include <unordered_set>
 #include <vector>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 /**
@@ -235,4 +235,4 @@ enum SatSolverLifespan
 };
 
 }
-}  // namespace CVC5
+}  // namespace cvc5
index a0819e5713a940c0d52f404b5209dfc232f04f57..dbc640d8cb76f3deafbcca4e1815c6f301e88d23 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "expr/attribute.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 SkolemDefManager::SkolemDefManager(context::Context* context,
@@ -170,4 +170,4 @@ void SkolemDefManager::getSkolems(
 }
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
index 6f4ec031f5f297d422f869ce5ba84a4ce5a9390a..11b726c2a51f4b9f8faa732c8cafc5298db73553 100644 (file)
@@ -26,7 +26,7 @@
 #include "context/context.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 /**
@@ -86,6 +86,6 @@ class SkolemDefManager
 };
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PROP__SKOLEM_DEF_MANAGER_H */
index ffec0c365afbcf86dc88e1c1560525a9c368ebc5..4a95591b42f7d61df37e87d9871584de6dab1caa 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/theory_engine.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 
 TheoryProxy::TheoryProxy(PropEngine* propEngine,
@@ -105,7 +105,7 @@ void TheoryProxy::explainPropagation(SatLiteral l, SatClause& explanation) {
 
   theory::TrustNode tte = d_theoryEngine->getExplanation(lNode);
   Node theoryExplanation = tte.getNode();
-  if (CVC5::options::produceProofs())
+  if (cvc5::options::produceProofs())
   {
     d_propEngine->getProofCnfStream()->convertPropagation(tte);
   }
@@ -233,4 +233,4 @@ void TheoryProxy::getSkolems(TNode node,
 void TheoryProxy::preRegister(Node n) { d_theoryEngine->preRegister(n); }
 
 }  // namespace prop
-}  // namespace CVC5
+}  // namespace cvc5
index dedd1fa49ce2dfb4ccbe32ea100fa20af6019e0d..3b21bde589ce261ac2ef83062335faf0cf12e167 100644 (file)
@@ -35,7 +35,7 @@
 #include "theory/trust_node.h"
 #include "util/resource_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class DecisionEngine;
 class TheoryEngine;
@@ -167,6 +167,6 @@ class TheoryProxy : public Registrar
 
 }  // namespace prop
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PROP__SAT_H */
index cd4228eedb54e78b0cbec2a2c16e894e09475d07..804a9340124821bb4f6cd6bf0840ef72adc3531a 100644 (file)
@@ -23,9 +23,9 @@
 #include "theory/quantifiers/sygus/sygus_grammar_cons.h"
 #include "theory/smt_engine_subsolver.h"
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 AbductionSolver::AbductionSolver(SmtEngine* parent) : d_parent(parent) {}
@@ -195,4 +195,4 @@ void AbductionSolver::checkAbduct(Node a)
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index c7328a9a8a2fef540018ad95036ba8e175dc7161..03b300a7a404bb33b174d96dae759bca157ec667 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class SmtEngine;
 
@@ -115,6 +115,6 @@ class AbductionSolver
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__ABDUCTION_SOLVER_H */
index e4c7f2668f512364e4bccfa7a748356181a7793e..fc978d39b21cd5131606a84af51de6d6da33007f 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "options/smt_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 AbstractValues::AbstractValues(NodeManager* nm)
@@ -52,4 +52,4 @@ Node AbstractValues::mkAbstractValue(TNode n)
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index be4a0c7a3348630d8d1ee8163a4c2647d4c7f5e0..5a7ce7ba13923f6e25dd1cc785a8878f71fca080 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/node.h"
 #include "theory/substitutions.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 /**
@@ -75,6 +75,6 @@ class AbstractValues
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index f82d0769b0edb33fa02e4ab4f4c448585ecc5536..07d07275154c62a964e16f83acd29fac79d5fbc4 100644 (file)
 #include "smt/abstract_values.h"
 #include "smt/smt_engine.h"
 
-using namespace CVC5::theory;
-using namespace CVC5::kind;
+using namespace cvc5::theory;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 Assertions::Assertions(context::UserContext* u, AbstractValues& absv)
@@ -243,4 +243,4 @@ bool Assertions::isProofEnabled() const
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 135fe8974fb5d66615634af6217a6f3bcbf42769..687c9b742522cef108c8fd226b2ce18936f45fc1 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/node.h"
 #include "preprocessing/assertion_pipeline.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 class AbstractValues;
@@ -172,6 +172,6 @@ class Assertions
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 0c21002af5f336624196aa76e8ca95a3d56cc8f5..b84bc3e648c8b8f763f3c33a8d8235c8312f0e46 100644 (file)
@@ -23,9 +23,9 @@
 #include "theory/substitutions.h"
 #include "theory/theory_engine.h"
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 CheckModels::CheckModels(SmtSolver& s) : d_smt(s) {}
@@ -148,4 +148,4 @@ void CheckModels::checkModel(Model* m,
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index d12a33ee59912baaa7e1ed97d2f7fc736b95896a..2d9f4cf1b5c7c4e822725c295c02a85a1b1c16f6 100644 (file)
@@ -20,7 +20,7 @@
 #include "context/cdlist.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 class Model;
@@ -48,6 +48,6 @@ class CheckModels
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 6d9b1a5ecc1a61942ed94e79ae3544157a80efe8..e4b179cf46345024423cecf84ffdbddb23fde5da 100644 (file)
@@ -43,7 +43,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::string sexprToString(api::Term sexpr)
 {
@@ -2819,4 +2819,4 @@ void DatatypeDeclarationCommand::toStream(std::ostream& out,
       out, api::Sort::sortVectorToTypeNodes(d_datatypes));
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 6d169ce5e8ecb5e7aa3e2cb5108b2c0f57a0c991..2d13a22468260c31a685f4bc17bd8dbbb4104616 100644 (file)
@@ -31,7 +31,7 @@
 #include "cvc4_export.h"
 #include "options/language.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace api {
 class Solver;
@@ -1509,6 +1509,6 @@ class CVC4_EXPORT DeclarationSequence : public CommandSequence
       OutputLanguage language = language::output::LANG_AUTO) const override;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__COMMAND_H */
index 7f30079759359697e9671710297ed20cc25af2bc..2a7332297eba18c0030afca92b0d57cff2dfd362 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 /**
@@ -55,6 +55,6 @@ class DefinedFunction
 }; /* class DefinedFunction */
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__DEFINED_FUNCTION_H */
index 76973ec32c78e76bf78ea85167a6b8c56b9ffc67..e00ed907f47d8d1aa79b2d928e78f66d096934dd 100644 (file)
@@ -23,7 +23,7 @@
 #include "smt/command.h"
 #include "smt/node_command.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 #if defined(CVC4_DUMPING) && !defined(CVC4_MUZZLE)
 
@@ -58,13 +58,13 @@ CVC4dumpstream& CVC4dumpstream::operator<<(const NodeCommand& nc)
 DumpC DumpChannel;
 
 std::ostream& DumpC::setStream(std::ostream* os) {
-  ::CVC5::DumpOutChannel.setStream(os);
+  ::cvc5::DumpOutChannel.setStream(os);
   return *os;
 }
-std::ostream& DumpC::getStream() { return ::CVC5::DumpOutChannel.getStream(); }
+std::ostream& DumpC::getStream() { return ::cvc5::DumpOutChannel.getStream(); }
 std::ostream* DumpC::getStreamPointer()
 {
-  return ::CVC5::DumpOutChannel.getStreamPointer();
+  return ::cvc5::DumpOutChannel.getStreamPointer();
 }
 
 void DumpC::setDumpFromString(const std::string& optarg) {
@@ -243,4 +243,4 @@ pipe to perform on-line checking.  The --dump-to option can be used to dump\n\
 to a file.\n\
 ";
 
-}  // namespace CVC5
+}  // namespace cvc5
index be146470a41dfe9334a49835720288d1af22fbb2..e4fe15aa78f3503764372a3870926ab9d199cdb9 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "base/output.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Command;
 class NodeCommand;
@@ -110,8 +110,8 @@ class DumpC
 /** The dump singleton */
 extern DumpC DumpChannel;
 
-#define Dump ::CVC5::DumpChannel
+#define Dump ::cvc5::DumpChannel
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__DUMP_H */
index 6b81d5594a53dba83378f91eaeaff357a8a55984..4b7f0b05648215daa20ee64677833ac042c102e9 100644 (file)
@@ -18,7 +18,7 @@
 #include "smt/dump.h"
 #include "smt/node_command.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 DumpManager::DumpManager(context::UserContext* u)
@@ -72,4 +72,4 @@ void DumpManager::setPrintFuncInModel(Node f, bool p)
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 519b9311099d808f8fd3d34a5d0d0f784c8d4770..c1bd7e898a55c9b4c4b250ecbe90d41fb4350e63 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class NodeCommand;
 
@@ -75,6 +75,6 @@ class DumpManager
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 6440c29d385c01cb095656836bbb7924f9ca9988..fc19299d43c28d6307b2c96355c10f91fa134dd1 100644 (file)
@@ -25,9 +25,9 @@
 #include "theory/rewriter.h"
 #include "util/resource_manager.h"
 
-using namespace CVC5::smt;
+using namespace cvc5::smt;
 
-namespace CVC5 {
+namespace cvc5 {
 
 Env::Env(NodeManager* nm)
     : d_context(new context::Context()),
@@ -101,4 +101,4 @@ const Printer& Env::getPrinter()
 
 std::ostream& Env::getDumpOut() { return *d_options.getOut(); }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 3ceefdd3448335789d550dd5adb7af94e5292f77..79377206a118b61aa923161409978158a5d29be7 100644 (file)
@@ -25,7 +25,7 @@
 #include "util/statistics.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class NodeManager;
 class StatisticsRegistry;
@@ -182,6 +182,6 @@ class Env
   std::unique_ptr<ResourceManager> d_resourceManager;
 }; /* class Env */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__ENV_H */
index 599f577475313557d51a39807b3b01b666969583..85a2732c9fd01e51b38fb85791168a7ef0ac0c35 100644 (file)
 #include "smt/smt_engine_stats.h"
 #include "theory/theory_engine.h"
 
-using namespace CVC5::preprocessing;
-using namespace CVC5::theory;
-using namespace CVC5::kind;
+using namespace cvc5::preprocessing;
+using namespace cvc5::theory;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 ExpandDefs::ExpandDefs(SmtEngine& smt,
@@ -367,4 +367,4 @@ void ExpandDefs::setProofNodeManager(ProofNodeManager* pnm)
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 035e7989d1545fbc8db28f08703dabea3e32d28e..7d99445d5c17e4ee0e7e1c84ee6758d0f2bc1b83 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNodeManager;
 class ResourceManager;
@@ -95,6 +95,6 @@ class ExpandDefs
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index d14b879019bdebc2d867415a398758d1e75cf269..7b75ea2edd36fddd1a265ed46a597484b796692e 100644 (file)
@@ -23,9 +23,9 @@
 #include "theory/quantifiers/sygus/sygus_interpol.h"
 #include "theory/smt_engine_subsolver.h"
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 InterpolationSolver::InterpolationSolver(SmtEngine* parent) : d_parent(parent)
@@ -136,4 +136,4 @@ void InterpolationSolver::checkInterpol(Node interpol,
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 1c9b65d85c5ee98a26f4d9b5f43bbfb7206245d9..bae777a16a0e9a2cdd61f76c69776babc616e9e8 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class SmtEngine;
 
@@ -81,6 +81,6 @@ class InterpolationSolver
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__INTERPOLATION_SOLVER_H */
index c686e411577c22e6248914f7edfc95158e96f240..e322531a7b46f45e7e6b30775a31df1118931206 100644 (file)
@@ -25,7 +25,7 @@
 #include "smt/smt_engine.h"
 #include "smt/smt_engine_scope.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 ResourceOutListener::ResourceOutListener(SmtEngine& smt) : d_smt(smt) {}
@@ -103,4 +103,4 @@ void SmtNodeManagerListener::nmNotifyNewSkolem(TNode n,
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 1705b91260be82fe2b4e8d07333e63958928b55a..6857f7e6b5d247b26f6be688028af137efb22a7e 100644 (file)
@@ -22,7 +22,7 @@
 #include "base/listener.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class OutputManager;
 class SmtEngine;
@@ -75,6 +75,6 @@ class SmtNodeManagerListener : public NodeManagerListener
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 91f2d372350d65aa0ae02a75b6436449af34f430..0809d83e8be904b622645fc8a6cd6c350f90ac32 100644 (file)
@@ -24,9 +24,9 @@
 
 #include "base/exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
-class LogicException : public CVC5::Exception
+class LogicException : public cvc5::Exception
 {
  public:
   LogicException() :
@@ -43,6 +43,6 @@ class LogicException : public CVC5::Exception
   }
 }; /* class LogicException */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__LOGIC_EXCEPTION_H */
index 6baabe0e5ccc7f72cc6fc3f0261a146dd172f668..09b454cf25cb405b18df6611ebc346b2c1670062 100644 (file)
@@ -24,7 +24,7 @@
 #include "options/smt_options.h"
 #include "smt/update_ostream.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 ManagedOstream::ManagedOstream() : d_managed(NULL) {}
 
@@ -164,4 +164,4 @@ void ManagedDiagnosticOutputChannel::addSpecialCases(OstreamOpener* opener)
   opener->addSpecialCase("stderr", &std::cerr);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index ba56bcfa3d19a954b0d2302adb51e4d6251da721..f79eecc2315c6ef755bb988d614bdeaffa2c0131 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <ostream>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class OstreamOpener;
 
@@ -141,6 +141,6 @@ class ManagedDiagnosticOutputChannel : public ManagedOstream {
   void addSpecialCases(OstreamOpener* opener) const override;
 };/* class ManagedRegularOutputChannel */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__MANAGED_OSTREAMS_H */
index c1b9b7c12c41754281ae3e74394870d508f15b30..a3742b652f0d1e3709e0408e620473816f291c6c 100644 (file)
@@ -23,7 +23,7 @@
 #include "smt/smt_engine_scope.h"
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 Model::Model(theory::TheoryModel* tm) : d_isKnownSat(false), d_tmodel(tm)
@@ -68,4 +68,4 @@ const std::vector<Node>& Model::getDeclaredTerms() const
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index f43ba6eecbfa39e3db44bb261681a9300ad9d215..5eb1e45a4e4eb494a6772f843ca86fb88f48b630 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class SmtEngine;
 
@@ -46,7 +46,7 @@ std::ostream& operator<<(std::ostream&, const Model&);
  */
 class Model {
   friend std::ostream& operator<<(std::ostream&, const Model&);
-  friend class ::CVC5::SmtEngine;
+  friend class ::cvc5::SmtEngine;
 
  public:
   /** construct */
@@ -118,6 +118,6 @@ class Model {
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  /* CVC4__MODEL_H */
index 964a59b2f62629487e99c8a83b66ad51079a1cee..64769a2ad281f5f7de50533921342e8e01ada593 100644 (file)
@@ -21,9 +21,9 @@
 #include "theory/rewriter.h"
 #include "theory/theory_model.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 Node ModelBlocker::getModelBlocker(const std::vector<Node>& assertions,
                                    theory::TheoryModel* m,
@@ -278,4 +278,4 @@ Node ModelBlocker::getModelBlocker(const std::vector<Node>& assertions,
   return blocker;
 }
 
-} // namespace CVC5
+}  // namespace cvc5
index 3ec28758f302860caa955473e73df613750c0e7b..6d03a64c6760209d2fb3e6c7f51ee387faf9ac87 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "options/smt_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace theory {
 class TheoryModel;
@@ -69,6 +69,6 @@ class ModelBlocker
       const std::vector<Node>& exprToBlock = std::vector<Node>());
 }; /* class TheoryModelCoreBuilder */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* __CVC4__THEORY__MODEL_BLOCKER_H */
index b68797f61f29517bc4d9e4e7c04597d40021eb2a..f16c93e62c47912c42402199e868fafcc527c0d7 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "theory/subs_minimize.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 bool ModelCoreBuilder::setModelCore(const std::vector<Node>& assertions,
                                     theory::TheoryModel* m,
@@ -104,4 +104,4 @@ bool ModelCoreBuilder::setModelCore(const std::vector<Node>& assertions,
   return false;
 }
 
-} // namespace CVC5
+}  // namespace cvc5
index 6075b528f90f42bc0f168f2abec863096a3935eb..38a9e51ed5ec76cf9768d42e6d188d1c3d58ed9a 100644 (file)
@@ -23,7 +23,7 @@
 #include "options/smt_options.h"
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * A utility for building model cores.
@@ -59,6 +59,6 @@ class ModelCoreBuilder
                            options::ModelCoresMode mode);
 }; /* class TheoryModelCoreBuilder */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__MODEL_CORE_BUILDER_H */
index 487a65ddf83c46a5c0ceb168040309c231c4ce34..61d380b722ddd393f47d9ad94dc1217ff29ed8f9 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "printer/printer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /* -------------------------------------------------------------------------- */
 /* class NodeCommand                                                          */
@@ -158,4 +158,4 @@ NodeCommand* DefineFunctionNodeCommand::clone() const
   return new DefineFunctionNodeCommand(d_id, d_fun, d_formals, d_formula);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 0820ea807f416daef9778b46734ad4a76bd16ba1..9ba2b316d9587f25de9d0cc8ef6cfa299ee70d3d 100644 (file)
@@ -25,7 +25,7 @@
 #include "expr/type_node.h"
 #include "options/language.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * A node version of Command. DO NOT use this version unless there is a need
@@ -142,6 +142,6 @@ class DefineFunctionNodeCommand : public NodeCommand
   Node d_formula;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__NODE_COMMAND_H */
index 2143b9467e008e9ece7368ef679e34445a3fb448..ae1ce70571cef8af6830e76f4df471a1cd884610 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/quantifiers/quantifiers_attributes.h"
 #include "theory/smt_engine_subsolver.h"
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 /**
@@ -134,4 +134,4 @@ ObjectiveType Objective::getType() { return d_type; }
 Node Objective::getNode() { return d_node; }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index c24a4ae525be1f2b957b0e732ed5bda8f0fa5c0b..b79a4a82358d7a18bd138f3c4d9f9a65eb736753 100644 (file)
@@ -22,7 +22,7 @@
 #include "smt/assertions.h"
 #include "util/result.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class SmtEngine;
 
@@ -114,6 +114,6 @@ class Objective
   };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__OPTIMIZATION_SOLVER_H */
index d78435754a41fb7455f8eeb9a646eff8732e2d65..0a7a0c54aec889accfe717fabb2fd3902e5501de 100644 (file)
@@ -24,7 +24,7 @@
 #include "smt/set_defaults.h"
 #include "util/resource_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 OptionsManager::OptionsManager(Options* opts, ResourceManager* rm)
@@ -143,4 +143,4 @@ void OptionsManager::finishInit(LogicInfo& logic, bool isInternalSubsolver)
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 29e2222961d75a274cc37b740f3fda0971d02131..62ad37eb080274592dc1ead2ba78f30a3808aa4c 100644 (file)
@@ -18,7 +18,7 @@
 #include "options/options_listener.h"
 #include "smt/managed_ostreams.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class LogicInfo;
 class Options;
@@ -75,6 +75,6 @@ class OptionsManager : public OptionsListener
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__OPTIONS_MANAGER_H */
index 6d01643ab6ba287d975d5aff2c6958202219bdfe..a01c7a6a90c6dd112d8d81a7e7a4aba251a220e7 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "smt/smt_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 OutputManager::OutputManager(SmtEngine* smt) : d_smt(smt) {}
 
@@ -29,4 +29,4 @@ std::ostream& OutputManager::getDumpOut() const
   return *d_smt->getOptions().getOut();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 76db5d19b7625fe48fb48472197bfd8728f6b402..de21dc2b5102665e6a416a7246e6a633b2c79daa 100644 (file)
@@ -20,7 +20,7 @@
 
 #include <ostream>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Printer;
 class SmtEngine;
@@ -52,6 +52,6 @@ class OutputManager
   SmtEngine* d_smt;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4__SMT__OUTPUT_MANAGER_H
index 0fd3d9ce6dbc790bed29606fbdd1e3e3f1cd9066..016f60cfccfcff1c264d3ac50383d72e02881efe 100644 (file)
@@ -23,7 +23,7 @@
 #include "options/proof_options.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 PreprocessProofGenerator::PreprocessProofGenerator(ProofNodeManager* pnm,
@@ -254,4 +254,4 @@ void PreprocessProofGenerator::checkEagerPedantic(PfRule r)
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 3383974888a1be541c8b570999c1356716329fee..8e3882b2af0d7561db24adefc1c6bd3d06d38db2 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/proof_generator.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class LazyCDProof;
 class ProofNodeManager;
@@ -144,6 +144,6 @@ class PreprocessProofGenerator : public ProofGenerator
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index c2ebdbcd043361317831a4690f7e03404fc382e6..9f1f71bd7ccfe2bc8b7bd79ec99fde5bb108b1d6 100644 (file)
 #include "smt/smt_engine.h"
 
 using namespace std;
-using namespace CVC5::theory;
-using namespace CVC5::kind;
+using namespace cvc5::theory;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 Preprocessor::Preprocessor(SmtEngine& smt,
@@ -159,4 +159,4 @@ void Preprocessor::setProofGenerator(PreprocessProofGenerator* pppg)
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 6bb0ef5d62069c1dd23ce49120cdfb246624ccc9..0d307d734ad9dfe8d2223f1aaf99d539b334e299 100644 (file)
@@ -23,7 +23,7 @@
 #include "smt/process_assertions.h"
 #include "theory/booleans/circuit_propagator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 class PreprocessingPassContext;
 }
@@ -128,6 +128,6 @@ class Preprocessor
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 7ff4e54b56cf0b60409957b9970b4dc5f9026d6b..29651211c85bd9ea99045b7f6180b629456bb4f3 100644 (file)
 #include "theory/theory_engine.h"
 
 using namespace std;
-using namespace CVC5::preprocessing;
-using namespace CVC5::theory;
-using namespace CVC5::kind;
+using namespace cvc5::preprocessing;
+using namespace cvc5::theory;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 /** Useful for counting the number of recursive calls. */
@@ -462,4 +462,4 @@ void ProcessAssertions::dumpAssertions(const char* key,
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 3844daafb330e9a53d7574481f8ca03ca79cb0d3..0409e181b6982639cd090b476f925a52a8991815 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/node.h"
 #include "util/resource_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class SmtEngine;
 
@@ -124,6 +124,6 @@ class ProcessAssertions
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index d3b6506129469e0bcb11e4bbc1fced7273ff426f..5b938ab6480da6d5c3471de0b6549e8df8d99e76 100644 (file)
@@ -25,7 +25,7 @@
 #include "smt/preprocess_proof_generator.h"
 #include "smt/proof_post_processor.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 PfManager::PfManager(context::UserContext* u, SmtEngine* smte)
@@ -190,4 +190,4 @@ void PfManager::getAssertions(Assertions& as,
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index f0f384b7c1ecacdda3172f992e8fa08ba7182ecc..e1177ca8350a2a5e7e399986356d6abfbc207aeb 100644 (file)
@@ -20,7 +20,7 @@
 #include "context/cdhashmap.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofChecker;
 class ProofNode;
@@ -117,6 +117,6 @@ class PfManager
 }; /* class SmtEngine */
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__PROOF_MANAGER_H */
index 7e48c5c481d5b925ee0cc9339364cbf02f62b506..dedb686c33a4bc689ddefcb3abb767509dad68d9 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/theory.h"
 
-using namespace CVC5::kind;
-using namespace CVC5::theory;
+using namespace cvc5::kind;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 ProofPostprocessCallback::ProofPostprocessCallback(ProofNodeManager* pnm,
@@ -1185,4 +1185,4 @@ void ProofPostproccess::setEliminateRule(PfRule rule)
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 3c0d1e8410c47c28fd980bdf079585cc1f0e9cc5..9f3e7e55b2af8eb3adad048669f2aabfc005dd72 100644 (file)
@@ -25,7 +25,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_histogram.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class SmtEngine;
 
@@ -303,6 +303,6 @@ class ProofPostproccess
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 08b69af81ac9ab900ab3f57c46ac12fd790a96e6..ddc20ee8dadb216ba26feb86f37966dccc2386d6 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/theory_engine.h"
 
-using namespace CVC5::theory;
-using namespace CVC5::kind;
+using namespace cvc5::theory;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 QuantElimSolver::QuantElimSolver(SmtSolver& sms) : d_smtSolver(sms) {}
@@ -130,4 +130,4 @@ Node QuantElimSolver::getQuantifierElimination(Assertions& as,
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 80f67371bfcba97580280f5859907ea5dd94d42f..e59d6c7ff31719d07392d9608438635083c10744 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "smt/assertions.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 class SmtSolver;
@@ -99,6 +99,6 @@ class QuantElimSolver
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__QUANT_ELIM_SOLVER_H */
index dd76de313d8767ba2a2192b94e8e8831dfd30222..5fed0d66489187ff18eafba54f9d1d32c14c953a 100644 (file)
@@ -41,9 +41,9 @@
 #include "smt/logic_exception.h"
 #include "theory/theory.h"
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 void setDefaults(LogicInfo& logic, bool isInternalSubsolver)
@@ -1480,4 +1480,4 @@ void setDefaults(LogicInfo& logic, bool isInternalSubsolver)
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 220314b0dbc7e9fe5d10c88205a16c48ee718706..eb7cc3910c0e5cfca7b4918049017afd520a2890 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "theory/logic_info.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 /**
@@ -36,6 +36,6 @@ namespace smt {
 void setDefaults(LogicInfo& logic, bool isInternalSubsolver);
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__SET_DEFAULTS_H */
index db67af2f074be6582ecded0ecc024df0e078673b..724c5d48f9aea10fa02a5979a48d5ce818e79aed 100644 (file)
 #include "base/configuration_private.h"
 
 using namespace std;
-using namespace CVC5::smt;
-using namespace CVC5::preprocessing;
-using namespace CVC5::prop;
-using namespace CVC5::context;
-using namespace CVC5::theory;
+using namespace cvc5::smt;
+using namespace cvc5::preprocessing;
+using namespace cvc5::prop;
+using namespace cvc5::context;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 
 SmtEngine::SmtEngine(NodeManager* nm, Options* optr)
     : d_env(new Env(nm)),
@@ -503,7 +503,7 @@ bool SmtEngine::isValidGetInfoFlag(const std::string& key) const
   return false;
 }
 
-CVC5::SExpr SmtEngine::getInfo(const std::string& key) const
+cvc5::SExpr SmtEngine::getInfo(const std::string& key) const
 {
   SmtScope smts(this);
 
@@ -2027,4 +2027,4 @@ OutputManager& SmtEngine::getOutputManager() { return d_outMgr; }
 
 theory::Rewriter* SmtEngine::getRewriter() { return d_env->getRewriter(); }
 
-}  // namespace CVC5
+}  // namespace cvc5
index dd23ac949c06bdd69833b5a60f06ce06af63e2b8..909c1cc500712c500118bf3b567a97aceab9915d 100644 (file)
@@ -34,7 +34,7 @@
 #include "util/sexpr.h"
 #include "util/statistics.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <bool ref_count> class NodeTemplate;
 typedef NodeTemplate<true> Node;
@@ -124,10 +124,10 @@ namespace theory {
 
 class CVC4_EXPORT SmtEngine
 {
-  friend class ::CVC5::api::Solver;
-  friend class ::CVC5::smt::SmtEngineState;
-  friend class ::CVC5::smt::SmtScope;
-  friend class ::CVC5::LogicRequest;
+  friend class ::cvc5::api::Solver;
+  friend class ::cvc5::smt::SmtEngineState;
+  friend class ::cvc5::smt::SmtScope;
+  friend class ::cvc5::LogicRequest;
 
   /* .......................................................................  */
  public:
@@ -219,7 +219,7 @@ class CVC4_EXPORT SmtEngine
   bool isValidGetInfoFlag(const std::string& key) const;
 
   /** Query information about the SMT environment.  */
-  CVC5::SExpr getInfo(const std::string& key) const;
+  cvc5::SExpr getInfo(const std::string& key) const;
 
   /**
    * Set an aspect of the current SMT execution environment.
@@ -1154,6 +1154,6 @@ class CVC4_EXPORT SmtEngine
 
 /* -------------------------------------------------------------------------- */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT_ENGINE_H */
index d3dff72cea1c174feadb140db0d2397a64aa3772..cbb6a9679a82e1ec3d0078fa703848da889e1ecc 100644 (file)
@@ -22,7 +22,7 @@
 #include "base/output.h"
 #include "smt/smt_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 thread_local SmtEngine* s_smtEngine_current = NULL;
@@ -66,4 +66,4 @@ StatisticsRegistry* SmtScope::currentStatisticsRegistry() {
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index e45679f798439679b722657f93163fbc40b3e063..8bb010cec122f78fbe0d3b38db71ecc9df9d359d 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "options/options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofManager;
 class SmtEngine;
@@ -60,6 +60,6 @@ class SmtScope : public NodeManagerScope
 };/* class SmtScope */
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__SMT_ENGINE_SCOPE_H */
index fcf02784f10a0023c7ee40ee90e13cd7ad6a476f..b33f1e13c72e97857b1c28347c7141ea43180fa9 100644 (file)
@@ -17,7 +17,7 @@
 #include "options/smt_options.h"
 #include "smt/smt_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 SmtEngineState::SmtEngineState(context::Context* c,
@@ -308,4 +308,4 @@ void SmtEngineState::doPendingPops()
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index b5d98832fad91daf7084f2a7a6456b0c09fc7511..b90778b6781b1048aacb190e94b23929756729aa 100644 (file)
@@ -23,7 +23,7 @@
 #include "smt/smt_mode.h"
 #include "util/result.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class SmtEngine;
 
@@ -261,6 +261,6 @@ class SmtEngineState
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 1becdc8c215f78a4e41bbd6e0060990b962f2cc7..b0de2d8b3d5975ce39b2a9778746770e8695af4c 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "smt/smt_statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 SmtEngineStatistics::SmtEngineStatistics()
@@ -70,4 +70,4 @@ SmtEngineStatistics::~SmtEngineStatistics()
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index e0923ec3e86b3948615755d7684bbcc67c5b4465..4ec06e99b0b27655e352c1aaf8c8b78a54d13d7e 100644 (file)
@@ -20,7 +20,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 struct SmtEngineStatistics
@@ -60,6 +60,6 @@ struct SmtEngineStatistics
 }; /* struct SmtEngineStatistics */
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__SMT_ENGINE_STATS_H */
index f256072490b343da49547748b20697ab06aa6643..db21e53c4abdb55c3be91341c744f7bb0cf72322 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <iostream>
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& out, SmtMode m)
 {
@@ -34,4 +34,4 @@ std::ostream& operator<<(std::ostream& out, SmtMode m)
   return out;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 91c35fc1fd1d6bfab69b16d5635f7c628fd52574..ce8babc2b8d4d05fb11d873e239c9c25356132b6 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <iosfwd>
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * The mode of the solver, which is an extension of Figure 4.1 on
@@ -52,6 +52,6 @@ enum class SmtMode
  */
 std::ostream& operator<<(std::ostream& out, SmtMode m);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index e8ac58fe70fc27c548e771b0e813dfd7969db6ff..3f663726cf19cdebcf95f3237fe520b375c824f1 100644 (file)
@@ -27,7 +27,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 SmtSolver::SmtSolver(SmtEngine& smt,
@@ -287,4 +287,4 @@ theory::QuantifiersEngine* SmtSolver::getQuantifiersEngine()
 Preprocessor* SmtSolver::getPreprocessor() { return &d_pp; }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index db4871381e1f3c18e1d9cdea2be4d1a1454966e6..7d9d06ad99d629a265415e66541e589af1ecbcc7 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/logic_info.h"
 #include "util/result.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class SmtEngine;
 class TheoryEngine;
@@ -151,6 +151,6 @@ class SmtSolver
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__SMT_SOLVER_H */
index a916aae7b12ba19c536e2e48896340479be59d5e..dd5ed470cfd749f0fcfdae3aab901870cf4dd447 100644 (file)
 #include "smt/smt_engine_scope.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 StatisticsRegistry* smtStatisticsRegistry() {
   return smt::SmtScope::currentStatisticsRegistry();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 31d151544ef26f86f0553fa1256f980bde29c37f..97bdde7033e079661353eb450122a39716286607 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * This returns the StatisticsRegistry attached to the currently in scope
@@ -28,4 +28,4 @@ namespace CVC5 {
  */
 StatisticsRegistry* smtStatisticsRegistry();
 
-}  // namespace CVC5
+}  // namespace cvc5
index 2bb38ea9843e503975a9adf2383980bea15e6e03..27e16ccc61c574a8dd4fa33216bb9604b26f8d5b 100644 (file)
 #include "theory/quantifiers_engine.h"
 #include "theory/smt_engine_subsolver.h"
 
-using namespace CVC5::theory;
-using namespace CVC5::kind;
+using namespace cvc5::theory;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 SygusSolver::SygusSolver(SmtSolver& sms,
@@ -412,4 +412,4 @@ void SygusSolver::setSygusConjectureStale()
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index a1ffa195df10cdccd6c61a8c1b10413e88610c4e..ffce2ff06f65bb555a2816599c20ca91af499993 100644 (file)
@@ -23,7 +23,7 @@
 #include "smt/assertions.h"
 #include "util/result.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class OutputManager;
 
@@ -189,6 +189,6 @@ class SygusSolver
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__SYGUS_SOLVER_H */
index 4d726b64e1e010c1dd1b1059a60dff588e6a6c35..262c46870f7851371745ba8f3e8c6a1454ba31ec 100644 (file)
@@ -28,7 +28,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 RemoveTermFormulas::RemoveTermFormulas(context::UserContext* u,
                                        ProofNodeManager* pnm)
@@ -544,4 +544,4 @@ ProofGenerator* RemoveTermFormulas::getTConvProofGenerator()
 
 bool RemoveTermFormulas::isProofEnabled() const { return d_pnm != nullptr; }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 0f80fb8a4bc2fb73dadff5b7e26283211d7bdcb0..d2d3bf6fdacdfe98d9f62b344240624f7357a160 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/trust_node.h"
 #include "util/hash.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class LazyCDProof;
 class ProofNodeManager;
@@ -209,4 +209,4 @@ class RemoveTermFormulas {
   bool isProofEnabled() const;
 };/* class RemoveTTE */
 
-}  // namespace CVC5
+}  // namespace cvc5
index 4d17c741446fdee4f5718b09f2eaafc02c9fa44c..976e7ea6cb429cec37395d8b2cdcf35040f85c98 100644 (file)
@@ -17,7 +17,7 @@
 #include "expr/proof_node_algorithm.h"
 #include "smt/assertions.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 void UnsatCoreManager::getUnsatCore(std::shared_ptr<ProofNode> pfn,
@@ -89,4 +89,4 @@ void UnsatCoreManager::getRelevantInstantiations(
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 92e6018dfd62ba6f7b0c1ddb56551a6dff4d3b99..c41638222a56f052e75aa051f02c4e3b26c4a29b 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/node.h"
 #include "expr/proof_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace smt {
 
@@ -67,6 +67,6 @@ class UnsatCoreManager
 }; /* class UnsatCoreManager */
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SMT__UNSAT_CORE_MANAGER_H */
index 691da984fbb019a337a89ea19bca8c5b7a5cbbba..c8f5d639bee6ffa7d0de59cd4b96b76882c8103b 100644 (file)
@@ -30,7 +30,7 @@
 #include "options/set_language.h"
 #include "smt/dump.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ChannelSettings {
  public:
@@ -116,6 +116,6 @@ class TraceOstreamUpdate : public OstreamUpdate {
   void set(std::ostream* setTo) override { Trace.setStream(setTo); }
 };  /* class TraceOstreamUpdate */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__UPDATE_OSTREAM_H */
index 959a6a6c3e3e3771eec6c6a36ce95820f01a6a31..2ae39a664c10b097a31dd2bbf6f83cf52cb46840 100644 (file)
@@ -17,7 +17,7 @@
 #include "expr/skolem_manager.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 WitnessFormGenerator::WitnessFormGenerator(ProofNodeManager* pnm)
@@ -152,4 +152,4 @@ ProofGenerator* WitnessFormGenerator::convertExistsInternal(Node exists)
 }
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
index 905b0624b3c6f23c6600a583e26112c0687daa79..e30f165e5eecc305682db7c8c0657a6637f34b0f 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/proof_generator.h"
 #include "expr/term_conversion_proof_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace smt {
 
 /**
@@ -97,6 +97,6 @@ class WitnessFormGenerator : public ProofGenerator
 };
 
 }  // namespace smt
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 01f1a6a5b20878486b4816fc1d57471ad79914aa..6bfbede925c461fad9fc2b80c5489e05b0fc332a 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "smt_util/boolean_simplification.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 bool BooleanSimplification::push_back_associative_commute_recursive(
     Node n, std::vector<Node>& buffer, Kind k, Kind notK, bool negateNode)
@@ -61,4 +61,4 @@ bool BooleanSimplification::push_back_associative_commute_recursive(
   return true;
 }/* BooleanSimplification::push_back_associative_commute_recursive() */
 
-}  // namespace CVC5
+}  // namespace cvc5
index d9251baf5c0e4d479e8fb43009afb785ceb51086..de53e539cefb723dc021e5db12c0d9d62a51e44e 100644 (file)
@@ -25,7 +25,7 @@
 #include "base/check.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * A class to contain a number of useful functions for simple
@@ -223,6 +223,6 @@ class BooleanSimplification {
 
 };/* class BooleanSimplification */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__BOOLEAN_SIMPLIFICATION_H */
index 41da7e17072cdab0c7e03cf56b239736ba2b611f..efff058c5a9e13daad44d648d613bfa1656de073 100644 (file)
@@ -20,7 +20,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace util {
 
 Node NaryBuilder::mkAssoc(Kind kind, const std::vector<Node>& children)
@@ -202,4 +202,4 @@ Node RePairAssocCommutativeOperators::case_other(TNode n){
 }
 
 }/* util namespace */
-}  // namespace CVC5
+}  // namespace cvc5
index dc8a428d0b3d37d516c746a856b5118404e5d9e2..6fdc541ca4b01631c0339f03a4324fd88d6bd147 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace util {
 
 class NaryBuilder {
@@ -53,4 +53,4 @@ private:
 };/* class RePairAssocCommutativeOperators */
 
 }/* util namespace */
-}  // namespace CVC5
+}  // namespace cvc5
index c911d03e9813b7a642f7daa8d94ca79fbe26da24..8e75f685016a9b92ebf6bade8c998b5697a766bb 100644 (file)
@@ -36,7 +36,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -369,7 +369,7 @@ public:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 /* Begin the declaration of GLPK specific code. */
 #ifdef CVC4_USE_GLPK
@@ -377,7 +377,7 @@ extern "C" {
 #include <glpk.h>
 }/* extern "C" */
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -537,12 +537,12 @@ int ApproxGLPK::s_verbosity = 0;
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 #endif /*#ifdef CVC4_USE_GLPK */
 /* End the declaration of GLPK specific code. */
 
 /* Begin GPLK/NOGLPK Glue code. */
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 ApproximateSimplex* ApproximateSimplex::mkApproximateSimplexSolver(const ArithVariables& vars, TreeLog& l, ApproximateStatistics& s){
@@ -561,12 +561,12 @@ bool ApproximateSimplex::enabled() {
 }
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 /* End GPLK/NOGLPK Glue code. */
 
 /* Begin GPLK implementation. */
 #ifdef CVC4_USE_GLPK
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -3176,6 +3176,6 @@ void ApproxGLPK::tryCut(int nid, CutInfo& cut)
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 #endif /*#ifdef CVC4_USE_GLPK */
 /* End GPLK implementation. */
index 5835c57c18569a170fcfaad70228c6414ba8b88a..787effc9448e6ef68734608a7ccea511b3b9db24 100644 (file)
@@ -28,7 +28,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -165,4 +165,4 @@ class ApproximateSimplex{
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 42189f86a94bcb7a9a51e406f54571c786ed796f..4c991dba37f5b89b306ae2d5f8ddb66cd86fa163 100644 (file)
@@ -30,7 +30,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -47,7 +47,7 @@ Node ArithIteUtils::applyReduceVariablesInItes(Node n){
 }
 
 Node ArithIteUtils::reduceVariablesInItes(Node n){
-  using namespace CVC5::kind;
+  using namespace cvc5::kind;
   if(d_reduceVar.find(n) != d_reduceVar.end()){
     Node res = d_reduceVar[n];
     return res.isNull() ? n : res;
@@ -457,4 +457,4 @@ bool ArithIteUtils::solveBinOr(TNode binor){
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 263ddda8e794a5512bb507996d19208e82718bac..3e548f42d4b5e224e7bcd600d396a52ec9186b33 100644 (file)
@@ -28,7 +28,7 @@
 #include "context/cdo.h"
 #include "context/cdinsert_hashmap.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace preprocessing {
 namespace util {
 class ContainsTermITEVisitor;
@@ -111,6 +111,6 @@ private:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__ARITH_ITE_UTILS_H */
index 9190dac7dc11268481696642404fc86c7908e580..a2ae138fd03b03537963ef6754be7775d85bd914 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 bool ArithMSum::getMonomial(Node n, Node& c, Node& v)
@@ -322,4 +322,4 @@ void ArithMSum::debugPrintMonomialSum(std::map<Node, Node>& msum, const char* c)
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index f4a2bf824cb84babff31d6af11c306be74d1aba2..7854e0d3bfaf0d724b4732d9fca7c5429dd049d5 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** Arithmetic utilities regarding monomial sums.
@@ -183,6 +183,6 @@ class ArithMSum
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__MSUM_H */
index 2b120c9c7405e6dca2eb368de54ff742258bec14..e57b6c57f2aa4d2f9fe1cae3a67668d6b008eaa1 100644 (file)
@@ -18,7 +18,7 @@
 #include "theory/arith/inference_manager.h"
 #include "theory/skolem_lemma.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -80,4 +80,4 @@ bool ArithPreprocess::isReduced(TNode atom) const
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 45ce0c597f9f6ece93b807f23a3e8c64fff7e9bd..663c09abe18072a62239a1eb7ba09706a4f9458e 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/arith/operator_elim.h"
 #include "theory/logic_info.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class SkolemLemma;
@@ -86,6 +86,6 @@ class ArithPreprocess
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 01e88b1a83bdf653c113dba39a5de91c42b69d17..87aba7b456949c933b4a8521cee1663f033a8e3a 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/theory.h"
 #include "util/iand.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -228,7 +228,7 @@ RewriteResponse ArithRewriter::postRewriteTerm(TNode t){
           if(exp.sgn() == 0){
             return RewriteResponse(REWRITE_DONE, mkRationalNode(Rational(1)));
           }else if(exp.sgn() > 0 && exp.isIntegral()){
-            CVC5::Rational r(expr::NodeValue::MAX_CHILDREN);
+            cvc5::Rational r(expr::NodeValue::MAX_CHILDREN);
             if (exp <= r)
             {
               unsigned num = exp.getNumerator().toUnsignedInt();
@@ -901,4 +901,4 @@ RewriteResponse ArithRewriter::returnRewrite(TNode t, Node ret, Rewrite r)
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 556a7bda70ccb26f33276db3527031d1a419d497..803f8c8a839eea539d13d3b1f43f4a2519cfe93e 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/arith/rewrites.h"
 #include "theory/theory_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -73,6 +73,6 @@ class ArithRewriter : public TheoryRewriter
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__ARITH_REWRITER_H */
index bab1d6eb9174f3f98f3b7d647e724189dfd5bd3f..f4be43b06f20945e14751822cf04eb026e0a404f 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "theory/arith/theory_arith_private.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -35,4 +35,4 @@ bool ArithState::isInConflict() const
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index dfe2bc8776972fdcf28c8f2f5eddddb0d3ca7aef..05b09a5a2405675dada77e0dc91f2fd0d57ffdc4 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "theory/theory_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -52,6 +52,6 @@ class ArithState : public TheoryState
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index b0129970efa7867b2a92259c1cf050913f1f58fa..9c764ac7ae5dffd99a3f6123e6b877723596214b 100644 (file)
@@ -27,9 +27,9 @@
 #include "theory/rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -273,4 +273,4 @@ void ArithStaticLearner::addBound(TNode n) {
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 668527c0f08b495e29ebbd21c19a5b2b962b3700..73810deddc211376ec62781d35c5c4535671d2e7 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/arith/delta_rational.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 class Context;
 }
@@ -71,6 +71,6 @@ private:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__ARITH_STATIC_LEARNER_H */
index 16c412546cf08d2cc888bdd06aa85ea4a5b49f41..abffcc3d3714ce5c5d7715ac23805e08e22bc6f8 100644 (file)
@@ -16,9 +16,9 @@
 
 #include <cmath>
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -325,4 +325,4 @@ Node negateProofLiteral(TNode n)
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 9c0edb893378b5382669c2ea7755eb15a35b0252..8525509170107f1a8600ac4122ca662ed04458d8 100644 (file)
@@ -28,7 +28,7 @@
 #include "util/integer.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -344,6 +344,6 @@ Node negateProofLiteral(TNode n);
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__ARITH_UTILITIES_H */
index a0c29cb84e0e2eb600df6c2fccaeb19a2a2b55e5..b2db30f82431440f0481408ac8e9a69490de076a 100644 (file)
@@ -19,7 +19,7 @@
 #include <limits>
 #include <set>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -32,4 +32,4 @@ bool debugIsASet(const std::vector<ArithVar>& variables){
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a49797845d052a11268633ccfa391e6820870639..959db4b0d92f15c63ed0d983b76bf4a903909b1c 100644 (file)
@@ -26,7 +26,7 @@
 #include "util/index.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -41,4 +41,4 @@ extern bool debugIsASet(const ArithVarVec& variables);
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index dceeeb4076b79dd780ab41acbdf590509703ac64..6764e8e0be8e688ef3a20eb7fb709ed1dfe01551 100644 (file)
@@ -27,7 +27,7 @@
 #include "context/cdhashmap.h"
 #include "context/cdo.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -90,6 +90,6 @@ public:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__ARITHVAR_NODE_MAP_H */
index 292fccb34a2b20de449304c6c05c71161f50fe72..d0f69b7a33bf93dc65127c5d37e93ffecc760a18 100644 (file)
@@ -26,7 +26,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -153,4 +153,4 @@ Result::Sat AttemptSolutionSDP::attempt(const ApproximateSimplex::Solution& sol)
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index faca0cb25c74f5cc57a1a6ff667d550484d9a650..411bf776e4c20b689ea4ef77b05a547bf2ad9913 100644 (file)
@@ -58,7 +58,7 @@
 #include "theory/arith/approx_simplex.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -92,4 +92,4 @@ public:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 949828aeb70f3fdb94d8cf86de1dc4c68b07bf50..9caa965ac3653a637702d0d95f3decaa5e011921 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/arith/arithvar.h"
 #include "util/dense_map.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -231,4 +231,4 @@ public:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 126954144cacdad13362f74d27533c4ece6c73c8..a3357c1d999ca23de62cbf7e270cacd7ab0291af 100644 (file)
@@ -17,7 +17,7 @@
 #include "theory/arith/normal_form.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -247,4 +247,4 @@ std::map<Node, std::pair<Node,Node>> getBounds(const std::vector<Node>& assertio
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 7041777d863e0ed32475e02da74a2c098a8574be..fc5e68cff559a5b2df9bfbc4a7c61577e4dafac0 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -113,6 +113,6 @@ std::map<Node, std::pair<Node,Node>> getBounds(const std::vector<Node>& assertio
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
\ No newline at end of file
index 7fe8e493471599c805f12f3a9bb40764f714aba7..b2c48163ff3e735bb074131a4f8b4b9a63f4976b 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/arith/proof_macros.h"
 #include "theory/arith/theory_arith_private.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -196,4 +196,4 @@ BoundCounts BoundCountingLookup::hasBounds(ArithVar basic) const {
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 66004871b0ba3eeef82032f7d9c882e25807928e..539b7f70de2860ca1994e966c02cd1d5f54dc5ac 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/inference_id.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNode;
 
@@ -199,4 +199,4 @@ public:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index f2e51be02863f54eb464cbc15830cc093b3c414d..ea597468d75c23ee7bc4f099c45bac1ebc76783b 100644 (file)
@@ -30,7 +30,7 @@
 #include "theory/uf/proof_equality_engine.h"
 #include "options/arith_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -691,4 +691,4 @@ std::vector<Node> andComponents(TNode an)
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 540e985f7a5163a20379e60e5175472aeda57248..055d5ddbbd7f6b9a1f5482faf556a944f187cca3 100644 (file)
@@ -32,7 +32,7 @@
 #include "util/dense_map.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNodeManager;
 
@@ -299,4 +299,4 @@ std::vector<Node> andComponents(TNode an);
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index cc1129f50efc1baeca0ae4baacff54358adecec4..baa9b1ebbb04b1be288e876ec325c81477062651 100644 (file)
@@ -32,9 +32,9 @@
 
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -2428,4 +2428,4 @@ std::pair<int, int> Constraint::unateFarkasSigns(ConstraintCP ca, ConstraintCP c
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 3caa5a0307f1759c3f75092f57ae0d69acd904d6..d00f16c9027f3fd4b7abcd357202eb3e1d137576 100644 (file)
@@ -93,7 +93,7 @@
 #include "theory/trust_node.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNodeManager;
 
@@ -1277,6 +1277,6 @@ private:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__CONSTRAINT_H */
index 8d36df304e8c01e8a46184d2a9690bdbb342fec0..146ffd607bcd9f7303f79247a7d989c96d05779e 100644 (file)
@@ -24,7 +24,7 @@
 #include "cvc4_private.h"
 #include <vector>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -46,6 +46,6 @@ static const RationalVectorP RationalVectorPSentinel = NULL;
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__CONSTRAINT_FORWARD_H */
index 36c8d06f14e6995265ae0e18910a78f79ec266d0..faf2fddbe704f934089961dd2c93c080f6aa5723 100644 (file)
@@ -31,7 +31,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -704,4 +704,4 @@ void DenseVector::print(ostream& out, const DenseMap<Rational>& v){
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 961092f6e7e517ce994320be6abbe07e8c49eda9..3ab0bb6bf601d829a5d64aa1a9f6e13ab5ea9124 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/arith/constraint_forward.h"
 #include "util/dense_map.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -290,4 +290,4 @@ public:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 7d20a185998c28546109cc7f6c83e86ddea27693..e93b0315e339f06f3006c063fb3559348124f2a5 100644 (file)
@@ -21,7 +21,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& os, const DeltaRational& dq){
   return os << "(" << dq.getNoninfinitesimalPart()
@@ -106,4 +106,4 @@ Integer DeltaRational::euclidianDivideRemainder(const DeltaRational& y) const
   }
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index e2b769b183f98e32c50137a1d48a3c5c610a5e09..cd01f9c1af98ea7b4bddd71435d4e4d388edf6f1 100644 (file)
@@ -26,7 +26,7 @@
 #include "util/integer.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class DeltaRational;
 
@@ -46,20 +46,20 @@ class DeltaRationalException : public Exception {
  */
 class DeltaRational {
 private:
CVC5::Rational c;
CVC5::Rational k;
cvc5::Rational c;
cvc5::Rational k;
 
 public:
   DeltaRational() : c(0,1), k(0,1) {}
-  DeltaRational(const CVC5::Rational& base) : c(base), k(0, 1) {}
-  DeltaRational(const CVC5::Rational& base, const CVC5::Rational& coeff)
+  DeltaRational(const cvc5::Rational& base) : c(base), k(0, 1) {}
+  DeltaRational(const cvc5::Rational& base, const cvc5::Rational& coeff)
       : c(base), k(coeff)
   {
   }
 
-  const CVC5::Rational& getInfinitesimalPart() const { return k; }
+  const cvc5::Rational& getInfinitesimalPart() const { return k; }
 
-  const CVC5::Rational& getNoninfinitesimalPart() const { return c; }
+  const cvc5::Rational& getNoninfinitesimalPart() const { return c; }
 
   int sgn() const {
     int s = getNoninfinitesimalPart().sgn();
@@ -97,14 +97,14 @@ public:
   }
 
   DeltaRational operator+(const DeltaRational& other) const{
-    CVC5::Rational tmpC = c + other.c;
-    CVC5::Rational tmpK = k + other.k;
+    cvc5::Rational tmpC = c + other.c;
+    cvc5::Rational tmpK = k + other.k;
     return DeltaRational(tmpC, tmpK);
   }
 
   DeltaRational operator*(const Rational& a) const{
-    CVC5::Rational tmpC = a * c;
-    CVC5::Rational tmpK = a * k;
+    cvc5::Rational tmpC = a * c;
+    cvc5::Rational tmpK = a * k;
     return DeltaRational(tmpC, tmpK);
   }
 
@@ -127,7 +127,7 @@ public:
 
 
   DeltaRational operator-(const DeltaRational& a) const{
-    CVC5::Rational negOne(CVC5::Integer(-1));
+    cvc5::Rational negOne(cvc5::Integer(-1));
     return *(this) + (a * negOne);
   }
 
@@ -136,14 +136,14 @@ public:
   }
 
   DeltaRational operator/(const Rational& a) const{
-    CVC5::Rational tmpC = c / a;
-    CVC5::Rational tmpK = k / a;
+    cvc5::Rational tmpC = c / a;
+    cvc5::Rational tmpK = k / a;
     return DeltaRational(tmpC, tmpK);
   }
 
   DeltaRational operator/(const Integer& a) const{
-    CVC5::Rational tmpC = c / a;
-    CVC5::Rational tmpK = k / a;
+    cvc5::Rational tmpC = c / a;
+    cvc5::Rational tmpK = k / a;
     return DeltaRational(tmpC, tmpK);
   }
 
@@ -204,7 +204,7 @@ public:
     return *(this);
   }
 
-  DeltaRational& operator*=(const CVC5::Rational& a)
+  DeltaRational& operator*=(const cvc5::Rational& a)
   {
     c *=  a;
     k *=  a;
@@ -299,4 +299,4 @@ public:
 
 std::ostream& operator<<(std::ostream& os, const DeltaRational& n);
 
-}  // namespace CVC5
+}  // namespace cvc5
index 51dd696500f1253ecbd925e9bcf88375bc375261..6e069cdf6b059a8375a56ea045d45852114066c0 100644 (file)
@@ -24,7 +24,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -835,4 +835,4 @@ Node DioSolver::trailIndexToEquality(TrailIndex i) const {
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 7892bec5293936aa74c4b037474db438f72e610e..9b3106036bbb2e2f81a7c46a8a9e7d9f3dcd346f 100644 (file)
@@ -33,7 +33,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 class Context;
 }
@@ -423,6 +423,6 @@ public:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__DIO_SOLVER_H */
index d4e26600d8ebc689706f71ae6803255c4eeaf7bb..52dd2077970620be30b464db3dce69cca928af2a 100644 (file)
@@ -26,7 +26,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -275,4 +275,4 @@ bool DualSimplexDecisionProcedure::searchForFeasibleSolution(uint32_t remainingI
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 3e1bc0ee7b97065aeb1e3bb917ebc8d004dcce23..a0a727a0a687873aa24f93a0bf5bb0e148047818 100644 (file)
@@ -57,7 +57,7 @@
 #include "theory/arith/simplex.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -113,4 +113,4 @@ private:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 142a060ec96511dbe68f57ea56240016d8a8b0a0..b8c20104bce6f5a5344f9aee28b500b7318b84b9 100644 (file)
@@ -22,7 +22,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -479,4 +479,4 @@ void ErrorSet::pushFocusInto(ArithVarVec& vec) const{
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index cdf155c6dca422c1172b93d87534308111410abf..4788d26974080fa4408f5e0b242d161de3f38ba0 100644 (file)
@@ -31,7 +31,7 @@
 #include "util/bin_heap.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -414,4 +414,4 @@ private:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 61280d6515297a08f966057deaa577d81a949adc..9d7711361e839855806fd76ff49587fd469cf22f 100644 (file)
@@ -25,7 +25,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -861,4 +861,4 @@ const Rational& FCSimplexDecisionProcedure::focusCoefficient(ArithVar nb) const
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 73e5ae54f23c0b6b7391a7e1a0d27270443fef77..2b303ffa23f84abec7807399184da912ae232c01 100644 (file)
@@ -61,7 +61,7 @@
 #include "util/dense_map.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -256,4 +256,4 @@ private:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 25494bdeed765bd3607dc59a6757adb9bc5fee9e..a8b6374cc95ac900c7076972040e1fba63a8f27c 100644 (file)
@@ -18,7 +18,7 @@
 #include "theory/arith/infer_bounds.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -264,4 +264,4 @@ std::ostream& operator<<(std::ostream& os,  const Algorithms a){
 
 } /* namespace arith */
 } /* namespace theory */
-} // namespace CVC5
+}  // namespace cvc5
index 251c7cbb8e2a8697d69db44cf5f957258814147e..27bc611b367802a273074eeedb96254f17b7f883 100644 (file)
@@ -27,7 +27,7 @@
 #include "util/maybe.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -160,4 +160,4 @@ private:
 
 } /* namespace arith */
 } /* namespace theory */
-} // namespace CVC5
+}  // namespace cvc5
index 66b628302d7b2090a7ccf939a179bdc52d04b1da..732111f9788d197762b5f68377a2056cacd56663 100644 (file)
@@ -19,7 +19,7 @@
 #include "theory/arith/theory_arith.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -147,4 +147,4 @@ bool InferenceManager::isEntailedFalse(const SimpleTheoryLemma& lem)
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index bf5ed7b10cf0ce875560ce62300894502801f1ee..a5b200f8b4674f750f50c87574400b76dc963ba7 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/inference_id.h"
 #include "theory/inference_manager_buffered.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -117,6 +117,6 @@ class InferenceManager : public InferenceManagerBuffered
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index b839ccc22ea9f1c85f0ba7e5fe48c2177b7783ed..f9f88cddf61e8e3ba61e0c5c6bf9d1cb1c9227dd 100644 (file)
@@ -4,13 +4,13 @@
 # src/theory/builtin/kinds.
 #
 
-theory THEORY_ARITH ::CVC5::theory::arith::TheoryArith "theory/arith/theory_arith.h"
+theory THEORY_ARITH ::cvc5::theory::arith::TheoryArith "theory/arith/theory_arith.h"
 typechecker "theory/arith/theory_arith_type_rules.h"
 
 properties stable-infinite
 properties check propagate ppStaticLearn presolve notifyRestart
 
-rewriter ::CVC5::theory::arith::ArithRewriter "theory/arith/arith_rewriter.h"
+rewriter ::cvc5::theory::arith::ArithRewriter "theory/arith/arith_rewriter.h"
 
 operator PLUS 2: "arithmetic addition (N-ary)"
 operator MULT 2: "arithmetic multiplication (N-ary)"
@@ -44,10 +44,10 @@ operator ARCCOTANGENT 1 "arc cotangent"
 operator SQRT 1 "square root"
 
 constant DIVISIBLE_OP \
-        ::CVC5::Divisible \
-        ::CVC5::DivisibleHashFunction \
+        ::cvc5::Divisible \
+        ::cvc5::DivisibleHashFunction \
         "util/divisible.h" \
-        "operator for the divisibility-by-k predicate; payload is an instance of the CVC5::Divisible class"
+        "operator for the divisibility-by-k predicate; payload is an instance of the cvc5::Divisible class"
 
 sort REAL_TYPE \
     Cardinality::REALS \
@@ -63,16 +63,16 @@ sort INTEGER_TYPE \
     "integer type"
 
 constant CONST_RATIONAL \
-    ::CVC5::Rational \
-    ::CVC5::RationalHashFunction \
+    ::cvc5::Rational \
+    ::cvc5::RationalHashFunction \
     "util/rational.h" \
-    "a multiple-precision rational constant; payload is an instance of the CVC5::Rational class"
+    "a multiple-precision rational constant; payload is an instance of the cvc5::Rational class"
 
 enumerator REAL_TYPE \
-    "::CVC5::theory::arith::RationalEnumerator" \
+    "::cvc5::theory::arith::RationalEnumerator" \
     "theory/arith/type_enumerator.h"
 enumerator INTEGER_TYPE \
-    "::CVC5::theory::arith::IntegerEnumerator" \
+    "::cvc5::theory::arith::IntegerEnumerator" \
     "theory/arith/type_enumerator.h"
 
 operator LT 2 "less than, x < y"
@@ -82,10 +82,10 @@ operator GEQ 2 "greater than or equal, x >= y"
 
 # represents an indexed root predicate. See util/indexed_root_predicate.h for more documentation.
 constant INDEXED_ROOT_PREDICATE_OP \
-       ::CVC5::IndexedRootPredicate \
-       ::CVC5::IndexedRootPredicateHashFunction \
+       ::cvc5::IndexedRootPredicate \
+       ::cvc5::IndexedRootPredicateHashFunction \
        "util/indexed_root_predicate.h" \
-       "operator for the indexed root predicate; payload is an instance of the CVC5::IndexedRootPredicate class"
+       "operator for the indexed root predicate; payload is an instance of the cvc5::IndexedRootPredicate class"
 parameterized INDEXED_ROOT_PREDICATE INDEXED_ROOT_PREDICATE_OP 2 "indexed root predicate; first parameter is a INDEXED_ROOT_PREDICATE_OP, second is a real variable compared to zero, third is a polynomial"
 
 operator IS_INTEGER 1 "term-is-integer predicate (parameter is a real-sorted term)"
@@ -99,15 +99,15 @@ operator TO_REAL 1 "cast term to real (parameter is an integer-sorted term; this
 # This way, we avoid having 2 nested TO_REAL nodess as a result of Solver::mkTerm(TO_REAL, Solver::mkReal(int val))
 operator CAST_TO_REAL 1 "cast term to real same as TO_REAL, but it is used internally, whereas TO_REAL is accessible in the API"
 
-typerule PLUS ::CVC5::theory::arith::ArithOperatorTypeRule
-typerule MULT ::CVC5::theory::arith::ArithOperatorTypeRule
-typerule NONLINEAR_MULT ::CVC5::theory::arith::ArithOperatorTypeRule
-typerule MINUS ::CVC5::theory::arith::ArithOperatorTypeRule
-typerule UMINUS ::CVC5::theory::arith::ArithOperatorTypeRule
-typerule DIVISION ::CVC5::theory::arith::ArithOperatorTypeRule
-typerule POW ::CVC5::theory::arith::ArithOperatorTypeRule
+typerule PLUS ::cvc5::theory::arith::ArithOperatorTypeRule
+typerule MULT ::cvc5::theory::arith::ArithOperatorTypeRule
+typerule NONLINEAR_MULT ::cvc5::theory::arith::ArithOperatorTypeRule
+typerule MINUS ::cvc5::theory::arith::ArithOperatorTypeRule
+typerule UMINUS ::cvc5::theory::arith::ArithOperatorTypeRule
+typerule DIVISION ::cvc5::theory::arith::ArithOperatorTypeRule
+typerule POW ::cvc5::theory::arith::ArithOperatorTypeRule
 
-typerule CONST_RATIONAL ::CVC5::theory::arith::ArithConstantTypeRule
+typerule CONST_RATIONAL ::cvc5::theory::arith::ArithConstantTypeRule
 
 typerule LT "SimpleTypeRule<RBool, AReal, AReal>"
 typerule LEQ "SimpleTypeRule<RBool, AReal, AReal>"
@@ -115,11 +115,11 @@ typerule GT "SimpleTypeRule<RBool, AReal, AReal>"
 typerule GEQ "SimpleTypeRule<RBool, AReal, AReal>"
 
 typerule INDEXED_ROOT_PREDICATE_OP "SimpleTypeRule<RBuiltinOperator>"
-typerule INDEXED_ROOT_PREDICATE ::CVC5::theory::arith::IndexedRootPredicateTypeRule
+typerule INDEXED_ROOT_PREDICATE ::cvc5::theory::arith::IndexedRootPredicateTypeRule
 
-typerule TO_REAL ::CVC5::theory::arith::ArithOperatorTypeRule
-typerule CAST_TO_REAL ::CVC5::theory::arith::ArithOperatorTypeRule
-typerule TO_INTEGER ::CVC5::theory::arith::ArithOperatorTypeRule
+typerule TO_REAL ::cvc5::theory::arith::ArithOperatorTypeRule
+typerule CAST_TO_REAL ::cvc5::theory::arith::ArithOperatorTypeRule
+typerule TO_INTEGER ::cvc5::theory::arith::ArithOperatorTypeRule
 typerule IS_INTEGER "SimpleTypeRule<RBool, AReal>"
 
 typerule ABS "SimpleTypeRule<RInteger, AInteger>"
@@ -128,7 +128,7 @@ typerule INTS_MODULUS "SimpleTypeRule<RInteger, AInteger, AInteger>"
 typerule DIVISIBLE "SimpleTypeRule<RBool, AInteger>"
 typerule DIVISIBLE_OP "SimpleTypeRule<RBuiltinOperator>"
 
-typerule DIVISION_TOTAL ::CVC5::theory::arith::ArithOperatorTypeRule
+typerule DIVISION_TOTAL ::cvc5::theory::arith::ArithOperatorTypeRule
 typerule INTS_DIVISION_TOTAL "SimpleTypeRule<RInteger, AInteger, AInteger>"
 typerule INTS_MODULUS_TOTAL "SimpleTypeRule<RInteger, AInteger, AInteger>"
 
@@ -150,20 +150,20 @@ typerule SQRT "SimpleTypeRule<RReal, AReal>"
 
 nullaryoperator PI "pi"
 
-typerule PI ::CVC5::theory::arith::RealNullaryOperatorTypeRule
+typerule PI ::cvc5::theory::arith::RealNullaryOperatorTypeRule
 
 # Integer AND, which is parameterized by a (positive) bitwidth k.
 # ((_ iand k) i1 i2) is equivalent to:
 # (bv2int (bvand ((_ int2bv k) i1) ((_ int2bv k) i2)))
 # for all integers i1, i2.
 constant IAND_OP \
-       ::CVC5::IntAnd \
-       "::CVC5::UnsignedHashFunction< ::CVC5::IntAnd >" \
+       ::cvc5::IntAnd \
+       "::cvc5::UnsignedHashFunction< ::cvc5::IntAnd >" \
        "util/iand.h" \
-       "operator for integer AND; payload is an instance of the CVC5::IntAnd class"
+       "operator for integer AND; payload is an instance of the cvc5::IntAnd class"
 parameterized IAND IAND_OP 2 "integer version of AND operator; first parameter is an IAND_OP, second and third are integer terms"
 
-typerule IAND_OP ::CVC5::theory::arith::IAndOpTypeRule
-typerule IAND ::CVC5::theory::arith::IAndTypeRule
+typerule IAND_OP ::cvc5::theory::arith::IAndOpTypeRule
+typerule IAND ::cvc5::theory::arith::IAndTypeRule
 
 endtheory
index 28f386e2a389bb8e760953359dc5caafb9ca5e4a..95c83370726f306bca12cb192cd9517a054077f7 100644 (file)
@@ -22,7 +22,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -1413,4 +1413,4 @@ void LinearEqualityModule::directlyAddToCoefficient(ArithVar row, ArithVar col,
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4a923b67747fa1ff4867a211cb8a63acbb36cd9b..4f50853c954ff4cb7ced4d89953899f26bf4107e 100644 (file)
@@ -40,7 +40,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -758,4 +758,4 @@ public:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index dd7f28228875896a6db7358b0c834743e4ff16c3..f2ecc8e4c4c3813b21a913bc85af58cba7af5a26 100644 (file)
@@ -18,7 +18,7 @@
 #include "theory/arith/matrix.h"
 
 using namespace std;
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -28,4 +28,4 @@ bool NoEffectCCCB::canUseRow(RowIndex ridx) const { return false; }
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 553cef7d4c2e8d75c5516d5ed77f2ceac6aca810..855f56d1f6e545b93af305b95a14e3c3546671b8 100644 (file)
@@ -28,7 +28,7 @@
 #include "util/dense_map.h"
 #include "util/index.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -368,8 +368,8 @@ public:
   typedef MatrixEntry<T> Entry;
 
 protected:
- typedef CVC5::theory::arith::RowVector<T> RowVectorT;
- typedef CVC5::theory::arith::ColumnVector<T> ColumnVectorT;
+ typedef cvc5::theory::arith::RowVector<T> RowVectorT;
+ typedef cvc5::theory::arith::ColumnVector<T> ColumnVectorT;
 
 public:
   typedef typename RowVectorT::const_iterator RowIterator;
@@ -999,4 +999,4 @@ protected:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 7fd22fb7648596ae6ca2cd1ac1e14b2da91d7c30..c9f3ce3da93b1b0a52897441fdc6713478371f1d 100644 (file)
@@ -29,12 +29,12 @@ namespace std {
 template <typename T>
 std::ostream& operator<<(std::ostream& os, const std::vector<T>& v)
 {
-  CVC5::container_to_stream(os, v);
+  cvc5::container_to_stream(os, v);
   return os;
 }
 }  // namespace std
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -545,6 +545,6 @@ void CDCAC::pruneRedundantIntervals(std::vector<CACInterval>& intervals)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 2b607ae784e71539912f057aa6191be2ae391fc6..338f54da2c08f31aaa4c26404d6cf2655574ba3e 100644 (file)
@@ -31,7 +31,7 @@
 #include "theory/arith/nl/cad/proof_generator.h"
 #include "theory/arith/nl/cad/variable_ordering.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -210,7 +210,7 @@ class CDCAC
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
 
index f40d528ff98be73c2469bfc747b6503b040294ba..999e491f6b5bcfc133bf6ceefc097455eb4849e6 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "theory/arith/nl/cad/projections.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -370,6 +370,6 @@ void makeFinestSquareFreeBasis(CACInterval& lhs, CACInterval& rhs)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 3b3a3638be0e563c73010b17d72e067efc869c7b..607a2226f90b8014ce11845d81660c9b986d47ad 100644 (file)
@@ -28,7 +28,7 @@
 #include "expr/node.h"
 #include "theory/arith/nl/cad/projections.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -105,7 +105,7 @@ void makeFinestSquareFreeBasis(CACInterval& lhs, CACInterval& rhs);
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
 
index 1ea172d1106a7ded5f96f373781405b7f5a51bb9..75d1cb723a8f48aec401969fd34c1bb0fb962c4d 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/arith/nl/poly_conversion.h"
 #include "util/poly_util.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -79,6 +79,6 @@ void Constraints::sortConstraints()
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 70c52e85c8a8c57fbc375ffd294b087acefc480b..e9e59c40b4d8aebad5eda6530cd4fede5f5531ff 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "theory/arith/nl/poly_conversion.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -87,7 +87,7 @@ class Constraints
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
 
index b9e17f844199a9c885585cf071f4929df57639bc..1bac0c1607ab143f5033bddbf1ee7607ec4a1f15 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "base/check.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -106,6 +106,6 @@ PolyVector projection_mccallum(const std::vector<Polynomial>& polys)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 3b8eb412fde64b3a416ee7fdd2900222088d7c89..94bdfc3efa8ba8b8d7c02d814a64872cfa996725 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <vector>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -76,7 +76,7 @@ PolyVector projectionMcCallum(const std::vector<poly::Polynomial>& polys);
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
 
index f1ab2d6a9efa77bbf97ff4c5ca45a1a558de0d85..3cd8fe98e9c59db8e8581575f9f18cbfcad030a3 100644 (file)
@@ -17,9 +17,9 @@
 #include "expr/sequence.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -58,4 +58,4 @@ Node CADProofRuleChecker::checkInternal(PfRule id,
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 26bbcc3a98db545e5029ee95061164800aed2be4..9100762b7090f548dfec50002a38d8d679a8843a 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "expr/proof_checker.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -53,6 +53,6 @@ class CADProofRuleChecker : public ProofRuleChecker
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__PROOF_CHECKER_H */
index fe3734dce4ffa84b46db93a6db78640797ee5b45..73e19aa2855ef5aca563a1f625bf89c95c327802 100644 (file)
@@ -19,7 +19,7 @@
 #include "theory/lazy_tree_proof_generator.h"
 #include "theory/arith/nl/poly_conversion.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -230,6 +230,6 @@ std::ostream& operator<<(std::ostream& os, const CADProofGenerator& proof)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index c1bb4be1ec1901aa1f6faa220749a94f58539254..76a72f9c5562e6336c09cb996a2e4407c8ebf305 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/arith/nl/cad/cdcac_utils.h"
 #include "theory/lazy_tree_proof_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofGenerator;
 
@@ -144,7 +144,7 @@ std::ostream& operator<<(std::ostream& os, const CADProofGenerator& proof);
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
 #endif
index 63db355537cdce2966f6b390b8e5b567bc180265..7ebbc90dd17806eaebbea273d19f8999410bf211 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "util/poly_util.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -132,6 +132,6 @@ std::vector<poly::Variable> VariableOrdering::operator()(
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 7fda3faa44b4902d7f548dd73a12865651427792..0ab585197fc0edfd1d3df62db456294511967b5c 100644 (file)
@@ -26,7 +26,7 @@
 #include "theory/arith/nl/cad/constraints.h"
 #include "util/poly_util.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -65,7 +65,7 @@ std::vector<poly_utils::VariableInformation> collectInformation(
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
 
index dc18fbdf51a43d624395e5ed40f28a087c908102..1cf9cbc5441c348085e0725eca948840d511b351 100644 (file)
@@ -20,7 +20,7 @@
 #include "theory/arith/nl/nl_model.h"
 #include "theory/arith/nl/poly_conversion.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -212,4 +212,4 @@ bool CadSolver::constructModelIfAvailable(std::vector<Node>& assertions)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index de97c48cc382141196439db01b18f79c1af16305..620679735fbf8649033808b3ec6ab14ce9b014d0 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/arith/nl/cad/cdcac.h"
 #include "theory/arith/nl/cad/proof_checker.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNodeManager;
 
@@ -110,6 +110,6 @@ class CadSolver
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__CAD_SOLVER_H */
index 41331d04106b14d9786f54548180109e363f64e0..688bab86d01192c6c2bf1e1316ee9a9841f47260 100644 (file)
@@ -18,9 +18,9 @@
 #include "theory/arith/arith_utilities.h"
 #include "theory/arith/nl/ext/monomial.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -123,4 +123,4 @@ bool ConstraintDb::isMaximal(Node atom, Node x) const
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 9e6451c991dc65373d538b96e46c9b3a5058dc3a..a96949a1e87830c5bcc4f41c9632dd7fab32d8e7 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/kind.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -84,6 +84,6 @@ class ConstraintDb
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__NL_SOLVER_H */
index fc806199e682e422e651c5db71f7c4be7d057604..e20224207297fb034ba602aac971a359b0db2306 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/arith/nl/nl_model.h"
 #include "theory/arith/nl/nl_lemma_utils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -109,4 +109,4 @@ CDProof* ExtState::getProof()
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1d8e7ea0a11ca260d880bad8410656181b9af4c0..2d20e1557dafb733250f54d49da94b8461c9c9e2 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/proof_set.h"
 #include "theory/arith/nl/ext/monomial.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class CDProof;
 
@@ -91,6 +91,6 @@ struct ExtState
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 67536884392e4df03365918db186fc52015ce2f1..09e1d4f10be78f0993dd401d1f3ff629748df3e1 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/arith/nl/ext/ext_state.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -207,4 +207,4 @@ Node FactoringCheck::getFactorSkolem(Node n, CDProof* proof)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 89c5fce302b025a05f2302e94132dd3f6025d2f7..08154cb98a45af7fcdde16fc0760eb2da289d0b7 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class CDProof;
 
@@ -69,6 +69,6 @@ class FactoringCheck
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 86abed70ccfe45f296c97dc6243e102adea0da7a..784c0769175706ff97556f54c401365917f8f864 100644 (file)
@@ -18,9 +18,9 @@
 #include "theory/arith/nl/nl_lemma_utils.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -333,4 +333,4 @@ Node MonomialDb::mkMonomialRemFactor(Node n,
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 98083b996f24e80ba8791e526fec7832fb0c27ad..6646e4a737c4cd97912e65ba14c678389cb6a8d1 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -144,6 +144,6 @@ class MonomialDb
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__NL_MONOMIAL_H */
index c8194bbd01c4a6313f824a9b4480db915e47f8da..344218148438c30486379f4cb2533b1c4ebc486f 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/arith/nl/nl_model.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -520,4 +520,4 @@ void MonomialBoundsCheck::checkResBounds()
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e63dd454aea64aee66712330773b5ce82d569f6a..a19c61e64241492b4cce3634e02963307eba3af8 100644 (file)
@@ -18,7 +18,7 @@
 #include "expr/node.h"
 #include "theory/arith/nl/ext/constraint.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -86,6 +86,6 @@ class MonomialBoundsCheck
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 9fc2ba10a55a4345a5cf5bbd0ba01aebf2aeaee8..a30d4aff9c2cfae1af9e575e238341847b5c18a4 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/arith/nl/nl_lemma_utils.h"
 #include "theory/arith/nl/ext/ext_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -757,4 +757,4 @@ void MonomialCheck::setMonomialFactor(Node a,
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 948368542b03080be33d812826146ef6c4e80887..f242182b4d5bdc2ff231767bfd8c10aa0dfc4b19 100644 (file)
@@ -19,7 +19,7 @@
 #include "theory/arith/nl/ext/monomial.h"
 #include "theory/theory_inference.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -194,6 +194,6 @@ class MonomialCheck
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 26db3c9e0cf1c9c74218226a51dec940cdffd84e..b6c4572f560053870000a80c381713d5d4d5a5d0 100644 (file)
@@ -18,9 +18,9 @@
 #include "theory/arith/arith_utilities.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -158,4 +158,4 @@ Node ExtProofRuleChecker::checkInternal(PfRule id,
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 7bd4b7e38cec6a99b75c3072b36bb16bfb5ee9a6..90518fc08221a4086e1d7db3aa045f40d17ed97f 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/proof_checker.h"
 #include "expr/proof_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -51,6 +51,6 @@ class ExtProofRuleChecker : public ProofRuleChecker
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__PROOF_CHECKER_H */
index 543b6a0bd0b2211b75c7fb8d7706386d6eb56a33..7392d45f465104a44955ef794ef7a4705847a541 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/arith/nl/ext/ext_state.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -57,4 +57,4 @@ void SplitZeroCheck::check()
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 316e304ffd5ffa489e768f86b974ed1a0dd3e492..04148bd19235b3bd9f0d47cfd04c03a56d3bc257 100644 (file)
@@ -18,7 +18,7 @@
 #include "expr/node.h"
 #include "context/cdhashset.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -50,6 +50,6 @@ class SplitZeroCheck
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index bdeca7a29a3bba74ce42c726b1688ae835c2669d..711bc981690ac791d6c453ed274ba739a9cfc117 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/arith/nl/ext/ext_state.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -164,4 +164,4 @@ void TangentPlaneCheck::check(bool asWaitingLemmas)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 7d48d249ba7e54b13e7bc83866b2787f07b5cef7..b5159e72140db51691d3e2b496f8897473b51751 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -67,6 +67,6 @@ class TangentPlaneCheck
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 125fbb05a10fc84f2d4a0e728e343a5896e7abdf..72848ac89857d0ba6edfe262df3aa0eb0b0ab548 100644 (file)
@@ -17,9 +17,9 @@
 #include "theory/arith/arith_utilities.h"
 #include "theory/uf/equality_engine.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -129,4 +129,4 @@ bool NlExtTheoryCallback::isExtfReduced(int effort,
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c747eef69ad6d67c5b141de44b8646109599a377..0e0e1411b83ef96008deddb7323d1266e0b396ec 100644 (file)
@@ -18,7 +18,7 @@
 #include "expr/node.h"
 #include "theory/ext_theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace eq {
 class EqualityEngine;
@@ -84,6 +84,6 @@ class NlExtTheoryCallback : public ExtTheoryCallback
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__NL__EXT_THEORY_CALLBACK_H */
index 01f4c6e150a534b3f0e350cb2e1158c10787f79a..0e339857b90b9675fa8cfd8d414c33323fa5776c 100644 (file)
@@ -25,9 +25,9 @@
 #include "theory/rewriter.h"
 #include "util/iand.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -298,4 +298,4 @@ Node IAndSolver::bitwiseLemma(Node i)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 95d9632aab6620ca69fe06234c305921d0a8332a..2b7f90e9b62c5a89f48918b6b63640cbb246ed08 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "theory/arith/nl/iand_utils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -132,6 +132,6 @@ class IAndSolver
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__IAND_SOLVER_H */
index cd96021b08a477280092d5c6a9752fb261526e17..e08068b7e2931a2525c987c0ca5fd13aaa524d03 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/arith/nl/nl_model.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -276,4 +276,4 @@ Node IAndUtils::twoToKMinusOne(unsigned k) const
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index da5f8f04f8b2ff71bc55f9b8b9467b3b646f6325..60c3cbe13ec1170f97dd8d35cd4056b9ac5cd3a4 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -169,6 +169,6 @@ class IAndUtils
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__IAND_TABLE_H */
index 87d82301829221f2e0189a9f1f02489db5e66a1e..31b7b085bfbea10d799395fc48625658398c7ebd 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/arith/nl/icp/intersection.h"
 #include "theory/arith/nl/poly_conversion.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -115,6 +115,6 @@ std::ostream& operator<<(std::ostream& os, const Candidate& c)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index d4ad11fcf25a45f7514231272a5892ad2e03c388..4bcbf3e85206b7d59bbcc3d0f6884c73cb508f91 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/node.h"
 #include "theory/arith/nl/icp/intersection.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -78,7 +78,7 @@ std::ostream& operator<<(std::ostream& os, const Candidate& c);
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
 
index c0b0cb76810c9addbf37bf3ee23f5e6dbc5c6c56..acf499a21c11765adf861b35cc9231b66bb534ec 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "theory/arith/nl/icp/contraction_origins.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -117,4 +117,4 @@ inline std::ostream& operator<<(std::ostream& os,
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 0f22b5463ceedfb23ecdef0f343bd38177fe8d9e..dfddbce786558eca7b229149583d6763c32cfe5c 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -99,6 +99,6 @@ std::ostream& operator<<(std::ostream& os, const ContractionOriginManager& com);
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index e09264a250f72c88450fbf540a43869de0b7b8c8..2f6cdf2200235db8753f81de8eb4bd1fd490df35 100644 (file)
@@ -26,7 +26,7 @@
 #include "theory/rewriter.h"
 #include "util/poly_util.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -384,4 +384,4 @@ void ICPSolver::check()
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 56ec03706ebbefdc9a7d3b456b06124cd1c3a37d..11fd9ac1b8a0a97554f1e0b02811828885c60d06 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/arith/nl/icp/intersection.h"
 #include "theory/arith/nl/poly_conversion.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -153,6 +153,6 @@ class ICPSolver
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 6cdba297c7b0a3e32a55e2d61e643dcff68247b6..e0e93e1ddb49d9d4f755609023d991d84d52c8b8 100644 (file)
@@ -24,7 +24,7 @@
 #include "base/output.h"
 #include "theory/arith/nl/poly_conversion.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -221,6 +221,6 @@ PropagationResult intersect_interval_with(poly::Interval& cur,
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index c453f8314a63e911aa6176d7484f7fc27f0591a2..dd4afadfcbfaced82ee972a37e52d6b9d5cae1f2 100644 (file)
@@ -25,7 +25,7 @@ namespace poly {
   class Interval;
 }
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -77,7 +77,7 @@ PropagationResult intersect_interval_with(poly::Interval& cur,
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
 
index 8acbfec057f0536cf21be105c8f01cd13a355267..981355e4af49b40b0dc4896d4065b183dae83472 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -58,7 +58,7 @@ inline std::ostream& operator<<(std::ostream& os, const Interval& i)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
 
index f3c2d70c8ea172688a3aa81a8b074c93e0f0aee5..9740e1b469be28d1f0878e241daa24922fde7f61 100644 (file)
@@ -17,7 +17,7 @@
 #include "theory/arith/nl/nl_model.h"
 #include "theory/arith/nl/nonlinear_extension.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -78,4 +78,4 @@ Node ArgTrie::add(Node d, const std::vector<Node>& args)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 71d86b08a09d5e6dadc19454c3efd35a9d6229bc..32fe763b43ec70e0c5141bbc65403b303372aa15 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/node.h"
 #include "theory/theory_inference.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -144,6 +144,6 @@ class ArgTrie
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__NL_LEMMA_UTILS_H */
index f7edefff750210e68ee21c9de935ca0e145e6f12..882cd12a4169801eafda5930ca2012e6134e4845 100644 (file)
@@ -24,9 +24,9 @@
 #include "theory/theory_model.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -1342,4 +1342,4 @@ void NlModel::getModelValueRepair(
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index b2c435098c5626de418efb2c33d10d64acb11257..9da8738b6930bd370f3993bc806c31332ff9443b 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/kind.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace context {
 class Context;
@@ -329,6 +329,6 @@ class NlModel
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__NONLINEAR_EXTENSION_H */
index 3c46e165253dbfb1f141fbe2e41c34cb847e956a..03563006b1421a418a5525220f49697175fb3bf4 100644 (file)
@@ -27,9 +27,9 @@
 #include "theory/rewriter.h"
 #include "theory/theory_model.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -622,4 +622,4 @@ void NonlinearExtension::runStrategy(Theory::Effort effort,
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index b6fb5365160c38e69e3410233d63734b039e2709..722741d7d8b355b14f4e77cc106ebf1c182b743d 100644 (file)
@@ -41,7 +41,7 @@
 #include "theory/theory.h"
 #include "util/result.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace eq {
   class EqualityEngine;
@@ -296,6 +296,6 @@ class NonlinearExtension
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__NONLINEAR_EXTENSION_H */
index 5738dccfc798743d5b10d3a62a3656bd6f147073..c7b54965582e08a98d2eacf298b3fc6e44298081 100644 (file)
 #include "theory/arith/bound_inference.h"
 #include "util/poly_util.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
 
-poly::Variable VariableMapper::operator()(const CVC5::Node& n)
+poly::Variable VariableMapper::operator()(const cvc5::Node& n)
 {
   auto it = mVarCVCpoly.find(n);
   if (it == mVarCVCpoly.end())
@@ -54,7 +54,7 @@ poly::Variable VariableMapper::operator()(const CVC5::Node& n)
   return it->second;
 }
 
-CVC5::Node VariableMapper::operator()(const poly::Variable& n)
+cvc5::Node VariableMapper::operator()(const poly::Variable& n)
 {
   auto it = mVarpolyCVC.find(n);
   Assert(it != mVarpolyCVC.end())
@@ -62,7 +62,7 @@ CVC5::Node VariableMapper::operator()(const poly::Variable& n)
   return it->second;
 }
 
-CVC5::Node as_cvc_upolynomial(const poly::UPolynomial& p, const CVC5::Node& var)
+cvc5::Node as_cvc_upolynomial(const poly::UPolynomial& p, const cvc5::Node& var)
 {
   Trace("poly::conversion")
       << "Converting " << p << " over " << var << std::endl;
@@ -87,9 +87,9 @@ CVC5::Node as_cvc_upolynomial(const poly::UPolynomial& p, const CVC5::Node& var)
   return res;
 }
 
-poly::UPolynomial as_poly_upolynomial_impl(const CVC5::Node& n,
+poly::UPolynomial as_poly_upolynomial_impl(const cvc5::Node& n,
                                            poly::Integer& denominator,
-                                           const CVC5::Node& var)
+                                           const cvc5::Node& var)
 {
   denominator = poly::Integer(1);
   if (n.isVar())
@@ -140,14 +140,14 @@ poly::UPolynomial as_poly_upolynomial_impl(const CVC5::Node& n,
   return poly::UPolynomial();
 }
 
-poly::UPolynomial as_poly_upolynomial(const CVC5::Node& n,
-                                      const CVC5::Node& var)
+poly::UPolynomial as_poly_upolynomial(const cvc5::Node& n,
+                                      const cvc5::Node& var)
 {
   poly::Integer denom;
   return as_poly_upolynomial_impl(n, denom, var);
 }
 
-poly::Polynomial as_poly_polynomial_impl(const CVC5::Node& n,
+poly::Polynomial as_poly_polynomial_impl(const cvc5::Node& n,
                                          poly::Integer& denominator,
                                          VariableMapper& vm)
 {
@@ -195,12 +195,12 @@ poly::Polynomial as_poly_polynomial_impl(const CVC5::Node& n,
   }
   return poly::Polynomial();
 }
-poly::Polynomial as_poly_polynomial(const CVC5::Node& n, VariableMapper& vm)
+poly::Polynomial as_poly_polynomial(const cvc5::Node& n, VariableMapper& vm)
 {
   poly::Integer denom;
   return as_poly_polynomial_impl(n, denom, vm);
 }
-poly::Polynomial as_poly_polynomial(const CVC5::Node& n,
+poly::Polynomial as_poly_polynomial(const cvc5::Node& n,
                                     VariableMapper& vm,
                                     poly::Rational& denominator)
 {
@@ -257,7 +257,7 @@ void collect_monomials(const lp_polynomial_context_t* ctx,
 }
 }  // namespace
 
-CVC5::Node as_cvc_polynomial(const poly::Polynomial& p, VariableMapper& vm)
+cvc5::Node as_cvc_polynomial(const poly::Polynomial& p, VariableMapper& vm)
 {
   CollectMonomialData cmd(vm);
   // Do the actual conversion
@@ -274,7 +274,7 @@ CVC5::Node as_cvc_polynomial(const poly::Polynomial& p, VariableMapper& vm)
   return cmd.d_nm->mkNode(Kind::PLUS, cmd.d_terms);
 }
 
-poly::SignCondition normalize_kind(CVC5::Kind kind,
+poly::SignCondition normalize_kind(cvc5::Kind kind,
                                    bool negated,
                                    poly::Polynomial& lhs)
 {
@@ -803,6 +803,6 @@ poly::IntervalAssignment getBounds(VariableMapper& vm, const BoundInference& bi)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 9adc9a99680e6d7a0a15e387b26b1c8ba615ec0b..9aef0db183a95f0125a94947759d96b32d5cf7eb 100644 (file)
@@ -30,7 +30,7 @@
 #include "expr/node.h"
 #include "util/real_algebraic_number.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -42,23 +42,23 @@ namespace nl {
 struct VariableMapper
 {
   /** A mapping from CVC4 variables to poly variables. */
-  std::map<CVC5::Node, poly::Variable> mVarCVCpoly;
+  std::map<cvc5::Node, poly::Variable> mVarCVCpoly;
   /** A mapping from poly variables to CVC4 variables. */
-  std::map<poly::Variable, CVC5::Node> mVarpolyCVC;
+  std::map<poly::Variable, cvc5::Node> mVarpolyCVC;
 
   /** Retrieves the according poly variable. */
-  poly::Variable operator()(const CVC5::Node& n);
+  poly::Variable operator()(const cvc5::Node& n);
   /** Retrieves the according CVC4 variable. */
-  CVC5::Node operator()(const poly::Variable& n);
+  cvc5::Node operator()(const poly::Variable& n);
 };
 
-/** Convert a poly univariate polynomial to a CVC5::Node. */
-CVC5::Node as_cvc_upolynomial(const poly::UPolynomial& p,
-                              const CVC5::Node& var);
+/** Convert a poly univariate polynomial to a cvc5::Node. */
+cvc5::Node as_cvc_upolynomial(const poly::UPolynomial& p,
+                              const cvc5::Node& var);
 
-/** Convert a CVC5::Node to a poly univariate polynomial. */
-poly::UPolynomial as_poly_upolynomial(const CVC5::Node& n,
-                                      const CVC5::Node& var);
+/** Convert a cvc5::Node to a poly univariate polynomial. */
+poly::UPolynomial as_poly_upolynomial(const cvc5::Node& n,
+                                      const cvc5::Node& var);
 
 /**
  * Constructs a polynomial from the given node.
@@ -73,8 +73,8 @@ poly::UPolynomial as_poly_upolynomial(const CVC5::Node& n,
  * in the context of ICP) the second overload provides the denominator in the
  * third argument.
  */
-poly::Polynomial as_poly_polynomial(const CVC5::Node& n, VariableMapper& vm);
-poly::Polynomial as_poly_polynomial(const CVC5::Node& n,
+poly::Polynomial as_poly_polynomial(const cvc5::Node& n, VariableMapper& vm);
+poly::Polynomial as_poly_polynomial(const cvc5::Node& n,
                                     VariableMapper& vm,
                                     poly::Rational& denominator);
 
@@ -87,7 +87,7 @@ poly::Polynomial as_poly_polynomial(const CVC5::Node& n,
  * multiplications with one or use NONLINEAR_MULT where regular MULT may be
  * sufficient), so it may be sensible to rewrite it afterwards.
  */
-CVC5::Node as_cvc_polynomial(const poly::Polynomial& p, VariableMapper& vm);
+cvc5::Node as_cvc_polynomial(const poly::Polynomial& p, VariableMapper& vm);
 
 /**
  * Constructs a constraints (a polynomial and a sign condition) from the given
@@ -164,7 +164,7 @@ poly::IntervalAssignment getBounds(VariableMapper& vm, const BoundInference& bi)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
 
index 92cebc8fc7ea68b17d88701673dc0cba29dd1f45..33a73ddd750464cd09dfd4bd5db4ce63f7c02d29 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "smt/smt_statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -38,4 +38,4 @@ NlStats::~NlStats()
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 66157d0a3ca3a7536a7484884f20cc4fc1321f8d..66f41375bff29b0f388f9f7900e0d3f879e92c4f 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -44,6 +44,6 @@ class NlStats
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__NL__STATS_H */
index af23f67f9b48dc9c979e981e851575046e91c229..4df53b103a483df8a87fb344db0beab951e0d401 100644 (file)
@@ -19,7 +19,7 @@
 #include "base/check.h"
 #include "options/arith_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -173,4 +173,4 @@ StepGenerator Strategy::getStrategy()
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 9caf6322b2c261cfe413888ad194d38e0eeacf85..139db74598339248b593187278aebd53ab0b87f1 100644 (file)
@@ -18,7 +18,7 @@
 #include <iosfwd>
 #include <vector>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -173,6 +173,6 @@ class Strategy
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__NL__STRATEGY_H */
index 05849a579269bdbc1f6f70fcef308419af027d6f..5e2358b68c8f9cd64d343b3bf70db1b855f24f78 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/arith/nl/transcendental/transcendental_state.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -276,4 +276,4 @@ std::pair<Node, Node> ExponentialSolver::getSecantBounds(TNode e,
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 8bd00c456b59d1b07c384b0d3af2a0c71f10be51..c5eb45728b8fbdb6d861c5f09e767a163a8409a0 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -108,6 +108,6 @@ class ExponentialSolver
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__TRANSCENDENTAL_SOLVER_H */
index fe071c36a148c815644d590f1079a92b64f48576..4fc85666a29a5f46f16274776c7f4b453e340e97 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/arith/nl/transcendental/taylor_generator.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -402,4 +402,4 @@ Node TranscendentalProofRuleChecker::checkInternal(
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 2a6837590b4764a3b66cc45109ce9d72edd0ab51..a4c8b55cba58a8b672bf011d5d2e95cbd5838042 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/proof_checker.h"
 #include "expr/proof_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -53,6 +53,6 @@ class TranscendentalProofRuleChecker : public ProofRuleChecker
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__PROOF_CHECKER_H */
index 052b6c0567a6da3d04779033303f7ed8f05c1644..c8c375096c8ae194e4095ddb4d54e7e814743d11 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/arith/nl/transcendental/transcendental_state.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -484,4 +484,4 @@ std::pair<Node, Node> SineSolver::getSecantBounds(TNode e,
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c20c50f6d8add895fd21eea8ae4e625553a2584f..b85d0dc4875d9f2fd1d78094a79ed4253a690e4c 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "theory/arith/nl/transcendental/transcendental_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -175,6 +175,6 @@ class SineSolver
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__TRANSCENDENTAL_SOLVER_H */
index f2817344ac547256c5f098fcab20b5102f11c574..5a9e87b7fada06942511d043a0668d52a845e86d 100644 (file)
@@ -18,7 +18,7 @@
 #include "theory/arith/nl/nl_model.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -243,4 +243,4 @@ std::pair<Node, Node> TaylorGenerator::getTfModelBounds(Node tf,
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index b13be57f021b73a172a7e8ed54b8cc62ad7ef82d..8b7f5340d3a52b5dfc4f8c5515fb742221161165 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -118,6 +118,6 @@ class TaylorGenerator
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__TRANSCENDENTAL_SOLVER_H */
index bedfe4d3b6999b048e48f107ac492f3a8665ca76..ed5ab4255c038cedafce3e88a21751b7f91edce5 100644 (file)
@@ -27,9 +27,9 @@
 #include "theory/arith/nl/transcendental/taylor_generator.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -438,4 +438,4 @@ int TranscendentalSolver::regionToConcavity(Kind k, int region)
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e22bf3e646978a70cb3fb96639a55bb07718bfe7..c3d098e031df673e10706614d2d66e0a3505ebec 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/arith/nl/transcendental/sine_solver.h"
 #include "theory/arith/nl/transcendental/transcendental_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -200,6 +200,6 @@ class TranscendentalSolver
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__TRANSCENDENTAL_SOLVER_H */
index 6ab136d3966e83a15ade8c60aff5a75b5554d36c..e662c017e6f901a9a7fb2c451b5290aad100518b 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/arith/nl/transcendental/taylor_generator.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -437,4 +437,4 @@ void TranscendentalState::doSecantLemmas(const std::pair<Node, Node>& bounds,
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 21a60e03809a0ab62abc73e8ebbfc91a06987d0e..a55071ef1175215c826afde8147feb7733bd34e9 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/arith/nl/transcendental/proof_checker.h"
 #include "theory/arith/nl/transcendental/taylor_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 class CDProof;
 namespace theory {
 namespace arith {
@@ -278,6 +278,6 @@ struct TranscendentalState
 }  // namespace nl
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__NL__TRANSCENDENTAL__TRANSCENDENTAL_STATE_H */
index d1ef6486ecb03db7ab7be4f889fad31c6ffeb4b3..b872b430991d13b8e4b62a882d1c50cce236e1b6 100644 (file)
@@ -24,7 +24,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -1412,4 +1412,4 @@ bool Polynomial::isNonlinear() const {
 
 } //namespace arith
 } //namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c4d0e226833a774ea865aa731490f0ed48546e12..7b9002d824bb3f618d86c5a30021b217f9fa6a35 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/arith/delta_rational.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -1404,6 +1404,6 @@ public:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__NORMAL_FORM_H */
index 15e09eaa5163003ddbee5a4cf272a5eb35f2d95a..600724f33291e7f696bf16855d77399790010155 100644 (file)
@@ -26,9 +26,9 @@
 #include "theory/rewriter.h"
 #include "theory/theory.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -499,4 +499,4 @@ Node OperatorElim::mkWitnessTerm(Node v,
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index fa09ad26be058027951e0d29f7a831af50daf9e5..1b2f7190e90f385f41c203a8f81b2a33f7e51321 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/logic_info.h"
 #include "theory/skolem_lemma.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TConvProofGenerator;
 
@@ -142,4 +142,4 @@ class OperatorElim : public EagerProofGenerator
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 6e4fa6bed8d2852d45225f9549970862ca8b54ed..fe3408a435d5e9332532b92dfb4605af74cf7c3f 100644 (file)
@@ -22,7 +22,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -686,4 +686,4 @@ void ArithVariables::UpperBoundCleanUp::operator()(AVCPair* p){
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index b7a1a0efec156fb315dbfed18d3cdeb49f35bc30..30a684e47e82152778e3e5b10a0920bca875480e 100644 (file)
@@ -32,7 +32,7 @@
 #include "theory/arith/constraint_forward.h"
 #include "theory/arith/delta_rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace context {
 class Context;
 }
@@ -414,6 +414,6 @@ private:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__PARTIAL_MODEL_H */
index 09ef5bf34050fe1bef2018a9c67e9af21d0d7ea0..23f141535d9c3378562c50db317c5229bbee42f0 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/arith/normal_form.h"
 #include "theory/arith/operator_elim.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -360,4 +360,4 @@ Node ArithProofRuleChecker::checkInternal(PfRule id,
 }
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 5b9a50387a1aefc006621adda9545a5b25cf6a38..ca4fdfb6d0017373114ce2ef10c45d6944f2c5b8 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "expr/proof_checker.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -43,6 +43,6 @@ class ArithProofRuleChecker : public ProofRuleChecker
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__PROOF_CHECKER_H */
index 169e4e2dba131c98c49bbd03cb0177e4051eff51..a02738fd364b3c87d0ba161025dc534f318419b0 100644 (file)
 #include "options/smt_options.h"
 
 #define ARITH_PROOF(x)                \
-  if (CVC5::options::produceProofs()) \
+  if (cvc5::options::produceProofs()) \
   {                                   \
     x;                                \
   }
-#define ARITH_NULLPROOF(x) (CVC5::options::produceProofs()) ? x : NULL
-#define ARITH_PROOF_ON() CVC5::options::produceProofs()
+#define ARITH_NULLPROOF(x) (cvc5::options::produceProofs()) ? x : NULL
+#define ARITH_PROOF_ON() cvc5::options::produceProofs()
 
 #endif  // CVC4__THEORY__ARITH__PROOF_MACROS_H
index 9522ef4f456f512f623bbf9afd7b4d1549e82692..d095b4a20ba94b834139fe3adb1cb55a11f48aa0 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <iostream>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -47,4 +47,4 @@ std::ostream& operator<<(std::ostream& out, Rewrite r)
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 250eacb0901c1d1ad0439e23e0672d4af826e408..e7a44f27eed56e15db63cbc7be28d0c1ace4d19d 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <iosfwd>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -77,6 +77,6 @@ std::ostream& operator<<(std::ostream& out, Rewrite r);
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__REWRITES_H */
index fe6fad4d7cd0ff6c2d14359c8efd7f0cf848f188..f599cdf4072387068d1691d565729a6412403a43 100644 (file)
@@ -26,7 +26,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -280,4 +280,4 @@ SimplexDecisionProcedure::sgn_table::const_iterator SimplexDecisionProcedure::fi
 }
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a1ee18adf6154ea2d47ef78f0000f2d8e10b852e..d826f0ba3f189459651e3342f0565eefc03ffcab 100644 (file)
@@ -64,7 +64,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -221,4 +221,4 @@ protected:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index ea868a88692de86684c0c5ec5af67a6cbc47a898..81723f7c25e520a6243d3c2fa6da2f720c839c74 100644 (file)
@@ -19,7 +19,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -188,4 +188,4 @@ std::ostream& operator<<(std::ostream& out,  WitnessImprovement w){
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 833e92dd4058f5934170f2af703f2f22159cb2e7..8310d378339240839ea2b1cbd218f6c85ca2b321 100644 (file)
@@ -33,7 +33,7 @@
 #include "theory/arith/constraint_forward.h"
 #include "util/maybe.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -354,4 +354,4 @@ std::ostream& operator<<(std::ostream& out, const UpdateInfo& up);
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 0efc33d02745430c9a90e0e41143251cd7d7cca5..d7cfd28c1c7a4b3a1d4c13a3156ae7fcd6a93ff1 100644 (file)
@@ -28,7 +28,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -1024,4 +1024,4 @@ Result::Sat SumOfInfeasibilitiesSPD::sumOfInfeasibilities(){
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 16af7292d5290aec99046ef9870d6c4c1a06ea04..605d23767f2396b6b741c8ec05d3de2b42d0012c 100644 (file)
@@ -60,7 +60,7 @@
 #include "util/dense_map.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -242,4 +242,4 @@ private:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c39b3aae79df14b354159a6077c0afc136f846b7..2d389b0f53c99ad4fce90e575d2bc428a40a25db 100644 (file)
@@ -19,7 +19,7 @@
 #include "theory/arith/tableau.h"
 
 using namespace std;
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -192,4 +192,4 @@ void Tableau::printBasicRow(ArithVar basic, std::ostream& out){
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 0834c7f357be2c0b48a486e93d46f57b97a10da5..6c597aa66e9e6fefd7384dd3cf8b27d676ecb455 100644 (file)
@@ -26,7 +26,7 @@
 #include "util/dense_map.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -159,4 +159,4 @@ private:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a167cf1a8348f468b23a76f08a1c47614183c03a..b0f2ab9a845faff3014547818ffb081939a6c786 100644 (file)
@@ -19,7 +19,7 @@
 #include "theory/arith/tableau_sizes.h"
 #include "theory/arith/tableau.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -33,4 +33,4 @@ uint32_t TableauSizes::getColumnLength(ArithVar x) const {
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 3bbb5c818e4712ec83fea50c6b7c34cdf420f481..969620db180b53aa64fcac3cb4357fb047ecb01f 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "theory/arith/arithvar.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -39,4 +39,4 @@ public:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 12603ea7d7c073b7a96f213d0231422c53067bdd..577aa0e6c9d1bf5dab9145f39c845e59111f5aad 100644 (file)
@@ -29,9 +29,9 @@
 #include "theory/theory_model.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -313,4 +313,4 @@ eq::ProofEqEngine* TheoryArith::getProofEqEngine()
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e430f6da623ea00cc8f5e5a4316b29117e86f6cd..40abe21e07cdacd2f4aa7856db6513de63631795 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/arith/inference_manager.h"
 #include "theory/theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 namespace nl {
@@ -165,4 +165,4 @@ class TheoryArith : public Theory {
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1e9e8ca3ff5d504beb4ab17def028be6482209d7..b11bff7685c8c148bbc4087703ccf2a823d5c8ba 100644 (file)
@@ -74,9 +74,9 @@
 #include "util/statistics_registry.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -5714,4 +5714,4 @@ std::pair<Node, DeltaRational> TheoryArithPrivate::entailmentCheckSimplex(int sg
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e0b7cea56236a24b305485ac8b81998e554074d0..929f40b5649199e2107fd6ff2c9b93d856a4cb5b 100644 (file)
@@ -54,7 +54,7 @@
 #include "util/result.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class EagerProofGenerator;
@@ -886,4 +886,4 @@ private:
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index dc8885e557af54579b3169d24798778dfdd48f8e..e192270ffee9b527fce48572afab6bfac2c23971 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef CVC4__THEORY__ARITH__THEORY_ARITH_TYPE_RULES_H
 #define CVC4__THEORY__ARITH__THEORY_ARITH_TYPE_RULES_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -159,6 +159,6 @@ class IndexedRootPredicateTypeRule
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__THEORY_ARITH_TYPE_RULES_H */
index a32073ad97e025b36ff34ecd270ef802aa3fc3e7..9b3f4535b7f08940707c644de2de84eba23e253a 100644 (file)
@@ -25,7 +25,7 @@
 #include "util/integer.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arith {
 
@@ -102,6 +102,6 @@ class IntegerEnumerator : public TypeEnumeratorBase<IntegerEnumerator> {
 
 }  // namespace arith
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARITH__TYPE_ENUMERATOR_H */
index 64e1d81c8743e8ab98324796e80b8da745b4f83b..d88345f1039c08b6d3dc948b9a10f1cdb703a1d6 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "smt/smt_statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -519,4 +519,4 @@ void ArrayInfo::mergeInfo(const TNode a, const TNode b){
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 405a40ead3fd8236b1cdf7fed81a861b71e96d83..1a1cf441b14dc055dd48ccdaad423eb15e66f538 100644 (file)
@@ -27,7 +27,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -207,6 +207,6 @@ public:
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARRAYS__ARRAY_INFO_H */
index f53fe8cc3b0adc5307e5ec93784998f9c7ea4786..c414a901f1aedcb5eae1b871c5842d119e7cd2a4 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/theory_state.h"
 #include "theory/uf/equality_engine.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -129,4 +129,4 @@ void InferenceManager::convert(PfRule& id,
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 60336dd63ecc49c54d4b86a20e166487fd335182..58b2b37bcdec359540329235bc08f45da5b182dc 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/eager_proof_generator.h"
 #include "theory/theory_inference_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -71,6 +71,6 @@ class InferenceManager : public TheoryInferenceManager
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index d8d4b2baef4d3f592fd7286e69ae6117d62274b2..e39f30c6e29e9d5ffb442c448e5a90321cd5003d 100644 (file)
@@ -4,25 +4,25 @@
 # src/theory/builtin/kinds.
 #
 
-theory THEORY_ARRAYS ::CVC5::theory::arrays::TheoryArrays "theory/arrays/theory_arrays.h"
+theory THEORY_ARRAYS ::cvc5::theory::arrays::TheoryArrays "theory/arrays/theory_arrays.h"
 typechecker "theory/arrays/theory_arrays_type_rules.h"
 
 properties polite stable-infinite parametric
 properties check presolve
 
-rewriter ::CVC5::theory::arrays::TheoryArraysRewriter "theory/arrays/theory_arrays_rewriter.h"
+rewriter ::cvc5::theory::arrays::TheoryArraysRewriter "theory/arrays/theory_arrays_rewriter.h"
 
 operator ARRAY_TYPE 2 "array type"
 cardinality ARRAY_TYPE \
-    "::CVC5::theory::arrays::ArraysProperties::computeCardinality(%TYPE%)" \
+    "::cvc5::theory::arrays::ArraysProperties::computeCardinality(%TYPE%)" \
     "theory/arrays/theory_arrays_type_rules.h"
 well-founded ARRAY_TYPE \
-    "::CVC5::theory::arrays::ArraysProperties::isWellFounded(%TYPE%)" \
-    "::CVC5::theory::arrays::ArraysProperties::mkGroundTerm(%TYPE%)" \
+    "::cvc5::theory::arrays::ArraysProperties::isWellFounded(%TYPE%)" \
+    "::cvc5::theory::arrays::ArraysProperties::mkGroundTerm(%TYPE%)" \
     "theory/arrays/theory_arrays_type_rules.h"
 
 enumerator ARRAY_TYPE \
-    "::CVC5::theory::arrays::ArrayEnumerator" \
+    "::cvc5::theory::arrays::ArrayEnumerator" \
     "theory/arrays/type_enumerator.h"
 
 # select a i  is  a[i]
@@ -36,10 +36,10 @@ operator EQ_RANGE 4 "equality of two arrays over an index range lower/upper"
 
 # storeall t e  is  \all i in indexType(t) <= e
 constant STORE_ALL \
-    ::CVC5::ArrayStoreAll \
-    ::CVC5::ArrayStoreAllHashFunction \
+    ::cvc5::ArrayStoreAll \
+    ::cvc5::ArrayStoreAllHashFunction \
     "expr/array_store_all.h" \
-    "array store-all; payload is an instance of the CVC5::ArrayStoreAll class (this is not supported by arrays decision procedure yet, but it is used for returned array models)"
+    "array store-all; payload is an instance of the cvc5::ArrayStoreAll class (this is not supported by arrays decision procedure yet, but it is used for returned array models)"
 
 # used internally by array theory
 operator ARR_TABLE_FUN 4 "array table function (internal-only symbol)"
@@ -51,19 +51,19 @@ operator ARR_TABLE_FUN 4 "array table function (internal-only symbol)"
 # as a shifted over one.
 operator ARRAY_LAMBDA 1 "array lambda (internal-only symbol)"
 
-typerule SELECT ::CVC5::theory::arrays::ArraySelectTypeRule
-typerule STORE ::CVC5::theory::arrays::ArrayStoreTypeRule
-typerule STORE_ALL ::CVC5::theory::arrays::ArrayStoreTypeRule
-typerule ARR_TABLE_FUN ::CVC5::theory::arrays::ArrayTableFunTypeRule
-typerule ARRAY_LAMBDA ::CVC5::theory::arrays::ArrayLambdaTypeRule
-typerule EQ_RANGE ::CVC5::theory::arrays::ArrayEqRangeTypeRule
+typerule SELECT ::cvc5::theory::arrays::ArraySelectTypeRule
+typerule STORE ::cvc5::theory::arrays::ArrayStoreTypeRule
+typerule STORE_ALL ::cvc5::theory::arrays::ArrayStoreTypeRule
+typerule ARR_TABLE_FUN ::cvc5::theory::arrays::ArrayTableFunTypeRule
+typerule ARRAY_LAMBDA ::cvc5::theory::arrays::ArrayLambdaTypeRule
+typerule EQ_RANGE ::cvc5::theory::arrays::ArrayEqRangeTypeRule
 
 operator PARTIAL_SELECT_0 0:2 "partial array select, for internal use only"
 operator PARTIAL_SELECT_1 0:2 "partial array select, for internal use only"
-typerule PARTIAL_SELECT_0 ::CVC5::theory::arrays::ArrayPartialSelectTypeRule
-typerule PARTIAL_SELECT_1 ::CVC5::theory::arrays::ArrayPartialSelectTypeRule
+typerule PARTIAL_SELECT_0 ::cvc5::theory::arrays::ArrayPartialSelectTypeRule
+typerule PARTIAL_SELECT_1 ::cvc5::theory::arrays::ArrayPartialSelectTypeRule
 
 # store operations that are ordered (by index) over a store-all are constant
-construle STORE ::CVC5::theory::arrays::ArrayStoreTypeRule
+construle STORE ::cvc5::theory::arrays::ArrayStoreTypeRule
 
 endtheory
index 72e444d63fcce211201008aa9fc2b4f0ce2c4814..643de0d71069b7b507b88b3cb7959ea1ee97ec3d 100644 (file)
@@ -17,7 +17,7 @@
 #include "theory/arrays/skolem_cache.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -115,4 +115,4 @@ Node ArraysProofRuleChecker::checkInternal(PfRule id,
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 64d5d785fbf2ef262be2ac4e4305ab3fd5239d74..b62f929a3f98a954616c3355bb477dd40fbb0495 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "expr/proof_checker.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -43,6 +43,6 @@ class ArraysProofRuleChecker : public ProofRuleChecker
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARRAYS__PROOF_CHECKER_H */
index a1f2fddc49fcddd34630bf16f137c957c130a834..a76f616a96beb53e51749e5f299ba701e941547d 100644 (file)
@@ -19,9 +19,9 @@
 #include "expr/skolem_manager.h"
 #include "expr/type_node.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -78,4 +78,4 @@ Node SkolemCache::getExtIndexVar(Node deq)
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a95dc9a4f7c92b604cc1c485b13bf15110be14fd..fbd5470797301ed03f80a28c7ec1192ee122f291 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -52,6 +52,6 @@ class SkolemCache
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 665ad8da0ee5f4720f33781f23d586fe8971b206..543d9833c19b1048f83ee548e2995090cfab4618 100644 (file)
@@ -36,7 +36,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -2271,4 +2271,4 @@ void TheoryArrays::computeRelevantTerms(std::set<Node>& termSet)
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a7db2db7adcbc030464558632ea852012106fc5e..e61c760892a98f7741b2304f71f5dfee96274bfe 100644 (file)
@@ -35,7 +35,7 @@
 #include "theory/uf/equality_engine.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -490,6 +490,6 @@ class TheoryArrays : public Theory {
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARRAYS__THEORY_ARRAYS_H */
index e91844a9c7925ba2712ea86f7a59d2c2e6b79647..497ccac21100b2e34b06fbfc7215f6983b41d4c7 100644 (file)
@@ -18,7 +18,7 @@
 #include "expr/attribute.h"
 #include "theory/arrays/theory_arrays_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -46,4 +46,4 @@ void setMostFrequentValueCount(TNode store, uint64_t count) {
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 114913ee72aa3dcfe2321ed840fb227742486eec..2d8da6929c34fdc01b797842b3ad073cb223c917 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/theory_rewriter.h"
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -503,6 +503,6 @@ class TheoryArraysRewriter : public TheoryRewriter
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARRAYS__THEORY_ARRAYS_REWRITER_H */
index fc3340251fb27016cfbfaa448032a7a83a104dcf..5637639de8bbeccfd1062c9546975e2d307eb346 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/arrays/theory_arrays_rewriter.h" // for array-constant attributes
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -276,6 +276,6 @@ struct ArrayEqRangeTypeRule
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARRAYS__THEORY_ARRAYS_TYPE_RULES_H */
index 4f5b981b2c5ca355926a259b971b356890ba477e..715a3f7a524e5cf89853ae6da3268e133c36403b 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/kind.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -157,6 +157,6 @@ class ArrayEnumerator : public TypeEnumeratorBase<ArrayEnumerator> {
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ARRAYS__TYPE_ENUMERATOR_H */
index e178e9dbb6e306a7e142ac30cca7b00f8f2227c4..ac8f92b80b027b1bcce9638ace67ee0c2d97e6bb 100644 (file)
@@ -23,7 +23,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace arrays {
 
@@ -53,4 +53,4 @@ template void UnionFind<TNode, TNodeHashFunction>::notify();
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index ebe31baad26447e127e823efbcda8964751d178b..6285e0e9bb547ca39b1a046fabd533d614157f14 100644 (file)
@@ -28,7 +28,7 @@
 #include "expr/node.h"
 #include "context/cdo.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace context {
   class Context;
@@ -137,6 +137,6 @@ inline void UnionFind<NodeType, NodeHash>::setCanon(TNode n, TNode newParent) {
 
 }  // namespace arrays
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /*CVC4__THEORY__ARRAYS__UNION_FIND_H */
index b2102531413216ec9e592247323b551daddd6e45..17806738cdb89cfb582a468ee4267ed90670dd40 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "theory/assertion.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 std::ostream& operator<<(std::ostream& out, const Assertion& a) {
@@ -24,4 +24,4 @@ std::ostream& operator<<(std::ostream& out, const Assertion& a) {
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 10f300d69bed270387e05288ab7ec4fc53afe179..4971dee0088d5c82c40762a33a97f21de008aa9f 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** Information about an assertion for the theories. */
@@ -48,6 +48,6 @@ struct Assertion {
 std::ostream& operator<<(std::ostream& out, const Assertion& a);
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ASSERTION_H */
index c3305417fefaaa5688b37f6a266f2eeb69a83e30..96b83bbe50cb25af6f85910336aeaf4bbd9757dd 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "theory/atom_requests.h"
 
-using namespace CVC5;
+using namespace cvc5;
 
 AtomRequests::AtomRequests(context::Context* context)
 : d_allRequests(context)
index 906fec303be7bd616cce6d5231ebbf89703b4f26..a6b50dd72bac59dbd2befc9ae27bcd83d420eb99 100644 (file)
@@ -25,7 +25,7 @@
 #include "context/cdhashset.h"
 #include "context/cdhashmap.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class AtomRequests {
 
@@ -114,4 +114,4 @@ private:
 
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
index fd80a03f76505c129e65aaea227c4d84a2eacf47..478ce58cde040dbab6cee3008f5e9773d465d89a 100644 (file)
 #include "theory/uf/equality_engine_iterator.h"
 
 using namespace std;
-using namespace CVC5::context;
-using namespace CVC5::kind;
+using namespace cvc5::context;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -212,4 +212,4 @@ void BagSolver::checkDisequalBagTerms()
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 9d0e597ddb3a6203328f15719d99ef08f133f901..5cd7ed33830329fdbb3c1d37763abb985d4b7cfe 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "theory/bags/inference_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -90,6 +90,6 @@ class BagSolver
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BAG__SOLVER_H */
index ccee08aab0d54e6319a66a5590231365ca682d6d..f4670f8bec7aa188899d5fee37d23a717bb53576 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "theory/bags/normal_form.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -503,4 +503,4 @@ BagsRewriteResponse BagsRewriter::postRewriteEqual(const TNode& n) const
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4552ed9dabf943cfa08a098610a0f5c0551b65da..bc66d7efa440a4fc9157557e99f386ad17d6b9ce 100644 (file)
@@ -22,7 +22,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_histogram.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -223,6 +223,6 @@ class BagsRewriter : public TheoryRewriter
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BAGS__THEORY_BAGS_REWRITER_H */
index 369831c70c8229365fb82995df677ee95eb5e98b..6c88ffb43d2c6c03d754dc93a915485f37aef2c6 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "smt/smt_statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -32,4 +32,4 @@ BagsStatistics::~BagsStatistics()
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e0a1c41335104a0d2d293588194be0f421cedf79..ac60fbc3e76a164fdbda652b530d8007badf454e 100644 (file)
@@ -21,7 +21,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_histogram.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -40,6 +40,6 @@ class BagsStatistics
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BAGS_STATISTICS_H */
index 444597eb5215e5dbd293abda78a1c66e73a80add..c0fac0753dbc513488152b621911cab76c0c56a3 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "theory/bags/inference_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -79,4 +79,4 @@ std::ostream& operator<<(std::ostream& out, const InferInfo& ii)
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 18765bbe7e1b93a17aab950e6d9e4dc3b1087072..508c49fe5246da6a8848d2fe81f08d15d0480472 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/inference_id.h"
 #include "theory/theory_inference.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class TheoryInferenceManager;
@@ -85,6 +85,6 @@ std::ostream& operator<<(std::ostream& out, const InferInfo& ii);
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BAGS__INFER_INFO_H */
index 2f6a36b9ce19bcf21a4039be895470906ccb1390..57a30682018a5ebfb31ffae97f5e8520a0513e52 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/bags/solver_state.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -270,4 +270,4 @@ Node InferenceGenerator::getMultiplicityTerm(Node element, Node bag)
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4f0b498c2fb46ff71634edb0341fdfdc6612ddd1..baa391f3844640188a54f236688c3647ebe7f725 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "infer_info.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -188,6 +188,6 @@ class InferenceGenerator
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BAGS__INFERENCE_GENERATOR_H */
index 3fa425f7a0fd89c48fa0e4e8d5aeea5ff74898ca..422fb53d0edcbe5ed2484aca2c26ecd07e4c4293 100644 (file)
@@ -17,9 +17,9 @@
 #include "theory/bags/solver_state.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -48,4 +48,4 @@ void InferenceManager::doPending()
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 34f6621aa9de0d3970f0671c250b698af4df37a2..68d9238895724e995dcc5edf9372a4c25118cafd 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "theory/inference_manager_buffered.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -63,6 +63,6 @@ class InferenceManager : public InferenceManagerBuffered
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BAGS__INFERENCE_MANAGER_H */
index dd8eacfb5cc700aa873641aa982c6e87c68a4cb6..038e7dd7fa8f4c7ad62fa224cee0d4537f47efd4 100644 (file)
@@ -5,10 +5,10 @@
 #
 
 theory THEORY_BAGS \
-    ::CVC5::theory::bags::TheoryBags \
+    ::cvc5::theory::bags::TheoryBags \
     "theory/bags/theory_bags.h"
 typechecker "theory/bags/theory_bags_type_rules.h"
-rewriter ::CVC5::theory::bags::BagsRewriter \
+rewriter ::cvc5::theory::bags::BagsRewriter \
     "theory/bags/bags_rewriter.h"
 
 properties parametric
@@ -16,22 +16,22 @@ properties check presolve
 
 # constants
 constant EMPTYBAG \
-    ::CVC5::EmptyBag \
-    ::CVC5::EmptyBagHashFunction \
+    ::cvc5::EmptyBag \
+    ::cvc5::EmptyBagHashFunction \
     "expr/emptybag.h" \
-    "the empty bag constant; payload is an instance of the CVC5::EmptyBag class"
+    "the empty bag constant; payload is an instance of the cvc5::EmptyBag class"
 
 # the type
 operator BAG_TYPE 1 "bag type, takes as parameter the type of the elements"
 cardinality BAG_TYPE \
-    "::CVC5::theory::bags::BagsProperties::computeCardinality(%TYPE%)" \
+    "::cvc5::theory::bags::BagsProperties::computeCardinality(%TYPE%)" \
     "theory/bags/theory_bags_type_rules.h"
 well-founded BAG_TYPE \
-    "::CVC5::theory::bags::BagsProperties::isWellFounded(%TYPE%)" \
-    "::CVC5::theory::bags::BagsProperties::mkGroundTerm(%TYPE%)" \
+    "::cvc5::theory::bags::BagsProperties::isWellFounded(%TYPE%)" \
+    "::cvc5::theory::bags::BagsProperties::mkGroundTerm(%TYPE%)" \
     "theory/bags/theory_bags_type_rules.h"
 enumerator BAG_TYPE \
-    "::CVC5::theory::bags::BagEnumerator" \
+    "::cvc5::theory::bags::BagEnumerator" \
     "theory/bags/theory_bags_type_enumerator.h"
 
 # operators
@@ -50,10 +50,10 @@ operator BAG_COUNT         2  "multiplicity of an element in a bag"
 operator DUPLICATE_REMOVAL 1  "eliminate duplicates in a bag (also known as the delta operator,or the squash operator)"
 
 constant MK_BAG_OP \
-       ::CVC5::MakeBagOp \
-       ::CVC5::MakeBagOpHashFunction \
+       ::cvc5::MakeBagOp \
+       ::cvc5::MakeBagOpHashFunction \
        "theory/bags/make_bag_op.h" \
-       "operator for MK_BAG; payload is an instance of the CVC5::MakeBagOp class"
+       "operator for MK_BAG; payload is an instance of the cvc5::MakeBagOp class"
 parameterized MK_BAG MK_BAG_OP 2 \
 "constructs a bag from one element along with its multiplicity"
 
@@ -70,24 +70,24 @@ operator BAG_TO_SET        1  "converts a bag to a set"
 # If the bag has cardinality > 1, then (choose A) will deterministically return an element in A.
 operator BAG_CHOOSE        1  "return an element in the bag given as a parameter"
 
-typerule UNION_MAX           ::CVC5::theory::bags::BinaryOperatorTypeRule
-typerule UNION_DISJOINT      ::CVC5::theory::bags::BinaryOperatorTypeRule
-typerule INTERSECTION_MIN    ::CVC5::theory::bags::BinaryOperatorTypeRule
-typerule DIFFERENCE_SUBTRACT ::CVC5::theory::bags::BinaryOperatorTypeRule
-typerule DIFFERENCE_REMOVE   ::CVC5::theory::bags::BinaryOperatorTypeRule
-typerule SUBBAG              ::CVC5::theory::bags::SubBagTypeRule
-typerule BAG_COUNT           ::CVC5::theory::bags::CountTypeRule
-typerule DUPLICATE_REMOVAL   ::CVC5::theory::bags::DuplicateRemovalTypeRule
+typerule UNION_MAX           ::cvc5::theory::bags::BinaryOperatorTypeRule
+typerule UNION_DISJOINT      ::cvc5::theory::bags::BinaryOperatorTypeRule
+typerule INTERSECTION_MIN    ::cvc5::theory::bags::BinaryOperatorTypeRule
+typerule DIFFERENCE_SUBTRACT ::cvc5::theory::bags::BinaryOperatorTypeRule
+typerule DIFFERENCE_REMOVE   ::cvc5::theory::bags::BinaryOperatorTypeRule
+typerule SUBBAG              ::cvc5::theory::bags::SubBagTypeRule
+typerule BAG_COUNT           ::cvc5::theory::bags::CountTypeRule
+typerule DUPLICATE_REMOVAL   ::cvc5::theory::bags::DuplicateRemovalTypeRule
 typerule MK_BAG_OP           "SimpleTypeRule<RBuiltinOperator>"
-typerule MK_BAG              ::CVC5::theory::bags::MkBagTypeRule
-typerule EMPTYBAG            ::CVC5::theory::bags::EmptyBagTypeRule
-typerule BAG_CARD            ::CVC5::theory::bags::CardTypeRule
-typerule BAG_CHOOSE          ::CVC5::theory::bags::ChooseTypeRule
-typerule BAG_IS_SINGLETON    ::CVC5::theory::bags::IsSingletonTypeRule
-typerule BAG_FROM_SET        ::CVC5::theory::bags::FromSetTypeRule
-typerule BAG_TO_SET          ::CVC5::theory::bags::ToSetTypeRule
+typerule MK_BAG              ::cvc5::theory::bags::MkBagTypeRule
+typerule EMPTYBAG            ::cvc5::theory::bags::EmptyBagTypeRule
+typerule BAG_CARD            ::cvc5::theory::bags::CardTypeRule
+typerule BAG_CHOOSE          ::cvc5::theory::bags::ChooseTypeRule
+typerule BAG_IS_SINGLETON    ::cvc5::theory::bags::IsSingletonTypeRule
+typerule BAG_FROM_SET        ::cvc5::theory::bags::FromSetTypeRule
+typerule BAG_TO_SET          ::cvc5::theory::bags::ToSetTypeRule
 
-construle UNION_DISJOINT     ::CVC5::theory::bags::BinaryOperatorTypeRule
-construle MK_BAG             ::CVC5::theory::bags::MkBagTypeRule
+construle UNION_DISJOINT     ::cvc5::theory::bags::BinaryOperatorTypeRule
+construle MK_BAG             ::cvc5::theory::bags::MkBagTypeRule
 
 endtheory
index 15e3a30c75e66593739857818f6e506931ec23ef..16837939003d46c5d19aa2720c602d0fe62d4bbc 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& out, const MakeBagOp& op)
 {
@@ -46,4 +46,4 @@ bool MakeBagOp::operator==(const MakeBagOp& op) const
   return getType() == op.getType();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 4c2a3e9336e8aa35e4838bf9f15fadcd0c3d184d..44b105225781e09617ce532d971a0a9754200033 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <memory>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TypeNode;
 
@@ -57,6 +57,6 @@ struct MakeBagOpHashFunction
   size_t operator()(const MakeBagOp& op) const;
 }; /* struct MakeBagOpHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__MAKE_BAG_OP_H */
index 5952b66d8acc3822a878f165a51fe4e88587b587..1773346f0957366797af7aec5e4344ed6af2a18b 100644 (file)
@@ -16,9 +16,9 @@
 #include "theory/sets/normal_form.h"
 #include "theory/type_enumerator.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -674,4 +674,4 @@ Node NormalForm::evaluateToSet(TNode n)
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1c7f05d8e4b99b508c1092a06f2eba7a4b5e63b2..5b5591133e5415d9a58817d3420152fbb7ca1b4d 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef CVC4__THEORY__BAGS__NORMAL_FORM_H
 #define CVC4__THEORY__BAGS__NORMAL_FORM_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -192,6 +192,6 @@ class NormalForm
 };
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BAGS__NORMAL_FORM_H */
index d0299d52a5267209f2d93df40373045c216537bd..4d692934650ad136d351ddc52232c570a1f036db 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <iostream>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -79,4 +79,4 @@ std::ostream& operator<<(std::ostream& out, Rewrite r)
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 9e7bb54fab0f6e60c88616261819c3f07e00daae..aa49c71fb7480565ba36fd769db8fe9198791740 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <iosfwd>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -92,6 +92,6 @@ std::ostream& operator<<(std::ostream& out, Rewrite r);
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BAGS__REWRITES_H */
index 4011a3fc49613b954357477fd61fbe68b3354bce..aa714a61b86af346ba394dd73eca2dfeaa54fc9a 100644 (file)
@@ -20,9 +20,9 @@
 #include "theory/uf/equality_engine.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -136,4 +136,4 @@ void SolverState::collectDisequalBagTerms()
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e6b2a25044f7787c05113603d7c9a38b555723f0..e7c09db8f3b8543bd8a27b0c1ecd710702d32d89 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "theory/theory_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -90,6 +90,6 @@ class SolverState : public TheoryState
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BAGS__THEORY_SOLVER_STATE_H */
index 072655834754ff20c28486dbffc2280c43f2e155..dd3820c82d00edf31c117e34c5d6c9aa7f893d35 100644 (file)
@@ -18,9 +18,9 @@
 #include "theory/bags/solver_state.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -45,4 +45,4 @@ Node TermRegistry::getEmptyBag(TypeNode tn)
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index adf97fd5f451def4ddc2253b438802eba73b51b4..ab519b10023dcd3364fb1ad3b2bab57940f459b9 100644 (file)
@@ -22,7 +22,7 @@
 #include "context/cdhashmap.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -59,6 +59,6 @@ class TermRegistry
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BAGS__TERM_REGISTRY_H */
index f91fd40f0bc42dfec7f53b56c122e2dbd8b78d97..bea83ce40235639249a8111097a3f9867ed9e8c6 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/rewriter.h"
 #include "theory/theory_model.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -262,4 +262,4 @@ void TheoryBags::NotifyClass::eqNotifyDisequal(TNode n1, TNode n2, TNode reason)
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 6bd9ddc65617cf6e22f49eb3c77e563f8f1181b4..7bb6111bde30679d4583919f032642377306b179 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/theory.h"
 #include "theory/theory_eq_notify.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -114,6 +114,6 @@ class TheoryBags : public Theory
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BAGS__THEORY_BAGS_H */
index 02494727c264b62abbb2bf52913ca71c283f55d1..f34d304fb3944b512ca6336095018181febd6778 100644 (file)
@@ -18,7 +18,7 @@
 #include "theory/rewriter.h"
 #include "theory_bags_type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -83,4 +83,4 @@ bool BagEnumerator::isFinished()
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
\ No newline at end of file
+}  // namespace cvc5
\ No newline at end of file
index c13946388716b827112749def2c88e427c2beb13..bdf57213d384883fa736d2b2a6ec46dd7e84ef1f 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/type_node.h"
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -86,6 +86,6 @@ class BagEnumerator : public TypeEnumeratorBase<BagEnumerator>
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BAGS__TYPE_ENUMERATOR_H */
\ No newline at end of file
index 2acbb1e27ba9d46fef56eec09c67edcab58b03b8..f198d68e98fa086abc72d04bdfd87766487895eb 100644 (file)
@@ -19,7 +19,7 @@
 #include "base/check.h"
 #include "theory/bags/normal_form.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bags {
 
@@ -279,4 +279,4 @@ TypeNode ToSetTypeRule::computeType(NodeManager* nodeManager,
 }
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index dd93186adf61e0c44bfbd793eb7b8f51d5e9fc17..f48001c5ea46c4d1a69095d3d2e91b08b8b06856 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class NodeManager;
 
@@ -102,6 +102,6 @@ struct BagsProperties
 
 }  // namespace bags
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BAGS__THEORY_BAGS_TYPE_RULES_H */
index 897c86e936cd37575501d83c69d66527ee9cf4ec..aa400a7509d63d5ee208b351dbbbeeac314baa24 100644 (file)
@@ -31,7 +31,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace booleans {
 
@@ -814,4 +814,4 @@ void CircuitPropagator::addProof(TNode f, std::shared_ptr<ProofNode> pf)
 
 }  // namespace booleans
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 6caccef08869c5789f091b571a4638715ae85a2e..72c5da1b30de6d1061d3bda3c1db8dbac20b351c 100644 (file)
@@ -31,7 +31,7 @@
 #include "expr/node.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofGenerator;
 class ProofNode;
@@ -274,6 +274,6 @@ class CircuitPropagator
 
 }  // namespace booleans
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BOOLEANS__CIRCUIT_PROPAGATOR_H */
index d8009ad12f27a16d402e51cfa7594be9e85f9f5c..6560cdd1a7efcbb081ee26f7835b6e1fa29810e9 100644 (file)
@@ -4,12 +4,12 @@
 # src/theory/builtin/kinds.
 #
 
-theory THEORY_BOOL ::CVC5::theory::booleans::TheoryBool "theory/booleans/theory_bool.h"
+theory THEORY_BOOL ::cvc5::theory::booleans::TheoryBool "theory/booleans/theory_bool.h"
 typechecker "theory/booleans/theory_bool_type_rules.h"
 
 properties finite
 
-rewriter ::CVC5::theory::booleans::TheoryBoolRewriter "theory/booleans/theory_bool_rewriter.h"
+rewriter ::cvc5::theory::booleans::TheoryBoolRewriter "theory/booleans/theory_bool_rewriter.h"
 
 sort BOOLEAN_TYPE \
     2 \
@@ -20,12 +20,12 @@ sort BOOLEAN_TYPE \
 
 constant CONST_BOOLEAN \
     bool \
-    ::CVC5::BoolHashFunction \
+    ::cvc5::BoolHashFunction \
     "util/bool.h" \
     "truth and falsity; payload is a (C++) bool"
 
 enumerator BOOLEAN_TYPE \
-    "::CVC5::theory::booleans::BooleanEnumerator" \
+    "::cvc5::theory::booleans::BooleanEnumerator" \
     "theory/booleans/type_enumerator.h"
 
 operator NOT 1 "logical not"
@@ -35,13 +35,13 @@ operator OR 2: "logical or (N-ary)"
 operator XOR 2 "exclusive or (exactly two parameters)"
 operator ITE 3 "if-then-else, used for both Boolean and term ITE constructs; first parameter is (Boolean-sorted) condition, second is 'then', third is 'else' and these two parameters must have same base sort"
 
-typerule CONST_BOOLEAN ::CVC5::theory::boolean::BooleanTypeRule
+typerule CONST_BOOLEAN ::cvc5::theory::boolean::BooleanTypeRule
 
-typerule NOT ::CVC5::theory::boolean::BooleanTypeRule
-typerule AND ::CVC5::theory::boolean::BooleanTypeRule
-typerule IMPLIES ::CVC5::theory::boolean::BooleanTypeRule
-typerule OR ::CVC5::theory::boolean::BooleanTypeRule
-typerule XOR ::CVC5::theory::boolean::BooleanTypeRule
-typerule ITE ::CVC5::theory::boolean::IteTypeRule
+typerule NOT ::cvc5::theory::boolean::BooleanTypeRule
+typerule AND ::cvc5::theory::boolean::BooleanTypeRule
+typerule IMPLIES ::cvc5::theory::boolean::BooleanTypeRule
+typerule OR ::cvc5::theory::boolean::BooleanTypeRule
+typerule XOR ::cvc5::theory::boolean::BooleanTypeRule
+typerule ITE ::cvc5::theory::boolean::IteTypeRule
 
 endtheory
index a51f238a21e53247041ffc5c02e08f2b2f406b49..d6600f14db2f773de6a223aa17a3538adf83e69a 100644 (file)
@@ -16,7 +16,7 @@
 #include "expr/skolem_manager.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace booleans {
 
@@ -948,4 +948,4 @@ Node BoolProofRuleChecker::checkInternal(PfRule id,
 
 }  // namespace booleans
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 93c3baf1e7ed1aea6c2225121c97183433492cdf..da7ad003939beb07f1d9b9ca57f98e61e6011516 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "expr/proof_checker.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace booleans {
 
@@ -43,6 +43,6 @@ class BoolProofRuleChecker : public ProofRuleChecker
 
 }  // namespace booleans
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BOOLEANS__PROOF_CHECKER_H */
index b84cf5488fd4edac84ad81946398986e0ba59b04..9b3c6de1071331b2dfe43e07d864658eae1611dd 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/proof_node.h"
 #include "expr/proof_node_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace booleans {
 
@@ -587,4 +587,4 @@ std::shared_ptr<ProofNode> ProofCircuitPropagatorForward::xorEval(bool x,
 
 }  // namespace booleans
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 671c6e964d034e77f59171931ecb6a7735962391..5a643f7aa7debf811172f68fc19b5d0ac2e29ec7 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/node.h"
 #include "expr/proof_rule.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNode;
 class ProofNodeManager;
@@ -212,6 +212,6 @@ class ProofCircuitPropagatorForward : public ProofCircuitPropagator
 
 }  // namespace booleans
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 2df179e27f5c96a2df77e7fc4a700471f337675a..74279f43c4a8e487da5141413905209bcb9b77eb 100644 (file)
@@ -31,7 +31,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace booleans {
 
@@ -82,4 +82,4 @@ Theory::PPAssertStatus TheoryBool::ppAssert(
 
 }  // namespace booleans
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index cbd9ec381ec00935dafe17198fdd223c01044367..05b169c24a36f3aab901300db121255b80787a6e 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/booleans/theory_bool_rewriter.h"
 #include "theory/theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace booleans {
 
@@ -53,6 +53,6 @@ class TheoryBool : public Theory {
 
 }  // namespace booleans
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BOOLEANS__THEORY_BOOL_H */
index 3cc19a5206feb3911e33e4cd78ed0ef644dc2a0a..f1e00273597dc2a9731257dfa64fd6c4f46208f5 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/node_value.h"
 #include "theory/booleans/theory_bool_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace booleans {
 
@@ -431,4 +431,4 @@ RewriteResponse TheoryBoolRewriter::preRewrite(TNode n) {
 
 }  // namespace booleans
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4caf5c6810a21944840cb7ab64d81f7211344277..5c1625f6da9780fbc795679053b0d02f772b614a 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "theory/theory_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace booleans {
 
@@ -36,6 +36,6 @@ class TheoryBoolRewriter : public TheoryRewriter
 
 }  // namespace booleans
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BOOLEANS__THEORY_BOOL_REWRITER_H */
index 2f59a032e05e7cedade64f9170ff21aef985161d..af6618fa23b605ed833986dde19607840c33c9d1 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef CVC4__THEORY_BOOL_TYPE_RULES_H
 #define CVC4__THEORY_BOOL_TYPE_RULES_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace boolean {
 
@@ -72,6 +72,6 @@ public:
 
 }  // namespace boolean
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY_BOOL_TYPE_RULES_H */
index 9b6619961db24ca6f3dc8ed42d8fc99833d22a54..c07290d315242fc17ea36a13f1df09c1bc5612e8 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/type_node.h"
 #include "expr/kind.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace booleans {
 
@@ -65,6 +65,6 @@ class BooleanEnumerator : public TypeEnumeratorBase<BooleanEnumerator> {
 
 }  // namespace booleans
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BOOLEANS__TYPE_ENUMERATOR_H */
index 48ceaf1036d18dd1f8b051c8c3764af6c41d0f35..e2f69f19d81995afdd0eac839da2747d7da8e862 100644 (file)
 #     is with your type checker:
 #
 #       cardinality MY_TYPE \
-#           ::CVC5::theory::foo::TheoryFoo::CardinalityComputer(%TYPE%) \
+#           ::cvc5::theory::foo::TheoryFoo::CardinalityComputer(%TYPE%) \
 #           "theory/foo/theory_foo_type_rules.h"
 #
 #   well-founded K wellfoundedness-computer ground-term-computer [header]
 # commands.
 #
 
-theory THEORY_BUILTIN ::CVC5::theory::builtin::TheoryBuiltin "theory/builtin/theory_builtin.h"
+theory THEORY_BUILTIN ::cvc5::theory::builtin::TheoryBuiltin "theory/builtin/theory_builtin.h"
 typechecker "theory/builtin/theory_builtin_type_rules.h"
 
 properties stable-infinite
 
 # Rewriter responsible for all the terms of the theory
-rewriter ::CVC5::theory::builtin::TheoryBuiltinRewriter "theory/builtin/theory_builtin_rewriter.h"
+rewriter ::cvc5::theory::builtin::TheoryBuiltinRewriter "theory/builtin/theory_builtin_rewriter.h"
 
 sort BUILTIN_OPERATOR_TYPE \
     Cardinality::INTEGERS \
@@ -259,33 +259,33 @@ parameterized SORT_TYPE SORT_TAG 0: "specifies types of user-declared 'uninterpr
 # enough (for now) ?
 cardinality SORT_TYPE "Cardinality(Cardinality::INTEGERS)"
 well-founded SORT_TYPE \
-    "::CVC5::theory::builtin::SortProperties::isWellFounded(%TYPE%)" \
-    "::CVC5::theory::builtin::SortProperties::mkGroundTerm(%TYPE%)"
+    "::cvc5::theory::builtin::SortProperties::isWellFounded(%TYPE%)" \
+    "::cvc5::theory::builtin::SortProperties::mkGroundTerm(%TYPE%)"
 
 constant UNINTERPRETED_CONSTANT \
-    ::CVC5::UninterpretedConstant \
-    ::CVC5::UninterpretedConstantHashFunction \
+    ::cvc5::UninterpretedConstant \
+    ::cvc5::UninterpretedConstantHashFunction \
     "expr/uninterpreted_constant.h" \
-    "the kind of expressions representing uninterpreted constants; payload is an instance of the CVC5::UninterpretedConstant class (used in models)"
-typerule UNINTERPRETED_CONSTANT ::CVC5::theory::builtin::UninterpretedConstantTypeRule
+    "the kind of expressions representing uninterpreted constants; payload is an instance of the cvc5::UninterpretedConstant class (used in models)"
+typerule UNINTERPRETED_CONSTANT ::cvc5::theory::builtin::UninterpretedConstantTypeRule
 enumerator SORT_TYPE \
-    ::CVC5::theory::builtin::UninterpretedSortEnumerator \
+    ::cvc5::theory::builtin::UninterpretedSortEnumerator \
     "theory/builtin/type_enumerator.h"
 
 constant ABSTRACT_VALUE \
-    ::CVC5::AbstractValue \
-    ::CVC5::AbstractValueHashFunction \
+    ::cvc5::AbstractValue \
+    ::cvc5::AbstractValueHashFunction \
     "util/abstract_value.h" \
-    "the kind of expressions representing abstract values (other than uninterpreted sort constants); payload is an instance of the CVC5::AbstractValue class (used in models)"
-typerule ABSTRACT_VALUE ::CVC5::theory::builtin::AbstractValueTypeRule
+    "the kind of expressions representing abstract values (other than uninterpreted sort constants); payload is an instance of the cvc5::AbstractValue class (used in models)"
+typerule ABSTRACT_VALUE ::cvc5::theory::builtin::AbstractValueTypeRule
 
 # A kind representing "inlined" operators defined with OPERATOR
 # Conceptually, (EQUAL a b) is actually an (APPLY EQUAL a b), but it's
 # not stored that way.  If you ask for the operator of (EQUAL a b),
 # you'll get a special, singleton (BUILTIN EQUAL) Node.
 constant BUILTIN \
-    ::CVC5::Kind \
-    ::CVC5::kind::KindHashFunction \
+    ::cvc5::Kind \
+    ::cvc5::kind::KindHashFunction \
     "expr/kind.h" \
     "the kind of expressions representing built-in operators"
 
@@ -301,33 +301,33 @@ operator LAMBDA 2 "a lambda expression; first parameter is a BOUND_VAR_LIST, sec
 operator WITNESS 2 "a witness expression; first parameter is a BOUND_VAR_LIST, second is the witness body"
 
 constant TYPE_CONSTANT \
-    ::CVC5::TypeConstant \
-    ::CVC5::TypeConstantHashFunction \
+    ::cvc5::TypeConstant \
+    ::cvc5::TypeConstantHashFunction \
     "expr/kind.h" \
     "a representation for basic types"
 operator FUNCTION_TYPE 2: "a function type"
 cardinality FUNCTION_TYPE \
-    "::CVC5::theory::builtin::FunctionProperties::computeCardinality(%TYPE%)" \
+    "::cvc5::theory::builtin::FunctionProperties::computeCardinality(%TYPE%)" \
     "theory/builtin/theory_builtin_type_rules.h"
 well-founded FUNCTION_TYPE \
-    "::CVC5::theory::builtin::FunctionProperties::isWellFounded(%TYPE%)" \
-    "::CVC5::theory::builtin::FunctionProperties::mkGroundTerm(%TYPE%)" \
+    "::cvc5::theory::builtin::FunctionProperties::isWellFounded(%TYPE%)" \
+    "::cvc5::theory::builtin::FunctionProperties::mkGroundTerm(%TYPE%)" \
     "theory/builtin/theory_builtin_type_rules.h"
 enumerator FUNCTION_TYPE \
-    ::CVC5::theory::builtin::FunctionEnumerator \
+    ::cvc5::theory::builtin::FunctionEnumerator \
     "theory/builtin/type_enumerator.h"
 sort SEXPR_TYPE \
     Cardinality::INTEGERS \
     not-well-founded \
     "the type of a symbolic expression"
 
-typerule EQUAL ::CVC5::theory::builtin::EqualityTypeRule
-typerule DISTINCT ::CVC5::theory::builtin::DistinctTypeRule
-typerule SEXPR ::CVC5::theory::builtin::SExprTypeRule
-typerule LAMBDA ::CVC5::theory::builtin::LambdaTypeRule
-typerule WITNESS ::CVC5::theory::builtin::WitnessTypeRule
+typerule EQUAL ::cvc5::theory::builtin::EqualityTypeRule
+typerule DISTINCT ::cvc5::theory::builtin::DistinctTypeRule
+typerule SEXPR ::cvc5::theory::builtin::SExprTypeRule
+typerule LAMBDA ::cvc5::theory::builtin::LambdaTypeRule
+typerule WITNESS ::cvc5::theory::builtin::WitnessTypeRule
 
 # lambda expressions that are isomorphic to array constants can be considered constants
-construle LAMBDA ::CVC5::theory::builtin::LambdaTypeRule
+construle LAMBDA ::cvc5::theory::builtin::LambdaTypeRule
 
 endtheory
index 62f0f1b9a94da369f55ca755a7c221ce647eddb4..36a29f88a63bd653052e8d0e7d939825f4b9fa7a 100644 (file)
@@ -20,9 +20,9 @@
 #include "theory/rewriter.h"
 #include "theory/theory.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 const char* toString(MethodId id)
@@ -497,4 +497,4 @@ Node BuiltinProofRuleChecker::mkTheoryIdNode(TheoryId tid)
 
 }  // namespace builtin
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index ed68f12150f85bf12e674f5aeeb7dc51923d5c2f..f80434068f460437723f86be52636ec872f7648f 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/proof_node.h"
 #include "theory/quantifiers/extended_rewrite.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -179,6 +179,6 @@ class BuiltinProofRuleChecker : public ProofRuleChecker
 
 }  // namespace builtin
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BUILTIN__PROOF_CHECKER_H */
index 83e9d3fed22ecec029bdfd81d08b7c44833ed4fb..bd0374675f40aee424287907dab7101bf470d501 100644 (file)
@@ -24,7 +24,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace builtin {
 
@@ -62,4 +62,4 @@ void TheoryBuiltin::finishInit()
 
 }  // namespace builtin
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 449282ae602eade06dafa3434f98e67ba5fa4676..b4de83c02bc913f9ec9093fd08fee117f5be452e 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/builtin/theory_builtin_rewriter.h"
 #include "theory/theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace builtin {
 
@@ -53,6 +53,6 @@ class TheoryBuiltin : public Theory
 
 }  // namespace builtin
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BUILTIN__THEORY_BUILTIN_H */
index 16fc59a5aea308c7ffbd152fb7a86ee80c582758..d76bd51ddab92bead21c340c0b51cf49e9a31962 100644 (file)
@@ -23,7 +23,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace builtin {
 
@@ -504,4 +504,4 @@ Node TheoryBuiltinRewriter::getArrayRepresentationForLambda(TNode n)
 
 }  // namespace builtin
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c419abdb31a75bff80a082c26d729d1f6625409d..7625aa846378f09267ba1ed3cdf50400fda80eec 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "theory/theory_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace builtin {
 
@@ -119,6 +119,6 @@ class TheoryBuiltinRewriter : public TheoryRewriter
 
 }  // namespace builtin
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BUILTIN__THEORY_BUILTIN_REWRITER_H */
index d5a5c9ab7cb2d7475c920576c8758b0d29cff4a1..c5ea178472ec5d2ed8d2420d4cd86c1f8eb2ab71 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "expr/attribute.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace builtin {
 
@@ -47,4 +47,4 @@ Node SortProperties::mkGroundTerm(TypeNode type)
 
 }  // namespace builtin
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 815483507d15c672920ea00c144e033269460be2..2c474aaeeb66ae012c7026526d5e3abdb2e15571 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <sstream>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace builtin {
 
@@ -248,6 +248,6 @@ class FunctionProperties {
 
 }  // namespace builtin
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BUILTIN__THEORY_BUILTIN_TYPE_RULES_H */
index 4dda11070dbca5c24afa0edb4defca81f037d1c7..2434bc5216994449110a145bc485bb844b2ec3ad 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "theory/builtin/theory_builtin_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace builtin {
 
@@ -49,4 +49,4 @@ FunctionEnumerator& FunctionEnumerator::operator++()
 
 }  // namespace builtin
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 50cd50dda1e6f9abb81e0904b06ce442b1fa0586..7c14bb14c93137e3a7a7c97a0973b0968cb38994 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/type_enumerator.h"
 #include "util/integer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace builtin {
 
@@ -106,6 +106,6 @@ class FunctionEnumerator : public TypeEnumeratorBase<FunctionEnumerator>
 
 }  // namespace builtin
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BUILTIN_TYPE_ENUMERATOR_H */
index ee4b467b820df68e019a01304b1bbdf8834f0f9e..62c4587230f2113145eaa871b5f673022968109f 100644 (file)
 #include "theory/bv/theory_bv_utils.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5;
-using namespace CVC5::theory;
-using namespace CVC5::theory::bv;
-using namespace CVC5::context;
+using namespace cvc5;
+using namespace cvc5::theory;
+using namespace cvc5::theory::bv;
+using namespace cvc5::context;
 
 using namespace std;
-using namespace CVC5::theory::bv::utils;
+using namespace cvc5::theory::bv::utils;
 
 bool AbstractionModule::applyAbstraction(const std::vector<Node>& assertions,
                                          std::vector<Node>& new_assertions)
index 6c36de34c0570b5135dda5f892220ed88c233bb6..182b29c197cc64a1a61b967ae5dec994f50e4fac 100644 (file)
@@ -27,7 +27,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -246,6 +246,6 @@ public:
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 002a4f631dab7677bfafc43451ee9725b44f53ac..fb5adb54cd392733ad4f6eb421ac05ec67870eb6 100644 (file)
@@ -40,7 +40,7 @@ static inline int Cnf_Lit2Var(int Lit)
   return (Lit & 1) ? -(Lit >> 1) - 1 : (Lit >> 1) + 1;
 }
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -123,7 +123,7 @@ Abc_Ntk_t* AigBitblaster::currentAigNtk() {
   if (!AigBitblaster::s_abcAigNetwork) {
     Abc_Start();
     s_abcAigNetwork = Abc_NtkAlloc( ABC_NTK_STRASH, ABC_FUNC_AIG, 1);
-    char pName[] = "CVC5::theory::bv::AigNetwork";
+    char pName[] = "cvc5::theory::bv::AigNetwork";
     s_abcAigNetwork->pName = Extra_UtilStrsav(pName);
   }
   
@@ -496,5 +496,5 @@ AigBitblaster::Statistics::~Statistics() {
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 #endif // CVC4_USE_ABC
index 3eccbd3ecbce100bc7d4e2431a86c8398ea96140..002ca71ec16829a4b4c88515d0c5ae9442790ecc 100644 (file)
@@ -33,7 +33,7 @@ typedef Abc_Aig_t_ Abc_Aig_t;
 class Cnf_Dat_t_;
 typedef Cnf_Dat_t_ Cnf_Dat_t;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 class SatSolver;
 }
@@ -121,6 +121,6 @@ class AigBitblaster : public TBitblaster<Abc_Obj_t*>
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  //  CVC4__THEORY__BV__BITBLAST__AIG_BITBLASTER_H
index 7ae55015fd175d6a8d72908d0b6545ee3fa12c87..72b0793215e44b7cb15e57a51af5726208fdbb51 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/bv/theory_bv_utils.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace theory {
 namespace bv {
@@ -899,6 +899,6 @@ void DefaultRotateLeftBB (TNode node, std::vector<T>& bits, TBitblaster<T>* bb)
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index e342d4410889f7b8b7d6c224dd9de70aa4fea2f1..461d7fcaf5eedbf1251e79470f5b695e613491b4 100644 (file)
@@ -23,7 +23,7 @@
 #include <ostream>
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -267,6 +267,6 @@ T inline sLessThanBB(const std::vector<T>&a, const std::vector<T>& b, bool orEqu
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4__THEORY__BV__BITBLAST__BITBLAST_UTILS_H
index 90ea5ac2b19f14695fbb26ab297d9149a378d62c..311d44c947a32edbb8503f3242db5eacf28f8d93 100644 (file)
@@ -35,7 +35,7 @@
 #include "theory/valuation.h"
 #include "util/resource_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -268,6 +268,6 @@ Node TBitblaster<T>::getTermModel(TNode node, bool fullModel)
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BV__BITBLAST__BITBLASTER_H */
index 5e22262e2253607364f4750c50a0e6990f7d6dac..41fadd8b0e23b8e7366144c544d88799374728d5 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/bv/theory_bv.h"
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -288,4 +288,4 @@ bool EagerBitblaster::isSharedTerm(TNode node) {
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index dead462b5932da9e2f7d23e122906fa94001a8e8..87699df40ab11136fe79d6e8590c374e9eb9ace4 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "prop/sat_solver.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -85,5 +85,5 @@ class BitblastingRegistrar : public prop::Registrar
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 #endif  //  CVC4__THEORY__BV__BITBLAST__EAGER_BITBLASTER_H
index e20a6f6b5dd0ce2f200d23cefea118458e2bf6c0..a5d3e9bb6a2891d189358fc5baaaea684e32ba3a 100644 (file)
@@ -30,7 +30,7 @@
 #include "theory/rewriter.h"
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -590,4 +590,4 @@ void TLazyBitblaster::clearSolver() {
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1a963e67d4e2b0bd8b4288e84bdc9bfb3f277dcf..91995b56bc30cef75cfe183514efbdb0ad72e0c3 100644 (file)
@@ -26,7 +26,7 @@
 #include "prop/bv_sat_solver_notify.h"
 #include "theory/bv/abstraction.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace prop {
 class CnfStream;
 class NullRegistrat;
@@ -176,5 +176,5 @@ class TLazyBitblaster : public TBitblaster<Node>
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 #endif  //  CVC4__THEORY__BV__BITBLAST__LAZY_BITBLASTER_H
index b0cf6860987f3801328addb20db0298fcefc66da..a441e769e3286c55f0e87d405be4975e97a26d60 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -84,4 +84,4 @@ bool BBProof::collectModelValues(TheoryModel* m,
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 894a9a91658cb4321d8405380c3fa325988e66d8..4983b485e853222d84eb36db3d45b98ebd5e554e 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "theory/bv/bitblast/simple_bitblaster.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -47,5 +47,5 @@ class BBProof
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 #endif
index 76677e2dbe660440660a9e590889a10ecd923ddb..05227ed091828d977d3bb13c08dd148d6f94ae3a 100644 (file)
@@ -17,7 +17,7 @@
 #include "theory/theory_model.h"
 #include "theory/theory_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -155,4 +155,4 @@ bool BBSimple::isVariable(TNode node)
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1b48f9a6854657369e67f9c949ee8ba9e4d3f0ef..300b93b5353d324bf277e9660b4dbbbf995b6135 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "theory/bv/bitblast/bitblaster.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -75,6 +75,6 @@ class BBSimple : public TBitblaster<Node>
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 9c478791cb088b733ec62f9415fd8181419ce63d..97df17c58ee5ef4b78573e107270caecbaddd7ac 100644 (file)
@@ -23,7 +23,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -125,4 +125,4 @@ bool EagerBitblastSolver::collectModelInfo(TheoryModel* m, bool fullModel)
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 0fe1ed32b4d209cc4c760b44b3ad82addac4cd19..17e6c50e7744901ced1e061aff6b91075c93b285 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/bv/bv_solver_lazy.h"
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -60,6 +60,6 @@ class EagerBitblastSolver {
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4__THEORY__BV__BV_EAGER_SOLVER_H
index 67554525a952d9a41e99aac453b5b950df01d410..27063ea7a0883814a62247eb2cb5cb527c7211f5 100644 (file)
 #include "theory/bv/theory_bv_utils.h"
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::context;
-using namespace CVC5::theory;
-using namespace CVC5::theory::bv;
-using namespace CVC5::theory::bv::utils;
-
-const TermId CVC5::theory::bv::UndefinedTermId = -1;
-const ReasonId CVC5::theory::bv::UndefinedReasonId = -1;
-const ReasonId CVC5::theory::bv::AxiomReasonId = -2;
+using namespace cvc5;
+using namespace cvc5::context;
+using namespace cvc5::theory;
+using namespace cvc5::theory::bv;
+using namespace cvc5::theory::bv::utils;
+
+const TermId cvc5::theory::bv::UndefinedTermId = -1;
+const ReasonId cvc5::theory::bv::UndefinedReasonId = -1;
+const ReasonId cvc5::theory::bv::AxiomReasonId = -2;
 
 bool InequalityGraph::addInequality(TNode a, TNode b, bool strict, TNode reason) {
   Debug("bv-inequality") << "InequalityGraph::addInequality " << a << " " << b << " strict: " << strict << "\n"; 
index caa7220cfbdf7f90ca91ebb026487cd4ef3f3fcc..3e856b7894e265e1d199a2585febe277b5e04586 100644 (file)
@@ -29,7 +29,7 @@
 #include "context/cdqueue.h"
 #include "context/context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -291,6 +291,6 @@ public:
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BV__BV_INEQUALITY__GRAPH_H */
index bbb2f1ca9a6a7b5b4e3af987f6a8ca7388ee6a4d..983a61eb50a48b52bca621a419f61d8a1f2d67fa 100644 (file)
@@ -21,9 +21,9 @@
 #include "theory/bv/bv_solver_lazy.h"
 #include "theory/bv/theory_bv_utils.h"
 
-using namespace CVC5::prop;
+using namespace cvc5::prop;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -381,4 +381,4 @@ QuickXPlain::Statistics::~Statistics() {
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 3d30d912d9d3bd16574f6519cb938e5271aa09a1..7dbd01dcde6025eb65429062eeef3e765fe32978 100644 (file)
@@ -29,7 +29,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class TheoryModel;
@@ -181,6 +181,6 @@ class QuickXPlain
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__BV_QUICK_CHECK_H */
index f08f7527af729ae0e10aeae4a572a20cdc38e940..faa285b97c22c14137eafcf6b1ef1ec092d2be6d 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "theory/theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -117,6 +117,6 @@ class BVSolver
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BV__BV_SOLVER_H */
index 16a99c2e464fa72fdac0f1c4dfd40817222a1a14..125cb243f2a05717abd25452c2e2d83142557c58 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/bv/theory_bv_utils.h"
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -281,4 +281,4 @@ Node BVSolverBitblast::getValue(TNode node)
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 794b9fa9b389a423d1e1457635226e1a49742d8d..86a75e0aa08c0963954f761d2f47b75be5622b4b 100644 (file)
@@ -29,7 +29,7 @@
 #include "theory/bv/proof_checker.h"
 #include "theory/eager_proof_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace theory {
 namespace bv {
@@ -143,6 +143,6 @@ class BVSolverBitblast : public BVSolver
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index ed71fccbe225b0669f9cb65e936c37b156e5c604..00190233ca91a8f787f1e10f459a02937206b171 100644 (file)
@@ -32,9 +32,9 @@
 #include "theory/theory_model.h"
 #include "theory/trust_substitutions.h"
 
-using namespace CVC5::theory::bv::utils;
+using namespace cvc5::theory::bv::utils;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -828,4 +828,4 @@ void BVSolverLazy::setConflict(Node conflict)
 
 }  // namespace bv
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index 6511900ebc6b327736a31a2c7d915fa5b2700927..ea647346e3a96244b444fb9cfac40252638123a2 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/bv/theory_bv.h"
 #include "util/hash.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -229,6 +229,6 @@ class BVSolverLazy : public BVSolver
 }  // namespace bv
 }  // namespace theory
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BV__BV_SOLVER_LAZY_H */
index 65d46e861bca5982598d365008927876b0fc5ff7..c96e8d0bcecbd0be5b9968b5b0aecd4581cc3584 100644 (file)
@@ -20,7 +20,7 @@
 #include "theory/bv/theory_bv_utils.h"
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -151,4 +151,4 @@ bool BVSolverSimple::collectModelValues(TheoryModel* m,
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1b6976abb38b2042473c6607ce2934ed5c774ea6..8983bddb2bb6501be2577ab7e6fc870bd7310ad0 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/bv/proof_checker.h"
 #include "theory/eager_proof_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace theory {
 namespace bv {
@@ -81,6 +81,6 @@ class BVSolverSimple : public BVSolver
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index e558ea7c73c45f9c3fd37c90522d9520841b462f..dec4614d39939fd30b2ff637e7c714fd32b17384 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/uf/equality_engine.h"
 #include "theory/theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace theory {
 
@@ -107,6 +107,6 @@ class SubtheorySolver {
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BV__BV_SUBTHEORY_H */
index 2343d72d140034ed6c12f1910784dc6fb2c3ef74..c025dab5d92628407e785ae60074b60c67be3e0b 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/theory_model.h"
 
-using namespace CVC5::context;
-using namespace CVC5::prop;
-using namespace CVC5::theory::bv::utils;
+using namespace cvc5::context;
+using namespace cvc5::prop;
+using namespace cvc5::theory::bv::utils;
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -992,4 +992,4 @@ Node mergeExplanations(TNode expl1, TNode expl2) {
 
 }  // namespace bv
 } /* namespace CVc4::theory */
-} // namespace CVC5
+}  // namespace cvc5
index e7156a33e147a8360f3075f4b2d45ae401b8c52e..01209331fe6305dee77df234efb2043cec720fe9 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/bv/slicer.h"
 #include "theory/substitutions.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -245,4 +245,4 @@ class AlgebraicSolver : public SubtheorySolver
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 2d21a8f0c4d77da7361f9203027b66d0c55a89cf..f67f11e42eb1dfe724e65a93a911abaa015eb554 100644 (file)
@@ -27,9 +27,9 @@
 #include "theory/bv/theory_bv_utils.h"
 
 using namespace std;
-using namespace CVC5::context;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -278,4 +278,4 @@ void BitblastSolver::setConflict(TNode conflict)
 
 }  // namespace bv
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index f964fb9956d372a5914a2619620e750f5e9af9f0..2a6930184c4b2f1efdfeba4ac4d41d530ed2cd4a 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "theory/bv/bv_subtheory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace theory {
 namespace bv {
@@ -83,4 +83,4 @@ class BitblastSolver : public SubtheorySolver
 
 }  // namespace bv
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index 486adfdb7cb7221ed8a027335e01ffe2d0299769..4f89eff71e428f90d4a0d5eb94502a4c1873232a 100644 (file)
 #include "theory/theory_model.h"
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::context;
-using namespace CVC5::theory;
-using namespace CVC5::theory::bv;
-using namespace CVC5::theory::bv::utils;
+using namespace cvc5;
+using namespace cvc5::context;
+using namespace cvc5::theory;
+using namespace cvc5::theory::bv;
+using namespace cvc5::theory::bv::utils;
 
 bool CoreSolverExtTheoryCallback::getCurrentSubstitution(
     int effort,
index 700d8c4f50fe154d989c698daed65437ed51626e..042f2e73c7ed4bfc368774ecfa0b8b0125f2c5ab 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/bv/bv_subtheory.h"
 #include "theory/ext_theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -164,4 +164,4 @@ class CoreSolver : public SubtheorySolver {
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
index d67a5c55062c3c2cf1cb399672a5106af2908975..c95d5e2dd68e6d8b3bff97cb31ba5244c3fbb04e 100644 (file)
 #include "theory/theory_model.h"
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::context;
-using namespace CVC5::theory;
-using namespace CVC5::theory::bv;
-using namespace CVC5::theory::bv::utils;
+using namespace cvc5;
+using namespace cvc5::context;
+using namespace cvc5::theory;
+using namespace cvc5::theory::bv;
+using namespace cvc5::theory::bv::utils;
 
 bool InequalitySolver::check(Theory::Effort e) {
   Debug("bv-subtheory-inequality") << "InequalitySolveR::check("<< e <<")\n";
index 232c8676eec758c321133d4599ff3eb462e7c4c0..dc585b49bc99ed04a344a0ee098298d786038be8 100644 (file)
@@ -26,7 +26,7 @@
 #include "theory/bv/bv_inequality_graph.h"
 #include "theory/bv/bv_subtheory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -89,6 +89,6 @@ class InequalitySolver : public SubtheorySolver
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BV__BV_SUBTHEORY__INEQUALITY_H */
index 65a8b5480bf3f3cdd5003e40382970d3276d1fd6..b76fc1cb7cc9b84c5a1d7b2d9beb89cc1b66dd56 100644 (file)
@@ -24,7 +24,7 @@
 #include "options/smt_options.h"
 #include "theory/arith/nl/iand_utils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /*
 ** Converts bit-vector formulas to integer formulas.
@@ -349,6 +349,6 @@ class IntBlaster
   bool d_introduceFreshIntVars;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* __CVC4__THEORY__BV__INT_BLASTER_H */
index 884ee49e60c4a696ae8d24f9c67ddf16ccad721d..3a1032bc3a0966c178e0c2ec9ba9b2e7f034d958 100644 (file)
@@ -4,36 +4,36 @@
 # src/theory/builtin/kinds.
 #
 
-theory THEORY_BV ::CVC5::theory::bv::TheoryBV "theory/bv/theory_bv.h"
+theory THEORY_BV ::cvc5::theory::bv::TheoryBV "theory/bv/theory_bv.h"
 typechecker "theory/bv/theory_bv_type_rules.h"
 
 properties finite
 properties check propagate presolve ppStaticLearn
 
-rewriter ::CVC5::theory::bv::TheoryBVRewriter "theory/bv/theory_bv_rewriter.h"
+rewriter ::cvc5::theory::bv::TheoryBVRewriter "theory/bv/theory_bv_rewriter.h"
 
 constant BITVECTOR_TYPE \
-       ::CVC5::BitVectorSize \
-       "::CVC5::UnsignedHashFunction< ::CVC5::BitVectorSize >" \
+       ::cvc5::BitVectorSize \
+       "::cvc5::UnsignedHashFunction< ::cvc5::BitVectorSize >" \
        "util/bitvector.h" \
        "bit-vector type"
 cardinality BITVECTOR_TYPE \
-       "::CVC5::theory::bv::CardinalityComputer::computeCardinality(%TYPE%)" \
+       "::cvc5::theory::bv::CardinalityComputer::computeCardinality(%TYPE%)" \
        "theory/bv/theory_bv_type_rules.h"
 
 constant CONST_BITVECTOR \
-    ::CVC5::BitVector \
-    ::CVC5::BitVectorHashFunction \
+    ::cvc5::BitVector \
+    ::cvc5::BitVectorHashFunction \
     "util/bitvector.h" \
-    "a fixed-width bit-vector constant; payload is an instance of the CVC5::BitVector class"
+    "a fixed-width bit-vector constant; payload is an instance of the cvc5::BitVector class"
 
 enumerator BITVECTOR_TYPE \
-    "::CVC5::theory::bv::BitVectorEnumerator" \
+    "::cvc5::theory::bv::BitVectorEnumerator" \
     "theory/bv/type_enumerator.h"
 
 well-founded BITVECTOR_TYPE \
     true \
-    "(*CVC5::theory::TypeEnumerator(%TYPE%))" \
+    "(*cvc5::theory::TypeEnumerator(%TYPE%))" \
     "theory/type_enumerator.h"
 
 ### non-parameterized operator kinds ------------------------------------------
@@ -99,139 +99,139 @@ operator BITVECTOR_EAGER_ATOM 1 "formula to be treated as a bv atom via eager bi
 ### parameterized operator kinds ----------------------------------------------
 
 constant BITVECTOR_BITOF_OP \
-       ::CVC5::BitVectorBitOf \
-       ::CVC5::BitVectorBitOfHashFunction \
+       ::cvc5::BitVectorBitOf \
+       ::cvc5::BitVectorBitOfHashFunction \
        "util/bitvector.h" \
-       "operator for the bit-vector boolean bit extract; payload is an instance of the CVC5::BitVectorBitOf class"
+       "operator for the bit-vector boolean bit extract; payload is an instance of the cvc5::BitVectorBitOf class"
 parameterized BITVECTOR_BITOF BITVECTOR_BITOF_OP 1 "bit-vector boolean bit extract; first parameter is a BITVECTOR_BITOF_OP, second is a bit-vector term"
 
 constant BITVECTOR_EXTRACT_OP \
-       ::CVC5::BitVectorExtract \
-       ::CVC5::BitVectorExtractHashFunction \
+       ::cvc5::BitVectorExtract \
+       ::cvc5::BitVectorExtractHashFunction \
        "util/bitvector.h" \
-       "operator for the bit-vector extract; payload is an instance of the CVC5::BitVectorExtract class"
+       "operator for the bit-vector extract; payload is an instance of the cvc5::BitVectorExtract class"
 parameterized BITVECTOR_EXTRACT BITVECTOR_EXTRACT_OP 1 "bit-vector extract; first parameter is a BITVECTOR_EXTRACT_OP, second is a bit-vector term"
 
 constant BITVECTOR_REPEAT_OP \
-       ::CVC5::BitVectorRepeat \
-       "::CVC5::UnsignedHashFunction< ::CVC5::BitVectorRepeat >" \
+       ::cvc5::BitVectorRepeat \
+       "::cvc5::UnsignedHashFunction< ::cvc5::BitVectorRepeat >" \
        "util/bitvector.h" \
-       "operator for the bit-vector repeat; payload is an instance of the CVC5::BitVectorRepeat class"
+       "operator for the bit-vector repeat; payload is an instance of the cvc5::BitVectorRepeat class"
 parameterized BITVECTOR_REPEAT BITVECTOR_REPEAT_OP 1 "bit-vector repeat; first parameter is a BITVECTOR_REPEAT_OP, second is a bit-vector term"
 
 constant BITVECTOR_ROTATE_LEFT_OP \
-       ::CVC5::BitVectorRotateLeft \
-       "::CVC5::UnsignedHashFunction< ::CVC5::BitVectorRotateLeft >" \
+       ::cvc5::BitVectorRotateLeft \
+       "::cvc5::UnsignedHashFunction< ::cvc5::BitVectorRotateLeft >" \
        "util/bitvector.h" \
-       "operator for the bit-vector rotate left; payload is an instance of the CVC5::BitVectorRotateLeft class"
+       "operator for the bit-vector rotate left; payload is an instance of the cvc5::BitVectorRotateLeft class"
 parameterized BITVECTOR_ROTATE_LEFT BITVECTOR_ROTATE_LEFT_OP 1 "bit-vector rotate left; first parameter is a BITVECTOR_ROTATE_LEFT_OP, second is a bit-vector term"
 
 constant BITVECTOR_ROTATE_RIGHT_OP \
-       ::CVC5::BitVectorRotateRight \
-       "::CVC5::UnsignedHashFunction< ::CVC5::BitVectorRotateRight >" \
+       ::cvc5::BitVectorRotateRight \
+       "::cvc5::UnsignedHashFunction< ::cvc5::BitVectorRotateRight >" \
        "util/bitvector.h" \
-       "operator for the bit-vector rotate right; payload is an instance of the CVC5::BitVectorRotateRight class"
+       "operator for the bit-vector rotate right; payload is an instance of the cvc5::BitVectorRotateRight class"
 parameterized BITVECTOR_ROTATE_RIGHT BITVECTOR_ROTATE_RIGHT_OP 1 "bit-vector rotate right; first parameter is a BITVECTOR_ROTATE_RIGHT_OP, second is a bit-vector term"
 
 constant BITVECTOR_SIGN_EXTEND_OP \
-       ::CVC5::BitVectorSignExtend \
-       "::CVC5::UnsignedHashFunction< ::CVC5::BitVectorSignExtend >" \
+       ::cvc5::BitVectorSignExtend \
+       "::cvc5::UnsignedHashFunction< ::cvc5::BitVectorSignExtend >" \
        "util/bitvector.h" \
-       "operator for the bit-vector sign-extend; payload is an instance of the CVC5::BitVectorSignExtend class"
+       "operator for the bit-vector sign-extend; payload is an instance of the cvc5::BitVectorSignExtend class"
 parameterized BITVECTOR_SIGN_EXTEND BITVECTOR_SIGN_EXTEND_OP 1 "bit-vector sign-extend; first parameter is a BITVECTOR_SIGN_EXTEND_OP, second is a bit-vector term"
 
 constant BITVECTOR_ZERO_EXTEND_OP \
-       ::CVC5::BitVectorZeroExtend \
-       "::CVC5::UnsignedHashFunction< ::CVC5::BitVectorZeroExtend >" \
+       ::cvc5::BitVectorZeroExtend \
+       "::cvc5::UnsignedHashFunction< ::cvc5::BitVectorZeroExtend >" \
        "util/bitvector.h" \
-       "operator for the bit-vector zero-extend; payload is an instance of the CVC5::BitVectorZeroExtend class"
+       "operator for the bit-vector zero-extend; payload is an instance of the cvc5::BitVectorZeroExtend class"
 parameterized BITVECTOR_ZERO_EXTEND BITVECTOR_ZERO_EXTEND_OP 1 "bit-vector zero-extend; first parameter is a BITVECTOR_ZERO_EXTEND_OP, second is a bit-vector term"
 
 constant INT_TO_BITVECTOR_OP \
-       ::CVC5::IntToBitVector \
-       "::CVC5::UnsignedHashFunction< ::CVC5::IntToBitVector >" \
+       ::cvc5::IntToBitVector \
+       "::cvc5::UnsignedHashFunction< ::cvc5::IntToBitVector >" \
        "util/bitvector.h" \
-       "operator for the integer conversion to bit-vector; payload is an instance of the CVC5::IntToBitVector class"
+       "operator for the integer conversion to bit-vector; payload is an instance of the cvc5::IntToBitVector class"
 parameterized INT_TO_BITVECTOR INT_TO_BITVECTOR_OP 1 "integer conversion to bit-vector; first parameter is an INT_TO_BITVECTOR_OP, second is an integer term"
 
 ### type rules for non-parameterized operator kinds ---------------------------
 
-typerule CONST_BITVECTOR ::CVC5::theory::bv::BitVectorConstantTypeRule
+typerule CONST_BITVECTOR ::cvc5::theory::bv::BitVectorConstantTypeRule
 
 ## concatentation kind
-typerule BITVECTOR_CONCAT ::CVC5::theory::bv::BitVectorConcatTypeRule
+typerule BITVECTOR_CONCAT ::cvc5::theory::bv::BitVectorConcatTypeRule
 
 ## bit-wise kinds
-typerule BITVECTOR_AND ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_COMP ::CVC5::theory::bv::BitVectorBVPredTypeRule
-typerule BITVECTOR_NAND ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_NOR ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_NOT ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_OR ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_XNOR ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_XOR ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_AND ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_COMP ::cvc5::theory::bv::BitVectorBVPredTypeRule
+typerule BITVECTOR_NAND ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_NOR ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_NOT ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_OR ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_XNOR ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_XOR ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
 
 ## arithmetic kinds
-typerule BITVECTOR_MULT ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_NEG ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_PLUS ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_SUB ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_UDIV ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_UREM ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_SDIV ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_SMOD ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_SREM ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_MULT ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_NEG ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_PLUS ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_SUB ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_UDIV ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_UREM ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_SDIV ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_SMOD ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_SREM ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
 
 ## shift kinds
-typerule BITVECTOR_ASHR ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_LSHR ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
-typerule BITVECTOR_SHL ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_ASHR ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_LSHR ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_SHL ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
 
 ## inequality kinds
-typerule BITVECTOR_ULE ::CVC5::theory::bv::BitVectorPredicateTypeRule
-typerule BITVECTOR_ULT ::CVC5::theory::bv::BitVectorPredicateTypeRule
-typerule BITVECTOR_UGE ::CVC5::theory::bv::BitVectorPredicateTypeRule
-typerule BITVECTOR_UGT ::CVC5::theory::bv::BitVectorPredicateTypeRule
-typerule BITVECTOR_SLE ::CVC5::theory::bv::BitVectorPredicateTypeRule
-typerule BITVECTOR_SLT ::CVC5::theory::bv::BitVectorPredicateTypeRule
-typerule BITVECTOR_SGE ::CVC5::theory::bv::BitVectorPredicateTypeRule
-typerule BITVECTOR_SGT ::CVC5::theory::bv::BitVectorPredicateTypeRule
+typerule BITVECTOR_ULE ::cvc5::theory::bv::BitVectorPredicateTypeRule
+typerule BITVECTOR_ULT ::cvc5::theory::bv::BitVectorPredicateTypeRule
+typerule BITVECTOR_UGE ::cvc5::theory::bv::BitVectorPredicateTypeRule
+typerule BITVECTOR_UGT ::cvc5::theory::bv::BitVectorPredicateTypeRule
+typerule BITVECTOR_SLE ::cvc5::theory::bv::BitVectorPredicateTypeRule
+typerule BITVECTOR_SLT ::cvc5::theory::bv::BitVectorPredicateTypeRule
+typerule BITVECTOR_SGE ::cvc5::theory::bv::BitVectorPredicateTypeRule
+typerule BITVECTOR_SGT ::cvc5::theory::bv::BitVectorPredicateTypeRule
 # inequalities with return type bit-vector of size 1
-typerule BITVECTOR_ULTBV ::CVC5::theory::bv::BitVectorBVPredTypeRule
-typerule BITVECTOR_SLTBV ::CVC5::theory::bv::BitVectorBVPredTypeRule
+typerule BITVECTOR_ULTBV ::cvc5::theory::bv::BitVectorBVPredTypeRule
+typerule BITVECTOR_SLTBV ::cvc5::theory::bv::BitVectorBVPredTypeRule
 
 ## if-then-else kind
-typerule BITVECTOR_ITE ::CVC5::theory::bv::BitVectorITETypeRule
+typerule BITVECTOR_ITE ::cvc5::theory::bv::BitVectorITETypeRule
 
 ## reduction kinds
-typerule BITVECTOR_REDAND ::CVC5::theory::bv::BitVectorUnaryPredicateTypeRule
-typerule BITVECTOR_REDOR ::CVC5::theory::bv::BitVectorUnaryPredicateTypeRule
+typerule BITVECTOR_REDAND ::cvc5::theory::bv::BitVectorUnaryPredicateTypeRule
+typerule BITVECTOR_REDOR ::cvc5::theory::bv::BitVectorUnaryPredicateTypeRule
 
 ## conversion kinds
-typerule BITVECTOR_TO_NAT ::CVC5::theory::bv::BitVectorConversionTypeRule
+typerule BITVECTOR_TO_NAT ::cvc5::theory::bv::BitVectorConversionTypeRule
 
 ## internal kinds
-typerule BITVECTOR_ACKERMANNIZE_UDIV ::CVC5::theory::bv::BitVectorAckermanizationUdivTypeRule
-typerule BITVECTOR_ACKERMANNIZE_UREM ::CVC5::theory::bv::BitVectorAckermanizationUremTypeRule
-typerule BITVECTOR_EAGER_ATOM ::CVC5::theory::bv::BitVectorEagerAtomTypeRule
+typerule BITVECTOR_ACKERMANNIZE_UDIV ::cvc5::theory::bv::BitVectorAckermanizationUdivTypeRule
+typerule BITVECTOR_ACKERMANNIZE_UREM ::cvc5::theory::bv::BitVectorAckermanizationUremTypeRule
+typerule BITVECTOR_EAGER_ATOM ::cvc5::theory::bv::BitVectorEagerAtomTypeRule
 
 ### type rules for parameterized operator kinds -------------------------------
 
 typerule BITVECTOR_BITOF_OP "SimpleTypeRule<RBuiltinOperator>"
-typerule BITVECTOR_BITOF ::CVC5::theory::bv::BitVectorBitOfTypeRule
+typerule BITVECTOR_BITOF ::cvc5::theory::bv::BitVectorBitOfTypeRule
 typerule BITVECTOR_EXTRACT_OP "SimpleTypeRule<RBuiltinOperator>"
-typerule BITVECTOR_EXTRACT ::CVC5::theory::bv::BitVectorExtractTypeRule
+typerule BITVECTOR_EXTRACT ::cvc5::theory::bv::BitVectorExtractTypeRule
 typerule BITVECTOR_REPEAT_OP "SimpleTypeRule<RBuiltinOperator>"
-typerule BITVECTOR_REPEAT ::CVC5::theory::bv::BitVectorRepeatTypeRule
+typerule BITVECTOR_REPEAT ::cvc5::theory::bv::BitVectorRepeatTypeRule
 typerule BITVECTOR_ROTATE_LEFT_OP "SimpleTypeRule<RBuiltinOperator>"
-typerule BITVECTOR_ROTATE_LEFT ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_ROTATE_LEFT ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
 typerule BITVECTOR_ROTATE_RIGHT_OP "SimpleTypeRule<RBuiltinOperator>"
-typerule BITVECTOR_ROTATE_RIGHT ::CVC5::theory::bv::BitVectorFixedWidthTypeRule
+typerule BITVECTOR_ROTATE_RIGHT ::cvc5::theory::bv::BitVectorFixedWidthTypeRule
 typerule BITVECTOR_SIGN_EXTEND_OP "SimpleTypeRule<RBuiltinOperator>"
-typerule BITVECTOR_SIGN_EXTEND ::CVC5::theory::bv::BitVectorExtendTypeRule
+typerule BITVECTOR_SIGN_EXTEND ::cvc5::theory::bv::BitVectorExtendTypeRule
 typerule BITVECTOR_ZERO_EXTEND_OP "SimpleTypeRule<RBuiltinOperator>"
-typerule BITVECTOR_ZERO_EXTEND ::CVC5::theory::bv::BitVectorExtendTypeRule
-typerule INT_TO_BITVECTOR_OP ::CVC5::theory::bv::IntToBitVectorOpTypeRule
-typerule INT_TO_BITVECTOR ::CVC5::theory::bv::BitVectorConversionTypeRule
+typerule BITVECTOR_ZERO_EXTEND ::cvc5::theory::bv::BitVectorExtendTypeRule
+typerule INT_TO_BITVECTOR_OP ::cvc5::theory::bv::IntToBitVectorOpTypeRule
+typerule INT_TO_BITVECTOR ::cvc5::theory::bv::BitVectorConversionTypeRule
 
 endtheory
index 82f37c552f7d38b1f2756c165b584200f3524124..e7ecc0f48aebdc27e432b51b4c028dc4fe17949b 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "theory/bv/proof_checker.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -50,4 +50,4 @@ Node BVProofRuleChecker::checkInternal(PfRule id,
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index efa319322beb33a9bdfed63747b28039e5d838e6..b328600df234e2074da882131ae74e988dfc68d1 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/proof_node.h"
 #include "theory/bv/bitblast/simple_bitblaster.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -45,6 +45,6 @@ class BVProofRuleChecker : public ProofRuleChecker
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BV__PROOF_CHECKER_H */
index e8c032a61531eecdbafcea8ef1362bdd975c2e5c..75357b76c9cb15f593298e2169cdeebaf98b4244 100644 (file)
@@ -22,7 +22,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -83,4 +83,4 @@ std::string Base::debugPrint() const {
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 56ed0ecba30f269e2dd6cbd8639cc282985f2f62..55a64d92b54336888370d94d2f829707208edf07 100644 (file)
@@ -23,7 +23,7 @@
 #include <vector>
 #include "util/index.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -51,6 +51,6 @@ public:
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BV__SLICER_BV_H */
index 185f7ad2aacb87787abf785141124685a560ef82..8f9f88ea20470307de3f745d252b6582655b6f6b 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/bv/theory_bv_utils.h"
 #include "theory/ee_setup_info.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -236,4 +236,4 @@ bool TheoryBV::applyAbstraction(const std::vector<Node>& assertions,
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1608dc3cf03aed9c9d599e3776cf3b039b8e1c2d..c9ddaad11da6137687f530fefc3bdf5bcc3175c0 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/theory_eq_notify.h"
 #include "theory/theory_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -124,6 +124,6 @@ class TheoryBV : public Theory
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BV__THEORY_BV_H */
index f9bd4215d8cd1eb6305395834fb3656a6878bc62..e92ed554375d0986f7420b137016beb727835e6c 100644 (file)
@@ -30,7 +30,7 @@
 #include "theory/theory.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -770,4 +770,4 @@ struct FixpointRewriteStrategy {
 
 } // End namespace bv
 } // End namespace theory
-}  // End namespace CVC5
+}  // End namespace cvc5
index 917d776375aafde91ca3563afb503945992f256a..5b25eb45dc1900990eb35e7105ce0090c5fb2ec3 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/bv/theory_bv_rewrite_rules.h"
 #include "theory/bv/theory_bv_utils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -492,4 +492,4 @@ Node RewriteRule<EvalComp>::apply(TNode node) {
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
index c24c3ac48ff111362d2f314bbfcb3ce2de9f5ba3..7060b68a94048d5e09b42367914ed0987e2de135 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/bv/theory_bv_rewrite_rules.h"
 #include "theory/bv/theory_bv_utils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -302,4 +302,4 @@ Node RewriteRule<ReflexivityEq>::apply(TNode node) {
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
index cf7bc4a8f3fac1a2f4cabb40cdb445a440cb3a42..4872f807058b48f934939d0518ab760b080cc973 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/bv/theory_bv_utils.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -1571,4 +1571,4 @@ inline Node RewriteRule<NormalizeEqPlusNeg>::apply(TNode node)
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
index 3750ef5b0361c182ace7676442e2fe75f0773220..3244ebb6e2e6a9401eb4ade068c14830b3360144 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/bv/theory_bv_rewrite_rules.h"
 #include "theory/bv/theory_bv_utils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -788,4 +788,4 @@ inline Node RewriteRule<RedandEliminate>::apply(TNode node)
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
index c6dcb9f1ea7de07d8a23930c688ede70282a50b7..2e99cc467ad8443b57f0ff57471c8c0bb1cee6a0 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/bv/theory_bv_utils.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -2257,4 +2257,4 @@ Node RewriteRule<MultSltMult>::apply(TNode node)
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 9b2d929ed0bd1dd94ffe781883814fbc92bc936b..142afbb3f54b212450c556c343211ab1dc0046c7 100644 (file)
@@ -25,9 +25,9 @@
 #include "theory/bv/theory_bv_rewriter.h"
 #include "theory/theory.h"
 
-using namespace CVC5;
-using namespace CVC5::theory;
-using namespace CVC5::theory::bv;
+using namespace cvc5;
+using namespace cvc5::theory;
+using namespace cvc5::theory::bv;
 
 TheoryBVRewriter::TheoryBVRewriter() { initializeRewrites(); }
 
index e6c42f117d8cbf3c4e3c0052b28977e5aa5e9f58..0be333ef04a320089d85c25e65dd9a6428220236 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "theory/theory_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -105,6 +105,6 @@ class TheoryBVRewriter : public TheoryRewriter
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BV__THEORY_BV_REWRITER_H */
index 54ed4579b4a4be875566f137349d7b2e170b622b..4de7eed6d69393a383420ab4e0625ad8e40e41b7 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef CVC4__THEORY__BV__THEORY_BV_TYPE_RULES_H
 #define CVC4__THEORY__BV__THEORY_BV_TYPE_RULES_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -450,6 +450,6 @@ class BitVectorAckermanizationUremTypeRule
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BV__THEORY_BV_TYPE_RULES_H */
index 4a68e3724b143d5b66ae433d06de62c2ba102c0d..c2a7f05b6b6c1aa56c06775d27ea5cfb4d4f4c94 100644 (file)
@@ -21,7 +21,7 @@
 #include "options/theory_options.h"
 #include "theory/theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 namespace utils {
@@ -511,4 +511,4 @@ Node eliminateInt2Bv(TNode node)
 }  // namespace utils
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 5795b5f144559f17148ab135772c949274b4008c..04258d441329cb2617a7e9d410d09cad4f47ec35 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "expr/node_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -226,4 +226,4 @@ Node eliminateInt2Bv(TNode node);
 }
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
index 31fe11715c92c92b5465b3059eb07703311fa5a0..826b61d6b6195d37f2a6cd03fcae1ca7813acb15 100644 (file)
@@ -26,7 +26,7 @@
 #include "util/bitvector.h"
 #include "util/integer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace bv {
 
@@ -61,6 +61,6 @@ public:
 
 }  // namespace bv
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__BV__TYPE_ENUMERATOR_H */
index 687378887182deba7807f59c13075aca75c8bc6d..c87cafcbd08ff7a5da6e640af13d253c8b5aba67 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/node.h"
 #include "theory/theory_id.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -60,6 +60,6 @@ struct CarePair {
 typedef std::set<CarePair> CareGraph;
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__CARE_GRAPH_H */
index df757c4a96d0f130106f15610cd9f19a14043ffb..4fab0c58003c9af5145edf63ebb0aa55b7554f65 100644 (file)
@@ -20,7 +20,7 @@
 #include "theory/model_manager.h"
 #include "theory/theory_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 CombinationCareGraph::CombinationCareGraph(
@@ -99,4 +99,4 @@ bool CombinationCareGraph::buildModel()
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a59fa154e26564e544a7687232ca08e2ec18b481..9d40ed05fe9d7d2b8fea382758b05d6bd27bcd21 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "theory/combination_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TheoryEngine;
 
@@ -47,6 +47,6 @@ class CombinationCareGraph : public CombinationEngine
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__COMBINATION_DISTRIBUTED__H */
index 639a7e2011b118a6695dd8037a5eeb5c0810190e..a5402633de6d9fb3a12d98380f03c3c4711fe0a8 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/shared_solver_distributed.h"
 #include "theory/theory_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 CombinationEngine::CombinationEngine(TheoryEngine& te,
@@ -118,4 +118,4 @@ void CombinationEngine::resetRound()
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 6798404e977c089d373a5e1b52c73b4ab1eb1f86..3fd74f630c487cab3034ac5c124d92543d87f2de 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/ee_manager.h"
 #include "theory/valuation.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TheoryEngine;
 
@@ -137,6 +137,6 @@ class CombinationEngine
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__COMBINATION_DISTRIBUTED__H */
index 18332a972c67037b92ff8a8c0dff9cc0e75287cd..0c190c776266f7bf28178612db6abc3e75d56c3d 100644 (file)
 #include "theory/datatypes/sygus_datatype_utils.h"
 #include "theory/datatypes/theory_datatypes_utils.h"
 
-using namespace CVC5;
-using namespace CVC5::kind;
+using namespace cvc5;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -796,4 +796,4 @@ Node DatatypesRewriter::replaceDebruijn(Node n,
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4126a505d040c0ea8242244330d41d2f76af6473..705fabdca9af2c03696b2f78e3170825fadd9855 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "theory/theory_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -144,6 +144,6 @@ class DatatypesRewriter : public TheoryRewriter
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__DATATYPES__DATATYPES_REWRITER_H */
index d87ff15a5278bb51ca6448defe1c0e89c482587a..e629ee2ff5297c7de54643ca59d1bacfcdb1f5d2 100644 (file)
@@ -20,9 +20,9 @@
 #include "theory/model_manager.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -275,4 +275,4 @@ std::string InferProofCons::identify() const
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 70fa8fad5ffc0df073384f33279e8dbcdfd1b7c2..362996f7674b6f388b321f7c0a4c5cb9dd1ee37d 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/proof_generator.h"
 #include "theory/datatypes/inference.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNodeManager;
 
@@ -95,6 +95,6 @@ class InferProofCons : public ProofGenerator
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__DATATYPES__INFER_PROOF_CONS_H */
index 9749d7a2df6e74ab1d23d5aad3cfaba518be65e7..2f598598ac68ca46b8c091ad3a91d341573f45f5 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/datatypes/inference_manager.h"
 #include "theory/theory.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -80,4 +80,4 @@ Node DatatypesInference::processFact(std::vector<Node>& exp,
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index bff56afdc29dffc8f3dee75ba1930dc1418dd6cb..d60fb26f06cf5db6ecc65ba02df649edd36678d3 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/theory_inference.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -69,6 +69,6 @@ class DatatypesInference : public SimpleTheoryInternalFact
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index f4a0f45d9151092632da0fe2b49f1bd6ac034596..51d9a27edea872c49174298626a021a7dc8a99df 100644 (file)
@@ -23,9 +23,9 @@
 #include "theory/theory_state.h"
 #include "theory/trust_substitutions.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -171,4 +171,4 @@ Node InferenceManager::prepareDtInference(Node conc,
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c7b20ec83a2ef0ed2a6ed00ac7d2ed5771c552f3..912b44477417195d682b07c78c1e78ddb2a59040 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/datatypes/infer_proof_cons.h"
 #include "theory/inference_manager_buffered.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class EagerProofGenerator;
@@ -109,6 +109,6 @@ class InferenceManager : public InferenceManagerBuffered
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 3fd59d9cba2d073cec1fda59dabe925e0ec00036..ab4c3bf6befa9b7db706f715ec41383f5ea92f32 100644 (file)
@@ -4,31 +4,31 @@
 # src/theory/builtin/kinds.
 #
 
-theory THEORY_DATATYPES ::CVC5::theory::datatypes::TheoryDatatypes "theory/datatypes/theory_datatypes.h"
+theory THEORY_DATATYPES ::cvc5::theory::datatypes::TheoryDatatypes "theory/datatypes/theory_datatypes.h"
 typechecker "theory/datatypes/theory_datatypes_type_rules.h"
 
 properties check parametric
 
-rewriter ::CVC5::theory::datatypes::DatatypesRewriter "theory/datatypes/datatypes_rewriter.h"
+rewriter ::cvc5::theory::datatypes::DatatypesRewriter "theory/datatypes/datatypes_rewriter.h"
 
 # constructor type has a list of selector types followed by a return type
 operator CONSTRUCTOR_TYPE 1: "constructor"
 cardinality CONSTRUCTOR_TYPE \
-    "::CVC5::theory::datatypes::ConstructorProperties::computeCardinality(%TYPE%)" \
+    "::cvc5::theory::datatypes::ConstructorProperties::computeCardinality(%TYPE%)" \
     "theory/datatypes/theory_datatypes_type_rules.h"
 
 # selector type has domain type and a range type
 operator SELECTOR_TYPE 2 "selector"
 # can re-use function cardinality
 cardinality SELECTOR_TYPE \
-    "::CVC5::theory::builtin::FunctionProperties::computeCardinality(%TYPE%)" \
+    "::cvc5::theory::builtin::FunctionProperties::computeCardinality(%TYPE%)" \
     "theory/builtin/theory_builtin_type_rules.h"
 
 # tester type has a constructor type
 operator TESTER_TYPE 1 "tester"
 # can re-use function cardinality
 cardinality TESTER_TYPE \
-    "::CVC5::theory::builtin::FunctionProperties::computeCardinality(%TYPE%)" \
+    "::cvc5::theory::builtin::FunctionProperties::computeCardinality(%TYPE%)" \
     "theory/builtin/theory_builtin_type_rules.h"
 
 parameterized APPLY_CONSTRUCTOR APPLY_TYPE_ASCRIPTION 0: "constructor application; first parameter is the constructor, remaining parameters (if any) are parameters to the constructor"
@@ -39,8 +39,8 @@ parameterized APPLY_SELECTOR_TOTAL [SELECTOR_TYPE] 1 "selector application; para
 parameterized APPLY_TESTER TESTER_TYPE 1 "tester application; first parameter is a tester, second is a datatype term"
 
 constant DATATYPE_TYPE \
-    ::CVC5::DatatypeIndexConstant \
-    "::CVC5::DatatypeIndexConstantHashFunction" \
+    ::cvc5::DatatypeIndexConstant \
+    "::cvc5::DatatypeIndexConstantHashFunction" \
     "expr/datatype_index.h" \
     "a datatype type index"
 cardinality DATATYPE_TYPE \
@@ -52,7 +52,7 @@ well-founded DATATYPE_TYPE \
     "expr/dtype.h"
 
 enumerator DATATYPE_TYPE \
-    "::CVC5::theory::datatypes::DatatypesEnumerator" \
+    "::cvc5::theory::datatypes::DatatypesEnumerator" \
     "theory/datatypes/type_enumerator.h"
 
 operator PARAMETRIC_DATATYPE 1: "parametric datatype"
@@ -65,59 +65,59 @@ well-founded PARAMETRIC_DATATYPE \
     "expr/dtype.h"
 
 enumerator PARAMETRIC_DATATYPE \
-    "::CVC5::theory::datatypes::DatatypesEnumerator" \
+    "::cvc5::theory::datatypes::DatatypesEnumerator" \
     "theory/datatypes/type_enumerator.h"
 
 parameterized APPLY_TYPE_ASCRIPTION ASCRIPTION_TYPE 1 \
     "type ascription, for datatype constructor applications; first parameter is an ASCRIPTION_TYPE, second is the datatype constructor application being ascribed"
 constant ASCRIPTION_TYPE \
-    ::CVC5::AscriptionType \
-    ::CVC5::AscriptionTypeHashFunction \
+    ::cvc5::AscriptionType \
+    ::cvc5::AscriptionTypeHashFunction \
     "expr/ascription_type.h" \
-    "a type parameter for type ascription; payload is an instance of the CVC5::AscriptionType class"
+    "a type parameter for type ascription; payload is an instance of the cvc5::AscriptionType class"
 
-typerule APPLY_CONSTRUCTOR ::CVC5::theory::datatypes::DatatypeConstructorTypeRule
-typerule APPLY_SELECTOR ::CVC5::theory::datatypes::DatatypeSelectorTypeRule
-typerule APPLY_SELECTOR_TOTAL ::CVC5::theory::datatypes::DatatypeSelectorTypeRule
-typerule APPLY_TESTER ::CVC5::theory::datatypes::DatatypeTesterTypeRule
-typerule APPLY_TYPE_ASCRIPTION ::CVC5::theory::datatypes::DatatypeAscriptionTypeRule
+typerule APPLY_CONSTRUCTOR ::cvc5::theory::datatypes::DatatypeConstructorTypeRule
+typerule APPLY_SELECTOR ::cvc5::theory::datatypes::DatatypeSelectorTypeRule
+typerule APPLY_SELECTOR_TOTAL ::cvc5::theory::datatypes::DatatypeSelectorTypeRule
+typerule APPLY_TESTER ::cvc5::theory::datatypes::DatatypeTesterTypeRule
+typerule APPLY_TYPE_ASCRIPTION ::cvc5::theory::datatypes::DatatypeAscriptionTypeRule
 
 # constructor applications are constant if they are applied only to constants
-construle APPLY_CONSTRUCTOR ::CVC5::theory::datatypes::DatatypeConstructorTypeRule
+construle APPLY_CONSTRUCTOR ::cvc5::theory::datatypes::DatatypeConstructorTypeRule
 
 constant TUPLE_UPDATE_OP \
-        ::CVC5::TupleUpdate \
-        ::CVC5::TupleUpdateHashFunction \
+        ::cvc5::TupleUpdate \
+        ::cvc5::TupleUpdateHashFunction \
         "util/tuple.h" \
-        "operator for a tuple update; payload is an instance of the CVC5::TupleUpdate class"
+        "operator for a tuple update; payload is an instance of the cvc5::TupleUpdate class"
 parameterized TUPLE_UPDATE TUPLE_UPDATE_OP 2 "tuple update; first parameter is a TUPLE_UPDATE_OP (which references an index), second is the tuple, third is the element to store in the tuple at the given index"
-typerule TUPLE_UPDATE_OP ::CVC5::theory::datatypes::TupleUpdateOpTypeRule
-typerule TUPLE_UPDATE ::CVC5::theory::datatypes::TupleUpdateTypeRule
+typerule TUPLE_UPDATE_OP ::cvc5::theory::datatypes::TupleUpdateOpTypeRule
+typerule TUPLE_UPDATE ::cvc5::theory::datatypes::TupleUpdateTypeRule
 
 constant RECORD_UPDATE_OP \
-        ::CVC5::RecordUpdate \
-        ::CVC5::RecordUpdateHashFunction \
+        ::cvc5::RecordUpdate \
+        ::cvc5::RecordUpdateHashFunction \
         "expr/record.h" \
-        "operator for a record update; payload is an instance CVC5::RecordUpdate class"
+        "operator for a record update; payload is an instance cvc5::RecordUpdate class"
 parameterized RECORD_UPDATE RECORD_UPDATE_OP 2 "record update; first parameter is a RECORD_UPDATE_OP (which references a field), second is a record term to update, third is the element to store in the record in the given field"
-typerule RECORD_UPDATE_OP ::CVC5::theory::datatypes::RecordUpdateOpTypeRule
-typerule RECORD_UPDATE ::CVC5::theory::datatypes::RecordUpdateTypeRule
+typerule RECORD_UPDATE_OP ::cvc5::theory::datatypes::RecordUpdateOpTypeRule
+typerule RECORD_UPDATE ::cvc5::theory::datatypes::RecordUpdateTypeRule
 
 
 operator DT_SIZE 1 "datatypes size"
-typerule DT_SIZE ::CVC5::theory::datatypes::DtSizeTypeRule
+typerule DT_SIZE ::cvc5::theory::datatypes::DtSizeTypeRule
 
 operator DT_HEIGHT_BOUND 2 "datatypes height bound"
-typerule DT_HEIGHT_BOUND ::CVC5::theory::datatypes::DtBoundTypeRule
+typerule DT_HEIGHT_BOUND ::cvc5::theory::datatypes::DtBoundTypeRule
 
 operator DT_SIZE_BOUND 2 "datatypes height bound"
-typerule DT_SIZE_BOUND ::CVC5::theory::datatypes::DtBoundTypeRule
+typerule DT_SIZE_BOUND ::cvc5::theory::datatypes::DtBoundTypeRule
 
 operator DT_SYGUS_BOUND 2 "datatypes sygus bound"
-typerule DT_SYGUS_BOUND ::CVC5::theory::datatypes::DtSygusBoundTypeRule
+typerule DT_SYGUS_BOUND ::cvc5::theory::datatypes::DtSygusBoundTypeRule
 
 operator DT_SYGUS_EVAL 1: "datatypes sygus evaluation function"
-typerule DT_SYGUS_EVAL ::CVC5::theory::datatypes::DtSyguEvalTypeRule
+typerule DT_SYGUS_EVAL ::cvc5::theory::datatypes::DtSyguEvalTypeRule
 
 
 # Kinds for match terms. For example, the match term
@@ -134,21 +134,21 @@ operator MATCH 2: "match construct"
 operator MATCH_CASE 2 "a match case"
 operator MATCH_BIND_CASE 3 "a match case with bound variables"
 
-typerule MATCH ::CVC5::theory::datatypes::MatchTypeRule
-typerule MATCH_CASE ::CVC5::theory::datatypes::MatchCaseTypeRule
-typerule MATCH_BIND_CASE ::CVC5::theory::datatypes::MatchBindCaseTypeRule
+typerule MATCH ::cvc5::theory::datatypes::MatchTypeRule
+typerule MATCH_CASE ::cvc5::theory::datatypes::MatchCaseTypeRule
+typerule MATCH_BIND_CASE ::cvc5::theory::datatypes::MatchBindCaseTypeRule
 
 
 constant TUPLE_PROJECT_OP \
-       ::CVC5::TupleProjectOp \
-       ::CVC5::TupleProjectOpHashFunction \
+       ::cvc5::TupleProjectOp \
+       ::cvc5::TupleProjectOpHashFunction \
        "theory/datatypes/tuple_project_op.h" \
-       "operator for TUPLE_PROJECT; payload is an instance of the CVC5::TupleProjectOp class"
+       "operator for TUPLE_PROJECT; payload is an instance of the cvc5::TupleProjectOp class"
 
 parameterized TUPLE_PROJECT TUPLE_PROJECT_OP 1 \
     "projects a tuple from an existing tuple using indices passed in TupleProjectOp"
 
 typerule TUPLE_PROJECT_OP  "SimpleTypeRule<RBuiltinOperator>"
-typerule TUPLE_PROJECT     ::CVC5::theory::datatypes::TupleProjectTypeRule
+typerule TUPLE_PROJECT     ::cvc5::theory::datatypes::TupleProjectTypeRule
 
 endtheory
index f55b45541e4c03c5cff2a0851de69d8982bf6bb8..06a94aa47be30bcfe1c172a974cf3f208f49a176 100644 (file)
@@ -18,7 +18,7 @@
 #include "theory/datatypes/theory_datatypes_utils.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -133,4 +133,4 @@ Node DatatypesProofRuleChecker::checkInternal(PfRule id,
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a66cac8d802bf7fd05f3f2f077a52e5a1cc4d7cb..a52bbafb04196f8ccaf8f029f751b18c819071dc 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/proof_checker.h"
 #include "expr/proof_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -44,6 +44,6 @@ class DatatypesProofRuleChecker : public ProofRuleChecker
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__DATATYPES__PROOF_CHECKER_H */
index 4f328619b284d280b190267a67a082e90382224a..114608e05c17a2fe46adedbef2a0f6277d438083 100644 (file)
 #include "theory/evaluator.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5;
-using namespace CVC5::kind;
+using namespace cvc5;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 namespace utils {
@@ -777,4 +777,4 @@ TypeNode substituteAndGeneralizeSygusType(TypeNode sdt,
 }  // namespace utils
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e1af9250b9bf30e756b7192dcb66848f2d1d8485..7aa308aea497c846a4e53c0c7fe737b48440e378 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/node_manager_attributes.h"
 #include "theory/datatypes/theory_datatypes_utils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 // ----------------------- sygus datatype attributes
@@ -237,6 +237,6 @@ TypeNode substituteAndGeneralizeSygusType(TypeNode sdt,
 }  // namespace utils
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index a53799baf248b5e73ba24d73fbdfd6166a455d5b..14c004bda1e5b157ecae6c8cd5428320f0fc8622 100644 (file)
 #include "theory/theory_model.h"
 #include "theory/theory_state.h"
 
-using namespace CVC5;
-using namespace CVC5::kind;
-using namespace CVC5::context;
-using namespace CVC5::theory;
-using namespace CVC5::theory::datatypes;
+using namespace cvc5;
+using namespace cvc5::kind;
+using namespace cvc5::context;
+using namespace cvc5::theory;
+using namespace cvc5::theory::datatypes;
 
 SygusExtension::SygusExtension(TheoryState& s,
                                InferenceManager& im,
index 7b49faa6dc45d0361bd04f98d75b32ad66176040..157929ee643f6f24adb0ae04c286ddf840d0d4cc 100644 (file)
@@ -29,7 +29,7 @@
 #include "theory/quantifiers/sygus_sampler.h"
 #include "theory/quantifiers/term_database.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 class SynthConjecture;
@@ -709,7 +709,7 @@ private:
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
 
index ed6357244d2ea1b2a731e625bc0abdfabed41803..81a9b74444b309d0ca292da80b1499628b7ad4bd 100644 (file)
@@ -18,9 +18,9 @@
 #include "theory/quantifiers/term_util.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -584,4 +584,4 @@ int SygusSimpleSymBreak::getFirstArgOccurrence(const DTypeConstructor& c,
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 5b5b816b7bc08a27fe637eec844aa4102f724ba9..be90aa9ff910c6ecc0349b1c5b514cdec4fa5c9c 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/dtype.h"
 #include "theory/quantifiers/sygus/term_database_sygus.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -98,6 +98,6 @@ class SygusSimpleSymBreak
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__DATATYPES__SIMPLE_SYM_BREAK_H */
index 48a2a8a9917d8c864b142d649bb63d62c856f2fd..9d231f07d58b31e347d0eadfb00d92f585111b69 100644 (file)
 #include "theory/valuation.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -2041,4 +2041,4 @@ std::pair<bool, Node> TheoryDatatypes::entailmentCheck(TNode lit)
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 03ea69fc4af93eb076608362fdb97d02db8b86df..34e865a50cd95d236a9340578c3585cfd44c4399 100644 (file)
@@ -35,7 +35,7 @@
 #include "theory/uf/equality_engine.h"
 #include "util/hash.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -314,6 +314,6 @@ private:
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__DATATYPES__THEORY_DATATYPES_H */
index 8084763b278bb1135f3fd0c879238c56152e2b82..68269b61c979a75af665421e36488a842884e1d1 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/type_matcher.h"
 #include "theory/datatypes/theory_datatypes_utils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -628,6 +628,6 @@ class TupleProjectTypeRule
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__DATATYPES__THEORY_DATATYPES_TYPE_RULES_H */
index 72c032e4ea46eceeb457f637bbb6b79ec919a496..a18b5fdb5778e7a74bbcf9ee9afb0a8297493369 100644 (file)
 #include "expr/dtype.h"
 #include "expr/dtype_cons.h"
 
-using namespace CVC5;
-using namespace CVC5::kind;
+using namespace cvc5;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 namespace utils {
@@ -207,4 +207,4 @@ bool checkClash(Node n1, Node n2, std::vector<Node>& rew)
 }  // namespace utils
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index be7f5d4af19eab42d5ccafb24e82d3b00a716fdc..c79364dab7ccd28e4d1cba156288b1c67d833349 100644 (file)
@@ -25,7 +25,7 @@
 #include "expr/node.h"
 #include "expr/node_manager_attributes.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 namespace utils {
@@ -97,6 +97,6 @@ bool checkClash(Node n1, Node n2, std::vector<Node>& rew);
 }  // namespace utils
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index ebc229eb49c6536a0dec4830154c6b043ec29173..0bab99d21fe9be1487308e2c3315d4b0bd5c7a47 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& out, const TupleProjectOp& op)
 {
@@ -53,4 +53,4 @@ bool TupleProjectOp::operator==(const TupleProjectOp& op) const
   return d_indices == op.d_indices;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 8272e7487c6af1e8e83ddd2cea377ecfb40288d7..9e9e2dad45040d09e5153ab128f23f6a395f5440 100644 (file)
@@ -20,7 +20,7 @@
 #include <ostream>
 #include <vector>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TypeNode;
 
@@ -53,6 +53,6 @@ struct TupleProjectOpHashFunction
   size_t operator()(const TupleProjectOp& op) const;
 }; /* struct TupleProjectOpHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__PROJECT_OP_H */
index 54b0423075f81aac7a2de22cd13c4545dad51ade..769446fd23c0a68fff0ffa77f499bf0111f31026 100644 (file)
@@ -19,7 +19,7 @@
 #include "theory/datatypes/datatypes_rewriter.h"
 #include "theory/datatypes/theory_datatypes_utils.h"
 
-using namespace CVC5;
+using namespace cvc5;
 using namespace theory;
 using namespace datatypes;
 
index 3d1264a8004448a99869dc97931c626668beb719..5d9a3a9b194a246c0d82584990f5af2aaa39d259 100644 (file)
@@ -25,7 +25,7 @@
 #include "options/quantifiers_options.h"
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace datatypes {
 
@@ -164,6 +164,6 @@ class DatatypesEnumerator : public TypeEnumeratorBase<DatatypesEnumerator> {
 
 }  // namespace datatypes
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__DATATYPES__TYPE_ENUMERATOR_H */
index 3abbb83e7ee73736ae9e1760d76eff8dbcc8b9d9..c249c9e89c6b3e7cd0951da709980d81f8ebbe5c 100644 (file)
@@ -17,9 +17,9 @@
 
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 DecisionManager::DecisionManager(context::Context* userContext)
@@ -107,4 +107,4 @@ Node DecisionManager::getNextDecisionRequest()
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c6e7a44a16d87395089a603d5732dae74cdbd721..910375370e6e1219bd24e34628fc8ecced23c6ed 100644 (file)
@@ -22,7 +22,7 @@
 #include "context/cdlist.h"
 #include "theory/decision_strategy.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** DecisionManager
@@ -141,6 +141,6 @@ class DecisionManager
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__DECISION_MANAGER__H */
index b8ef264dd35517c699caa7d4bedffaca50c7d552..0ce2372b27402f10f213255d3c42b364481bc2e1 100644 (file)
@@ -17,9 +17,9 @@
 
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 DecisionStrategyFmf::DecisionStrategyFmf(context::Context* satContext,
@@ -147,4 +147,4 @@ Node DecisionStrategySingleton::mkLiteral(unsigned n)
 Node DecisionStrategySingleton::getSingleLiteral() { return d_literal; }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e9d8b8bbc0877f986060d6a1e7425b760297ce64..9046dd6cec9bd279f1b385286f295286fe0558ae 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "theory/valuation.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -140,6 +140,6 @@ class DecisionStrategySingleton : public DecisionStrategyFmf
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__DECISION_STRATEGY__H */
index 1763969e6732bf48231d9215189bb28f47fa3030..112f7ea7b9b5c7f5165b0ccbcce6c27d92e97f59 100644 (file)
@@ -18,7 +18,7 @@
 #include "expr/proof_node.h"
 #include "expr/proof_node_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 EagerProofGenerator::EagerProofGenerator(ProofNodeManager* pnm,
@@ -154,4 +154,4 @@ TrustNode EagerProofGenerator::mkTrustNodeSplit(Node f)
 std::string EagerProofGenerator::identify() const { return d_name; }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 2c94d2074d4614d8a3b52f6d5cc686de0d15a3f4..5cc0fde35d8b06130c6b63e4ebc1a96ace319cc1 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/proof_rule.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNode;
 class ProofNodeManager;
@@ -193,6 +193,6 @@ class EagerProofGenerator : public ProofGenerator
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__PROOF_GENERATOR_H */
index d2254fc6c58298586362ca9e415714e1e89e1c70..ec08c86693a147fc19b85dda1a5d3a63bbe5db15 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 EqEngineManager::EqEngineManager(TheoryEngine& te, SharedSolver& shs)
@@ -47,4 +47,4 @@ eq::EqualityEngine* EqEngineManager::allocateEqualityEngine(EeSetupInfo& esi,
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index dd400c188405a1b6a24be23b35b82867321f9939..ad922bf809f446a53796856ecbb7e3b8d8fcc83a 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/theory.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TheoryEngine;
 
@@ -95,6 +95,6 @@ class EqEngineManager
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__EE_MANAGER__H */
index 289725e30cc8db01e17c9593db0712dcbd32682f..0619b58b389ee3c390e4c97d50a59bce8c2469ea 100644 (file)
@@ -19,7 +19,7 @@
 #include "theory/theory_engine.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 EqEngineManagerDistributed::EqEngineManagerDistributed(TheoryEngine& te,
@@ -115,4 +115,4 @@ void EqEngineManagerDistributed::MasterNotifyClass::eqNotifyNewClass(TNode t)
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index d7d6688fb7b680ff85c2526250a4292d12b5b937..48bbfd07350ff554f0525a608a573006b44fcf65 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "theory/ee_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 namespace eq {
@@ -97,6 +97,6 @@ class EqEngineManagerDistributed : public EqEngineManager
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__EE_MANAGER_DISTRIBUTED__H */
index 7859773f0753f9772d4d176448c4c7868165391e..b2167115a931bd83499406b5c091c297a3e03a87 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <string>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 namespace eq {
@@ -55,6 +55,6 @@ struct EeSetupInfo
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__EE_SETUP_INFO__H */
index 40d1d59d54ed0b7670afad24192984510dee23cb..0597bb3ea8e80dfde5dae22571c572664f56b163 100644 (file)
@@ -18,9 +18,9 @@
 #include "smt/smt_statistics_registry.h"
 #include "theory/theory_engine.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 EngineOutputChannel::Statistics::Statistics(theory::TheoryId theory)
@@ -188,4 +188,4 @@ void EngineOutputChannel::trustedLemma(TrustNode plem, LemmaProperty p)
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 115566bdc0127e88c9e225fc392b62d4cc48b2c6..8b497547bc7a7e632add85369c9737f15d3fa86c 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/theory_id.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TheoryEngine;
 
@@ -108,6 +108,6 @@ class EngineOutputChannel : public theory::OutputChannel
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__ENGINE_OUTPUT_CHANNEL_H */
index 758930859d16a08665a47255c5bb30e8504af86c..156e230938f85561768409c4d64ce8a2dc006477 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/theory.h"
 #include "util/integer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 EvalResult::EvalResult(const EvalResult& other)
@@ -952,4 +952,4 @@ Node Evaluator::reconstruct(
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index ee76c6210ac2c6d1c3497dd12597cf82239a8d82..ad6eedb0f89479383faa5763d27087fc54660c67 100644 (file)
@@ -30,7 +30,7 @@
 #include "util/rational.h"
 #include "util/string.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -159,6 +159,6 @@ class Evaluator
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__EVALUATOR_H */
index 2e39b2a3593d380ba408f854cb10dc0d00f0197c..80fafe92c37cd0ed2bb3c86e2898c6f8847e531f 100644 (file)
@@ -27,7 +27,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 bool ExtTheoryCallback::getCurrentSubstitution(
@@ -558,4 +558,4 @@ std::vector<Node> ExtTheory::getActive(Kind k) const
 void ExtTheory::clearCache() { d_gst_cache.clear(); }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 3d8df356c27abed72dbaffc06c61eaf0e19f1016..b44f2b85202a1f41cf03c8e6816b7ea1a95f8ff2 100644 (file)
@@ -41,7 +41,7 @@
 #include "context/context.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class OutputChannel;
@@ -302,6 +302,6 @@ class ExtTheory
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__EXT_THEORY_H */
index 879cd2988e76821ed1f9adc0b9bf1472150712bb..3b5a115c83f23a69e1f60dae11e9fa2788209c0e 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifdef CVC4_USE_SYMFPU
 namespace symfpu {
-using namespace ::CVC5::theory::fp::symfpuSymbolic;
+using namespace ::cvc5::theory::fp::symfpuSymbolic;
 
 #define CVC4_SYM_ITE_DFN(T)                                                \
   template <>                                                              \
@@ -51,65 +51,65 @@ using namespace ::CVC5::theory::fp::symfpuSymbolic;
                          const T& _l,                                      \
                          const T& _r)                                      \
     {                                                                      \
-      ::CVC5::NodeManager* nm = ::CVC5::NodeManager::currentNM();          \
+      ::cvc5::NodeManager* nm = ::cvc5::NodeManager::currentNM();          \
                                                                            \
-      ::CVC5::Node cond = _cond;                                           \
-      ::CVC5::Node l = _l;                                                 \
-      ::CVC5::Node r = _r;                                                 \
+      ::cvc5::Node cond = _cond;                                           \
+      ::cvc5::Node l = _l;                                                 \
+      ::cvc5::Node r = _r;                                                 \
                                                                            \
       /* Handle some common symfpu idioms */                               \
       if (cond.isConst())                                                  \
       {                                                                    \
-        return (cond == nm->mkConst(::CVC5::BitVector(1U, 1U))) ? l : r;   \
+        return (cond == nm->mkConst(::cvc5::BitVector(1U, 1U))) ? l : r;   \
       }                                                                    \
       else                                                                 \
       {                                                                    \
-        if (l.getKind() == ::CVC5::kind::BITVECTOR_ITE)                    \
+        if (l.getKind() == ::cvc5::kind::BITVECTOR_ITE)                    \
         {                                                                  \
           if (l[1] == r)                                                   \
           {                                                                \
             return nm->mkNode(                                             \
-                ::CVC5::kind::BITVECTOR_ITE,                               \
-                nm->mkNode(::CVC5::kind::BITVECTOR_AND,                    \
+                ::cvc5::kind::BITVECTOR_ITE,                               \
+                nm->mkNode(::cvc5::kind::BITVECTOR_AND,                    \
                            cond,                                           \
-                           nm->mkNode(::CVC5::kind::BITVECTOR_NOT, l[0])), \
+                           nm->mkNode(::cvc5::kind::BITVECTOR_NOT, l[0])), \
                 l[2],                                                      \
                 r);                                                        \
           }                                                                \
           else if (l[2] == r)                                              \
           {                                                                \
             return nm->mkNode(                                             \
-                ::CVC5::kind::BITVECTOR_ITE,                               \
-                nm->mkNode(::CVC5::kind::BITVECTOR_AND, cond, l[0]),       \
+                ::cvc5::kind::BITVECTOR_ITE,                               \
+                nm->mkNode(::cvc5::kind::BITVECTOR_AND, cond, l[0]),       \
                 l[1],                                                      \
                 r);                                                        \
           }                                                                \
         }                                                                  \
-        else if (r.getKind() == ::CVC5::kind::BITVECTOR_ITE)               \
+        else if (r.getKind() == ::cvc5::kind::BITVECTOR_ITE)               \
         {                                                                  \
           if (r[1] == l)                                                   \
           {                                                                \
             return nm->mkNode(                                             \
-                ::CVC5::kind::BITVECTOR_ITE,                               \
-                nm->mkNode(::CVC5::kind::BITVECTOR_AND,                    \
-                           nm->mkNode(::CVC5::kind::BITVECTOR_NOT, cond),  \
-                           nm->mkNode(::CVC5::kind::BITVECTOR_NOT, r[0])), \
+                ::cvc5::kind::BITVECTOR_ITE,                               \
+                nm->mkNode(::cvc5::kind::BITVECTOR_AND,                    \
+                           nm->mkNode(::cvc5::kind::BITVECTOR_NOT, cond),  \
+                           nm->mkNode(::cvc5::kind::BITVECTOR_NOT, r[0])), \
                 r[2],                                                      \
                 l);                                                        \
           }                                                                \
           else if (r[2] == l)                                              \
           {                                                                \
             return nm->mkNode(                                             \
-                ::CVC5::kind::BITVECTOR_ITE,                               \
-                nm->mkNode(::CVC5::kind::BITVECTOR_AND,                    \
-                           nm->mkNode(::CVC5::kind::BITVECTOR_NOT, cond),  \
+                ::cvc5::kind::BITVECTOR_ITE,                               \
+                nm->mkNode(::cvc5::kind::BITVECTOR_AND,                    \
+                           nm->mkNode(::cvc5::kind::BITVECTOR_NOT, cond),  \
                            r[0]),                                          \
                 r[1],                                                      \
                 l);                                                        \
           }                                                                \
         }                                                                  \
       }                                                                    \
-      return T(nm->mkNode(::CVC5::kind::BITVECTOR_ITE, cond, l, r));       \
+      return T(nm->mkNode(::cvc5::kind::BITVECTOR_ITE, cond, l, r));       \
     }                                                                      \
   }
 
@@ -148,7 +148,7 @@ void probabilityAnnotation<traits, traits::prop>(const traits::prop &p,
 #define SYMFPU_NUMBER_OF_ROUNDING_MODES 5
 #endif
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace fp {
 namespace symfpuSymbolic {
@@ -412,8 +412,8 @@ symbolicBitVector<true> symbolicBitVector<true>::maxValue(const bwt &w)
   symbolicBitVector<true> leadingZero(symbolicBitVector<true>::zero(1));
   symbolicBitVector<true> base(symbolicBitVector<true>::allOnes(w - 1));
 
-  return symbolicBitVector<true>(::CVC5::NodeManager::currentNM()->mkNode(
-      ::CVC5::kind::BITVECTOR_CONCAT, leadingZero, base));
+  return symbolicBitVector<true>(::cvc5::NodeManager::currentNM()->mkNode(
+      ::cvc5::kind::BITVECTOR_CONCAT, leadingZero, base));
 }
 
 template <>
@@ -428,8 +428,8 @@ symbolicBitVector<true> symbolicBitVector<true>::minValue(const bwt &w)
   symbolicBitVector<true> leadingOne(symbolicBitVector<true>::one(1));
   symbolicBitVector<true> base(symbolicBitVector<true>::zero(w - 1));
 
-  return symbolicBitVector<true>(::CVC5::NodeManager::currentNM()->mkNode(
-      ::CVC5::kind::BITVECTOR_CONCAT, leadingOne, base));
+  return symbolicBitVector<true>(::cvc5::NodeManager::currentNM()->mkNode(
+      ::cvc5::kind::BITVECTOR_CONCAT, leadingOne, base));
 }
 
 template <>
@@ -817,7 +817,7 @@ Node FpConverter::propToNode(const prop &p) const
 {
   NodeManager *nm = NodeManager::currentNM();
   Node value =
-      nm->mkNode(kind::EQUAL, p, nm->mkConst(::CVC5::BitVector(1U, 1U)));
+      nm->mkNode(kind::EQUAL, p, nm->mkConst(::cvc5::BitVector(1U, 1U)));
   return value;
 }
 Node FpConverter::ubvToNode(const ubv &u) const { return u; }
@@ -1739,4 +1739,4 @@ Node FpConverter::getValue(Valuation &val, TNode var)
 
 }  // namespace fp
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e952699a78688a1c533791c6399fe91d798d2370..f25ce0822a54904b87a7710f467f3340b3275e75 100644 (file)
@@ -45,7 +45,7 @@
 #include "theory/rewriter.h"
 #endif
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace fp {
 
@@ -97,7 +97,7 @@ class traits
 typedef traits::bwt bwt;
 
 /**
- * Wrap the CVC5::Node types so that we can debug issues with this back-end
+ * Wrap the cvc5::Node types so that we can debug issues with this back-end
  */
 class nodeWrapper : public Node
 {
@@ -352,6 +352,6 @@ class FpConverter
 
 }  // namespace fp
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__FP__THEORY_FP_H */
index 4a4d16b556be4391d1704b015d6393cfe65d19a5..d67738a63979a6e78e297babd648b5fc25aa650f 100644 (file)
@@ -4,9 +4,9 @@
 # src/theory/builtin/kinds.
 #
 
-theory THEORY_FP ::CVC5::theory::fp::TheoryFp "theory/fp/theory_fp.h"
+theory THEORY_FP ::cvc5::theory::fp::TheoryFp "theory/fp/theory_fp.h"
 typechecker "theory/fp/theory_fp_type_rules.h"
-rewriter ::CVC5::theory::fp::TheoryFpRewriter "theory/fp/theory_fp_rewriter.h"
+rewriter ::cvc5::theory::fp::TheoryFpRewriter "theory/fp/theory_fp_rewriter.h"
 
 properties check
 
@@ -14,19 +14,19 @@ properties check
 
 # constants...
 constant CONST_FLOATINGPOINT \
-    ::CVC5::FloatingPoint \
-    ::CVC5::FloatingPointHashFunction \
+    ::cvc5::FloatingPoint \
+    ::cvc5::FloatingPointHashFunction \
     "util/floatingpoint.h" \
     "a floating-point literal"
-typerule CONST_FLOATINGPOINT    ::CVC5::theory::fp::FloatingPointConstantTypeRule
+typerule CONST_FLOATINGPOINT    ::cvc5::theory::fp::FloatingPointConstantTypeRule
 
 
 constant CONST_ROUNDINGMODE \
-    ::CVC5::RoundingMode \
-    ::CVC5::RoundingModeHashFunction \
+    ::cvc5::RoundingMode \
+    ::cvc5::RoundingModeHashFunction \
     "util/floatingpoint.h" \
     "a floating-point rounding mode"    
-typerule CONST_ROUNDINGMODE    ::CVC5::theory::fp::RoundingModeConstantTypeRule
+typerule CONST_ROUNDINGMODE    ::cvc5::theory::fp::RoundingModeConstantTypeRule
 
 
 
@@ -39,272 +39,272 @@ sort ROUNDINGMODE_TYPE \
     "floating-point rounding mode"
 
 enumerator ROUNDINGMODE_TYPE \
-    "::CVC5::theory::fp::RoundingModeEnumerator" \
+    "::cvc5::theory::fp::RoundingModeEnumerator" \
     "theory/fp/type_enumerator.h"
 
 
 
 constant FLOATINGPOINT_TYPE \
-    ::CVC5::FloatingPointSize \
-    ::CVC5::FloatingPointSizeHashFunction \
+    ::cvc5::FloatingPointSize \
+    ::cvc5::FloatingPointSizeHashFunction \
     "util/floatingpoint.h" \
     "floating-point type"
 
 cardinality FLOATINGPOINT_TYPE \
-    "::CVC5::theory::fp::CardinalityComputer::computeCardinality(%TYPE%)" \
+    "::cvc5::theory::fp::CardinalityComputer::computeCardinality(%TYPE%)" \
     "theory/fp/theory_fp_type_rules.h"
 
 enumerator FLOATINGPOINT_TYPE \
-    "::CVC5::theory::fp::FloatingPointEnumerator" \
+    "::cvc5::theory::fp::FloatingPointEnumerator" \
     "theory/fp/type_enumerator.h"
 
 well-founded FLOATINGPOINT_TYPE \
     true \
-    "(*CVC5::theory::TypeEnumerator(%TYPE%))" \
+    "(*cvc5::theory::TypeEnumerator(%TYPE%))" \
     "theory/type_enumerator.h"
 
 
 
 # operators...
 operator FLOATINGPOINT_FP 3 "construct a floating-point literal from bit vectors"
-typerule FLOATINGPOINT_FP    ::CVC5::theory::fp::FloatingPointFPTypeRule
+typerule FLOATINGPOINT_FP    ::cvc5::theory::fp::FloatingPointFPTypeRule
 
 
 
 operator FLOATINGPOINT_EQ 2: "floating-point equality"
-typerule FLOATINGPOINT_EQ    ::CVC5::theory::fp::FloatingPointTestTypeRule
+typerule FLOATINGPOINT_EQ    ::cvc5::theory::fp::FloatingPointTestTypeRule
 
 operator FLOATINGPOINT_ABS 1 "floating-point absolute value"
-typerule FLOATINGPOINT_ABS   ::CVC5::theory::fp::FloatingPointOperationTypeRule
+typerule FLOATINGPOINT_ABS   ::cvc5::theory::fp::FloatingPointOperationTypeRule
 
 operator FLOATINGPOINT_NEG 1 "floating-point negation"
-typerule FLOATINGPOINT_NEG   ::CVC5::theory::fp::FloatingPointOperationTypeRule
+typerule FLOATINGPOINT_NEG   ::cvc5::theory::fp::FloatingPointOperationTypeRule
 
 operator FLOATINGPOINT_PLUS 3 "floating-point addition"
-typerule FLOATINGPOINT_PLUS   ::CVC5::theory::fp::FloatingPointRoundingOperationTypeRule
+typerule FLOATINGPOINT_PLUS   ::cvc5::theory::fp::FloatingPointRoundingOperationTypeRule
 
 operator FLOATINGPOINT_SUB 3 "floating-point sutraction"
-typerule FLOATINGPOINT_SUB   ::CVC5::theory::fp::FloatingPointRoundingOperationTypeRule
+typerule FLOATINGPOINT_SUB   ::cvc5::theory::fp::FloatingPointRoundingOperationTypeRule
 
 operator FLOATINGPOINT_MULT 3 "floating-point multiply"
-typerule FLOATINGPOINT_MULT   ::CVC5::theory::fp::FloatingPointRoundingOperationTypeRule
+typerule FLOATINGPOINT_MULT   ::cvc5::theory::fp::FloatingPointRoundingOperationTypeRule
 
 operator FLOATINGPOINT_DIV 3 "floating-point division"
-typerule FLOATINGPOINT_DIV   ::CVC5::theory::fp::FloatingPointRoundingOperationTypeRule
+typerule FLOATINGPOINT_DIV   ::cvc5::theory::fp::FloatingPointRoundingOperationTypeRule
 
 operator FLOATINGPOINT_FMA 4 "floating-point fused multiply and add"
-typerule FLOATINGPOINT_FMA   ::CVC5::theory::fp::FloatingPointRoundingOperationTypeRule
+typerule FLOATINGPOINT_FMA   ::cvc5::theory::fp::FloatingPointRoundingOperationTypeRule
 
 operator FLOATINGPOINT_SQRT 2 "floating-point square root"
-typerule FLOATINGPOINT_SQRT   ::CVC5::theory::fp::FloatingPointRoundingOperationTypeRule
+typerule FLOATINGPOINT_SQRT   ::cvc5::theory::fp::FloatingPointRoundingOperationTypeRule
 
 operator FLOATINGPOINT_REM 2 "floating-point remainder"
-typerule FLOATINGPOINT_REM   ::CVC5::theory::fp::FloatingPointOperationTypeRule
+typerule FLOATINGPOINT_REM   ::cvc5::theory::fp::FloatingPointOperationTypeRule
 
 operator FLOATINGPOINT_RTI 2 "floating-point round to integral"
-typerule FLOATINGPOINT_RTI   ::CVC5::theory::fp::FloatingPointRoundingOperationTypeRule
+typerule FLOATINGPOINT_RTI   ::cvc5::theory::fp::FloatingPointRoundingOperationTypeRule
 
 operator FLOATINGPOINT_MIN 2 "floating-point minimum"
-typerule FLOATINGPOINT_MIN   ::CVC5::theory::fp::FloatingPointOperationTypeRule
+typerule FLOATINGPOINT_MIN   ::cvc5::theory::fp::FloatingPointOperationTypeRule
 
 operator FLOATINGPOINT_MAX 2 "floating-point maximum"
-typerule FLOATINGPOINT_MAX   ::CVC5::theory::fp::FloatingPointOperationTypeRule
+typerule FLOATINGPOINT_MAX   ::cvc5::theory::fp::FloatingPointOperationTypeRule
 
 operator FLOATINGPOINT_MIN_TOTAL 3 "floating-point minimum (defined for all inputs)"
-typerule FLOATINGPOINT_MIN_TOTAL   ::CVC5::theory::fp::FloatingPointPartialOperationTypeRule
+typerule FLOATINGPOINT_MIN_TOTAL   ::cvc5::theory::fp::FloatingPointPartialOperationTypeRule
 
 operator FLOATINGPOINT_MAX_TOTAL 3 "floating-point maximum (defined for all inputs)"
-typerule FLOATINGPOINT_MAX_TOTAL   ::CVC5::theory::fp::FloatingPointPartialOperationTypeRule
+typerule FLOATINGPOINT_MAX_TOTAL   ::cvc5::theory::fp::FloatingPointPartialOperationTypeRule
 
 
 operator FLOATINGPOINT_LEQ 2: "floating-point less than or equal"
-typerule FLOATINGPOINT_LEQ   ::CVC5::theory::fp::FloatingPointTestTypeRule
+typerule FLOATINGPOINT_LEQ   ::cvc5::theory::fp::FloatingPointTestTypeRule
 
 operator FLOATINGPOINT_LT 2: "floating-point less than"
-typerule FLOATINGPOINT_LT   ::CVC5::theory::fp::FloatingPointTestTypeRule
+typerule FLOATINGPOINT_LT   ::cvc5::theory::fp::FloatingPointTestTypeRule
 
 operator FLOATINGPOINT_GEQ 2: "floating-point greater than or equal"
-typerule FLOATINGPOINT_GEQ   ::CVC5::theory::fp::FloatingPointTestTypeRule
+typerule FLOATINGPOINT_GEQ   ::cvc5::theory::fp::FloatingPointTestTypeRule
 
 operator FLOATINGPOINT_GT 2: "floating-point greater than"
-typerule FLOATINGPOINT_GT   ::CVC5::theory::fp::FloatingPointTestTypeRule
+typerule FLOATINGPOINT_GT   ::cvc5::theory::fp::FloatingPointTestTypeRule
 
 
 
 operator FLOATINGPOINT_ISN 1 "floating-point is normal"
-typerule FLOATINGPOINT_ISN   ::CVC5::theory::fp::FloatingPointTestTypeRule
+typerule FLOATINGPOINT_ISN   ::cvc5::theory::fp::FloatingPointTestTypeRule
 
 operator FLOATINGPOINT_ISSN 1 "floating-point is sub-normal"
-typerule FLOATINGPOINT_ISSN   ::CVC5::theory::fp::FloatingPointTestTypeRule
+typerule FLOATINGPOINT_ISSN   ::cvc5::theory::fp::FloatingPointTestTypeRule
 
 operator FLOATINGPOINT_ISZ 1 "floating-point is zero"
-typerule FLOATINGPOINT_ISZ   ::CVC5::theory::fp::FloatingPointTestTypeRule
+typerule FLOATINGPOINT_ISZ   ::cvc5::theory::fp::FloatingPointTestTypeRule
 
 operator FLOATINGPOINT_ISINF 1 "floating-point is infinite"
-typerule FLOATINGPOINT_ISINF   ::CVC5::theory::fp::FloatingPointTestTypeRule
+typerule FLOATINGPOINT_ISINF   ::cvc5::theory::fp::FloatingPointTestTypeRule
 
 operator FLOATINGPOINT_ISNAN 1 "floating-point is NaN"
-typerule FLOATINGPOINT_ISNAN   ::CVC5::theory::fp::FloatingPointTestTypeRule
+typerule FLOATINGPOINT_ISNAN   ::cvc5::theory::fp::FloatingPointTestTypeRule
 
 operator FLOATINGPOINT_ISNEG 1 "floating-point is negative"
-typerule FLOATINGPOINT_ISNEG   ::CVC5::theory::fp::FloatingPointTestTypeRule
+typerule FLOATINGPOINT_ISNEG   ::cvc5::theory::fp::FloatingPointTestTypeRule
 
 operator FLOATINGPOINT_ISPOS 1 "floating-point is positive"
-typerule FLOATINGPOINT_ISPOS   ::CVC5::theory::fp::FloatingPointTestTypeRule
+typerule FLOATINGPOINT_ISPOS   ::cvc5::theory::fp::FloatingPointTestTypeRule
 
 
 
 constant FLOATINGPOINT_TO_FP_IEEE_BITVECTOR_OP \
-    ::CVC5::FloatingPointToFPIEEEBitVector \
-    "::CVC5::FloatingPointConvertSortHashFunction<0x1>" \
+    ::cvc5::FloatingPointToFPIEEEBitVector \
+    "::cvc5::FloatingPointConvertSortHashFunction<0x1>" \
     "util/floatingpoint.h" \
     "operator for to_fp from bit vector"
-typerule FLOATINGPOINT_TO_FP_IEEE_BITVECTOR_OP ::CVC5::theory::fp::FloatingPointParametricOpTypeRule
+typerule FLOATINGPOINT_TO_FP_IEEE_BITVECTOR_OP ::cvc5::theory::fp::FloatingPointParametricOpTypeRule
 
 parameterized FLOATINGPOINT_TO_FP_IEEE_BITVECTOR FLOATINGPOINT_TO_FP_IEEE_BITVECTOR_OP 1 "convert an IEEE-754 bit vector to floating-point"
-typerule FLOATINGPOINT_TO_FP_IEEE_BITVECTOR   ::CVC5::theory::fp::FloatingPointToFPIEEEBitVectorTypeRule
+typerule FLOATINGPOINT_TO_FP_IEEE_BITVECTOR   ::cvc5::theory::fp::FloatingPointToFPIEEEBitVectorTypeRule
 
 
 
 constant FLOATINGPOINT_TO_FP_FLOATINGPOINT_OP \
-    ::CVC5::FloatingPointToFPFloatingPoint \
-    "::CVC5::FloatingPointConvertSortHashFunction<0x2>" \
+    ::cvc5::FloatingPointToFPFloatingPoint \
+    "::cvc5::FloatingPointConvertSortHashFunction<0x2>" \
     "util/floatingpoint.h" \
     "operator for to_fp from floating point"
-typerule FLOATINGPOINT_TO_FP_FLOATINGPOINT_OP ::CVC5::theory::fp::FloatingPointParametricOpTypeRule
+typerule FLOATINGPOINT_TO_FP_FLOATINGPOINT_OP ::cvc5::theory::fp::FloatingPointParametricOpTypeRule
 
 parameterized FLOATINGPOINT_TO_FP_FLOATINGPOINT FLOATINGPOINT_TO_FP_FLOATINGPOINT_OP 2 "convert between floating-point sorts"
-typerule FLOATINGPOINT_TO_FP_FLOATINGPOINT   ::CVC5::theory::fp::FloatingPointToFPFloatingPointTypeRule
+typerule FLOATINGPOINT_TO_FP_FLOATINGPOINT   ::cvc5::theory::fp::FloatingPointToFPFloatingPointTypeRule
 
 
 
 
 constant FLOATINGPOINT_TO_FP_REAL_OP \
-    ::CVC5::FloatingPointToFPReal \
-    "::CVC5::FloatingPointConvertSortHashFunction<0x4>" \
+    ::cvc5::FloatingPointToFPReal \
+    "::cvc5::FloatingPointConvertSortHashFunction<0x4>" \
     "util/floatingpoint.h" \
     "operator for to_fp from real"
-typerule FLOATINGPOINT_TO_FP_REAL_OP ::CVC5::theory::fp::FloatingPointParametricOpTypeRule
+typerule FLOATINGPOINT_TO_FP_REAL_OP ::cvc5::theory::fp::FloatingPointParametricOpTypeRule
 
 parameterized FLOATINGPOINT_TO_FP_REAL FLOATINGPOINT_TO_FP_REAL_OP 2 "convert a real to floating-point"
-typerule FLOATINGPOINT_TO_FP_REAL   ::CVC5::theory::fp::FloatingPointToFPRealTypeRule
+typerule FLOATINGPOINT_TO_FP_REAL   ::cvc5::theory::fp::FloatingPointToFPRealTypeRule
 
 
 
 constant FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR_OP \
-    ::CVC5::FloatingPointToFPSignedBitVector \
-    "::CVC5::FloatingPointConvertSortHashFunction<0x8>" \
+    ::cvc5::FloatingPointToFPSignedBitVector \
+    "::cvc5::FloatingPointConvertSortHashFunction<0x8>" \
     "util/floatingpoint.h" \
     "operator for to_fp from signed bit vector"
-typerule FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR_OP ::CVC5::theory::fp::FloatingPointParametricOpTypeRule
+typerule FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR_OP ::cvc5::theory::fp::FloatingPointParametricOpTypeRule
 
 parameterized FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR_OP 2 "convert a signed bit vector to floating-point"
-typerule FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR   ::CVC5::theory::fp::FloatingPointToFPSignedBitVectorTypeRule
+typerule FLOATINGPOINT_TO_FP_SIGNED_BITVECTOR   ::cvc5::theory::fp::FloatingPointToFPSignedBitVectorTypeRule
 
 
 
 constant FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR_OP \
-    ::CVC5::FloatingPointToFPUnsignedBitVector \
-    "::CVC5::FloatingPointConvertSortHashFunction<0x10>" \
+    ::cvc5::FloatingPointToFPUnsignedBitVector \
+    "::cvc5::FloatingPointConvertSortHashFunction<0x10>" \
     "util/floatingpoint.h" \
     "operator for to_fp from unsigned bit vector"
-typerule FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR_OP ::CVC5::theory::fp::FloatingPointParametricOpTypeRule
+typerule FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR_OP ::cvc5::theory::fp::FloatingPointParametricOpTypeRule
 
 
 parameterized FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR_OP 2 "convert an unsigned bit vector to floating-point"
-typerule FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR   ::CVC5::theory::fp::FloatingPointToFPUnsignedBitVectorTypeRule
+typerule FLOATINGPOINT_TO_FP_UNSIGNED_BITVECTOR   ::cvc5::theory::fp::FloatingPointToFPUnsignedBitVectorTypeRule
 
 
 
 constant FLOATINGPOINT_TO_FP_GENERIC_OP \
-    ::CVC5::FloatingPointToFPGeneric \
-    "::CVC5::FloatingPointConvertSortHashFunction<0x11>" \
+    ::cvc5::FloatingPointToFPGeneric \
+    "::cvc5::FloatingPointConvertSortHashFunction<0x11>" \
     "util/floatingpoint.h" \
     "operator for a generic to_fp"
-typerule FLOATINGPOINT_TO_FP_GENERIC_OP ::CVC5::theory::fp::FloatingPointParametricOpTypeRule
+typerule FLOATINGPOINT_TO_FP_GENERIC_OP ::cvc5::theory::fp::FloatingPointParametricOpTypeRule
 
 
 parameterized FLOATINGPOINT_TO_FP_GENERIC FLOATINGPOINT_TO_FP_GENERIC_OP 1:2 "a generic conversion to floating-point, used in parsing only"
-typerule FLOATINGPOINT_TO_FP_GENERIC   ::CVC5::theory::fp::FloatingPointToFPGenericTypeRule
+typerule FLOATINGPOINT_TO_FP_GENERIC   ::cvc5::theory::fp::FloatingPointToFPGenericTypeRule
 
 
 
 
 
 constant FLOATINGPOINT_TO_UBV_OP \
-    ::CVC5::FloatingPointToUBV \
-    "::CVC5::FloatingPointToBVHashFunction<0x1>" \
+    ::cvc5::FloatingPointToUBV \
+    "::cvc5::FloatingPointToBVHashFunction<0x1>" \
     "util/floatingpoint.h" \
     "operator for to_ubv"
-typerule FLOATINGPOINT_TO_UBV_OP ::CVC5::theory::fp::FloatingPointParametricOpTypeRule
+typerule FLOATINGPOINT_TO_UBV_OP ::cvc5::theory::fp::FloatingPointParametricOpTypeRule
 
 parameterized FLOATINGPOINT_TO_UBV FLOATINGPOINT_TO_UBV_OP 2 "convert a floating-point value to an unsigned bit vector"
-typerule FLOATINGPOINT_TO_UBV   ::CVC5::theory::fp::FloatingPointToUBVTypeRule
+typerule FLOATINGPOINT_TO_UBV   ::cvc5::theory::fp::FloatingPointToUBVTypeRule
 
 
 constant FLOATINGPOINT_TO_UBV_TOTAL_OP \
-    ::CVC5::FloatingPointToUBVTotal \
-    "::CVC5::FloatingPointToBVHashFunction<0x4>" \
+    ::cvc5::FloatingPointToUBVTotal \
+    "::cvc5::FloatingPointToBVHashFunction<0x4>" \
     "util/floatingpoint.h" \
     "operator for to_ubv_total"
-typerule FLOATINGPOINT_TO_UBV_TOTAL_OP ::CVC5::theory::fp::FloatingPointParametricOpTypeRule
+typerule FLOATINGPOINT_TO_UBV_TOTAL_OP ::cvc5::theory::fp::FloatingPointParametricOpTypeRule
 
 parameterized FLOATINGPOINT_TO_UBV_TOTAL FLOATINGPOINT_TO_UBV_TOTAL_OP 3 "convert a floating-point value to an unsigned bit vector (defined for all inputs)"
-typerule FLOATINGPOINT_TO_UBV_TOTAL   ::CVC5::theory::fp::FloatingPointToUBVTotalTypeRule
+typerule FLOATINGPOINT_TO_UBV_TOTAL   ::cvc5::theory::fp::FloatingPointToUBVTotalTypeRule
 
 
 
 constant FLOATINGPOINT_TO_SBV_OP \
-    ::CVC5::FloatingPointToSBV \
-    "::CVC5::FloatingPointToBVHashFunction<0x2>" \
+    ::cvc5::FloatingPointToSBV \
+    "::cvc5::FloatingPointToBVHashFunction<0x2>" \
     "util/floatingpoint.h" \
     "operator for to_sbv"
-typerule FLOATINGPOINT_TO_SBV_OP ::CVC5::theory::fp::FloatingPointParametricOpTypeRule
+typerule FLOATINGPOINT_TO_SBV_OP ::cvc5::theory::fp::FloatingPointParametricOpTypeRule
 
 parameterized FLOATINGPOINT_TO_SBV FLOATINGPOINT_TO_SBV_OP 2 "convert a floating-point value to a signed bit vector"
-typerule FLOATINGPOINT_TO_SBV   ::CVC5::theory::fp::FloatingPointToSBVTypeRule
+typerule FLOATINGPOINT_TO_SBV   ::cvc5::theory::fp::FloatingPointToSBVTypeRule
 
 
 constant FLOATINGPOINT_TO_SBV_TOTAL_OP \
-    ::CVC5::FloatingPointToSBVTotal \
-    "::CVC5::FloatingPointToBVHashFunction<0x8>" \
+    ::cvc5::FloatingPointToSBVTotal \
+    "::cvc5::FloatingPointToBVHashFunction<0x8>" \
     "util/floatingpoint.h" \
     "operator for to_sbv_total"
-typerule FLOATINGPOINT_TO_SBV_TOTAL_OP ::CVC5::theory::fp::FloatingPointParametricOpTypeRule
+typerule FLOATINGPOINT_TO_SBV_TOTAL_OP ::cvc5::theory::fp::FloatingPointParametricOpTypeRule
 
 parameterized FLOATINGPOINT_TO_SBV_TOTAL FLOATINGPOINT_TO_SBV_TOTAL_OP 3 "convert a floating-point value to a signed bit vector (defined for all inputs)"
-typerule FLOATINGPOINT_TO_SBV_TOTAL   ::CVC5::theory::fp::FloatingPointToSBVTotalTypeRule
+typerule FLOATINGPOINT_TO_SBV_TOTAL   ::cvc5::theory::fp::FloatingPointToSBVTotalTypeRule
 
 
 operator FLOATINGPOINT_TO_REAL 1 "floating-point to real"
-typerule FLOATINGPOINT_TO_REAL   ::CVC5::theory::fp::FloatingPointToRealTypeRule
+typerule FLOATINGPOINT_TO_REAL   ::cvc5::theory::fp::FloatingPointToRealTypeRule
 
 operator FLOATINGPOINT_TO_REAL_TOTAL 2 "floating-point to real (defined for all inputs)"
-typerule FLOATINGPOINT_TO_REAL_TOTAL   ::CVC5::theory::fp::FloatingPointToRealTotalTypeRule
+typerule FLOATINGPOINT_TO_REAL_TOTAL   ::cvc5::theory::fp::FloatingPointToRealTotalTypeRule
 
 
 
 operator FLOATINGPOINT_COMPONENT_NAN 1 "NaN component of a word-blasted floating-point number"
-typerule FLOATINGPOINT_COMPONENT_NAN   ::CVC5::theory::fp::FloatingPointComponentBit
+typerule FLOATINGPOINT_COMPONENT_NAN   ::cvc5::theory::fp::FloatingPointComponentBit
 
 operator FLOATINGPOINT_COMPONENT_INF 1 "Inf component of a word-blasted floating-point number"
-typerule FLOATINGPOINT_COMPONENT_INF   ::CVC5::theory::fp::FloatingPointComponentBit
+typerule FLOATINGPOINT_COMPONENT_INF   ::cvc5::theory::fp::FloatingPointComponentBit
 
 operator FLOATINGPOINT_COMPONENT_ZERO 1 "Zero component of a word-blasted floating-point number"
-typerule FLOATINGPOINT_COMPONENT_ZERO   ::CVC5::theory::fp::FloatingPointComponentBit
+typerule FLOATINGPOINT_COMPONENT_ZERO   ::cvc5::theory::fp::FloatingPointComponentBit
 
 operator FLOATINGPOINT_COMPONENT_SIGN 1 "Sign component of a word-blasted floating-point number"
-typerule FLOATINGPOINT_COMPONENT_SIGN   ::CVC5::theory::fp::FloatingPointComponentBit
+typerule FLOATINGPOINT_COMPONENT_SIGN   ::cvc5::theory::fp::FloatingPointComponentBit
 
 operator FLOATINGPOINT_COMPONENT_EXPONENT 1 "Exponent component of a word-blasted floating-point number"
-typerule FLOATINGPOINT_COMPONENT_EXPONENT   ::CVC5::theory::fp::FloatingPointComponentExponent
+typerule FLOATINGPOINT_COMPONENT_EXPONENT   ::cvc5::theory::fp::FloatingPointComponentExponent
 
 operator FLOATINGPOINT_COMPONENT_SIGNIFICAND 1 "Significand component of a word-blasted floating-point number"
-typerule FLOATINGPOINT_COMPONENT_SIGNIFICAND   ::CVC5::theory::fp::FloatingPointComponentSignificand
+typerule FLOATINGPOINT_COMPONENT_SIGNIFICAND   ::cvc5::theory::fp::FloatingPointComponentSignificand
 
 
 operator ROUNDINGMODE_BITBLAST 1 "The bit-vector for a non-deterministic rounding mode"
-typerule ROUNDINGMODE_BITBLAST    ::CVC5::theory::fp::RoundingModeBitBlast
+typerule ROUNDINGMODE_BITBLAST    ::cvc5::theory::fp::RoundingModeBitBlast
 
 
 endtheory
index ea9ea902c44150ca252dba9e4be5601fb5c3db71..38444c7afa87ad90872fe7284e6f5d2589ffc04c 100644 (file)
@@ -33,7 +33,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace fp {
 
@@ -774,7 +774,7 @@ void TheoryFp::convertAndEquateTerm(TNode node) {
     NodeManager *nm = NodeManager::currentNM();
 
     handleLemma(
-        nm->mkNode(kind::EQUAL, addA, nm->mkConst(::CVC5::BitVector(1U, 1U))));
+        nm->mkNode(kind::EQUAL, addA, nm->mkConst(::cvc5::BitVector(1U, 1U))));
 #endif
 
     ++oldAdditionalAssertions;
@@ -795,7 +795,7 @@ void TheoryFp::convertAndEquateTerm(TNode node) {
           kind::EQUAL,
           node,
           nm->mkNode(
-              kind::EQUAL, converted, nm->mkConst(::CVC5::BitVector(1U, 1U)))));
+              kind::EQUAL, converted, nm->mkConst(::cvc5::BitVector(1U, 1U)))));
 #endif
 
     } else {
@@ -1157,4 +1157,4 @@ void TheoryFp::NotifyClass::eqNotifyConstantTermMerge(TNode t1, TNode t2) {
 
 }  // namespace fp
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 2607a33c6ff78d4661ef6b66b604e316d951e6d3..87c63a23184a592ad2339c392a6d96cbe194dbb8 100644 (file)
@@ -31,7 +31,7 @@
 #include "theory/theory_state.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace fp {
 
@@ -189,6 +189,6 @@ class TheoryFp : public Theory
 
 }  // namespace fp
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__FP__THEORY_FP_H */
index 65e27fc48ab794a64f13b90f92be31e713beee91..d84c553de4bf87439e025873f3d3553617ca07c2 100644 (file)
@@ -37,7 +37,7 @@
 #include "theory/fp/fp_converter.h"
 #include "theory/fp/theory_fp_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace fp {
 
@@ -1421,4 +1421,4 @@ TheoryFpRewriter::TheoryFpRewriter()
 
   }  // namespace fp
   }  // namespace theory
-  }  // namespace CVC5
+  }  // namespace cvc5
index bfdf90d44c58046618c0e7f7533b715037896bcd..52d22f3d3229677027ed1c374ebcaf2ec02d728b 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "theory/theory_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace fp {
 
@@ -53,6 +53,6 @@ class TheoryFpRewriter : public TheoryRewriter
 
 }  // namespace fp
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__FP__THEORY_FP_REWRITER_H */
index 6b87f8af3c43f4c96f6bfaf0f0ab17464ae71ed8..d7060ad986873931e93cbac0174a2a730fe07081 100644 (file)
@@ -18,7 +18,7 @@
 #include "theory/theory.h"
 #include "util/roundingmode.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace fp {
 
@@ -812,4 +812,4 @@ Cardinality CardinalityComputer::computeCardinality(TypeNode type)
 
 }  // namespace fp
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 632ae660d66d3ab60c06b6de2ef07223f851d0ab..0002b2abf35824ff546ff8380e9e65ef5952cc2f 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class NodeManager;
 
@@ -229,6 +229,6 @@ class CardinalityComputer
 
 }  // namespace fp
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 535ed7c694fb7e1918fb0752144e8ac9a9813954..73946ce5a90a66e8beb569aaff0d5900d584c600 100644 (file)
@@ -26,7 +26,7 @@
 #include "util/bitvector.h"
 #include "util/floatingpoint.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace fp {
 
@@ -120,6 +120,6 @@ class RoundingModeEnumerator
 
 }  // namespace fp
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__FP__TYPE_ENUMERATOR_H */
index f96a9e244662f833cf5b82bd91dfcca60039cb27..8b35f5645ab9b45ec0d5da5acc39f7d6fb18d728 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <iostream>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 const char* toString(InferenceId i)
@@ -357,4 +357,4 @@ std::ostream& operator<<(std::ostream& out, InferenceId i)
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index aa34d45ae661ff384ed21c951712de6cdbb824b1..89957ded6287a0433170fdf280d04c9e72ceae69 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef CVC4__THEORY__INFERENCE_ID_H
 #define CVC4__THEORY__INFERENCE_ID_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** Types of inferences used in the procedure
@@ -752,6 +752,6 @@ const char* toString(InferenceId i);
 std::ostream& operator<<(std::ostream& out, InferenceId i);
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__INFERENCE_H */
index 26434f8025dda981b1035753c4383810a1332658..023098fe1acf7ffaa199489daffcf313f193ce85 100644 (file)
@@ -18,9 +18,9 @@
 #include "theory/theory.h"
 #include "theory/theory_state.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 InferenceManagerBuffered::InferenceManagerBuffered(Theory& t,
@@ -187,4 +187,4 @@ void InferenceManagerBuffered::assertInternalFactTheoryInference(
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 77ed1329ac1d754b29c6a62de8b17b3ce8f549be..b5888efd63956c2aaf8f085e8ecc54dcdcfd11fb 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/theory_inference.h"
 #include "theory/theory_inference_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -174,6 +174,6 @@ class InferenceManagerBuffered : public TheoryInferenceManager
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 75c8f93a5690e515fff7c1d80519412832d30a1d..c928f2fafe8f219500b1c564ffdf88bdc7e2a8fd 100644 (file)
@@ -15,7 +15,7 @@
  ** An exception signaling that a Theory should immediately stop
  ** performing processing and relinquish control to its caller (e.g.,
  ** in a parallel environment).  A Theory might be interrupted if it
- ** calls into its CVC5::theory::OutputChannel, and it should only
+ ** calls into its cvc5::theory::OutputChannel, and it should only
  ** catch this exception to perform emergency repair of any invariants
  ** it must re-establish.  Further, if this exception is caught by a
  ** Theory, the Theory should rethrow the same exception (via "throw;"
 
 #include "base/exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
-class Interrupted : public CVC5::Exception
+class Interrupted : public cvc5::Exception
 {
 }; /* class Interrupted */
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__INTERRUPTED_H */
index 0a466fec4c53d417dfd13847690b204ef10e0f5c..aad3dd28abbb4495c7a36848adb11fb1f07694ab 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/proof_node.h"
 #include "expr/proof_node_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 LazyTreeProofGenerator::LazyTreeProofGenerator(ProofNodeManager* pnm,
@@ -142,4 +142,4 @@ std::ostream& operator<<(std::ostream& os, const LazyTreeProofGenerator& ltpg)
 }
 
 }  // namespace theory
-}  // namespace CVC5
\ No newline at end of file
+}  // namespace cvc5
\ No newline at end of file
index 3c02380c100836b5caf424666251b6b0ed457291..ef235ff1a8c098c906a8bb206248bd19d6279220 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/proof_generator.h"
 #include "expr/proof_node_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace detail {
 /**
@@ -217,6 +217,6 @@ class LazyTreeProofGenerator : public ProofGenerator
 std::ostream& operator<<(std::ostream& os, const LazyTreeProofGenerator& ltpg);
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 841ec097edbd23c9abac502a37ce23514813a558..6863a283308c0a086aa5d37450f072d8983d3121 100644 (file)
@@ -27,9 +27,9 @@
 #include "expr/kind.h"
 
 using namespace std;
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 
 LogicInfo::LogicInfo()
     : d_logicString(""),
@@ -725,4 +725,4 @@ std::ostream& operator<<(std::ostream& out, const LogicInfo& logic) {
   return out << logic.getLogicString();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index fb23f4f2d1a13276d2b32d3f85573efa76830013..c4221040ba70dc80736cdd889dc67f28115fd95b 100644 (file)
@@ -27,7 +27,7 @@
 #include "cvc4_export.h"
 #include "theory/theory_id.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * A LogicInfo instance describes a collection of theory modules and some
@@ -291,6 +291,6 @@ public:
 
 std::ostream& operator<<(std::ostream& out, const LogicInfo& logic);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__LOGIC_INFO_H */
index 9fa3c64c8a2e35d1d37df56736b2bc019d109b5c..c447350ddb25e47a7b4acf8948d9f3dffcc56327 100755 (executable)
@@ -73,9 +73,9 @@ function theory {
     echo "$kf:$lineno: error: \"theory\" directive missing class or header argument" >&2
     exit 1
   elif ! expr "$2" : '\(::*\)' >/dev/null; then
-    echo "$kf:$lineno: warning: theory class \`$2' isn't fully-qualified (e.g., ::CVC5::theory::foo)" >&2
-  elif ! expr "$2" : '\(::CVC5::theory::*\)' >/dev/null; then
-    echo "$kf:$lineno: warning: theory class not under ::CVC5::theory namespace" >&2
+    echo "$kf:$lineno: warning: theory class \`$2' isn't fully-qualified (e.g., ::cvc5::theory::foo)" >&2
+  elif ! expr "$2" : '\(::cvc5::theory::*\)' >/dev/null; then
+    echo "$kf:$lineno: warning: theory class not under ::cvc5::theory namespace" >&2
   fi
 
   theory_id="$1"
index b2c6e1ef2bdd161d78f449f4a89c8004771c17d9..b303c3b4bd28cdd95fbe1606dbbf311ca17465b7 100755 (executable)
@@ -92,9 +92,9 @@ function theory {
     echo "$kf:$lineno: error: \"theory\" directive missing class or header argument" >&2
     exit 1
   elif ! expr "$2" : '\(::*\)' >/dev/null; then
-    echo "$kf:$lineno: warning: theory class \`$2' isn't fully-qualified (e.g., ::CVC5::theory::foo)" >&2
-  elif ! expr "$2" : '\(::CVC5::theory::*\)' >/dev/null; then
-    echo "$kf:$lineno: warning: theory class not under ::CVC5::theory namespace" >&2
+    echo "$kf:$lineno: warning: theory class \`$2' isn't fully-qualified (e.g., ::cvc5::theory::foo)" >&2
+  elif ! expr "$2" : '\(::cvc5::theory::*\)' >/dev/null; then
+    echo "$kf:$lineno: warning: theory class not under ::cvc5::theory namespace" >&2
   fi
 
   theory_id="$1"
index 8ca7a2c48d206a436de9cbad9a68d7de0f66b480..3a8d7ab0e7b224d3b2b64a0cf538534409a29141 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/quantifiers/fmf/model_builder.h"
 #include "theory/theory_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 ModelManager::ModelManager(TheoryEngine& te, EqEngineManager& eem)
@@ -239,4 +239,4 @@ void ModelManager::collectTerms(TheoryId tid,
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4f4d06a430cf4a5e4e00e1e51246849bc834bd85..db3ea4ecfed859e5acc2bcd7df357beb55dcf956 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/ee_manager.h"
 #include "theory/logic_info.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TheoryEngine;
 
@@ -152,6 +152,6 @@ class ModelManager
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__MODEL_MANAGER__H */
index 3b9c1aad481a7bf9c6d0ca9a9b1907dca826204b..61279ee1104dc940b203a011364e6ae394590b3d 100644 (file)
@@ -18,7 +18,7 @@
 #include "theory/theory_model.h"
 #include "theory/theory_model_builder.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 ModelManagerDistributed::ModelManagerDistributed(TheoryEngine& te,
@@ -114,4 +114,4 @@ bool ModelManagerDistributed::finishBuildModel() const
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index dd7cf2b7866979ff87e1d1a815d2cd093fb51791..04c1462781d73688d51f15f43d5ff9763562a100 100644 (file)
@@ -20,7 +20,7 @@
 #include "theory/ee_manager.h"
 #include "theory/model_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TheoryEngine;
 
@@ -56,6 +56,6 @@ class ModelManagerDistributed : public ModelManager
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__MODEL_MANAGER_DISTRIBUTED__H */
index 0fd475563dc556243aacefb14c36b78a46495e28..8f8898ce30ca04529703dcbd8ba6a83a8cca7479 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "theory/output_channel.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 LemmaProperty operator|(LemmaProperty lhs, LemmaProperty rhs)
@@ -91,4 +91,4 @@ void OutputChannel::trustedLemma(TrustNode lem, LemmaProperty p)
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 16fc5a48361a1237775e67907a1203517d61ef0d..b86a4d647366f69d125a1a9a005b4ca1142df33b 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/trust_node.h"
 #include "util/resource_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** Properties of lemmas */
@@ -66,7 +66,7 @@ class Theory;
 /**
  * Generic "theory output channel" interface.
  *
- * All methods can throw unrecoverable CVC5::Exception's unless otherwise
+ * All methods can throw unrecoverable cvc5::Exception's unless otherwise
  * documented.
  */
 class OutputChannel {
@@ -199,6 +199,6 @@ class OutputChannel {
 }; /* class OutputChannel */
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__OUTPUT_CHANNEL_H */
index eb977960b4994fc3e7b99eb2b0812baccb6fe84b..3832508ddc849c1030e6e5e2b5ba2d02f13d3bb1 100644 (file)
@@ -15,9 +15,9 @@
 
 #include "theory/quantifiers/alpha_equivalence.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -110,4 +110,4 @@ Node AlphaEquivalence::reduceQuantifier(Node q)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 822b674e202d1d116e84c27aea44627128fe3964..03047c93b422a66e1521e1548bbf123c59ee7ec5 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/term_canonize.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -101,6 +101,6 @@ class AlphaEquivalence
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index c4bd2c0836719c949f566e90319eb0ef8d91d9fc..014e4692539da24307dcecc9f8d843fa221831dc 100644 (file)
@@ -22,9 +22,9 @@
 #include "theory/quantifiers/term_util.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -442,4 +442,4 @@ Node BvInverter::solveBvLit(Node sv,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c033b26d714beeb48680a12916726d94b748bd58..a187cd36a5f4ebc7864a1a8d4ff5735dcc2cc04e 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -128,6 +128,6 @@ class BvInverter
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__BV_INVERTER_H */
index 459c3f93f362eab82036002b23e622484dfc97ca..e53e64a94da8524bb85fccac2ab12543f562dfdb 100644 (file)
@@ -15,9 +15,9 @@
 #include "theory/quantifiers/bv_inverter_utils.h"
 #include "theory/bv/theory_bv_utils.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace utils {
@@ -2589,4 +2589,4 @@ Node getICBvSext(bool pol, Kind litk, unsigned idx, Node x, Node sv_t, Node t)
 }  // namespace utils
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c6400bd605c8a8a6897e1cd881bdf42a42e620bc..823855d1befb628a23481202b496d6c707a8f9e1 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace utils {
@@ -68,5 +68,5 @@ Node getICBvSext(bool pol, Kind litk, unsigned idx, Node x, Node sv_t, Node t);
 }  // namespace utils
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 #endif
index 1319e5c388724ee62cdc363b198feb35c4c04fe9..526469ef2b39dbe31440dad3dd635a10b8e84371 100644 (file)
 #include "theory/rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -296,4 +296,4 @@ void CandidateRewriteDatabase::setExtendedRewriter(ExtendedRewriter* er)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 396ef0d039d0cdad45b8fec231cf575f1c943688..45333bc763f38c175cfa6f8fd5f60390095e3be7 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/quantifiers/expr_miner.h"
 #include "theory/quantifiers/sygus_sampler.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -128,6 +128,6 @@ class CandidateRewriteDatabase : public ExprMiner
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__CANDIDATE_REWRITE_DATABASE_H */
index 0ab85ccf7fc846c5b9e449628090ec0706711873..7ada36dc2815c08d0961240294ea5c6f423d5332 100644 (file)
@@ -20,9 +20,9 @@
 #include "options/quantifiers_options.h"
 #include "printer/printer.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -277,4 +277,4 @@ bool CandidateRewriteFilter::notify(Node s,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index faf675bcbfe44760671cc9023123d604e5a5ba56..aa31c7845a12b4650569ab6c91ca66a5f3c1212a 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/quantifiers/sygus/term_database_sygus.h"
 #include "theory/quantifiers/sygus_sampler.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -171,6 +171,6 @@ class CandidateRewriteFilter
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__CANDIDATE_REWRITE_FILTER_H */
index 29881a3a4bbb8ca1f7430c5ba29afc247f29460a..2a7a95b652faa1e4c0260dfba0eb77768f6c27f6 100644 (file)
 #include "util/random.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -1036,4 +1036,4 @@ Node ArithInstantiator::getModelBasedProjectionValue(CegInstantiator* ci,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e6cfa31c6e9d71300886bd9c1e27af37105a2a59..a81f5f180b2e8eacca5feb3de698a78c3d5d8fc3 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/quantifiers/cegqi/ceg_instantiator.h"
 #include "theory/quantifiers/cegqi/vts_term_cache.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -209,6 +209,6 @@ class ArithInstantiator : public Instantiator
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__CEG_ARITH_INSTANTIATOR_H */
index 2c163421ebee7c8bb1ec7c9398c57960be2e11e0..bdd6d26ab1d9873def2075bb636f4ffb4ab4770d 100644 (file)
@@ -23,9 +23,9 @@
 #include "util/random.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -759,4 +759,4 @@ void BvInstantiatorPreprocess::collectExtracts(
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4bfda133ef1e53ce813644aecad082aa56c98174..9914428ef263262a629bb93de33c4a2e20f1ad1b 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/quantifiers/bv_inverter.h"
 #include "theory/quantifiers/cegqi/ceg_instantiator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -209,6 +209,6 @@ class BvInstantiatorPreprocess : public InstantiatorPreprocess
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__CEG_BV_INSTANTIATOR_H */
index 85faea4b1b0dd30b950da1cbd6a062c4e846c257..030258113f01827ca0acd83b698382b3bd5d1f42 100644 (file)
@@ -17,9 +17,9 @@
 #include "theory/bv/theory_bv_utils.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace utils {
@@ -342,4 +342,4 @@ Node normalizePvEqual(
 }  // namespace utils
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 576d68d062cf5b73207d2d1400544b1cc172b17f..ac68dc4d5367eb02a6da418ac496765d44d36352 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/attribute.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -104,5 +104,5 @@ Node normalizePvEqual(
 }  // namespace utils
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 #endif
index bb81d2790ed35d533e55dee92363ed7afc5eb072..672ed990a62167d4e9ef2acb0dbae61890f0617f 100644 (file)
@@ -20,9 +20,9 @@
 #include "theory/datatypes/theory_datatypes_utils.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -180,4 +180,4 @@ Node DtInstantiator::solve_dt(Node v, Node a, Node b, Node sa, Node sb)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c0386465d17810af17365c78b4ed6e320e510ea6..27bf560cb2b9e052c81081cb76c68f3546d47854 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "theory/quantifiers/cegqi/ceg_instantiator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -91,6 +91,6 @@ class DtInstantiator : public Instantiator
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__CEG_DT_INSTANTIATOR_H */
index 118c505fc442fc7d03168a0feb760b66c6b18bb3..b9d70768b6bc5e25d4679d499fd9715b6786a425 100644 (file)
@@ -32,9 +32,9 @@
 #include "theory/rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -1638,4 +1638,4 @@ bool Instantiator::processEqualTerm(CegInstantiator* ci,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 03161399c84f951b08d92992e448ad0054caf61f..986874266fd40a52b441816e0dd4ced8f5ed37fd 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/inference_id.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -822,6 +822,6 @@ class InstantiatorPreprocess
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index d6a5047130c3bedb720520cdf7f812533549568e..5e3a64325dd49c5438be02ffbfbd23bf3fd7a7fb 100644 (file)
 #include "theory/rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -546,4 +546,4 @@ bool InstStrategyCegqi::processNestedQe(Node q, bool isPreregister)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a5b79fb00f02b8a17ce5ab91e2ba6b14a1060e2d..6d4ee047f5547d82b2fd9446bdf31c4ce6a494c6 100644 (file)
@@ -26,7 +26,7 @@
 #include "theory/quantifiers/quant_module.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -215,6 +215,6 @@ class InstStrategyCegqi : public QuantifiersModule
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 9efc0ec3193b4a642ccd2e35957259e457fa0935..d5fabbbd94a224b6e1c783089219f4239e8a9f28 100644 (file)
@@ -19,7 +19,7 @@
 #include "expr/subs.h"
 #include "theory/smt_engine_subsolver.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -152,4 +152,4 @@ Node NestedQe::doQe(Node q)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 29df5d16b45cd805bda8640c07a90c0e200f65b4..e0cccb9c980d68c5334181c2cf7b57d8ed271d29 100644 (file)
@@ -23,7 +23,7 @@
 #include "context/cdhashmap.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -81,6 +81,6 @@ class NestedQe
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 1a74310381484d9319e8d11b1a17072220d98130..1974e7c7c6bdb1c69b3cd7c7a7d848f73c789387 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/quantifiers/quantifiers_inference_manager.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -296,4 +296,4 @@ bool VtsTermCache::containsVtsInfinity(Node n, bool isFree)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 53c198213313cbf8b05b51d321cc78c76872c65e..d56684d43a5fcc48f7f656f05cea91f30c2078d2 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/attribute.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** Attribute to mark Skolems as virtual terms */
@@ -140,6 +140,6 @@ class VtsTermCache
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__CEGQI__VTS_TERM_CACHE_H */
index ffe06a7ad50662327131dc742f1c734f522233a1..41d881f2cf775dfbeb791d4cf89652848a281270 100644 (file)
 #include "theory/rewriter.h"
 #include "util/random.h"
 
-using namespace CVC5;
-using namespace CVC5::kind;
-using namespace CVC5::theory;
-using namespace CVC5::theory::quantifiers;
+using namespace cvc5;
+using namespace cvc5::kind;
+using namespace cvc5::theory;
+using namespace cvc5::theory::quantifiers;
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 struct sortConjectureScore {
   std::vector< int > d_scores;
@@ -2260,4 +2260,4 @@ unsigned ConjectureGenerator::optFullCheckFrequency() { return 1; }
 
 bool ConjectureGenerator::optStatsOnly() { return false; }
 
-}  // namespace CVC5
+}  // namespace cvc5
index cc3314f825339c66ce55b7eb0ae6b29bc6eb3b2a..db609a5210816e3dcbaad68730ed587c16101748 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/quantifiers/quant_module.h"
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -466,6 +466,6 @@ private:  //information about ground equivalence classes
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 6e7601072976ec4567b420265b0ce7364b414410..fe712e01efa662dbe72b8a85d2949a475465cb0c 100644 (file)
@@ -17,9 +17,9 @@
 #include "theory/rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -183,4 +183,4 @@ Node DynamicRewriter::OpInternalSymTrie::getSymbol(Node n)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 79b4824b4b5dfca130f2f97f4ed444d65e960018..9fce5979605fd7f46ca821e54fde45c7fcec6e6a 100644 (file)
@@ -22,7 +22,7 @@
 #include "context/cdlist.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -119,6 +119,6 @@ class DynamicRewriter
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__DYNAMIC_REWRITER_H */
index 4c9da36328cb30e6b3669a7cc7ad8c42a0f53a7e..a3708bdfed5c62239ee25858467b1c610db1a9c5 100644 (file)
@@ -24,9 +24,9 @@
 #include "theory/quantifiers/term_registry.h"
 #include "theory/quantifiers/term_util.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -348,4 +348,4 @@ Node CandidateGeneratorSelector::getNextCandidate()
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index b21a9622582d099ea10e09eead5da6b965f3e352..0de57f02f7c31395f2b45fca3cfe03b5918ca29d 100644 (file)
@@ -20,7 +20,7 @@
 #include "theory/theory.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -243,6 +243,6 @@ class CandidateGeneratorSelector : public CandidateGeneratorQE
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__CANDIDATE_GENERATOR_H */
index 14f514b73fb6006c8046829b3c21b6666c0f1983..5a00d41ca97b19be6394750be89aebfe387ea726 100644 (file)
@@ -25,9 +25,9 @@
 #include "theory/uf/theory_uf_rewriter.h"
 #include "util/hash.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -526,4 +526,4 @@ uint64_t HigherOrderTrigger::addHoTypeMatchPredicateLemmas()
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 66b374ea8c0b6cc7664720dd31c0a4f390c6493d..12c91be639b277a143e8599098c1ab7bcdbb4644 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/quantifiers/inst_match.h"
 #include "theory/quantifiers/ematching/trigger.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -275,6 +275,6 @@ class HigherOrderTrigger : public Trigger
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__HO_TRIGGER_H */
index 2f415779ab40ebae490240918558a8b5687d3645..9f24faf68f80c35b4b3a0c723b94f83ea8044768 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "theory/quantifiers/ematching/trigger.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -36,4 +36,4 @@ bool IMGenerator::sendInstantiation(InstMatch& m, InferenceId id)
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index b0d937120ce1c0bd767ed5bf3c6ab57ce81b71e9..222e3c07829463ffd9be489c808843fd10ce9ca0 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/inference_id.h"
 #include "theory/quantifiers/inst_match.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -117,6 +117,6 @@ protected:
 }  // namespace inst
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 79b6927f71beca5274c5c49f7822b12464f6cabb..94e3564184ac23a3800afd905f24daac80282291 100644 (file)
@@ -29,9 +29,9 @@
 #include "theory/quantifiers/term_registry.h"
 #include "theory/quantifiers/term_util.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -673,4 +673,4 @@ InstMatchGenerator* InstMatchGenerator::getInstMatchGenerator(Trigger* tparent,
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 32d6e38f13f7a7fb4e6068797ae4109c736a5824..7b440035f6ee484c14e05d6250627d1a564f6054 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/quantifiers/inst_match.h"
 #include "theory/quantifiers/ematching/im_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -325,6 +325,6 @@ class InstMatchGenerator : public IMGenerator {
 }  // namespace inst
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 6ac910e2e29b84f9c451d55375218b4e67aff6cc..6677a162f25f9e3de383ae958dd604cf3791a595 100644 (file)
@@ -18,9 +18,9 @@
 #include "theory/quantifiers/term_util.h"
 #include "theory/uf/equality_engine_iterator.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -315,4 +315,4 @@ void InstMatchGeneratorMulti::processNewInstantiations(InstMatch& m,
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 644a47bee3820436f6f136e03a8fc0d44f3a651d..309aa2640a63dafbefb81372704f81a3e2659f8a 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/quantifiers/ematching/inst_match_generator.h"
 #include "theory/quantifiers/inst_match_trie.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -103,6 +103,6 @@ class InstMatchGeneratorMulti : public IMGenerator
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 94b7921edf32fafb0dd340a9f92d17415fe13056..8289ea8415e706ee253bd2f48f336c97b20840ae 100644 (file)
@@ -17,9 +17,9 @@
 #include "theory/quantifiers/ematching/trigger_trie.h"
 #include "theory/quantifiers/term_util.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -175,4 +175,4 @@ int InstMatchGeneratorMultiLinear::getNextMatch(Node q, InstMatch& m)
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 00a372c8f2721f5a553762dd29214185fcb6a17a..4d4339bac5b74b0dd3d6b53bfd1b745c414370dc 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "theory/quantifiers/ematching/inst_match_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -85,6 +85,6 @@ class InstMatchGeneratorMultiLinear : public InstMatchGenerator
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 7d7b3e1c01234a4fb410b114bf8b755798ce79ba..b6af066f846c2820e0efaf7d401170c9533ec4de 100644 (file)
@@ -21,9 +21,9 @@
 #include "theory/quantifiers/term_registry.h"
 #include "theory/quantifiers/term_util.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -198,4 +198,4 @@ int InstMatchGeneratorSimple::getActiveScore()
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 8361628da64aa98b44787987dfee4ad02960ae0d..ccc650044a313668a0e1e2ac8820261d05935748 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/node_trie.h"
 #include "theory/quantifiers/ematching/inst_match_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -100,6 +100,6 @@ class InstMatchGeneratorSimple : public IMGenerator
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index a56e7efebab3ebdfddea9a05d5a890cf64dff3ba..ad269ac31b69f50f5a455f4610b9cfeacaac3543 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "theory/quantifiers/quantifiers_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -44,4 +44,4 @@ options::UserPatMode InstStrategy::getInstUserPatMode() const
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 0537d92ce43f153aeb4e78a440844369ca575766..1ce62f170303b31fbf5d6444a4f57daa4450cd41 100644 (file)
@@ -22,7 +22,7 @@
 #include "options/quantifiers_options.h"
 #include "theory/theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -85,6 +85,6 @@ class InstStrategy
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__INSTANTIATION_ENGINE_H */
index c62a034e42a4b16eb555ace286265a19bfa68c25..d298f994d49db91d39c88807fa71fa2d490c3828 100644 (file)
 #include "theory/quantifiers/quantifiers_state.h"
 #include "util/random.h"
 
-using namespace CVC5::kind;
-using namespace CVC5::theory::quantifiers::inst;
+using namespace cvc5::kind;
+using namespace cvc5::theory::quantifiers::inst;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -688,4 +688,4 @@ void InstStrategyAutoGenTriggers::addUserNoPattern( Node q, Node pat ) {
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index bc52d605c838047e5c57d3a8b63a7f3f33a4af4b..2c765e19443110ac1b6bee0ffe320a359a40b820 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/quantifiers/ematching/trigger.h"
 #include "theory/quantifiers/quant_relevance.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -112,6 +112,6 @@ class InstStrategyAutoGenTriggers : public InstStrategy
 }; /* class InstStrategyAutoGenTriggers */
 }
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 4b0d619bc4f2e40585b6bdea7954fb8e5bb735ad..12ad77ef258697d90ee953b49b4c2f9b8b6e30bb 100644 (file)
 #include "theory/quantifiers/ematching/trigger_database.h"
 #include "theory/quantifiers/quantifiers_state.h"
 
-using namespace CVC5::kind;
-using namespace CVC5::theory::quantifiers::inst;
+using namespace cvc5::kind;
+using namespace cvc5::theory::quantifiers::inst;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -175,4 +175,4 @@ void InstStrategyUserPatterns::addUserPattern(Node q, Node pat)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1bb50af7b6406cb76c66b3367030cfe430c8d37f..ed247b89a63c2d6fba17c6ebcd471b5a7f383f43 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/quantifiers/ematching/inst_strategy.h"
 #include "theory/quantifiers/ematching/trigger.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -64,6 +64,6 @@ class InstStrategyUserPatterns : public InstStrategy
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 94054b8f95c0824def71a634880a40ee73c0fc01..86abb4986f30ee0b5b656dd7329942ed90cb981d 100644 (file)
 #include "theory/quantifiers/term_database.h"
 #include "theory/quantifiers/term_util.h"
 
-using namespace CVC5::kind;
-using namespace CVC5::context;
-using namespace CVC5::theory::quantifiers::inst;
+using namespace cvc5::kind;
+using namespace cvc5::context;
+using namespace cvc5::theory::quantifiers::inst;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -272,4 +272,4 @@ bool InstantiationEngine::shouldProcess(Node q)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 8dface27e45f0125726fbbeef96444cf1cbb3446..bd7388afb940a64cc82852e2b46cbdbd2f705c63 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/quantifiers/quant_module.h"
 #include "theory/quantifiers/quant_relevance.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -75,6 +75,6 @@ class InstantiationEngine : public QuantifiersModule {
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__INSTANTIATION_ENGINE_H */
index 467ed46be4dedf2dd3681a7f3b78cf5f23fd3ede..fb5bd49a3f50f9f19683dd41f3a30b8dca9224b0 100644 (file)
@@ -20,9 +20,9 @@
 #include "theory/quantifiers/term_util.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -729,4 +729,4 @@ void PatternTermSelector::getTriggerVariables(Node n,
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 6f26f2cecf976525568d261d022416ed2801ae40..5ac6c1da3338725f19ca74125e492079da01dd9e 100644 (file)
@@ -23,7 +23,7 @@
 #include "options/quantifiers_options.h"
 #include "theory/quantifiers/ematching/trigger_term_info.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -192,6 +192,6 @@ class PatternTermSelector
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 234940b54e4fe20838a9f39360e80a6f33cad459..dd0af2e1880271eb3d54c0775479fc990df1e3dd 100644 (file)
@@ -32,9 +32,9 @@
 #include "theory/quantifiers/term_util.h"
 #include "theory/valuation.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -229,4 +229,4 @@ void Trigger::debugPrint(const char* c) const
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c6d3b3cd5116966c3a056c814820d8ab0da438fb..e2ad005617c49716641af9528d8043ebc9b83f7c 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "theory/inference_id.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class QuantifiersEngine;
@@ -219,6 +219,6 @@ class Trigger {
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__TRIGGER_H */
index 327d2bba190321ff7a8b6e40cb9d9d87b499da7b..fa8d2ff5275ae28e9ef098db5cf692277c26b4c7 100644 (file)
@@ -18,7 +18,7 @@
 #include "theory/quantifiers/ematching/trigger.h"
 #include "theory/quantifiers/term_util.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -185,4 +185,4 @@ bool TriggerDatabase::mkTriggerTerms(Node q,
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 2c28c77bc629ac7add71eb2b4df350d64fba67a1..9cebb617337b5fff27efd0c8adf04312fcb66f94 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "theory/quantifiers/ematching/trigger_trie.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -105,6 +105,6 @@ class TriggerDatabase
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__TRIGGER_DATABASE_H */
index 1f3ca0577997633f1f32380e2de1b37d036d3870..984e825f03144851dc953571b6dc3b51d21136b4 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "theory/quantifiers/term_util.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -114,4 +114,4 @@ int32_t TriggerTermInfo::getTriggerWeight(Node n)
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 603a1ab7714e944b3d296d4c52bccb5862c53bcb..c70257e08d07f3a3aeac4bc0989cde6674287a1f 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -124,6 +124,6 @@ class TriggerTermInfo
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index c8a13d44755bf90f018720455516b56a4aff0911..7ca925b53438f34ad4899f56a787521400de319d 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "theory/quantifiers/ematching/trigger_trie.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -74,4 +74,4 @@ void TriggerTrie::addTrigger(std::vector<Node>& nodes, inst::Trigger* t)
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 355ad6c31ce1122f710b41a5a700d6dd5e8cddba..fe16e3c0f736a1e4a937a17de9ef2b2dfcb16530 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "theory/quantifiers/ematching/trigger.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -58,6 +58,6 @@ class TriggerTrie
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__TRIGGER_TRIE_H */
index e2dd3f37d9f15c722c86e6bddb8b365e892b9bca..63a9cceae644a4741ce030d51f83620e07e8d91e 100644 (file)
@@ -16,9 +16,9 @@
 #include "theory/quantifiers/term_util.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -81,4 +81,4 @@ int VarMatchGeneratorTermSubs::getNextMatch(Node q, InstMatch& m)
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 6ee179e913847c28ee68ae775eb24bbc6a615e16..87c4d1e32bfaf1c44b75f811e9d6dacbdbcd8acc 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "theory/quantifiers/ematching/inst_match_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace inst {
@@ -53,6 +53,6 @@ class VarMatchGeneratorTermSubs : public InstMatchGenerator
 }  // namespace inst
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 7846a60bd41edfed9a1e8d8d36d8143ac40735cd..77b402843513e37fff7b343fcaf335c1123bc592 100644 (file)
 #include "theory/quantifiers/term_util.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -187,4 +187,4 @@ int32_t EqualityQuery::getRepScore(Node n, Node q, size_t index, TypeNode v_tn)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index d863c830b5b879216c3d7dae00c4a14d4ffc7169..988291ed53a6a8ceb2d3a490edd73bbb45f0e9c9 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "theory/quantifiers/quant_util.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -90,6 +90,6 @@ class EqualityQuery : public QuantifiersUtil
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS_EQUALITY_QUERY_H */
index 20f3afe637274bfde33023169910f43857a248df..b2125235866da15196072f39d68c1c3f37e2313f 100644 (file)
@@ -22,9 +22,9 @@
 #include "theory/smt_engine_subsolver.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -104,4 +104,4 @@ Result ExprMiner::doCheck(Node query)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 7046dad836ba93ad01f5a69885b7cc45f1915bb7..37d0de6f83400ec2a352663aa126a3995742bc20 100644 (file)
@@ -25,7 +25,7 @@
 #include "smt/smt_engine.h"
 #include "theory/quantifiers/sygus_sampler.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -90,6 +90,6 @@ class ExprMiner
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__EXPRESSION_MINER_H */
index 867e6748a3d090686c901a4ee86ee7d055520c87..b84968adf9998171768f51ddf0e140aecfabb026 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "options/quantifiers_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -165,4 +165,4 @@ bool ExpressionMinerManager::addTerm(Node sol, std::ostream& out)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 6e775f5864e4a6a397df58b7656e0e4c58b8169c..d33c9902c6129ef3d857247195b513110a4e5273 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/quantifiers/solution_filter.h"
 #include "theory/quantifiers/sygus_sampler.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class QuantifiersEngine;
@@ -118,6 +118,6 @@ class ExpressionMinerManager
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__EXPR_MINER_MANAGER_H */
index 01d573607d568f0fdc78a88060e75e88f5702445..092041b155878166ff201401959b8c97ecfd3c60 100644 (file)
 #include "theory/strings/sequences_rewriter.h"
 #include "theory/theory.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -1726,4 +1726,4 @@ void ExtendedRewriter::debugExtendedRewrite(Node n,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index f04f9eaaedf0a2cff027988ec328ae946e568ee2..0d6ece71e25c002c7727c591f9f2373ccc24d834 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -250,6 +250,6 @@ class ExtendedRewriter
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__EXTENDED_REWRITE_H */
index bbd6443fa9b9ddb085e0dfd2c584cb7f9d94e228..eb1e4e96a02e36ec664baa44ded124239ab41d0a 100644 (file)
 #include "theory/quantifiers/term_registry.h"
 #include "theory/quantifiers/term_util.h"
 
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -363,4 +363,4 @@ unsigned FirstOrderModel::getModelBasisArg(Node n)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 7a578a33a007e94a2168f15c3682a03eb61613ba..ec3b6dd7ad8c647e5f3cbea8ac5391daeaed4c24 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/theory_model.h"
 #include "theory/uf/theory_uf_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class QuantifiersEngine;
@@ -196,6 +196,6 @@ class FirstOrderModel : public TheoryModel
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__FIRST_ORDER_MODEL_H */
index 6044de0497d14d9634b18c2abef6e6d3166aad42..efa3dd160839c8cb938d6d9eb2b81fbde3014721 100644 (file)
 #include "theory/quantifiers/term_util.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5;
+using namespace cvc5;
 using namespace std;
-using namespace CVC5::theory;
-using namespace CVC5::theory::quantifiers;
-using namespace CVC5::kind;
+using namespace cvc5::theory;
+using namespace cvc5::theory::quantifiers;
+using namespace cvc5::kind;
 
 BoundedIntegers::IntRangeDecisionHeuristic::IntRangeDecisionHeuristic(
     Node r,
index f2abf743a09006d11dfcf686d1e94ec630fed484..fc6fac92a767b9775e4b7424e834de8f8d4fee42 100644 (file)
@@ -26,7 +26,7 @@
 #include "theory/decision_strategy.h"
 #include "theory/quantifiers/quant_bound_inference.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class RepSetIterator;
@@ -238,6 +238,6 @@ private:
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 7c9aacd768a90a5658e1375228ca564a17bcbfa9..515d9fe5874535fbf033bda7671f101e91a65435 100644 (file)
@@ -18,9 +18,9 @@
 #include "theory/quantifiers/fmf/full_model_check.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace fmcheck {
@@ -156,4 +156,4 @@ Node FirstOrderModelFmc::getFunctionValue(Node op, const char* argPrefix)
 }  // namespace fmcheck
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 86665aef40af7fbf6750cde3fbee0b2ee33b7f6a..d858e24f6bd18c8f6e43bc8237a339db6705d0b6 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "theory/quantifiers/first_order_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace fmcheck {
@@ -54,6 +54,6 @@ class FirstOrderModelFmc : public FirstOrderModel
 }  // namespace fmcheck
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__FIRST_ORDER_MODEL_H */
index 3a7209f0097ea7a21661d780c0c538caa2a068e7..7dbc10f57540f712d19140bc6baa8fba3a9d7e83 100644 (file)
 #include "theory/quantifiers/term_util.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace fmcheck {
@@ -1375,4 +1375,4 @@ bool FullModelChecker::isHandled(Node q) const
 }  // namespace fmcheck
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 19ecc8ddce0b99dd9d6d0192f6bcd5ec0e594db8..586bde22639016cde15eea283e643a2945f7af2f 100644 (file)
@@ -20,7 +20,7 @@
 #include "theory/quantifiers/fmf/first_order_model_fmc.h"
 #include "theory/quantifiers/fmf/model_builder.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 namespace fmcheck {
@@ -187,6 +187,6 @@ protected:
 }  // namespace fmcheck
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__FULL_MODEL_CHECK_H */
index 17935f6b46ffab8c89f190581a06d739a010bf2b..27eed53f2f5180b25af5325aae60579c0ebf4133 100644 (file)
 #include "theory/quantifiers/quantifiers_state.h"
 
 using namespace std;
-using namespace CVC5;
-using namespace CVC5::kind;
-using namespace CVC5::context;
-using namespace CVC5::theory;
-using namespace CVC5::theory::quantifiers;
+using namespace cvc5;
+using namespace cvc5::kind;
+using namespace cvc5::context;
+using namespace cvc5::theory;
+using namespace cvc5::theory::quantifiers;
 
 QModelBuilder::QModelBuilder(QuantifiersState& qs,
                              QuantifiersRegistry& qr,
index 2b102c0a8e6462084ffbb068cd43374926f10ffd..4a95a8a73afe96e4ebcef3daf98c4bee641341e2 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/quantifiers/inst_match.h"
 #include "theory/theory_model_builder.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -73,6 +73,6 @@ class QModelBuilder : public TheoryEngineModelBuilder
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__MODEL_BUILDER_H */
index 9943744f757d6bcee99a77d04728a98d5d147559..1c46e425d698d23753db0ca716d1cb08423f24b0 100644 (file)
 #include "theory/quantifiers/quantifiers_attributes.h"
 #include "theory/quantifiers/term_database.h"
 
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -343,4 +343,4 @@ void ModelEngine::debugPrint( const char* c ){
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 078894de6171fc9d55415bdd6aa94e696b4bbbbd..2547f2831b3ab3e39d4111d19e3a91a3ac722be5 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/quantifiers/quant_module.h"
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -71,6 +71,6 @@ private:
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__MODEL_ENGINE_H */
index 326de79fa7a6eb16fe3022972dca3a4d610d08ae..9a3d465d5ff098ff73ee334b45992e99c1de62ba 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/quantifiers/quantifiers_attributes.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -252,4 +252,4 @@ bool FunDefEvaluator::hasDefinitions() const { return !d_funDefMap.empty(); }
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index be40708409bbaf99f3428d17001adc8c8d5ba967..fcc30948de4ff5407ec107c967482cf08057b810 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "theory/evaluator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -70,6 +70,6 @@ class FunDefEvaluator
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 4448827293650b4b77f6a6ffaf734e50938f5b44..8c00efb0e7b50fe1884dd4a74b162b687d94916a 100644 (file)
@@ -15,7 +15,7 @@
  **/
 #include "theory/quantifiers/index_trie.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -114,4 +114,4 @@ IndexTrieNode* IndexTrie::addRec(IndexTrieNode* n,
 }
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4ac754252b783761e621a1e8e38eb39af0299576..2c968e107e3533832d251ad23c793961583deb07 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "base/check.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -106,5 +106,5 @@ class IndexTrie
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 #endif /* THEORY__QUANTIFIERS__INDEX_TRIE_H */
index 3db8db74ed21c5e1d058e29a2397ca67408e7794..c2f65ea934cf7108ab6e9e849f43e725d91bc9eb 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "theory/quantifiers/quantifiers_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -102,4 +102,4 @@ bool InstMatch::set(QuantifiersState& qs, size_t i, TNode n)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 9ff5079172a71f9ea1642a06dc682a0d5157cfb1..e5e8f97cd0e700ced57263b517b9d4eafcc52b61 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -89,6 +89,6 @@ inline std::ostream& operator<<(std::ostream& out, const InstMatch& m) {
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__INST_MATCH_H */
index 879eb8479a1198c7a2e89e5ce3ec7cdbc66f8f6b..347fe45afff5ff99be1f248c473e2686c9500ffa 100644 (file)
@@ -20,9 +20,9 @@
 #include "theory/quantifiers/term_database.h"
 #include "theory/uf/equality_engine_iterator.h"
 
-using namespace CVC5::context;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -369,4 +369,4 @@ bool InstMatchTrieOrdered::existsInstMatch(quantifiers::QuantifiersState& qs,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index da8858e8a326c614cdf3f10601117cf2a63de046..ca878c88861fe2b0b95917b7045a54dd4ca5da15 100644 (file)
@@ -23,7 +23,7 @@
 #include "context/cdo.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -224,6 +224,6 @@ class InstMatchTrieOrdered
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__INST_MATCH_TRIE_H */
index c2ee94d1e94c4ea72a687f2f4432e23ea97c0bab..3e560acaa9110612a52ce5944956fe3da6bfbe28 100644 (file)
 #include "theory/quantifiers/term_tuple_enumerator.h"
 #include "theory/quantifiers/term_util.h"
 
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -220,4 +220,4 @@ bool InstStrategyEnum::process(Node quantifier, bool fullEffort, bool isRd)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 05e5f73529beb0cafa2ab0da8ae7fa8544ec7e80..7b5cb8e0e964a3be2dcb564114de152c45a9469a 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "theory/quantifiers/quant_module.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -116,6 +116,6 @@ class InstStrategyEnum : public QuantifiersModule
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 4f878c79b9b99ead79f1aa93dfb5cef857106517..62376bff6fb4196f47372a560e5979887d6e8d0c 100644 (file)
 #include "theory/quantifiers/term_util.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -760,4 +760,4 @@ Instantiate::Statistics::~Statistics()
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 3fb19458971f6f0f55469eb7573cc033d53ae04c..b3c0565068d0af74e35ac525677b198621b29ae1 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/quantifiers/quant_util.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class LazyCDProof;
 
@@ -361,6 +361,6 @@ class Instantiate : public QuantifiersUtil
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__INSTANTIATE_H */
index 1c3a0bcacf2c1503c92dc44c2bcdb324fec861a0..78bfdf9a42ad7848c3affb4182156479fa4d1543 100644 (file)
@@ -17,7 +17,7 @@
 #include "options/base_options.h"
 #include "printer/printer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& out, const InstantiationList& ilist)
 {
@@ -31,4 +31,4 @@ std::ostream& operator<<(std::ostream& out, const SkolemList& skl)
   return out;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index da8d5c3b58c05adf3648ec1b7dd7cfbe735eece1..86dfa0081328e112d101427578641dac3dbe3c6c 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /** A list of instantiations for a quantified formula */
 struct InstantiationList
@@ -53,6 +53,6 @@ struct SkolemList
 /** Print the skolem list to stream out */
 std::ostream& operator<<(std::ostream& out, const SkolemList& skl);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__INSTANTIATION_LIST_H */
index 6a32969e309e3e0e5dce5c8d03991c9ce09a5767..4561226e1e6c71e298a73f86d00cf6c23655049b 100644 (file)
@@ -4,12 +4,12 @@
 # src/theory/builtin/kinds.
 #
 
-theory THEORY_QUANTIFIERS ::CVC5::theory::quantifiers::TheoryQuantifiers "theory/quantifiers/theory_quantifiers.h"
+theory THEORY_QUANTIFIERS ::cvc5::theory::quantifiers::TheoryQuantifiers "theory/quantifiers/theory_quantifiers.h"
 typechecker "theory/quantifiers/theory_quantifiers_type_rules.h"
 
 properties check presolve
 
-rewriter ::CVC5::theory::quantifiers::QuantifiersRewriter "theory/quantifiers/quantifiers_rewriter.h"
+rewriter ::cvc5::theory::quantifiers::QuantifiersRewriter "theory/quantifiers/quantifiers_rewriter.h"
 
 operator FORALL 2:3 "universally quantified formula; first parameter is an BOUND_VAR_LIST, second is quantifier body, and an optional third parameter is an INST_PATTERN_LIST"
 
@@ -47,16 +47,16 @@ sort INST_PATTERN_LIST_TYPE \
 # a list of instantiation patterns
 operator INST_PATTERN_LIST 1: "a list of instantiation patterns"
 
-typerule FORALL ::CVC5::theory::quantifiers::QuantifierTypeRule
-typerule EXISTS ::CVC5::theory::quantifiers::QuantifierTypeRule
-typerule BOUND_VAR_LIST ::CVC5::theory::quantifiers::QuantifierBoundVarListTypeRule
-typerule INST_PATTERN_LIST ::CVC5::theory::quantifiers::QuantifierInstPatternListTypeRule
-
-typerule INST_PATTERN ::CVC5::theory::quantifiers::QuantifierInstPatternTypeRule
-typerule INST_NO_PATTERN ::CVC5::theory::quantifiers::QuantifierAnnotationTypeRule
-typerule INST_ATTRIBUTE ::CVC5::theory::quantifiers::QuantifierAnnotationTypeRule
-typerule INST_POOL ::CVC5::theory::quantifiers::QuantifierAnnotationTypeRule
-typerule INST_ADD_TO_POOL ::CVC5::theory::quantifiers::QuantifierAnnotationTypeRule
-typerule SKOLEM_ADD_TO_POOL ::CVC5::theory::quantifiers::QuantifierAnnotationTypeRule
+typerule FORALL ::cvc5::theory::quantifiers::QuantifierTypeRule
+typerule EXISTS ::cvc5::theory::quantifiers::QuantifierTypeRule
+typerule BOUND_VAR_LIST ::cvc5::theory::quantifiers::QuantifierBoundVarListTypeRule
+typerule INST_PATTERN_LIST ::cvc5::theory::quantifiers::QuantifierInstPatternListTypeRule
+
+typerule INST_PATTERN ::cvc5::theory::quantifiers::QuantifierInstPatternTypeRule
+typerule INST_NO_PATTERN ::cvc5::theory::quantifiers::QuantifierAnnotationTypeRule
+typerule INST_ATTRIBUTE ::cvc5::theory::quantifiers::QuantifierAnnotationTypeRule
+typerule INST_POOL ::cvc5::theory::quantifiers::QuantifierAnnotationTypeRule
+typerule INST_ADD_TO_POOL ::cvc5::theory::quantifiers::QuantifierAnnotationTypeRule
+typerule SKOLEM_ADD_TO_POOL ::cvc5::theory::quantifiers::QuantifierAnnotationTypeRule
 
 endtheory
index 1b706d9042bf3fad5007a5e1d5a4dd735784c7aa..06d1798d53ecc6df87b979d1e4132443298c1270 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "theory/quantifiers/lazy_trie.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -156,4 +156,4 @@ void LazyTrieMulti::clear()
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 2d92b13fd15a3b51c97834549bca69b8c4633bc7..d4437ae750305f47538471d6d4097fe00c7e5452 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -168,6 +168,6 @@ class LazyTrieMulti
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__LAZY_TRIE_H */
index 572c631e11720ef81820bf518a1ad15f1388f345..4be66a703a88de49119d5a0eb01ed0fe92c71262 100644 (file)
@@ -18,9 +18,9 @@
 #include "expr/skolem_manager.h"
 #include "theory/builtin/proof_checker.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -123,4 +123,4 @@ Node QuantifiersProofRuleChecker::checkInternal(
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index da78daf90edc479da3bfa312390183c287b27d25..39e9331492758a69efbee23516179dfc99717113 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/proof_checker.h"
 #include "expr/proof_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -44,6 +44,6 @@ class QuantifiersProofRuleChecker : public ProofRuleChecker
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__PROOF_CHECKER_H */
index 6d7e2e9cd40dc9b49068919921752b4592c193ef..609bc66a4f5bda7784eda27f3f711d1e8c68f7d9 100644 (file)
@@ -17,9 +17,9 @@
 #include "theory/quantifiers/fmf/bounded_integers.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -127,4 +127,4 @@ bool QuantifiersBoundInference::getBoundElements(
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 62ac0ea584baaf72b30c358804ac5544a91fc3cf..7c15d5146d0519a57cf23605a4d8ed7b5c9712b9 100644 (file)
@@ -20,7 +20,7 @@
 #include <vector>
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class RepSetIterator;
@@ -122,6 +122,6 @@ class QuantifiersBoundInference
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__QUANT_BOUND_INFERENCE_H */
index 5fa61767071b210a29bc5b5cf687c02b10eec1b2..94b2f001efc8d7e0550ff2f9412af63f372a44a1 100644 (file)
 #include "theory/quantifiers/term_util.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -2351,4 +2351,4 @@ bool QuantConflictFind::isPropagatingInstance(Node n) const
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index ef605a48a209fe006dbc58bbbc0cc6b7a10332f8..93e6075a828eb7eadd68030881992cac2348689a 100644 (file)
@@ -25,7 +25,7 @@
 #include "expr/node_trie.h"
 #include "theory/quantifiers/quant_module.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -313,6 +313,6 @@ std::ostream& operator<<(std::ostream& os, const QuantConflictFind::Effort& e);
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 811dc8642aa3fc744546c7695ab0d1bdd86e67d1..2c74b3557201eab77bf36f3e7786e733df7598aa 100644 (file)
@@ -14,9 +14,9 @@
 
 #include "theory/quantifiers/quant_module.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 QuantifiersModule::QuantifiersModule(
@@ -75,4 +75,4 @@ quantifiers::QuantifiersRegistry& QuantifiersModule::getQuantifiersRegistry()
 }
 
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index 53fb55aa06f5e437cb37a18319377af73e79a7ee..e6d5eee763ada20eca0f770f7626006433df778f 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/theory.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 class TermDb;
@@ -174,6 +174,6 @@ class QuantifiersModule
 }; /* class QuantifiersModule */
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANT_UTIL_H */
index 2ce79d2857c843dcdef6e8613ab8f5e89238f731..f6a96cda26dc3b2ae2f50ee9716c05afed0e9e72 100644 (file)
 #include "theory/quantifiers/quant_relevance.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -62,4 +62,4 @@ size_t QuantRelevance::getNumQuantifiersForSymbol(Node s) const
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 73b62489e0de05c4c18fdebc9d4fb47a9a7a9691..e6a178c734352259081cf04b4afc31063beaf771 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "theory/quantifiers/quant_util.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -63,6 +63,6 @@ class QuantRelevance : public QuantifiersUtil
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANT_RELEVANCE_H */
index 2a70e5d4e53507c4fde037eb89cc4009cdf656f8..383091e33558e84362de77302831b0903edbd868 100644 (file)
@@ -17,9 +17,9 @@
 #include "theory/quantifiers/first_order_model.h"
 #include "theory/quantifiers/quant_bound_inference.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -86,4 +86,4 @@ bool QRepBoundExt::getVariableOrder(Node owner, std::vector<unsigned>& varOrder)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 7e8f5d38619f0e4d23db7013bd02f138ee177db9..6fe0faefabbca20946dc63c1fc96b23bc9e03f02 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/rep_set.h"
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -67,6 +67,6 @@ class QRepBoundExt : public RepBoundExt
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__FIRST_ORDER_MODEL_H */
index 85fb291f081b83604a4fe0842bab4ea40d278a73..00a8ff08f191e11530134ca54282c16412afe329 100644 (file)
@@ -20,9 +20,9 @@
 #include "theory/quantifiers/first_order_model.h"
 #include "options/quantifiers_options.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -207,4 +207,4 @@ void QuantDSplit::check(Theory::Effort e, QEffort quant_e)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index eb85a2c28df98fbba4263314ac3d1658ab14ab1a..ee961cbbc197cfd0d944f58b4f79ca4826f278d2 100644 (file)
@@ -20,7 +20,7 @@
 #include "context/cdo.h"
 #include "theory/quantifiers/quant_module.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class QuantifiersEngine;
@@ -73,6 +73,6 @@ class QuantDSplit : public QuantifiersModule {
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 841778a8979dc1507708419b7f9035162617de52..cbf29065cd7fbb359315359a55306084b2d60b22 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "theory/quantifiers/term_util.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 QuantPhaseReq::QuantPhaseReq( Node n, bool computeEq ){
@@ -131,4 +131,4 @@ void QuantPhaseReq::getEntailPolarity( Node n, int child, bool hasPol, bool pol,
 }
 
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index f41f394e802b28b50af21481a7b1fa0698696354..7cd89c7d8c7e1fca2eba991d98f018b7fe060a9d 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/node.h"
 #include "theory/theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** Quantifiers utility
@@ -78,6 +78,6 @@ public:
 };
 
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANT_UTIL_H */
index 8c068e06c85444e9ec0f0a9c9eb006dfba879670..d53ed74be48ba63ae349b61ef178356be4348476 100644 (file)
 #include "theory/quantifiers/term_util.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -378,4 +378,4 @@ void QuantAttributes::setInstantiationLevelAttr(Node n, uint64_t level)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4f7f1e22c7fa17dd2acb8d62cbcce8b2c862ec9c..2fb294abe9e4b37edb5fec1065ec9748055f0a43 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/attribute.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** Attribute true for function definition quantifiers */
@@ -244,6 +244,6 @@ class QuantAttributes
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 687e17e4afd64c290a9f7b6b41d877322cd3c14e..ff3087b63e30afd57f049307ccbec23b2a06316e 100644 (file)
@@ -17,7 +17,7 @@
 #include "theory/quantifiers/instantiate.h"
 #include "theory/quantifiers/skolemize.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -53,4 +53,4 @@ void QuantifiersInferenceManager::doPending()
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index afe8dd40a3a518721a68d7e9ee1d4e84b22de694..b468e04780cafec1810b0d6aeae88f9c96a9129e 100644 (file)
@@ -20,7 +20,7 @@
 #include "theory/inference_manager_buffered.h"
 #include "theory/quantifiers/quantifiers_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -59,6 +59,6 @@ class QuantifiersInferenceManager : public InferenceManagerBuffered
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__QUANTIFIERS_INFERENCE_MANAGER_H */
index e39e38ea7cbdacce60a43c5e37a5284774d672f1..049e72edfc7617ea169542e23c3b75ab606ba586 100644 (file)
@@ -18,7 +18,7 @@
 #include "theory/quantifiers/relevant_domain.h"
 #include "theory/quantifiers/term_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -122,4 +122,4 @@ void QuantifiersModules::initialize(QuantifiersState& qs,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 71928502d0a710ddf27346a82b5ce351489f76ce..c52da79a72ffc0b7a914ba0ba768c51129a608fc 100644 (file)
@@ -30,7 +30,7 @@
 #include "theory/quantifiers/sygus/synth_engine.h"
 #include "theory/quantifiers/sygus_inst.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
   
 class QuantifiersEngine;
@@ -45,7 +45,7 @@ namespace quantifiers {
  */
 class QuantifiersModules
 {
-  friend class ::CVC5::theory::QuantifiersEngine;
+  friend class ::cvc5::theory::QuantifiersEngine;
 
  public:
   QuantifiersModules();
@@ -94,6 +94,6 @@ class QuantifiersModules
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__QUANTIFIERS_MODULES_H */
index 3cd59c8342a89906ee3b12abc0350d9eb5c2e426..58edc72bdaf70cc88c0ed97e425213922cdee5e3 100644 (file)
@@ -18,7 +18,7 @@
 #include "theory/quantifiers/quant_module.h"
 #include "theory/quantifiers/term_util.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -208,4 +208,4 @@ bool QuantifiersRegistry::getNameForQuant(Node q, Node& name, bool req) const
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a3dffb063aabc2b2d0f4fc369f6c8219d6846fbe..383934c153bfb49992021a35e692dd98e0f62de4 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/quantifiers/quant_util.h"
 #include "theory/quantifiers/quantifiers_attributes.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class QuantifiersModule;
@@ -129,6 +129,6 @@ class QuantifiersRegistry : public QuantifiersUtil
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__QUANTIFIERS_REGISTRY_H */
index d31b22f881f18cb5651c6541d76e0420bd2f884c..2c91df7a7b5974fc83e611e87364c9c1c8c1ecb4 100644 (file)
 #include "theory/strings/theory_strings_utils.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -2030,4 +2030,4 @@ TrustNode QuantifiersRewriter::preprocess(Node n, bool isInst)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 7bbe32da726212fc031fd3cd071aa81c867fbfda..5ea8352d0d1f1074954edee22f48fc27796c2be8 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/theory_rewriter.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -303,6 +303,6 @@ public:
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__QUANTIFIERS_REWRITER_H */
index 5e3bb3ba3516973e039d7c94dab404cb0a29480d..927369442d82663c7b8a75a313c73ddd74bc3ba1 100644 (file)
@@ -17,7 +17,7 @@
 #include "options/quantifiers_options.h"
 #include "theory/uf/equality_engine_iterator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -160,4 +160,4 @@ QuantifiersStatistics& QuantifiersState::getStats() { return d_statistics; }
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 0f1c136598eaab47fb3c96438ef752143eb2fc01..623d522897d9492b1461d8bf6f1ffb06cc0eb63d 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/theory.h"
 #include "theory/theory_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -86,6 +86,6 @@ class QuantifiersState : public TheoryState
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__QUANTIFIERS_STATE_H */
index e922c7080d7c9c64586c492b88ab05b60d24e1ef..720ae2ee072acb4db4ef7c8d6a8c2113b0ea2f8d 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "smt/smt_statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -61,4 +61,4 @@ QuantifiersStatistics::~QuantifiersStatistics()
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 9f267879654a27c9879a487e86f97bc4ec1fc3a8..9eccf3ce6b310c8536b7568612cf2502605311c3 100644 (file)
@@ -20,7 +20,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -47,6 +47,6 @@ class QuantifiersStatistics
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__QUANTIFIERS_STATISTICS_H */
index 0860549ba7e81b2a788a77671e098ce3b5933383..6abb8bbecd384778b7e1522d51967acecf8e0b0b 100644 (file)
@@ -24,9 +24,9 @@
 #include "util/random.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -425,4 +425,4 @@ void QueryGenerator::findQueries(
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a847a184bd59b52e523f3851f12461c5bf3c51b7..cf10b42da799c9904464347401da82237c4d210f 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/quantifiers/lazy_trie.h"
 #include "theory/quantifiers/sygus_sampler.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -116,6 +116,6 @@ class QueryGenerator : public ExprMiner
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS___H */
index 3e25f40735851dd19e289c59f3ab34b6c0960237..6fb27bec4824ec3e1b5f1529629012adac6910db 100644 (file)
@@ -22,9 +22,9 @@
 #include "theory/quantifiers/term_registry.h"
 #include "theory/quantifiers/term_util.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -338,4 +338,4 @@ void RelevantDomain::computeRelevantDomainLit( Node q, bool hasPol, bool pol, No
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 56b728b34666bac30659c64274c2a68f703315db..807e4c4a2755f340a52d21745fc1aa842fae6e35 100644 (file)
@@ -20,7 +20,7 @@
 #include "theory/quantifiers/first_order_model.h"
 #include "theory/quantifiers/quant_util.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -170,6 +170,6 @@ class RelevantDomain : public QuantifiersUtil
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__RELEVANT_DOMAIN_H */
index 1dbc24280412087662dc0e01334292ff3f2bab4a..2fe1737637453b8efdd8de0b1dd36d585f8bfa3a 100644 (file)
 #include "theory/quantifiers/term_util.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5;
-using namespace CVC5::kind;
+using namespace cvc5;
+using namespace cvc5::kind;
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -615,4 +615,4 @@ void SingleInvocationPartition::debugPrint(const char* c)
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index 6feff4169ea9bad8f0d2ae13dc5161787956636c..604c711ad1bcb3070d223d5c17c475d3d6f689da 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -292,6 +292,6 @@ class SingleInvocationPartition
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SINGLE_INV_PARTITION_H */
index 3767fac61127fd737ab35dc072356235324fa137..2a19824ac778f9dac9c837ef5265b81bfa398599 100644 (file)
@@ -27,9 +27,9 @@
 #include "theory/rewriter.h"
 #include "theory/sort_inference.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -399,4 +399,4 @@ bool Skolemize::isProofEnabled() const { return d_epg != nullptr; }
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index d0a889aceaf6d7426bc50ef1f2d2a39148aab6ae..4c4d770f34a6cd87590b92936d8d1bb815b43f4c 100644 (file)
@@ -26,7 +26,7 @@
 #include "theory/eager_proof_generator.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class DTypeConstructor;
 
@@ -157,6 +157,6 @@ class Skolemize
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SKOLEMIZE_H */
index 3b00f50811dc3c7f120ea0d4c8d76a3ca84844b9..d7556be404ff31cac2d6ddc3440b5193a64a6d01 100644 (file)
@@ -20,9 +20,9 @@
 #include "smt/smt_engine_scope.h"
 #include "util/random.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -103,4 +103,4 @@ bool SolutionFilterStrength::addTerm(Node n, std::ostream& out)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index cea5eb74e2ce27dcf5d1a39d6c09e11651280e55..bf3d9bddc0a66d7fb22ed3e28c6f4efdbbe102f7 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/quantifiers/lazy_trie.h"
 #include "theory/quantifiers/sygus_sampler.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -70,6 +70,6 @@ class SolutionFilterStrength : public ExprMiner
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SOLUTION_FILTER_H */
index 0acd7e7181a74ba6dd351ac80db871732fbc1ea7..5e9f2d5915247f2d734180d3cb4e9653e54ee952 100644 (file)
@@ -32,9 +32,9 @@
 #include "theory/rewriter.h"
 #include "theory/smt_engine_subsolver.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -548,4 +548,4 @@ bool CegSingleInv::solveTrivial(Node q)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e2f399ffdf1a91854024a89aa538a7f6a02754b3..ca83bf97392830c24541abf607106af8b21dd642 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/quantifiers/single_inv_partition.h"
 #include "theory/quantifiers/sygus/sygus_stats.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -178,6 +178,6 @@ class CegSingleInv
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif
index d980db8870976d199dd8c108e351ff9f4407d048..52adc19722be2408c6129c755e09fc5f7c084019 100644 (file)
 #include "theory/rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -706,4 +706,4 @@ bool Cegis::sampleAddRefinementLemma(const std::vector<Node>& candidates,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a12133d23f448abf8c66a4d8253c3dbf732c3188..f728d3d7ea78d181f75c23914e36b12d6bf06a7a 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/quantifiers/sygus/sygus_module.h"
 #include "theory/quantifiers/sygus_sampler.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -227,6 +227,6 @@ class Cegis : public SygusModule
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__CEGIS_H */
index 26ad62c9048e0ad098bd612915d783e33d8ac228..6e47c2d89e5a1c4d2d7386f128efa05a8659229c 100644 (file)
@@ -28,9 +28,9 @@
 #include "theory/smt_engine_subsolver.h"
 #include "util/random.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -861,4 +861,4 @@ Node CegisCoreConnective::constructSolutionFromPool(Component& ccheck,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 59bf533178a908bbd1a0361580b8438f75f4513a..2abce835a52da927c70ba8120c01eda8b02be01b 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/quantifiers/sygus/cegis.h"
 #include "util/result.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class SmtEngine;
 
@@ -399,6 +399,6 @@ class CegisCoreConnective : public Cegis
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_REPAIR_CONST_H */
index bcd9fa67a2bc68f453f9f20ab6165cae55f41c7f..9a5c6146d4fe79d8dfe5765f9506eecd9bd56575 100644 (file)
@@ -21,9 +21,9 @@
 #include "theory/quantifiers/sygus/synth_conjecture.h"
 #include "theory/quantifiers/sygus/term_database_sygus.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -686,4 +686,4 @@ void CegisUnifEnumDecisionStrategy::registerEvalPtAtSize(Node e,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e00370f2a11df4e761dc00aea7c71d6f0ef1b720..a543bfda02c6ea384f2f9913f62c6c1fc64e8cd9 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/quantifiers/sygus/cegis.h"
 #include "theory/quantifiers/sygus/sygus_unif_rl.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -333,6 +333,6 @@ class CegisUnif : public Cegis
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 17f2a0c1653218d689ab9ac7a12ba612b273941c..2bf8b4611c385b30b3dd275f05a85b6862706cba 100644 (file)
@@ -24,9 +24,9 @@
 
 #include <numeric>  // for std::iota
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -621,4 +621,4 @@ bool EnumStreamConcrete::increment()
 Node EnumStreamConcrete::getCurrent() { return d_currTerm; }
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c7e4720d21c24f32e4b3748504858e943d3c842d..a72481a38bc067db9f94398fa9941086926200d3 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "theory/quantifiers/sygus/synth_conjecture.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -299,6 +299,6 @@ class EnumStreamConcrete : public EnumValGenerator
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 5056fb96ded85c62663b9d2c23169562a97d175a..aea6cb9ef84bc83ce9fe4e4adf4fd9dc572f08b3 100644 (file)
 #include "theory/quantifiers/sygus/example_min_eval.h"
 #include "theory/quantifiers/sygus/synth_conjecture.h"
 
-using namespace CVC5;
-using namespace CVC5::kind;
+using namespace cvc5;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -119,4 +119,4 @@ void ExampleEvalCache::clearEvaluationAll() { d_exOutCache.clear(); }
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 97ec38ab5844d65ef0ceeaae02734bf546cfce10..1a70369a5db9c4f8e214a97a1a0231ab848d4c35 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node_trie.h"
 #include "theory/quantifiers/sygus/example_infer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -160,6 +160,6 @@ class ExampleEvalCache
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 12e4f073e08a2499b04b295dc1ae75278bd35b86..9dc99cab1345ac0cbef6c19ad54455a8785aeece 100644 (file)
 
 #include "theory/quantifiers/quant_util.h"
 
-using namespace CVC5;
-using namespace CVC5::kind;
+using namespace cvc5;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -275,4 +275,4 @@ bool ExampleInfer::hasExamplesOut(Node f) const
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 0e5ee25ac9e5353f27f41ec0836ee42c359f53dd..dd2bf8a0a8099c555fbbcaa03dce85a6d1a09149 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/quantifiers/sygus/sygus_unif_io.h"
 #include "theory/quantifiers/sygus/term_database_sygus.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -157,6 +157,6 @@ class ExampleInfer
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 4cb9bd3457fd36d9e604bae79a173ae0e7fc4f52..5b3ccec4fc675fbddf16a981e66749ae79ec1602 100644 (file)
@@ -18,7 +18,7 @@
 #include "expr/node_algorithm.h"
 #include "theory/quantifiers/sygus/term_database_sygus.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -84,4 +84,4 @@ Node EmeEvalTds::eval(TNode n,
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index 9af07caba1d04544a74e168d84b89ae4eef5f774..2105faf2bfc95dace31dd3132f67c603808a6773 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/node.h"
 #include "expr/node_trie.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -118,6 +118,6 @@ class EmeEvalTds : public EmeEval
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 7d4a41f2d8e32c62f7fab033df763ec92b1c02f9..6db446dbbb2c5c613525c318a91087f42a26cce6 100644 (file)
@@ -17,7 +17,7 @@
 #include "expr/node_algorithm.h"
 #include "theory/datatypes/sygus_datatype_utils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -97,4 +97,4 @@ void RConsObligationInfo::printCandSols(
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e05422b59bf28dd9da726bde3bc75e77e4d4b2c4..3bded2a90371f45cadf14fe8bc8439f5609211d7 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -145,6 +145,6 @@ class RConsObligationInfo
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4__THEORY__QUANTIFIERS__RCONS_OBLIGATION_INFO_H
index 37b136a1c830c4560b7df243be2c27bb2c84849d..97ae4878d52b90bd2ce2c84f42be646dcceef179 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "theory/datatypes/sygus_datatype_utils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -69,4 +69,4 @@ Node RConsTypeInfo::builtinToOb(Node builtin) { return d_ob[builtin]; }
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c2bce5720b699e66f92ccc01b8173eebb0c203dd..97489702313089de28fd14a16491545226d75095 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "theory/quantifiers/sygus/sygus_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -97,6 +97,6 @@ class RConsTypeInfo
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4__THEORY__QUANTIFIERS__RCONS_TYPE_INFO_H
index 71853fc7693199dca8f991f1a064641872701de6..8df45320f43bb3f8bab06f3ee0d6bf54e7c95493 100644 (file)
@@ -29,9 +29,9 @@
 #include "theory/rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -187,4 +187,4 @@ Node SygusAbduct::mkAbductionConjecture(const std::string& name,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index ffcefd38b721f0198e4255315a4e33d330f6515e..634a9a4bdc3abbf2cb616b6f3675a6c794149c2d 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -85,6 +85,6 @@ class SygusAbduct
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_ABDUCT_H */
index c786d2668d89063169d91de5f16bdf57008a6df1..82d0c6c6203095345d25aec0bb88c3fcc99587d9 100644 (file)
@@ -24,9 +24,9 @@
 #include "theory/quantifiers/sygus/type_node_id_trie.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -1214,4 +1214,4 @@ bool SygusEnumerator::TermEnumMasterFv::increment()
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a0d1c9b6275aa746119961663f3c90c5c24963bf..f1ef115f88585d9ce344e042761bb97390dd3a06 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/quantifiers/sygus/synth_conjecture.h"
 #include "theory/quantifiers/sygus/term_database_sygus.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -506,6 +506,6 @@ class SygusEnumerator : public EnumValGenerator
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_ENUMERATOR_H */
index 51814b07c51d5f1a910cb783f4ace0a057e33b54..e9f41c916c6ef452c6d5e8e4d7998d997dec187c 100644 (file)
 
 #include "options/datatypes_options.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -55,4 +55,4 @@ bool EnumValGeneratorBasic::increment()
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index c57d6f8144f8d5ac1ff96277dd2002f5f7d7d5cf..1f489eafc7eb1615745607df0a72b6bf45e3571e 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/quantifiers/sygus/term_database_sygus.h"
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -65,6 +65,6 @@ class EnumValGeneratorBasic : public EnumValGenerator
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_ENUMERATOR_BASIC_H */
index 3e87ccfc7162c92bbac297b440d91653870b8f6a..5dbd7655f6de4eb7777808251aff13588183f6b7 100644 (file)
 #include "theory/rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -333,4 +333,4 @@ Node SygusEvalUnfold::unfold(Node en)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index d5e47edbc158c1d5ad2678c8273b6177644b08b4..628f01c40fab93196dae073fee88efe15191ca0d 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/node.h"
 #include "theory/quantifiers/sygus/sygus_invariance.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -154,6 +154,6 @@ class SygusEvalUnfold
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_EVAL_UNFOLD_H */
index 26fab8535ed8bb0e52037f7ec379e6f6131fd334..95acce6262ddce1decbdd17e38bc7789ee20a947 100644 (file)
 #include "theory/quantifiers/sygus/sygus_invariance.h"
 #include "theory/quantifiers/sygus/term_database_sygus.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -357,4 +357,4 @@ void SygusExplain::getExplanationFor(Node n,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1b1db568f41413af3aef98eb2e077f1641761e99..47785779408985e2e0de1ffaa07b21f40540cb05 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -241,6 +241,6 @@ class SygusExplain
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_EXPLAIN_H */
index 554f587c7479e6edd4f4b3f60c6eeb7650e9b897..1c96b134612083b0a809153fdf087a0f8407d904 100644 (file)
@@ -30,9 +30,9 @@
 #include "theory/rewriter.h"
 #include "theory/strings/word.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -1622,4 +1622,4 @@ bool CegGrammarConstructor::SygusDatatypeGenerator::shouldInclude(Node op) const
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index a395404524a279b256e1ab3d9096b50d128b7ee3..56f469fef8d5ee61af4e60058ba00a64aa8aa98e 100644 (file)
@@ -25,7 +25,7 @@
 #include "expr/node.h"
 #include "expr/sygus_datatype.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -266,6 +266,6 @@ public:
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif
index fa67e17c48d9a9458c9c56c03ab550f915855377..8a2ad109d8f71d7d3f87b720caecb9eca0067d2b 100644 (file)
@@ -31,9 +31,9 @@
 
 #include <numeric>  // for std::iota
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -536,4 +536,4 @@ TypeNode SygusGrammarNorm::normalizeSygusType(TypeNode tn, Node sygus_vars)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 8c057d2c500ef60f1a050f59c3da0a6191a0d570..eda34a251fa4ecb0a069aa69440bb5ea771e1bc8 100644 (file)
@@ -25,7 +25,7 @@
 #include "expr/sygus_datatype.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -426,6 +426,6 @@ class SygusGrammarNorm
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 8e6f4fbaecce2967d2a1a7589bcc0c5c5dd48cbe..a8ada94ed3f33628a1177ce5ba5da26124e99110 100644 (file)
@@ -22,9 +22,9 @@
 #include "theory/quantifiers/term_util.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -176,4 +176,4 @@ void SygusRedundantCons::getGenericList(TermDbSygus* tds,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 25256a68cd059c58973e6521e1714b26133bde80..2144102e03c16a4f81748300a59b760e1cfc60cd 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -118,6 +118,6 @@ class SygusRedundantCons
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_GRAMMAR_RED_H */
index 1c856ffa2e4ab8d8cf3f44b058554bd4870d125e..fe286d15cc0ae1449d09458789c30f75204ef4e3 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/rewriter.h"
 #include "theory/smt_engine_subsolver.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -358,4 +358,4 @@ bool SygusInterpol::solveInterpolation(const std::string& name,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 34517b6e674eb3878b898fc2a7843aa72325f83f..c63d096b8aff8653406233acb73b177b0afb14dd 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/type_node.h"
 #include "smt/smt_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 /**
@@ -213,6 +213,6 @@ class SygusInterpol
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_INTERPOL_H */
index 7e6c5ab6c1df7582a6b12701bf86838bbb2adb07..22ef38b0d9a79522310a27347d1ba49dd1881ca1 100644 (file)
 #include "theory/quantifiers/sygus/term_database_sygus.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -261,4 +261,4 @@ bool NegContainsSygusInvarianceTest::invariant(TermDbSygus* tds,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 88e45df450519ef92e89da064ddc338b608aa9b1..df2e189e3ce5472d992f50ed1c64633526ee7ac7 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -298,6 +298,6 @@ class NegContainsSygusInvarianceTest : public SygusInvarianceTest
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_INVARIANCE_H */
index 8dac30c7ed517b38868d284ec9691cb4f076d8a4..3f2bea9cb9ac269697f63909f189033f8a527142 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "theory/quantifiers/sygus/sygus_module.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -27,4 +27,4 @@ SygusModule::SygusModule(QuantifiersInferenceManager& qim,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 32f404005c53dce9d9d68af64396cd91d12f692e..90460eeed65088650f00942e4e862b82ff58439b 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -157,6 +157,6 @@ class SygusModule
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_MODULE_H */
index 25068eb7da3b8a07a2a0ee7ffb94daf62b7f84d6..b54b1c940f8dcff9c13e6d6aac9cd2f3f74408ae 100644 (file)
 #include "theory/quantifiers/term_util.h"
 #include "util/random.h"
 
-using namespace CVC5;
-using namespace CVC5::kind;
+using namespace cvc5;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -258,4 +258,4 @@ bool SygusPbe::constructCandidates(const std::vector<Node>& enums,
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
index c63dcf69761c87558501843cced9ab3293e5eefe..a56a2283834f22e7c0846a7f0bd675f6a4584dc1 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "theory/quantifiers/sygus/sygus_module.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -168,6 +168,6 @@ class SygusPbe : public SygusModule
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif
index dfb0a0f7ce0545f3b097a01cc1884bdb9ec7d961..822d19f29c8118d03b9ab6320db011944b2e6efd 100644 (file)
 #include "theory/quantifiers/term_util.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -804,4 +804,4 @@ void SynthConjectureProcess::getComponentVector(Kind k,
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index 0b07db89bc6064236736559fe38a29b1da77b935..6f6e25d0c7c393996d808ce9cdf0455d5fcc8b3c 100644 (file)
@@ -26,7 +26,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -358,6 +358,6 @@ class SynthConjectureProcess
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 72ce3f1ab8a6e32bb729e4f055dc3125f59a6b7a..1b3a52db818318922e90e37bd9a1847cfe7a1e05 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/rewriter.h"
 #include "theory/smt_engine_subsolver.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -144,4 +144,4 @@ Node SygusQePreproc::preprocess(Node q)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 49f81df02b1a4cf805db62df1e29e80297317fa1..26bbf2f9205dd7e83a6ae542493df42a2c6ce292 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -45,6 +45,6 @@ class SygusQePreproc
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS__SYGUS_QE_PREPROC_H */
index 723d924f8f27179cf4070a50f5be8b0cdcd2b3a3..55e8c922d65ad69f30601be205471c50fd806a5f 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/datatypes/sygus_datatype_utils.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -488,4 +488,4 @@ void SygusReconstruct::printPool(
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 0512fe643a88ef53e55b704ecb69af2f3635e3dd..1f9037a265eb324c03c6e0f47289bed725a659f2 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/quantifiers/sygus/rcons_obligation_info.h"
 #include "theory/quantifiers/sygus/rcons_type_info.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -307,6 +307,6 @@ class SygusReconstruct : public expr::NotifyMatch
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif  // CVC4__THEORY__QUANTIFIERS__SYGUS_RECONSTRUCT_H
index 2d7dfc4bc0ebf0805f2919c942da278a289f1827..179798222e2127e63614cec672a2faee26774381 100644 (file)
@@ -29,9 +29,9 @@
 #include "theory/quantifiers/sygus/term_database_sygus.h"
 #include "theory/smt_engine_subsolver.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -621,4 +621,4 @@ bool SygusRepairConst::getFitToLogicExcludeVar(LogicInfo& logic,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1e7eeb9fc924ebe00c49c9faf478ee141f466f3a..b79fa41772f05e35c1c0b713b61d0635ebdae97c 100644 (file)
@@ -20,7 +20,7 @@
 #include <unordered_set>
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class LogicInfo;
 
@@ -209,6 +209,6 @@ class SygusRepairConst
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_REPAIR_CONST_H */
index da08ec1b52fb0503fd1e825fb91400163dda8068..11dec3e6185f1cd083ac317c32f45e80442433fb 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "smt/smt_statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -60,4 +60,4 @@ SygusStatistics::~SygusStatistics()
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index d89fa0eca8e9b9af31536238233c537c748b013c..7a8ae8ce92857848d06c746c3a5bc16739b99076 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -53,6 +53,6 @@ class SygusStatistics
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 8eb13fef8aeed7df367a4f1d419a1d75ede7a66a..2d72b4fab13e79473d27880f328b1b74d85eaed7 100644 (file)
@@ -19,9 +19,9 @@
 #include "util/random.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -136,4 +136,4 @@ void SygusUnif::print_val(const char* c, std::vector<Node>& vals, bool pol)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 153c4603b70339f720024b2d668e2187ac1fdab7..1ed81194accb8a091c729c18add0fce07b127a64 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/node.h"
 #include "theory/quantifiers/sygus/sygus_unif_strat.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -193,6 +193,6 @@ class SygusUnif
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_UNIF_H */
index be24cb9e7ff03d820183f1c180baa8ce71f90c1c..9dfac1d683fb7620491e9693b8489ab114666c1f 100644 (file)
@@ -26,9 +26,9 @@
 
 #include <math.h>
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -1677,4 +1677,4 @@ Node SygusUnifIo::constructBestConditional(Node ce,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 5d4f7fb7d2c87e6584f14480d7c16b6e92bb5e1e..825e5741d30c09db86c75b0a13b850807471bf11 100644 (file)
@@ -20,7 +20,7 @@
 #include <map>
 #include "theory/quantifiers/sygus/sygus_unif.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -468,6 +468,6 @@ class SygusUnifIo : public SygusUnif
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_UNIF_IO_H */
index 436678aa9e0f04178e5c6dec15aced6ab4d7efd6..c3cff70d9b79c3cd1c571135c1b34e54f12cffee 100644 (file)
@@ -24,9 +24,9 @@
 
 #include <math.h>
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -1207,4 +1207,4 @@ Node SygusUnifRl::DecisionTreeInfo::PointSeparator::computeCond(Node cond,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 82f2a80d2eb2ba5478a544fe04610a2b8a769107..51c49cbef996c7f2612d86204cb5c031483b68aa 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "theory/quantifiers/lazy_trie.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -443,6 +443,6 @@ class SygusUnifRl : public SygusUnif
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_UNIF_RL_H */
index 5551be63025d438e445391a73e9829306606b1bd..24bcb1eab3fb661c17d674a18099b65b0c99d9d3 100644 (file)
@@ -24,9 +24,9 @@
 #include "theory/rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -1050,4 +1050,4 @@ void SygusUnifStrategy::indent(const char* c, int ind)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c9d6e5d9668bc19b7f441df838c2cfc903e92848..2508fdc9bc24801fcdb544b91f44756b2705f2c6 100644 (file)
@@ -20,7 +20,7 @@
 #include <map>
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -428,6 +428,6 @@ class SygusUnifStrategy
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_UNIF_H */
index ec5edd6405d05509d5ebf84b9c9ae7dadfeb7188..6c14aaa807fc3691af0d95d45566aa4afbc2efa6 100644 (file)
@@ -20,9 +20,9 @@
 #include "theory/quantifiers/quantifiers_attributes.h"
 #include "theory/quantifiers/sygus/sygus_grammar_cons.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -179,4 +179,4 @@ TypeNode SygusUtils::getSygusTypeForSynthFun(Node f)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 2646dd1c8b7850cf694b0d956d715e85cabf1cd7..0ec497789d9e6429a3705372d7cad8100a4c7f9c 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "expr/subs.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -110,6 +110,6 @@ class SygusUtils
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS__SYGUS_UTILS_H */
index 0bfa7304879b5a8e1f3f6d3bece9b340a229744d..f7566e7a252fc11750f1dec3504098530cda1370 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/smt_engine_subsolver.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -1353,4 +1353,4 @@ ExampleEvalCache* SynthConjecture::getExampleEvalCache(Node e)
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index e39f65d80233492d808a37ac681fe8931ad75387..7fd1ae4b354f699f5f5f1fdd3212b2f07e36fef4 100644 (file)
@@ -32,7 +32,7 @@
 #include "theory/quantifiers/sygus/sygus_stats.h"
 #include "theory/quantifiers/sygus/template_infer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -426,6 +426,6 @@ class SynthConjecture
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 4f1a0bbbb2a5ce9c3e824fe05502c40bb09e6729..3d5406f27781b0ad32bc949c5b7233135d2fad33 100644 (file)
@@ -20,9 +20,9 @@
 #include "theory/quantifiers/sygus/term_database_sygus.h"
 #include "theory/quantifiers/term_registry.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -290,4 +290,4 @@ void SynthEngine::preregisterAssertion(Node n)
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index 30f9c181e7d728155b0e8636c3761983c41d45fa..a5fde847620131c67fdc9d75aa62fd47e9f49a8f 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/quantifiers/sygus/sygus_stats.h"
 #include "theory/quantifiers/sygus/synth_conjecture.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -115,6 +115,6 @@ class SynthEngine : public QuantifiersModule
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 84fcafd05812a8143989559e43e37db2bfd5741e..875b25370cf0a7dc2fb967c88428a643b0a76f8b 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/quantifiers/sygus/sygus_utils.h"
 #include "theory/quantifiers/term_util.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -203,4 +203,4 @@ Node SygusTemplateInfer::getTemplateArg(Node prog) const
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index be35025bdb2e66e4d06badfafcbfafbe03bef1af..1ab97b6511c442b0e9746065233a5dbbf4eea51f 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "theory/quantifiers/sygus/transition_inference.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -71,6 +71,6 @@ class SygusTemplateInfer
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif
index f50e222ff8a44b23f4014f62df8179a87b8c20d3..34a81467a3e5cbc3869b527ec22084e03ff37d40 100644 (file)
@@ -30,9 +30,9 @@
 #include "theory/quantifiers/term_util.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -1091,4 +1091,4 @@ bool TermDbSygus::isEvaluationPoint(Node n) const
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 0bd0c636a735cd5bdcf249f84cbdcf951cadf6ec..fb7e38ff82da62fab2fa352fafe1c3752ec81cc8 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/quantifiers/sygus/type_info.h"
 #include "theory/quantifiers/term_database.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -467,6 +467,6 @@ class TermDbSygus {
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__TERM_DATABASE_H */
index 0b5946176350c8b69158b8d242b1656d03c14ba6..7ee2f2ec6dc6b684754db816f5961a2b31b73fb7 100644 (file)
@@ -20,9 +20,9 @@
 #include "theory/quantifiers/term_util.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -585,4 +585,4 @@ Node TransitionInference::constructFormulaTrace(DetTrace& dt) const
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index aed003357a396989f7bf465b6eedc1b29bc4f5df..8ddc1a320b8c1362cd82705612907bb1392378a5 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/quantifiers/inst_match_trie.h"
 #include "theory/quantifiers/single_inv_partition.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -332,6 +332,6 @@ class TransitionInference
 
 }  // namespace quantifiers
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 19dff9936381532d803f3b672d45e768a125b93d..fdc8ca6a3bf2baa87558a1b96752c754a39184c0 100644 (file)
@@ -22,9 +22,9 @@
 #include "theory/quantifiers/sygus/term_database_sygus.h"
 #include "theory/quantifiers/sygus/type_node_id_trie.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -488,4 +488,4 @@ bool SygusTypeInfo::isSubclassVarTrivial() const
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index cc78fc526bb85a2c7a5b450db281e9311233b04d..79413a03c223534b4bb45fe8eb7138722459767d 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -253,6 +253,6 @@ class SygusTypeInfo
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS__TYPE_INFO_H */
index 064543af8f17ac2ab9b85e98b5cb852e2f1edd9d..a2c7b264d13577376574b60eebf8771bee13906b 100644 (file)
@@ -14,9 +14,9 @@
 
 #include "theory/quantifiers/sygus/type_node_id_trie.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -49,4 +49,4 @@ void TypeNodeIdTrie::assignIds(std::map<Node, unsigned>& assign,
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a60afda2364559367a87482beb9e51832bd67f26..6311cbabee28267adf9ab1291bb3a9f5da2a90ab 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -48,6 +48,6 @@ class TypeNodeIdTrie
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS__TYPE_NODE_ID_TRIE_H */
index 0b1d91684c4add44c5bfd7d44349a1b7528d9fe3..81dc5cecb9f15d7f9cc7b9031c764ed0696a1ee3 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/quantifiers/term_util.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -553,4 +553,4 @@ void SygusInst::addCeLemma(Node q)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 08fc5ccb3986e7a7b8ec97295d89956b7036b9eb..35b66437b5d9c4dace5c449b81ae605e55d8087c 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/decision_strategy.h"
 #include "theory/quantifiers/quant_module.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class QuantifiersEngine;
@@ -147,6 +147,6 @@ class SygusInst : public QuantifiersModule
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 2b89c0c7cfa1b60c39a471aeabe79175939b5a24..5c7797a1aa924ae6931a24f0530fc3e5367c27f1 100644 (file)
@@ -30,7 +30,7 @@
 #include "util/random.h"
 #include "util/sampler.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -845,4 +845,4 @@ void SygusSampler::checkEquivalent(Node bv, Node bvr)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 65843dc63c2266292b265de21e56c6fdb2005179..7350f484509e83439ecf43c6fbd1348fc219774a 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/quantifiers/sygus/term_database_sygus.h"
 #include "theory/quantifiers/term_enumeration.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -320,6 +320,6 @@ class SygusSampler : public LazyTrieEvaluator
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__SYGUS_SAMPLER_H */
index d6d7933cbd049fb0c218f6377ecec87bfcf70bc1..64c2fda768eeaee930d7d8df3f98577567345a7e 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/uf/equality_engine.h"
 
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -1232,4 +1232,4 @@ Node TermDb::getHoTypeMatchPredicate(TypeNode tn)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index d0812d1d168610ab1d890867726058aaded02e8d..2077b3d2d5c12be073ab382c37ce3789ff4f33c6 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/theory.h"
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -422,6 +422,6 @@ class TermDb : public QuantifiersUtil {
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__TERM_DATABASE_H */
index 2945750c12651190c5020e0df15822c40aced279..a13a19a77aa43c0b61b0b9d91bfd8fc701fca2f9 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "theory/quantifiers/quant_bound_inference.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -75,4 +75,4 @@ bool TermEnumeration::getDomain(TypeNode tn, std::vector<Node>& dom)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index fa7eaf63e59133b54ee82781c2e2deef91052eba..bd545ff50e28576d04bd21cf7062b45013281e02 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/type_node.h"
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -71,6 +71,6 @@ class TermEnumeration
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__TERM_ENUMERATION_H */
index cf33f0a41c452be3e80c3ec66c19f907021cc71e..8317271f93964d31cf51e7068a74da5f7f03d144 100644 (file)
@@ -20,7 +20,7 @@
 #include "theory/quantifiers/fmf/first_order_model_fmc.h"
 #include "theory/quantifiers/quantifiers_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -134,4 +134,4 @@ bool TermRegistry::useFmcModel() const { return d_useFmcModel; }
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e4e4a7e9f9f4fb8357fa34a666a05481901db624..79070fae8a245399296b2819da72532f673e7559 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/quantifiers/term_database.h"
 #include "theory/quantifiers/term_enumeration.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -99,6 +99,6 @@ class TermRegistry
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__TERM_REGISTRY_H */
index 546f6aa6caeceb87d3c51b84ff951f5ab7bc319d..e4e63787ec10c4d114076f661f4fb8a1e8487b1d 100644 (file)
@@ -31,7 +31,7 @@
 #include "theory/quantifiers/term_util.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <typename T>
 static CVC4ostream& operator<<(CVC4ostream& out, const std::vector<T>& v)
@@ -505,4 +505,4 @@ TermTupleEnumeratorInterface* mkTermTupleEnumeratorRd(
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index b15ab22129e84639a3860ea66dd6c9e34e0fe715..4d6eb52f8cb987c47ec9cd3655eb288d323ee110 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -94,5 +94,5 @@ TermTupleEnumeratorInterface* mkTermTupleEnumeratorRd(
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 #endif /* TERM_TUPLE_ENUMERATOR_H_7640 */
index 41e06a7085f21400e921b035906c2d42d85aed48..8b1c1aa30d9e45e0e10b55bfccf7678efcf54293 100644 (file)
@@ -22,9 +22,9 @@
 #include "theory/strings/word.h"
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -601,4 +601,4 @@ bool TermUtil::hasOffsetArg(Kind ik, int arg, int& offset, Kind& ok)
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1ac6ca4955eb4bf72b3cf8c4a664717a0d328240..d8a881e2e518fdd30308ee892675a1fdd7497907 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/attribute.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 // attribute for "contains instantiation constants from"
@@ -206,6 +206,6 @@ public:
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__TERM_UTIL_H */
index d89abf0766e2486e4d52ba79feff68d20bea0320..c3c3fe7b65300a627bf7d84498fcd2bea4c2dc67 100644 (file)
 #include "theory/quantifiers/quantifiers_rewriter.h"
 #include "theory/valuation.h"
 
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -184,4 +184,4 @@ void TheoryQuantifiers::setUserAttribute(const std::string& attr, Node n, std::v
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 6af0e8648d79ff05369aa6108fb33e6d21f0afeb..21c30390c218d1273ac7544f1dbd16b3abc105f2 100644 (file)
@@ -30,7 +30,7 @@
 #include "theory/theory.h"
 #include "theory/valuation.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -98,6 +98,6 @@ class TheoryQuantifiers : public Theory {
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__THEORY_QUANTIFIERS_H */
index e990f5320e6cba51ae9844405d01b8585c7e3fc7..53c077930fbe33de310023cbd4a7ddebe8a8d256 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace quantifiers {
 
@@ -131,6 +131,6 @@ struct QuantifierInstPatternListTypeRule {
 
 }  // namespace quantifiers
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS__THEORY_QUANTIFIERS_TYPE_RULES_H */
index 12942c1c41bfbb47c48e79f1a4dc8725f225dce8..0bcf1d19c9c39552a1fbde09c7ff0578c40591a3 100644 (file)
@@ -37,9 +37,9 @@
 #include "theory/theory_engine.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 QuantifiersEngine::QuantifiersEngine(
@@ -653,4 +653,4 @@ bool QuantifiersEngine::getSynthSolutions(
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4d4599f68d3ecbc61a57afe5d9974013c43ce97b..101dd03e76b948de22ba228e97f63b76ff18314b 100644 (file)
@@ -25,7 +25,7 @@
 #include "context/cdlist.h"
 #include "theory/quantifiers/quant_util.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TheoryEngine;
 
@@ -52,7 +52,7 @@ class TermRegistry;
 
 // TODO: organize this more/review this, github issue #1163
 class QuantifiersEngine {
-  friend class ::CVC5::TheoryEngine;
+  friend class ::cvc5::TheoryEngine;
   typedef context::CDHashMap< Node, bool, NodeHashFunction > BoolMap;
   typedef context::CDHashSet<Node, NodeHashFunction> NodeSet;
 
@@ -209,6 +209,6 @@ public:
 };/* class QuantifiersEngine */
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__QUANTIFIERS_ENGINE_H */
index 5fda459548e78522f92936f32f4799284ba95238..b00d9af68faadbb395b769427f47737659e5a8dd 100644 (file)
@@ -16,9 +16,9 @@
 
 #include <sstream>
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 RelevanceManager::RelevanceManager(context::UserContext* userContext,
@@ -314,4 +314,4 @@ bool RelevanceManager::isRelevant(Node lit)
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index eea1d2c61e71c1a16675c22b5bedd710dbca2c5a..0a00e8c6b0d460d02e757645c4fc45ad7da6573a 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/node.h"
 #include "theory/valuation.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -149,6 +149,6 @@ class RelevanceManager
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__RELEVANCE_MANAGER__H */
index 6492ac9f0cfdaa6340075d3fc61b65129f1f8481..8ca7ba283f60e63d137476152f2403802f12ddec 100644 (file)
@@ -18,9 +18,9 @@
 #include "theory/type_enumerator.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 void RepSet::clear(){
@@ -462,4 +462,4 @@ void RepSetIterator::debugPrintSmall( const char* c ){
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4c7b04045560da2abf072b111891c10186867d4d..89128f0fd5787cb5fd81a7aad09227f50f78f353 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class QuantifiersEngine;
@@ -325,6 +325,6 @@ class RepBoundExt
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__REP_SET_H */
index 9e248c8d645fc13df24c90fb10d4b36c513d81f3..1d9620dab15559e558080890f4eb1e76a02821d1 100644 (file)
@@ -29,7 +29,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** Attribute true for nodes that have been rewritten with proofs enabled */
@@ -512,4 +512,4 @@ void Rewriter::clearCaches() {
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c5a8cd45e31f2c59f289fbe77eb609c6c32164eb..94057aa54d0b6360fd2b99821020573a251a557f 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/node.h"
 #include "theory/theory_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TConvProofGenerator;
 class ProofNodeManager;
@@ -232,4 +232,4 @@ class Rewriter {
 };/* class Rewriter */
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 83961353edb60c16dd503e1bc0d4e4e9a219022c..19116c0202c6521c408e97079111f7e1890adb3c 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "expr/attribute.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 template <bool pre, theory::TheoryId theoryId>
@@ -99,4 +99,4 @@ struct RewriteAttibute {
 };/* struct RewriteAttribute */
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index bd9b9575e268ef62bdd2fc98752ce7a9a65655aa..020ac1af64ab08aab7e3570440b46e9b34bad3a8 100644 (file)
@@ -26,7 +26,7 @@
 
 ${rewriter_includes}
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 Node Rewriter::getPreRewriteCache(theory::TheoryId theoryId, TNode node) {
@@ -77,7 +77,7 @@ for (size_t i = 0; i < theory::THEORY_LAST; ++i)
 }
 
 void Rewriter::clearCachesInternal() {
-  typedef CVC5::expr::attr::AttributeUniqueId AttributeUniqueId;
+  typedef cvc5::expr::attr::AttributeUniqueId AttributeUniqueId;
   std::vector<AttributeUniqueId> preids;
   ${pre_rewrite_attribute_ids}
 
@@ -95,4 +95,4 @@ void Rewriter::clearCachesInternal() {
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 666e3f1792490da90c9ca9cd97ae4c3a71568bc7..17dfed8936b9a5b36da7eea4262852fd65a464d8 100644 (file)
@@ -4,13 +4,13 @@
 # src/theory/builtin/kinds.
 #
 
-theory THEORY_SEP ::CVC5::theory::sep::TheorySep "theory/sep/theory_sep.h"
+theory THEORY_SEP ::cvc5::theory::sep::TheorySep "theory/sep/theory_sep.h"
 typechecker "theory/sep/theory_sep_type_rules.h"
 
 properties polite stable-infinite parametric
 properties check presolve
 
-rewriter ::CVC5::theory::sep::TheorySepRewriter "theory/sep/theory_sep_rewriter.h"
+rewriter ::cvc5::theory::sep::TheorySepRewriter "theory/sep/theory_sep_rewriter.h"
 
 nullaryoperator SEP_NIL "separation nil"
 
@@ -20,11 +20,11 @@ operator SEP_STAR 2: "separation star"
 operator SEP_WAND 2 "separation magic wand"
 operator SEP_LABEL 2 "separation label (internal use only)"
 
-typerule SEP_EMP ::CVC5::theory::sep::SepEmpTypeRule
-typerule SEP_PTO ::CVC5::theory::sep::SepPtoTypeRule
-typerule SEP_STAR ::CVC5::theory::sep::SepStarTypeRule
-typerule SEP_WAND ::CVC5::theory::sep::SepWandTypeRule
-typerule SEP_LABEL ::CVC5::theory::sep::SepLabelTypeRule
-typerule SEP_NIL ::CVC5::theory::sep::SepNilTypeRule
+typerule SEP_EMP ::cvc5::theory::sep::SepEmpTypeRule
+typerule SEP_PTO ::cvc5::theory::sep::SepPtoTypeRule
+typerule SEP_STAR ::cvc5::theory::sep::SepStarTypeRule
+typerule SEP_WAND ::cvc5::theory::sep::SepWandTypeRule
+typerule SEP_LABEL ::cvc5::theory::sep::SepLabelTypeRule
+typerule SEP_NIL ::cvc5::theory::sep::SepNilTypeRule
 
 endtheory
index 73fc565bd76ee666dd1859923b82ae5ea4defab5..ab9b1b08d8bb484a0c36971592f5c9df009b97d1 100644 (file)
@@ -34,9 +34,9 @@
 #include "theory/valuation.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sep {
 
@@ -1798,4 +1798,4 @@ Node TheorySep::HeapInfo::getValue( TypeNode tn ) {
 
 }  // namespace sep
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 029cbada547d186ce4f58742bf0183f01bc9b76e..d52a3bca5f44b127febdac064537d56b2e03d514 100644 (file)
@@ -31,7 +31,7 @@
 #include "theory/uf/equality_engine.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class TheoryModel;
@@ -351,6 +351,6 @@ class TheorySep : public Theory {
 
 }  // namespace sep
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SEP__THEORY_SEP_H */
index 756a82bc1661eba1b913de097d18be85f5c679cf..d7cebd465f997a85058eb1631aa8ff28fd4d7705 100644 (file)
@@ -20,7 +20,7 @@
 #include "theory/quantifiers/quant_util.h"
 #include "options/sep_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sep {
 
@@ -166,4 +166,4 @@ RewriteResponse TheorySepRewriter::postRewrite(TNode node) {
 
 }  // namespace sep
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 97124bd0df646e2bf6eb5b85f9782a34826b59d5..2ee969fc240cd61b24e23ef79effebfdf7170e0f 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/theory_rewriter.h"
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sep {
 
@@ -49,6 +49,6 @@ class TheorySepRewriter : public TheoryRewriter
 
 }  // namespace sep
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SEP__THEORY_SEP_REWRITER_H */
index 8618ce4d60cb868140fd713877ccbe841daff802..a83f036c15b351acff5f7c40f629bc2c7a27db2e 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef CVC4__THEORY__SEP__THEORY_SEP_TYPE_RULES_H
 #define CVC4__THEORY__SEP__THEORY_SEP_TYPE_RULES_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sep {
 
@@ -109,6 +109,6 @@ struct SepNilTypeRule {
 
 }  // namespace sep
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SEP__THEORY_SEP_TYPE_RULES_H */
index 84e7786e8cde7d26e9f6b01500b0e21a29124f00..b67df285d53f4e2e4e9240420baa570da207e231 100644 (file)
@@ -25,9 +25,9 @@
 #include "theory/valuation.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -1114,4 +1114,4 @@ const std::vector<Node>& CardinalityExtension::getFiniteTypeMembers(
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 47fa18d5bb224591268b583662f19afd7c8239da..c354f3f3a4a35edf8e6db1d7a3884a165503baec 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/type_set.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -412,6 +412,6 @@ class CardinalityExtension
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 305059797d5587b58c9f8b0da55ca0b898f6b594..2523512ccd166596b3cdcb3998a24b7aa0d2bde4 100644 (file)
@@ -18,9 +18,9 @@
 #include "theory/rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -177,4 +177,4 @@ void InferenceManager::split(Node n, InferenceId id, int reqPol)
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 8e4614718b6d4dafd58bbacf6ace9b5920c63056..90d2ce12afe91c239f70974b3b8bf2319936c356 100644 (file)
@@ -20,7 +20,7 @@
 #include "theory/inference_manager_buffered.h"
 #include "theory/sets/solver_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -100,6 +100,6 @@ class InferenceManager : public InferenceManagerBuffered
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SETS__INFERENCE_MANAGER_H */
index 4ef22d68c44a2492d3e232e7ff081e1b485d2cb2..564779f6a80ab7412639d9ae07c2b4d4837d13b7 100644 (file)
@@ -5,10 +5,10 @@
 #
 
 theory THEORY_SETS \
-    ::CVC5::theory::sets::TheorySets \
+    ::cvc5::theory::sets::TheorySets \
     "theory/sets/theory_sets.h"
 typechecker "theory/sets/theory_sets_type_rules.h"
-rewriter ::CVC5::theory::sets::TheorySetsRewriter \
+rewriter ::cvc5::theory::sets::TheorySetsRewriter \
     "theory/sets/theory_sets_rewriter.h"
 
 properties parametric
@@ -16,22 +16,22 @@ properties check presolve
 
 # constants
 constant EMPTYSET \
-    ::CVC5::EmptySet \
-    ::CVC5::EmptySetHashFunction \
+    ::cvc5::EmptySet \
+    ::cvc5::EmptySetHashFunction \
     "expr/emptyset.h" \
-    "the empty set constant; payload is an instance of the CVC5::EmptySet class"
+    "the empty set constant; payload is an instance of the cvc5::EmptySet class"
 
 # the type
 operator SET_TYPE 1 "set type, takes as parameter the type of the elements"
 cardinality SET_TYPE \
-    "::CVC5::theory::sets::SetsProperties::computeCardinality(%TYPE%)" \
+    "::cvc5::theory::sets::SetsProperties::computeCardinality(%TYPE%)" \
     "theory/sets/theory_sets_type_rules.h"
 well-founded SET_TYPE \
-    "::CVC5::theory::sets::SetsProperties::isWellFounded(%TYPE%)" \
-    "::CVC5::theory::sets::SetsProperties::mkGroundTerm(%TYPE%)" \
+    "::cvc5::theory::sets::SetsProperties::isWellFounded(%TYPE%)" \
+    "::cvc5::theory::sets::SetsProperties::mkGroundTerm(%TYPE%)" \
     "theory/sets/theory_sets_type_rules.h"
 enumerator SET_TYPE \
-    "::CVC5::theory::sets::SetEnumerator" \
+    "::cvc5::theory::sets::SetEnumerator" \
     "theory/sets/theory_sets_type_enumerator.h"
 
 # operators
@@ -42,10 +42,10 @@ operator SUBSET         2  "subset predicate; first parameter a subset of second
 operator MEMBER         2  "set membership predicate; first parameter a member of second"
 
 constant SINGLETON_OP \
-       ::CVC5::SingletonOp \
-       ::CVC5::SingletonOpHashFunction \
+       ::cvc5::SingletonOp \
+       ::cvc5::SingletonOpHashFunction \
        "theory/sets/singleton_op.h" \
-       "operator for singletons; payload is an instance of the CVC5::SingletonOp class"
+       "operator for singletons; payload is an instance of the cvc5::SingletonOp class"
 parameterized SINGLETON SINGLETON_OP 1  \
 "constructs a set of a single element. First parameter is a SingletonOp. Second is a term"
 
@@ -85,30 +85,30 @@ operator TCLOSURE      1  "set transitive closure"
 operator JOIN_IMAGE       2  "set join image"
 operator IDEN             1  "set identity"
 
-typerule UNION          ::CVC5::theory::sets::SetsBinaryOperatorTypeRule
-typerule INTERSECTION   ::CVC5::theory::sets::SetsBinaryOperatorTypeRule
-typerule SETMINUS       ::CVC5::theory::sets::SetsBinaryOperatorTypeRule
-typerule SUBSET         ::CVC5::theory::sets::SubsetTypeRule
-typerule MEMBER         ::CVC5::theory::sets::MemberTypeRule
+typerule UNION          ::cvc5::theory::sets::SetsBinaryOperatorTypeRule
+typerule INTERSECTION   ::cvc5::theory::sets::SetsBinaryOperatorTypeRule
+typerule SETMINUS       ::cvc5::theory::sets::SetsBinaryOperatorTypeRule
+typerule SUBSET         ::cvc5::theory::sets::SubsetTypeRule
+typerule MEMBER         ::cvc5::theory::sets::MemberTypeRule
 typerule SINGLETON_OP   "SimpleTypeRule<RBuiltinOperator>"
-typerule SINGLETON      ::CVC5::theory::sets::SingletonTypeRule
-typerule EMPTYSET       ::CVC5::theory::sets::EmptySetTypeRule
-typerule INSERT         ::CVC5::theory::sets::InsertTypeRule
-typerule CARD           ::CVC5::theory::sets::CardTypeRule
-typerule COMPLEMENT     ::CVC5::theory::sets::ComplementTypeRule
-typerule UNIVERSE_SET   ::CVC5::theory::sets::UniverseSetTypeRule
-typerule COMPREHENSION  ::CVC5::theory::sets::ComprehensionTypeRule
-typerule CHOOSE         ::CVC5::theory::sets::ChooseTypeRule
-typerule IS_SINGLETON   ::CVC5::theory::sets::IsSingletonTypeRule
+typerule SINGLETON      ::cvc5::theory::sets::SingletonTypeRule
+typerule EMPTYSET       ::cvc5::theory::sets::EmptySetTypeRule
+typerule INSERT         ::cvc5::theory::sets::InsertTypeRule
+typerule CARD           ::cvc5::theory::sets::CardTypeRule
+typerule COMPLEMENT     ::cvc5::theory::sets::ComplementTypeRule
+typerule UNIVERSE_SET   ::cvc5::theory::sets::UniverseSetTypeRule
+typerule COMPREHENSION  ::cvc5::theory::sets::ComprehensionTypeRule
+typerule CHOOSE         ::cvc5::theory::sets::ChooseTypeRule
+typerule IS_SINGLETON   ::cvc5::theory::sets::IsSingletonTypeRule
 
-typerule JOIN                  ::CVC5::theory::sets::RelBinaryOperatorTypeRule
-typerule PRODUCT               ::CVC5::theory::sets::RelBinaryOperatorTypeRule
-typerule TRANSPOSE             ::CVC5::theory::sets::RelTransposeTypeRule
-typerule TCLOSURE          ::CVC5::theory::sets::RelTransClosureTypeRule
-typerule JOIN_IMAGE        ::CVC5::theory::sets::JoinImageTypeRule
-typerule IDEN                  ::CVC5::theory::sets::RelIdenTypeRule
+typerule JOIN                  ::cvc5::theory::sets::RelBinaryOperatorTypeRule
+typerule PRODUCT               ::cvc5::theory::sets::RelBinaryOperatorTypeRule
+typerule TRANSPOSE             ::cvc5::theory::sets::RelTransposeTypeRule
+typerule TCLOSURE          ::cvc5::theory::sets::RelTransClosureTypeRule
+typerule JOIN_IMAGE        ::cvc5::theory::sets::JoinImageTypeRule
+typerule IDEN                  ::cvc5::theory::sets::RelIdenTypeRule
 
-construle UNION         ::CVC5::theory::sets::SetsBinaryOperatorTypeRule
-construle SINGLETON     ::CVC5::theory::sets::SingletonTypeRule
+construle UNION         ::cvc5::theory::sets::SetsBinaryOperatorTypeRule
+construle SINGLETON     ::cvc5::theory::sets::SingletonTypeRule
 
 endtheory
index 197f31903f05f167b4e37f5f3f335026a036f833..c0f02da7d21f8eb0f75de11f84945897cec2348c 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef CVC4__THEORY__SETS__NORMAL_FORM_H
 #define CVC4__THEORY__SETS__NORMAL_FORM_H
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -158,6 +158,6 @@ class NormalForm {
 };
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index eb3477f5ab786c96515262e56c08247aebcd3a7b..545e3c08cf426a4cbf92b95e4ac92810e45b6fc2 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/dtype_cons.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -98,6 +98,6 @@ public:
 };
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 4e76d35e44a917af97a57145265aaad74bd7c4ec..0fc41178832a5ac47120a1aaeec6a9f85638b232 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& out, const SingletonOp& op)
 {
@@ -47,4 +47,4 @@ bool SingletonOp::operator==(const SingletonOp& op) const
   return getType() == op.getType();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index d17f8255e263a3258a4ba0515ffcc2a690ab7c80..7e338e518cfc5ba4d73b53c6b266fee62687af25 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <memory>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TypeNode;
 
@@ -58,6 +58,6 @@ struct SingletonOpHashFunction
   size_t operator()(const SingletonOp& op) const;
 }; /* struct SingletonOpHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SINGLETON_OP_H */
index 3c0f33cafb132f5fa3ebee4b1823c671e7a341e8..c18e9406df0e93e33df7e82b3e18b989803aae1b 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "theory/rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -61,4 +61,4 @@ bool SkolemCache::isSkolem(Node n) const
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 42369c7a9245886ee37f7741d469817c1f183b08..17e4bda71a38d5b910899e848d0e360611787cd8 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -78,6 +78,6 @@ class SkolemCache
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__SKOLEM_CACHE_H */
index ff604f838ac87cd11ba55c9a1758c7e80013d23d..31f0d4aa3dd707b5cbf2b6c89d2ec0f22cc18885 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/sets/theory_sets_private.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -595,4 +595,4 @@ bool SolverState::merge(TNode t1,
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 431aa019dcf031a4298ed3509373600618055c7a..cbbb53d8881422f2886116a8ec43c2b3e0c73461 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/theory_state.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -268,6 +268,6 @@ class SolverState : public TheoryState
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SETS__THEORY_SOLVER_STATE_H */
index 6dc18591c50efadb55c9547c8067c1ef360af497..a093840f7c1a921cb98d158041c666b2e28badb7 100644 (file)
@@ -17,9 +17,9 @@
 #include "expr/emptyset.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -151,4 +151,4 @@ void TermRegistry::debugPrintSet(Node s, const char* c) const
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 913473ff0332f8b4d9c23a5a8c074d3ae73adb21..3d1035c75122712b226a052e76856b2ee8512654 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/sets/skolem_cache.h"
 #include "theory/sets/solver_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -89,6 +89,6 @@ class TermRegistry
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SETS__TERM_REGISTRY_H */
index 1530da80913fcec4731f98589e9080a95c023220..bd682ca5731104d8aafbc3752c5967ee0c26b439 100644 (file)
@@ -22,9 +22,9 @@
 #include "theory/theory_model.h"
 #include "theory/trust_substitutions.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -238,4 +238,4 @@ void TheorySets::NotifyClass::eqNotifyDisequal(TNode t1, TNode t2, TNode reason)
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4dc5d8a0d843a8d8b4959242fc7e474ce4e6bcd4..16829bc6d5b85d1dca507c440e9d85888c182101 100644 (file)
@@ -29,7 +29,7 @@
 #include "theory/theory_eq_notify.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -120,6 +120,6 @@ class TheorySets : public Theory
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SETS__THEORY_SETS_H */
index 285eac4736f8b322d032bb15fc743f423b680104..8d005c6fea627f0ef1683cf44b0e00f0da304294 100644 (file)
@@ -29,9 +29,9 @@
 #include "util/result.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -1372,4 +1372,4 @@ void TheorySetsPrivate::presolve() { d_state.reset(); }
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a822d06e700408fa3204afc7e64edcda2db763f4..c2f266971f6a64022d9f17dc4f9c47bd99dc181e 100644 (file)
@@ -31,7 +31,7 @@
 #include "theory/theory.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -236,6 +236,6 @@ class TheorySetsPrivate {
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SETS__THEORY_SETS_PRIVATE_H */
index a160e0afdfbbb11a368f119e2848b6e0ebbedc5d..6609e4923dbb042e3df8890381c4de71a1c1a4e0 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/sets/theory_sets.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -1333,4 +1333,4 @@ void TheorySetsRels::check(Theory::Effort level)
   }
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
index 93913d4f52442656ee1c81b42671e4575ae8cfa3..badf14bd06f665f9ad144c3ba4680ec150c74c65 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/theory.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -185,6 +185,6 @@ private:
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* SRC_THEORY_SETS_THEORY_SETS_RELS_H_ */
index 935eb548d38ae3ab784710034943289fda6adbd8..9007cc2507e069424fe952eeb7ab69071e307ba5 100644 (file)
@@ -22,9 +22,9 @@
 #include "theory/sets/normal_form.h"
 #include "theory/sets/rels_utils.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -542,4 +542,4 @@ RewriteResponse TheorySetsRewriter::preRewrite(TNode node) {
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 739a5f885238ab5f4f8a4b58acf79ebe0d9662e5..501a584303aeb3812882f0059dbf14c01b899641 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -79,6 +79,6 @@ private:
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SETS__THEORY_SETS_REWRITER_H */
index 30e279be73ec680b4eab76b9a0efd12f934ae4d1..87fcd2d8ff78e53b994aef0cce8c5e09da4c9e80 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "theory/sets/theory_sets_type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -130,4 +130,4 @@ bool SetEnumerator::isFinished()
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 32aca5f79eac535f6d534de870a8c7ae802c6b12..006afc964540cbf8cdb95b1dead443c0c6cb61de 100644 (file)
@@ -26,7 +26,7 @@
 #include "theory/sets/normal_form.h"
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -68,6 +68,6 @@ class SetEnumerator : public TypeEnumeratorBase<SetEnumerator>
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SETS__TYPE_ENUMERATOR_H */
index 54791ac319a673ecf9c0f26e777ee1d84c69fc3e..ab82ba710cc66f007ed7fbd66f0e6cc7d15129f3 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "theory/sets/normal_form.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace sets {
 
@@ -390,7 +390,7 @@ struct JoinImageTypeRule {
       throw TypeCheckingExceptionPrivate(
           n, " JoinImage cardinality constraint must be a constant");
     }
-    CVC5::Rational r(INT_MAX);
+    cvc5::Rational r(INT_MAX);
     if (n[1].getConst<Rational>() > r) {
       throw TypeCheckingExceptionPrivate(
           n, " JoinImage Exceeded INT_MAX in cardinality constraint");
@@ -444,6 +444,6 @@ struct SetsProperties {
 
 }  // namespace sets
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SETS__THEORY_SETS_TYPE_RULES_H */
index 816ceb31ad4df832b460f7305fcaea31fbd14e9e..3e8eb305cf09f0f3508335a12aaede35d0acf1f7 100644 (file)
@@ -19,7 +19,7 @@
 #include "theory/logic_info.h"
 #include "theory/theory_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 // Always creates shared terms database. In all cases, shared terms
@@ -130,4 +130,4 @@ bool SharedSolver::propagateSharedEquality(theory::TheoryId theory,
 bool SharedSolver::isShared(TNode t) const { return d_sharedTerms.isShared(t); }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 8463e1d468390310f3123548f8be0b1bfcb08f67..7c6fb23a3c41f0c7e5f6d7c729f1bbace076936d 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/term_registration_visitor.h"
 #include "theory/valuation.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class LogicInfo;
 class ProofNodeManager;
@@ -134,6 +134,6 @@ class SharedSolver
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SHARED_SOLVER__H */
index 70932e6a6169927d66cc50c191e4b366003c0c07..aecf1fc7388a65e47f2f3277e0ea48804aa787d5 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "theory/theory_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 SharedSolverDistributed::SharedSolverDistributed(TheoryEngine& te,
@@ -93,4 +93,4 @@ void SharedSolverDistributed::assertSharedEquality(TNode equality,
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 95e23024dcb25c4c9dff214f44db1aeeea5d76e6..49e4974cab66b4780cffdc6bcf4751944fcb427d 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "theory/shared_solver.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -59,6 +59,6 @@ class SharedSolverDistributed : public SharedSolver
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SHARED_SOLVER_DISTRIBUTED__H */
index e82897c98b505a2b7fb03d125921a9acbe31efd1..890269ce2fb18acab295027f0cb749fe50dfcb6f 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/theory_engine.h"
 
 using namespace std;
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 
 SharedTermsDatabase::SharedTermsDatabase(TheoryEngine* theoryEngine,
                                          context::Context* context,
@@ -317,4 +317,4 @@ theory::TrustNode SharedTermsDatabase::explain(TNode literal) const
   return TrustNode::mkTrustPropExp(literal, exp, nullptr);
 }
 
-} // namespace CVC5
+}  // namespace cvc5
index a7bc772510d5b50240632f7645239b5ac6e9231d..6cb955c0985425f79d180c8e759ede0d2cc08af3 100644 (file)
@@ -29,7 +29,7 @@
 #include "theory/uf/proof_equality_engine.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TheoryEngine;
 
@@ -278,4 +278,4 @@ class SharedTermsDatabase : public context::ContextNotifyObj {
   ProofNodeManager* d_pnm;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
index 1b10d3ac84adc5af8ace4e6553e1012d49e1efd2..c8125129f210a9e52cad1d30f16188e6871c4975 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "expr/skolem_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 SkolemLemma::SkolemLemma(TrustNode lem, Node k) : d_lemma(lem), d_skolem(k)
@@ -40,4 +40,4 @@ Node SkolemLemma::getSkolemLemmaFor(Node k)
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c7ab08429e483933d5780fc17f1f06021490dba8..d67f71cf6fb30c2d8e1abfa33fc5bc877d65dace 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -59,6 +59,6 @@ class SkolemLemma
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SKOLEM_LEMMA_H */
index 15e9b4214937105580883a3c039b03ba1108ed0a..a6202a74fa60ad4b58f056f23d372f19566f571e 100644 (file)
@@ -19,7 +19,7 @@
 #include "smt/smt_engine_scope.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 // optimization: try to rewrite to constant
@@ -119,4 +119,4 @@ Result checkWithSubsolver(Node query,
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index d94f9227daf8fe48abecf3a66648f7d538bfb68a..100ea2de9e3b3e996b5879c2a35fc1ba018df7a8 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/node.h"
 #include "smt/smt_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -91,6 +91,6 @@ Result checkWithSubsolver(Node query,
                           unsigned long timeout = 0);
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SMT_ENGINE_SUBSOLVER_H */
index cad11fcf3c2412a0c721f94ae0995f9c3d331aae..fb3551e9a6af4846ed12a6bd8ab0eb64a2165a7f 100644 (file)
 #include "theory/rewriter.h"
 #include "theory/quantifiers/quant_util.h"
 
-using namespace CVC5;
-using namespace CVC5::kind;
+using namespace cvc5;
+using namespace cvc5::kind;
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 void SortInference::UnionFind::print(const char * c){
@@ -869,4 +869,4 @@ bool SortInference::isHandledApplyUf(Kind k) const
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index b32026256e10b0894d2ec9c70e50b017c10b74ec..cb80df221d5177f9568b9d99743009678f6c13c4 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** sort inference
@@ -166,6 +166,6 @@ private:
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 36ead86859da55807089a0499132a1e58482f4c4..a1b2c487f62fa3f1a016be6ef7e9a0388a909166 100644 (file)
@@ -22,9 +22,9 @@
 #include "theory/strings/word.h"
 #include "theory/theory.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -866,4 +866,4 @@ bool ArithEntail::inferZerosInSumGeq(Node x,
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 22011d51ba4fa829383be391f57fa6dab26704b6..1726dac0b5984199c87500decae740391f79397e 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -175,6 +175,6 @@ class ArithEntail
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index b9802b9a5bbc6016c84e978dbf219759f94f221c..4cf8c897ee5811ba87cfac799f07c7090dbeab8c 100644 (file)
 #include "theory/strings/word.h"
 
 using namespace std;
-using namespace CVC5::context;
-using namespace CVC5::kind;
+using namespace cvc5::context;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -760,4 +760,4 @@ Node BaseSolver::TermIndex::add(TNode n,
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 43cb63b475c6e60368f78572ba400889f721e60a..4ad5c3dec2fc7c19d59930f50aa166e8e1d70ac0 100644 (file)
@@ -26,7 +26,7 @@
 #include "theory/strings/skolem_cache.h"
 #include "theory/strings/solver_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -243,6 +243,6 @@ class BaseSolver
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__BASE_SOLVER_H */
index 8593a1e3612a5bde9e9a88beb71c9f4bf912b985..6a461cb7a5c480011a1fd127386e6c9bd37f03f3 100644 (file)
 #include "theory/strings/word.h"
 
 using namespace std;
-using namespace CVC5::context;
-using namespace CVC5::kind;
+using namespace cvc5::context;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -2651,4 +2651,4 @@ bool CoreSolver::processInferInfo(CoreInferInfo& cii)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 53bb167c470741f3c27c1cb0fffdf344bcd8928c..7392659c5db33e4c3e5e7c8a0261bce639ad6de7 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/strings/solver_state.h"
 #include "theory/strings/term_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -523,6 +523,6 @@ class CoreSolver
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__CORE_SOLVER_H */
index e2cb014081ce2d0dcddd3fc2c84522eb782735f2..3d23a95a0e2e8f14ad19761bc6db541e5c519be6 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "theory/strings/theory_strings_utils.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -148,4 +148,4 @@ void EagerSolver::notifyFact(TNode atom,
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 49545e622367a1a26873d4e0aa0bf044c2602166..1d4682c49d8849aab461409e95a55a3b84869fa4 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/strings/eqc_info.h"
 #include "theory/strings/solver_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -63,6 +63,6 @@ class EagerSolver
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__EAGER_SOLVER_H */
index 0bb2defb6e5508aabda042749882877b03f8b3f9..be2d402a1e35e307605130b0d826084d365b0800 100644 (file)
 #include "theory/strings/word.h"
 
 using namespace std;
-using namespace CVC5::context;
-using namespace CVC5::kind;
+using namespace cvc5::context;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -139,4 +139,4 @@ Node EqcInfo::addEndpointConst(Node t, Node c, bool isSuf)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a00cd49ea6c62b1409959621da876607c43b6d27..23d566ef1bdd48cc56d04b575ff6b01683730cc2 100644 (file)
@@ -23,7 +23,7 @@
 #include "context/context.h"
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -76,6 +76,6 @@ class EqcInfo
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__EQC_INFO_H */
index ab7c1d0ac8a793239998ac6af30eedd0980c9520..39bcb8f536c019f3c49cc2305a109db5b2b48763 100644 (file)
 #include "theory/strings/theory_strings_utils.h"
 
 using namespace std;
-using namespace CVC5::context;
-using namespace CVC5::kind;
+using namespace cvc5::context;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -724,4 +724,4 @@ bool StringsExtfCallback::getCurrentSubstitution(
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4b63f261a0bcff09bc7275481b716308d600b7c5..3cfe2309c7a47e41a3de1ac6b3ffe9675dc70706 100644 (file)
@@ -32,7 +32,7 @@
 #include "theory/strings/strings_rewriter.h"
 #include "theory/strings/theory_strings_preprocess.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -227,6 +227,6 @@ class StringsExtfCallback : public ExtTheoryCallback
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__EXTF_SOLVER_H */
index 5e2006f65658cab25901c7faedc220e3e9dca618..bce30096f1dd4e2adb16135a5789c76b7eebf832 100644 (file)
@@ -17,7 +17,7 @@
 #include "theory/strings/inference_manager.h"
 #include "theory/strings/theory_strings_utils.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -90,4 +90,4 @@ std::ostream& operator<<(std::ostream& out, const InferInfo& ii)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 9c228c197ef1d792f8ed119495324d2b563c9026..45a5da2d6a0c980a9b300971ec99b30355e169be 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/theory_inference.h"
 #include "util/safe_print.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -131,6 +131,6 @@ std::ostream& operator<<(std::ostream& out, const InferInfo& ii);
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__INFER_INFO_H */
index c600ce31dba1bcae53b4f7b53b8bab0d3ca0a06f..3005fcd19443c801b2f2164f359c849d50c60c08 100644 (file)
@@ -23,9 +23,9 @@
 #include "theory/strings/regexp_operation.h"
 #include "theory/strings/theory_strings_utils.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -1042,4 +1042,4 @@ std::string InferProofCons::identify() const
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 7d7d7e54a2efcd0d90f863718833758e9679db67..677ba2e22786f849a4299c08bea9d1b602db327f 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/theory_proof_step_buffer.h"
 #include "theory/uf/proof_equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -130,6 +130,6 @@ class InferProofCons : public ProofGenerator
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__INFER_PROOF_CONS_H */
index 15e608ef188e925580e4f098b22c58c618667bd2..ff3803b7e72e851b23aae7c13b339092af347c37 100644 (file)
 #include "theory/strings/word.h"
 
 using namespace std;
-using namespace CVC5::context;
-using namespace CVC5::kind;
+using namespace cvc5::context;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -377,4 +377,4 @@ TrustNode InferenceManager::processLemma(InferInfo& ii, LemmaProperty& p)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1e57afe798d8f930bfa7e29973adf9bbf66c5072..cb5560f2b32e70efa400d2d8dd8fff1e2be0358d 100644 (file)
@@ -35,7 +35,7 @@
 #include "theory/theory_inference_manager.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -271,6 +271,6 @@ class InferenceManager : public InferenceManagerBuffered
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 6f366d6d71d0e0ddbeb28a297fcc1a24b8974a19..33e94d3e63c724b14be4c1eb76ecced7ba463b13 100644 (file)
@@ -4,11 +4,11 @@
 # src/theory/builtin/kinds.
 #
 
-theory THEORY_STRINGS ::CVC5::theory::strings::TheoryStrings "theory/strings/theory_strings.h"
+theory THEORY_STRINGS ::cvc5::theory::strings::TheoryStrings "theory/strings/theory_strings.h"
 
 properties check parametric presolve
 
-rewriter ::CVC5::theory::strings::SequencesRewriter "theory/strings/sequences_rewriter.h"
+rewriter ::cvc5::theory::strings::SequencesRewriter "theory/strings/sequences_rewriter.h"
 
 typechecker "theory/strings/theory_strings_type_rules.h"
 
@@ -42,7 +42,7 @@ operator STRING_REV 1 "string reverse"
 sort STRING_TYPE \
     Cardinality::INTEGERS \
     well-founded \
-    "NodeManager::currentNM()->mkConst(::CVC5::String())" \
+    "NodeManager::currentNM()->mkConst(::cvc5::String())" \
     "util/string.h" \
     "String type"
 
@@ -54,31 +54,31 @@ sort REGEXP_TYPE \
     "RegExp type"
 
 enumerator STRING_TYPE \
-    "::CVC5::theory::strings::StringEnumerator" \
+    "::cvc5::theory::strings::StringEnumerator" \
     "theory/strings/type_enumerator.h"
 
 constant CONST_STRING \
-    ::CVC5::String \
-    ::CVC5::strings::StringHashFunction \
+    ::cvc5::String \
+    ::cvc5::strings::StringHashFunction \
     "util/string.h" \
     "a string of characters"
 
 # the type
 operator SEQUENCE_TYPE 1 "seuence type, takes as parameter the type of the elements"
 cardinality SEQUENCE_TYPE \
-    "::CVC5::theory::strings::SequenceProperties::computeCardinality(%TYPE%)" \
+    "::cvc5::theory::strings::SequenceProperties::computeCardinality(%TYPE%)" \
     "theory/strings/theory_strings_type_rules.h"
 well-founded SEQUENCE_TYPE \
-    "::CVC5::theory::strings::SequenceProperties::isWellFounded(%TYPE%)" \
-    "::CVC5::theory::strings::SequenceProperties::mkGroundTerm(%TYPE%)" \
+    "::cvc5::theory::strings::SequenceProperties::isWellFounded(%TYPE%)" \
+    "::cvc5::theory::strings::SequenceProperties::mkGroundTerm(%TYPE%)" \
     "theory/strings/theory_strings_type_rules.h"
 enumerator SEQUENCE_TYPE \
-    "::CVC5::theory::strings::SequenceEnumerator" \
+    "::cvc5::theory::strings::SequenceEnumerator" \
     "theory/strings/type_enumerator.h"
 
 constant CONST_SEQUENCE \
-    ::CVC5::Sequence \
-    ::CVC5::SequenceHashFunction \
+    ::cvc5::Sequence \
+    ::cvc5::SequenceHashFunction \
     "expr/sequence.h" \
     "a sequence of characters"
 
@@ -102,17 +102,17 @@ operator REGEXP_EMPTY 0 "regexp empty"
 operator REGEXP_SIGMA 0 "regexp all characters"
 
 constant REGEXP_REPEAT_OP \
-       ::CVC5::RegExpRepeat \
-       ::CVC5::RegExpRepeatHashFunction \
+       ::cvc5::RegExpRepeat \
+       ::cvc5::RegExpRepeatHashFunction \
        "util/regexp.h" \
-       "operator for regular expression repeat; payload is an instance of the CVC5::RegExpRepeat class"
+       "operator for regular expression repeat; payload is an instance of the cvc5::RegExpRepeat class"
 parameterized REGEXP_REPEAT REGEXP_REPEAT_OP 1 "regular expression repeat; first parameter is a REGEXP_REPEAT_OP, second is a regular expression term"
 
 constant REGEXP_LOOP_OP \
-       ::CVC5::RegExpLoop \
-       ::CVC5::RegExpLoopHashFunction \
+       ::cvc5::RegExpLoop \
+       ::cvc5::RegExpLoopHashFunction \
        "util/regexp.h" \
-       "operator for regular expression loop; payload is an instance of the CVC5::RegExpLoop class"
+       "operator for regular expression loop; payload is an instance of the cvc5::RegExpLoop class"
 parameterized REGEXP_LOOP REGEXP_LOOP_OP 1 "regular expression loop; first parameter is a REGEXP_LOOP_OP, second is a regular expression term"
 
 #internal
@@ -128,7 +128,7 @@ typerule REGEXP_DIFF "SimpleTypeRuleVar<RRegExp, ARegExp>"
 typerule REGEXP_STAR "SimpleTypeRule<RRegExp, ARegExp>"
 typerule REGEXP_PLUS "SimpleTypeRule<RRegExp, ARegExp>"
 typerule REGEXP_OPT "SimpleTypeRule<RRegExp, ARegExp>"
-typerule REGEXP_RANGE ::CVC5::theory::strings::RegExpRangeTypeRule
+typerule REGEXP_RANGE ::cvc5::theory::strings::RegExpRangeTypeRule
 typerule REGEXP_REPEAT_OP "SimpleTypeRule<RBuiltinOperator>"
 typerule REGEXP_REPEAT "SimpleTypeRule<RRegExp, ARegExp>"
 typerule REGEXP_LOOP_OP "SimpleTypeRule<RBuiltinOperator>"
@@ -141,18 +141,18 @@ typerule REGEXP_SIGMA "SimpleTypeRule<RRegExp>"
 
 ### operators that apply to both strings and sequences
 
-typerule STRING_CONCAT ::CVC5::theory::strings::StringConcatTypeRule
-typerule STRING_LENGTH ::CVC5::theory::strings::StringStrToIntTypeRule
-typerule STRING_SUBSTR ::CVC5::theory::strings::StringSubstrTypeRule
-typerule STRING_UPDATE ::CVC5::theory::strings::StringUpdateTypeRule
-typerule STRING_CHARAT ::CVC5::theory::strings::StringAtTypeRule
-typerule STRING_STRCTN ::CVC5::theory::strings::StringRelationTypeRule
-typerule STRING_STRIDOF ::CVC5::theory::strings::StringIndexOfTypeRule
-typerule STRING_STRREPL ::CVC5::theory::strings::StringReplaceTypeRule
-typerule STRING_STRREPLALL ::CVC5::theory::strings::StringReplaceTypeRule
-typerule STRING_PREFIX ::CVC5::theory::strings::StringStrToBoolTypeRule
-typerule STRING_SUFFIX ::CVC5::theory::strings::StringStrToBoolTypeRule
-typerule STRING_REV ::CVC5::theory::strings::StringStrToStrTypeRule
+typerule STRING_CONCAT ::cvc5::theory::strings::StringConcatTypeRule
+typerule STRING_LENGTH ::cvc5::theory::strings::StringStrToIntTypeRule
+typerule STRING_SUBSTR ::cvc5::theory::strings::StringSubstrTypeRule
+typerule STRING_UPDATE ::cvc5::theory::strings::StringUpdateTypeRule
+typerule STRING_CHARAT ::cvc5::theory::strings::StringAtTypeRule
+typerule STRING_STRCTN ::cvc5::theory::strings::StringRelationTypeRule
+typerule STRING_STRIDOF ::cvc5::theory::strings::StringIndexOfTypeRule
+typerule STRING_STRREPL ::cvc5::theory::strings::StringReplaceTypeRule
+typerule STRING_STRREPLALL ::cvc5::theory::strings::StringReplaceTypeRule
+typerule STRING_PREFIX ::cvc5::theory::strings::StringStrToBoolTypeRule
+typerule STRING_SUFFIX ::cvc5::theory::strings::StringStrToBoolTypeRule
+typerule STRING_REV ::cvc5::theory::strings::StringStrToStrTypeRule
 
 ### string specific operators
 
@@ -169,9 +169,9 @@ typerule STRING_TOLOWER "SimpleTypeRule<RString, AString>"
 
 ### sequence specific operators
 
-typerule CONST_SEQUENCE ::CVC5::theory::strings::ConstSequenceTypeRule
-typerule SEQ_UNIT ::CVC5::theory::strings::SeqUnitTypeRule
-typerule SEQ_NTH ::CVC5::theory::strings::SeqNthTypeRule
-typerule SEQ_NTH_TOTAL ::CVC5::theory::strings::SeqNthTypeRule
+typerule CONST_SEQUENCE ::cvc5::theory::strings::ConstSequenceTypeRule
+typerule SEQ_UNIT ::cvc5::theory::strings::SeqUnitTypeRule
+typerule SEQ_NTH ::cvc5::theory::strings::SeqNthTypeRule
+typerule SEQ_NTH_TOTAL ::cvc5::theory::strings::SeqNthTypeRule
 
 endtheory
index c139a5da78e61008c3b23a2def227fa10cee7018..ed111b4ac68508dbba0034369b6dfd6188f8a7ad 100644 (file)
@@ -21,9 +21,9 @@
 #include "theory/strings/word.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -185,4 +185,4 @@ void NormalForm::getExplanationForPrefixEq(NormalForm& nfi,
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 65d4b3f7890e2fa885d6bdca01b0015480382277..fda691844332a8626ff4d58f7b2dec17d0334a82 100644 (file)
@@ -21,7 +21,7 @@
 #include <vector>
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -168,6 +168,6 @@ class NormalForm
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__NORMAL_FORM_H */
index bf82d16cef58af7d690ef478e4c087ea408e3b0d..236607840ac5239c82ae87ab9ea3a3fe08bdf08e 100644 (file)
@@ -25,9 +25,9 @@
 #include "theory/strings/theory_strings_utils.h"
 #include "theory/strings/word.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -517,4 +517,4 @@ Node StringProofRuleChecker::checkInternal(PfRule id,
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c553861401ac7438528992e84cda6e9a3091b6d9..ab971f62f65f4022d91641e2be0e961127619170 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/proof_checker.h"
 #include "expr/proof_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -44,6 +44,6 @@ class StringProofRuleChecker : public ProofRuleChecker
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__PROOF_CHECKER_H */
index 5dbe02230a8225ee6d97a06e5d09121ba0404a31..4493d6c6c49994b964029aef0ef608ecdc4cbeda 100644 (file)
@@ -21,9 +21,9 @@
 #include "theory/strings/regexp_entail.h"
 #include "theory/strings/theory_strings_utils.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -613,4 +613,4 @@ bool RegExpElimination::isProofEnabled() const { return d_pnm != nullptr; }
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 3ffa9566e88b6f86794a74327f156c0c19a6df5e..f43aacdcdfe3233a3377037f10fba887804bdb61 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/eager_proof_generator.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -85,6 +85,6 @@ class RegExpElimination
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__REGEXP_ELIM_H */
index 94c740742ac76f07dd6223390ff3cfc58c20e59d..cc4027aad51de76ab0eb363ee9420405c9bc95dd 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/strings/word.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -105,7 +105,7 @@ Node RegExpEntail::simpleRegexpConsume(std::vector<Node>& mchildren,
         else if (xc.isConst())
         {
           // check for constants
-          CVC5::String s = xc.getConst<String>();
+          cvc5::String s = xc.getConst<String>();
           if (Word::isEmpty(xc))
           {
             Trace("regexp-ext-rewrite-debug") << "- ignore empty" << std::endl;
@@ -117,7 +117,7 @@ Node RegExpEntail::simpleRegexpConsume(std::vector<Node>& mchildren,
           {
             std::vector<unsigned> ssVec;
             ssVec.push_back(t == 0 ? s.back() : s.front());
-            CVC5::String ss(ssVec);
+            cvc5::String ss(ssVec);
             if (testConstStringInRegExp(ss, 0, rc))
             {
               // strip off one character
@@ -345,7 +345,7 @@ bool RegExpEntail::isConstRegExp(TNode t)
   return true;
 }
 
-bool RegExpEntail::testConstStringInRegExp(CVC5::String& s,
+bool RegExpEntail::testConstStringInRegExp(cvc5::String& s,
                                            unsigned index_start,
                                            TNode r)
 {
@@ -358,7 +358,7 @@ bool RegExpEntail::testConstStringInRegExp(CVC5::String& s,
   {
     case STRING_TO_REGEXP:
     {
-      CVC5::String s2 = s.substr(index_start, s.size() - index_start);
+      cvc5::String s2 = s.substr(index_start, s.size() - index_start);
       if (r[0].isConst())
       {
         return (s2 == r[0].getConst<String>());
@@ -392,7 +392,7 @@ bool RegExpEntail::testConstStringInRegExp(CVC5::String& s,
           {
             for (vec_k[i] = vec_k[i] + 1; vec_k[i] <= left; ++vec_k[i])
             {
-              CVC5::String t = s.substr(index_start + start, vec_k[i]);
+              cvc5::String t = s.substr(index_start + start, vec_k[i]);
               if (testConstStringInRegExp(t, 0, r[i]))
               {
                 start += vec_k[i];
@@ -457,7 +457,7 @@ bool RegExpEntail::testConstStringInRegExp(CVC5::String& s,
       {
         for (unsigned i = s.size() - index_start; i > 0; --i)
         {
-          CVC5::String t = s.substr(index_start, i);
+          cvc5::String t = s.substr(index_start, i);
           if (testConstStringInRegExp(t, 0, r[0]))
           {
             if (index_start + i == s.size()
@@ -525,7 +525,7 @@ bool RegExpEntail::testConstStringInRegExp(CVC5::String& s,
           uint32_t u = r[2].getConst<Rational>().getNumerator().toUnsignedInt();
           for (unsigned len = s.size() - index_start; len >= 1; len--)
           {
-            CVC5::String t = s.substr(index_start, len);
+            cvc5::String t = s.substr(index_start, len);
             if (testConstStringInRegExp(t, 0, r[0]))
             {
               if (len + index_start == s.size())
@@ -534,7 +534,7 @@ bool RegExpEntail::testConstStringInRegExp(CVC5::String& s,
               }
               else
               {
-                Node num2 = nm->mkConst(CVC5::Rational(u - 1));
+                Node num2 = nm->mkConst(cvc5::Rational(u - 1));
                 Node r2 = nm->mkNode(REGEXP_LOOP, r[0], r[1], num2);
                 if (testConstStringInRegExp(s, index_start + len, r2))
                 {
@@ -563,10 +563,10 @@ bool RegExpEntail::testConstStringInRegExp(CVC5::String& s,
           }
           for (unsigned len = 1; len <= s.size() - index_start; len++)
           {
-            CVC5::String t = s.substr(index_start, len);
+            cvc5::String t = s.substr(index_start, len);
             if (testConstStringInRegExp(t, 0, r[0]))
             {
-              Node num2 = nm->mkConst(CVC5::Rational(l - 1));
+              Node num2 = nm->mkConst(cvc5::Rational(l - 1));
               Node r2 = nm->mkNode(REGEXP_LOOP, r[0], num2, num2);
               if (testConstStringInRegExp(s, index_start + len, r2))
               {
@@ -761,4 +761,4 @@ bool RegExpEntail::regExpIncludes(Node r1, Node r2)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 3e14d4ed0dbaca1242dbf32559d716a49bd85787..fcad7e2abf96eb781cf8fbcc71f4fe1f00963878 100644 (file)
@@ -26,7 +26,7 @@
 #include "theory/theory_rewriter.h"
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -97,7 +97,7 @@ class RegExpEntail
    * Does the substring of s starting at index_start occur in constant regular
    * expression r?
    */
-  static bool testConstStringInRegExp(CVC5::String& s,
+  static bool testConstStringInRegExp(cvc5::String& s,
                                       unsigned index_start,
                                       TNode r);
   /** Does regular expression node have (str.to.re "") as a child? */
@@ -127,6 +127,6 @@ class RegExpEntail
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__REGEXP_ENTAIL_H */
index 5481a0c6d131de22374746d9a435832b6fe33809..1bb85ee81a2b82f6a927d806f1a3909ee93edec6 100644 (file)
@@ -25,9 +25,9 @@
 #include "theory/strings/theory_strings_utils.h"
 #include "theory/strings/word.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -36,8 +36,8 @@ RegExpOpr::RegExpOpr(SkolemCache* sc)
       d_false(NodeManager::currentNM()->mkConst(false)),
       d_emptyRegexp(NodeManager::currentNM()->mkNode(kind::REGEXP_EMPTY,
                                                      std::vector<Node>{})),
-      d_zero(NodeManager::currentNM()->mkConst(::CVC5::Rational(0))),
-      d_one(NodeManager::currentNM()->mkConst(::CVC5::Rational(1))),
+      d_zero(NodeManager::currentNM()->mkConst(::cvc5::Rational(0))),
+      d_one(NodeManager::currentNM()->mkConst(::cvc5::Rational(1))),
       d_sigma(NodeManager::currentNM()->mkNode(kind::REGEXP_SIGMA,
                                                std::vector<Node>{})),
       d_sigma_star(
@@ -266,7 +266,7 @@ int RegExpOpr::delta( Node r, Node &exp ) {
 }
 
 // 0-unknown, 1-yes, 2-no
-int RegExpOpr::derivativeS(Node r, CVC5::String c, Node& retNode)
+int RegExpOpr::derivativeS(Node r, cvc5::String c, Node& retNode)
 {
   Assert(c.size() < 2);
   Trace("regexp-derive") << "RegExp-derive starts with /" << mkString( r ) << "/, c=" << c << std::endl;
@@ -302,8 +302,8 @@ int RegExpOpr::derivativeS(Node r, CVC5::String c, Node& retNode)
         break;
       }
       case kind::REGEXP_RANGE: {
-        CVC5::String a = r[0].getConst<String>();
-        CVC5::String b = r[1].getConst<String>();
+        cvc5::String a = r[0].getConst<String>();
+        cvc5::String b = r[1].getConst<String>();
         retNode = (a <= c && c <= b) ? d_emptySingleton : d_emptyRegexp;
         break;
       }
@@ -521,7 +521,7 @@ int RegExpOpr::derivativeS(Node r, CVC5::String c, Node& retNode)
   return ret;
 }
 
-Node RegExpOpr::derivativeSingle(Node r, CVC5::String c)
+Node RegExpOpr::derivativeSingle(Node r, cvc5::String c)
 {
   Assert(c.size() < 2);
   Trace("regexp-derive") << "RegExp-derive starts with /" << mkString( r ) << "/, c=" << c << std::endl;
@@ -555,8 +555,8 @@ Node RegExpOpr::derivativeSingle(Node r, CVC5::String c)
         break;
       }
       case kind::REGEXP_RANGE: {
-        CVC5::String a = r[0].getConst<String>();
-        CVC5::String b = r[1].getConst<String>();
+        cvc5::String a = r[0].getConst<String>();
+        cvc5::String b = r[1].getConst<String>();
         retNode = (a <= c && c <= b) ? d_emptySingleton : d_emptyRegexp;
         break;
       }
@@ -1314,7 +1314,7 @@ Node RegExpOpr::intersectInternal( Node r1, Node r2, std::map< PairNodes, Node >
             std::map< PairNodes, Node > cache2(cache);
             cache2[p] = NodeManager::currentNM()->mkNode(
                 kind::REGEXP_RV,
-                NodeManager::currentNM()->mkConst(CVC5::Rational(cnt)));
+                NodeManager::currentNM()->mkConst(cvc5::Rational(cnt)));
             rt = intersectInternal(r1l, r2l, cache2, cnt+1);
             cacheX[ pp ] = rt;
           }
@@ -1619,4 +1619,4 @@ Node RegExpOpr::getExistsForRegExpConcatMem(Node mem)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 27324d97144c56f64db0b11737acdaf38ddb8358..b660e5c4979aec42f8f9c2fd94ee603281b4e673 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/strings/skolem_cache.h"
 #include "util/string.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -55,7 +55,7 @@ enum RegExpConstType
 };
 
 class RegExpOpr {
-  typedef std::pair<Node, CVC5::String> PairNodeStr;
+  typedef std::pair<Node, cvc5::String> PairNodeStr;
   typedef std::set< Node > SetNodes;
   typedef std::pair< Node, Node > PairNodes;
 
@@ -171,8 +171,8 @@ class RegExpOpr {
    * - delta( (re.union (re.* "A") R) ) returns 1.
    */
   int delta( Node r, Node &exp );
-  int derivativeS(Node r, CVC5::String c, Node& retNode);
-  Node derivativeSingle(Node r, CVC5::String c);
+  int derivativeS(Node r, cvc5::String c, Node& retNode);
+  Node derivativeSingle(Node r, cvc5::String c);
   /**
    * Returns the regular expression intersection of r1 and r2. If r1 or r2 is
    * not constant, then this method returns null.
@@ -209,6 +209,6 @@ class RegExpOpr {
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__REGEXP__OPERATION_H */
index 861f7c6943f7bf3474cf9ef8409d426f5e5304a3..2d4404c10f887b9dd6275d3355de6d0286df8b48 100644 (file)
 #include "theory/theory_model.h"
 
 using namespace std;
-using namespace CVC5::context;
-using namespace CVC5::kind;
+using namespace cvc5::context;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -48,7 +48,7 @@ RegExpSolver::RegExpSolver(SolverState& s,
       d_processed_memberships(s.getSatContext()),
       d_regexp_opr(skc)
 {
-  d_emptyString = NodeManager::currentNM()->mkConst(::CVC5::String(""));
+  d_emptyString = NodeManager::currentNM()->mkConst(::cvc5::String(""));
   std::vector<Node> nvec;
   d_emptyRegexp = NodeManager::currentNM()->mkNode(REGEXP_EMPTY, nvec);
   d_true = NodeManager::currentNM()->mkConst(true);
@@ -582,7 +582,7 @@ bool RegExpSolver::checkPDerivative(
   return true;
 }
 
-CVC5::String RegExpSolver::getHeadConst(Node x)
+cvc5::String RegExpSolver::getHeadConst(Node x)
 {
   if (x.isConst())
   {
@@ -606,7 +606,7 @@ bool RegExpSolver::deriveRegExp(Node x,
   Assert(x != d_emptyString);
   Trace("regexp-derive") << "RegExpSolver::deriveRegExp: x=" << x
                          << ", r= " << r << std::endl;
-  CVC5::String s = getHeadConst(x);
+  cvc5::String s = getHeadConst(x);
   // only allow RE_DERIVE for concrete constant regular expressions
   if (!s.empty() && d_regexp_opr.getRegExpConstType(r) == RE_C_CONRETE_CONSTANT)
   {
@@ -615,7 +615,7 @@ bool RegExpSolver::deriveRegExp(Node x,
     bool flag = true;
     for (unsigned i = 0; i < s.size(); ++i)
     {
-      CVC5::String c = s.substr(i, 1);
+      cvc5::String c = s.substr(i, 1);
       Node dc2;
       int rt = d_regexp_opr.derivativeS(dc, c, dc2);
       dc = dc2;
@@ -706,4 +706,4 @@ Node RegExpSolver::getNormalSymRegExp(Node r, std::vector<Node>& nf_exp)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index d35a822a7649dc98c27fcd4502de00cdf3c4636e..440d0fcb735a6fa2783d8a63c18e781388d17f14 100644 (file)
@@ -31,7 +31,7 @@
 #include "theory/strings/solver_state.h"
 #include "util/string.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -137,7 +137,7 @@ class RegExpSolver
       Node x, Node r, Node atom, bool& addedLemma, std::vector<Node>& nf_exp);
   Node getMembership(Node n, bool isPos, unsigned i);
   unsigned getNumMemberships(Node n, bool isPos);
-  CVC5::String getHeadConst(Node x);
+  cvc5::String getHeadConst(Node x);
   bool deriveRegExp(Node x, Node r, Node atom, std::vector<Node>& ant);
   Node getNormalSymRegExp(Node r, std::vector<Node>& nf_exp);
   // regular expression memberships
@@ -154,6 +154,6 @@ class RegExpSolver
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__THEORY_STRINGS_H */
index cdf41d9ad9f6793e2755bcc62f7b45021c6febe1..41b9725143cdef6dc134edcb43ab61b8b846ae6d 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <iostream>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -224,4 +224,4 @@ std::ostream& operator<<(std::ostream& out, Rewrite r)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index af9b636cfe318c8f01d6b44fbadfb807c8b8a6b0..37ef61bee86e7bb5e97cc1ebc1eed45a9b77d893 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <iosfwd>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -239,6 +239,6 @@ std::ostream& operator<<(std::ostream& out, Rewrite r);
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__REWRITES_H */
index 9cec9ad402082995baef1115c5fae56b1aa523da..302f7dc0b08fcb9ef3d7748b594735c60f30968c 100644 (file)
@@ -27,9 +27,9 @@
 #include "theory/strings/word.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -1028,7 +1028,7 @@ Node SequencesRewriter::rewriteLoopRegExp(TNode node)
     return returnRewrite(node, r, Rewrite::RE_LOOP_STAR);
   }
   NodeManager* nm = NodeManager::currentNM();
-  CVC5::Rational rMaxInt(String::maxSize());
+  cvc5::Rational rMaxInt(String::maxSize());
   uint32_t l = utils::getLoopMinOccurrences(node);
   std::vector<Node> vec_nodes;
   for (unsigned i = 0; i < l; i++)
@@ -1141,7 +1141,7 @@ Node SequencesRewriter::rewriteMembership(TNode node)
   else if (x.isConst() && RegExpEntail::isConstRegExp(r))
   {
     // test whether x in node[1]
-    CVC5::String s = x.getConst<String>();
+    cvc5::String s = x.getConst<String>();
     bool test = RegExpEntail::testConstStringInRegExp(s, 0, r);
     Node retNode = NodeManager::currentNM()->mkConst(test);
     return returnRewrite(node, retNode, Rewrite::RE_IN_EVAL);
@@ -1571,7 +1571,7 @@ Node SequencesRewriter::rewriteSubstr(Node node)
     if (node[1].isConst() && node[2].isConst())
     {
       Node s = node[0];
-      CVC5::Rational rMaxInt(String::maxSize());
+      cvc5::Rational rMaxInt(String::maxSize());
       uint32_t start;
       if (node[1].getConst<Rational>() > rMaxInt)
       {
@@ -1628,7 +1628,7 @@ Node SequencesRewriter::rewriteSubstr(Node node)
       }
     }
   }
-  Node zero = nm->mkConst(CVC5::Rational(0));
+  Node zero = nm->mkConst(cvc5::Rational(0));
 
   // if entailed non-positive length or negative start point
   if (ArithEntail::check(zero, node[1], true))
@@ -1858,7 +1858,7 @@ Node SequencesRewriter::rewriteUpdate(Node node)
     // rewriting for constant arguments
     if (node[1].isConst())
     {
-      CVC5::Rational rMaxInt(String::maxSize());
+      cvc5::Rational rMaxInt(String::maxSize());
       if (node[1].getConst<Rational>() > rMaxInt)
       {
         // start beyond the maximum size of strings
@@ -2266,7 +2266,7 @@ Node SequencesRewriter::rewriteIndexof(Node node)
   utils::getConcat(node[0], children0);
   if (children0[0].isConst() && node[1].isConst() && node[2].isConst())
   {
-    CVC5::Rational rMaxInt(CVC5::String::maxSize());
+    cvc5::Rational rMaxInt(cvc5::String::maxSize());
     if (node[2].getConst<Rational>() > rMaxInt)
     {
       // We know that, due to limitations on the size of string constants
@@ -3230,7 +3230,7 @@ Node SequencesRewriter::rewritePrefixSuffix(Node n)
   Node val;
   if (isPrefix)
   {
-    val = NodeManager::currentNM()->mkConst(::CVC5::Rational(0));
+    val = NodeManager::currentNM()->mkConst(::cvc5::Rational(0));
   }
   else
   {
@@ -3396,4 +3396,4 @@ Node SequencesRewriter::returnRewrite(Node node, Node ret, Rewrite r)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 750589f7227e69be46c407ce13af40459f762afa..eda8bc1dfa54e22aeaf33c22b011e515611142c2 100644 (file)
@@ -26,7 +26,7 @@
 #include "theory/strings/strings_entail.h"
 #include "theory/theory_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -296,6 +296,6 @@ class SequencesRewriter : public TheoryRewriter
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__SEQUENCES_REWRITER_H */
index 919b950ab6224d1168774b48d7fa9a2617e7b830..e0d14f93e95bc28cad17c36d014d947f90da0083 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "smt/smt_statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -63,4 +63,4 @@ SequencesStatistics::~SequencesStatistics()
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
index 417f790461039375af4676a3aca45b85d42cfaeb..5bd48e8778d66fb03830e8408b9c26c29c76e9da 100644 (file)
@@ -23,7 +23,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_histogram.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -99,6 +99,6 @@ class SequencesStatistics
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__SEQUENCES_STATS_H */
index 5e2d8981dde7f6df2dc3e40b901eab8bb6bb7975..ad36b8edde4cb6d939545b65090b5c5852ede4ac 100644 (file)
@@ -23,9 +23,9 @@
 #include "theory/strings/word.h"
 #include "util/rational.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -291,4 +291,4 @@ Node SkolemCache::mkIndexVar(Node t)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index b6deea6eb438e9884140537f66e34fb309e0365e..5c5fc8d57f3bd24653967a9bd0aef18839971698 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/node.h"
 #include "expr/skolem_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -211,6 +211,6 @@ class SkolemCache
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__SKOLEM_CACHE_H */
index 00bb39d5c9493a57cd2e49e7380bbb7e6faa818a..39fe6dd1105013a979d3d06351a959b22b2025cf 100644 (file)
 #include "theory/strings/word.h"
 
 using namespace std;
-using namespace CVC5::context;
-using namespace CVC5::kind;
+using namespace cvc5::context;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -223,4 +223,4 @@ void SolverState::separateByLength(
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 8c5d29196d90d66a4b921da3b49b4a10e3cb0da5..e54a5e7b1379d158535284ce7f63caea1ffc99e1 100644 (file)
@@ -29,7 +29,7 @@
 #include "theory/uf/equality_engine.h"
 #include "theory/valuation.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -161,6 +161,6 @@ class SolverState : public TheoryState
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__SOLVER_STATE_H */
index 56c1cbe98d47bbe34056c3e8b82f42c4f556d719..54f8e43f8020e70d8b51a50cd47db073286a9eb5 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "options/strings_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -158,4 +158,4 @@ void Strategy::initializeStrategy()
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 4c2e587c958cecad8e0a2134bed035241533e9fc..1eb2fe9029ca08038659e20130b8bc33c52bc4bc 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "theory/theory.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -111,6 +111,6 @@ class Strategy
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__STRATEGY_H */
index 926a431596149d8a1cc50daf175ca88bfc06bd79..62ba41743b31f39d8d3fe732788701567198af84 100644 (file)
@@ -21,9 +21,9 @@
 #include "theory/strings/theory_strings_utils.h"
 #include "theory/strings/word.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -117,7 +117,7 @@ bool StringsEntail::stripSymbolicLength(std::vector<Node>& n1,
   Assert(dir == 1 || dir == -1);
   Assert(nr.empty());
   NodeManager* nm = NodeManager::currentNM();
-  Node zero = nm->mkConst(CVC5::Rational(0));
+  Node zero = nm->mkConst(cvc5::Rational(0));
   bool ret = false;
   bool success = true;
   unsigned sindex = 0;
@@ -139,7 +139,7 @@ bool StringsEntail::stripSymbolicLength(std::vector<Node>& n1,
           Assert(ArithEntail::check(curr, true));
           Node s = n1[sindex_use];
           size_t slen = Word::getLength(s);
-          Node ncl = nm->mkConst(CVC5::Rational(slen));
+          Node ncl = nm->mkConst(cvc5::Rational(slen));
           Node next_s = nm->mkNode(MINUS, lowerBound, ncl);
           next_s = Rewriter::rewrite(next_s);
           Assert(next_s.isConst());
@@ -602,7 +602,7 @@ bool StringsEntail::stripConstantEndpoints(std::vector<Node>& n1,
         if (n2[index1].isConst())
         {
           Assert(n2[index1].getType().isString());  // string-only
-          CVC5::String t = n2[index1].getConst<String>();
+          cvc5::String t = n2[index1].getConst<String>();
           if (n1.size() == 1)
           {
             // if n1.size()==1, then if n2[index1] is not a number, we can drop
@@ -993,4 +993,4 @@ Node StringsEntail::inferEqsFromContains(Node x, Node y)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 16643332a6fc489d6a41ff01ba1016277e03e938..cce0bf05b7b54524241f18261abb50821c398ddf 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -379,6 +379,6 @@ class StringsEntail
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__STRING_ENTAIL_H */
index 11a743d0d6a7ebeab3278916d882162be782f8a6..e543f173ce56f56304e6300499d0c51e3e0f6bf0 100644 (file)
 #include "theory/strings/strings_fmf.h"
 
 using namespace std;
-using namespace CVC5::context;
-using namespace CVC5::kind;
+using namespace cvc5::context;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -102,4 +102,4 @@ std::string StringsFmf::StringSumLengthDecisionStrategy::identify() const
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1ef610289555f3c0b9ddd80657790eaedc4c44e6..a2496dec3d7437e78ed599164e999db59a9a3aea 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/strings/term_registry.h"
 #include "theory/valuation.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -106,6 +106,6 @@ class StringsFmf
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__STRINGS_FMF_H */
index d41a86c1872d92c21721be1a7542ed9854132f8a..1a7ca7f6a0a6abeb545b5f0961ee46e7d0ef28bf 100644 (file)
@@ -19,9 +19,9 @@
 #include "theory/strings/theory_strings_utils.h"
 #include "util/rational.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -324,4 +324,4 @@ Node StringsRewriter::rewriteStringIsDigit(Node n)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 226a66b34659bf2598260730fabb83b2d647fb93..e7ad40d51907cee9c3ed9b293874626c2e085840 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/node.h"
 #include "theory/strings/sequences_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -103,6 +103,6 @@ class StringsRewriter : public SequencesRewriter
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__STRINGS_REWRITER_H */
index d82a2333ec5ed258ff2dbf93a53efbe8bca0fe63..4f5c09b5e0a2a6cda9bcd42d120d016cce7c85ad 100644 (file)
 #include "theory/strings/word.h"
 
 using namespace std;
-using namespace CVC5::context;
-using namespace CVC5::kind;
+using namespace cvc5::context;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -618,4 +618,4 @@ void TermRegistry::removeProxyEqs(Node n, std::vector<Node>& unproc) const
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 2f03647fd4a19a7a81642ebf1cdc5d68822c681e..1eb000e09b0712f100a67e93aca268ec670b141b 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/strings/solver_state.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -279,6 +279,6 @@ class TermRegistry
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__TERM_REGISTRY_H */
index 03d93f8f47263ab1388978b9088ac0a72397f88e..5bd92267ecf48242159d49249950c80505389612 100644 (file)
 #include "theory/valuation.h"
 
 using namespace std;
-using namespace CVC5::context;
-using namespace CVC5::kind;
+using namespace cvc5::context;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -1088,4 +1088,4 @@ std::string TheoryStrings::debugPrintStringsEqc()
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 94a96fc332e6b9c7bed709d7a574b422e23fe3ad..e1fc20d29c196772bc1d1dd57c73ded91fd2cbae 100644 (file)
@@ -46,7 +46,7 @@
 #include "theory/theory.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -301,6 +301,6 @@ class TheoryStrings : public Theory {
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__THEORY_STRINGS_H */
index f89ffa5fa1988cffcb902620d201a3a22767d171..8deba50cac5f28f6e9d7eda166fa895c4ede3eb3 100644 (file)
 #include "theory/strings/sequences_rewriter.h"
 #include "theory/strings/word.h"
 
-using namespace CVC5;
-using namespace CVC5::kind;
+using namespace cvc5;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -1028,4 +1028,4 @@ Node StringsPreprocess::mkForallInternal(Node bvl, Node body)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index acf9edad71adf2dec9f7bb2a69e521b2d726fff0..7c8c4308ccaa49ec89dd7fb78883959bb2e428cb 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/theory.h"
 #include "util/hash.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -104,6 +104,6 @@ class StringsPreprocess {
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__PREPROCESS_H */
index 32605f0f192bbd4c5cb5acccd11c9c6bde47ee18..0892af4de920e8a983cea022fde7eb0753f6ae65 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "expr/sequence.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -426,6 +426,6 @@ struct SequenceProperties
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__THEORY_STRINGS_TYPE_RULES_H */
index 821319df5bb9c82ffa3608a32e58ff327e96f5b5..510214e0f04b95ee288aed59331f60d0d5b88354 100644 (file)
@@ -24,9 +24,9 @@
 #include "theory/strings/strings_entail.h"
 #include "theory/strings/word.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 namespace utils {
@@ -423,4 +423,4 @@ unsigned getLoopMinOccurrences(TNode node)
 }  // namespace utils
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e720ce0b29ebc74c73eae7c53264b7bb92bd775b..e3c85d56252e7fc1bb69e34c9fec38673af0a999 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 namespace utils {
@@ -220,6 +220,6 @@ unsigned getLoopMinOccurrences(TNode node);
 }  // namespace utils
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 7b89e970ec6e2d81741e4fe2283bf2002b4fec31..146cf434f124e7179d58bbaa02dcfc9b363ac52e 100644 (file)
@@ -17,7 +17,7 @@
 #include "theory/strings/theory_strings_utils.h"
 #include "util/string.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -271,4 +271,4 @@ bool SequenceEnumerator::isFinished() { return d_wenum.isFinished(); }
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 7d340be64d7dbcc066295dc76a732ee4443b6890..644fe1092d661e19c002adbe6f249f2875cacb73 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/type_node.h"
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -199,6 +199,6 @@ class SequenceEnumerator : public TypeEnumeratorBase<SequenceEnumerator>
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__TYPE_ENUMERATOR_H */
index d2e809571cec1aa8b87d157567baf79cd5f044cc..612acb80ab8cb699e9fe24c8847887ebffc55e5f 100644 (file)
@@ -17,9 +17,9 @@
 #include "expr/sequence.h"
 #include "util/string.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -486,4 +486,4 @@ Node Word::reverse(TNode x)
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 090c36be30cbacfc7a574eb2f3d39117d7dfec4c..6cf073cc1d35329a33578b4da270060df65caad1 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace strings {
 
@@ -165,6 +165,6 @@ class Word
 
 }  // namespace strings
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index b9e9e13b2d0ebef345a9821922b46d4fd75ebbf6..a61f2d49cd3f0c9ab7df360cb159b057f603159b 100644 (file)
@@ -20,9 +20,9 @@
 #include "theory/strings/word.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 SubstitutionMinimize::SubstitutionMinimize() {}
@@ -466,4 +466,4 @@ bool SubstitutionMinimize::isSingularArg(Node n, Kind k, unsigned arg)
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 9275277e62681d7501922a784aeed84e94249a02..026cd441faa8ceba0fbfe347884075fa72efbb1d 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** SubstitutionMinimize
@@ -95,6 +95,6 @@ class SubstitutionMinimize
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SUBS_MINIMIZE_H */
index bdb6d266870f7bb6e86c8f2ffe83d26fe980531c..7a451699624c889715b331715fc60696cf8e9a75 100644 (file)
@@ -20,7 +20,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 struct substitution_stack_element {
@@ -223,4 +223,4 @@ std::ostream& operator<<(std::ostream& out, const theory::SubstitutionMap::itera
   return out << "[CDMap-iterator]";
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index a925d7fabfcb60a41b79b4c1cb0f6b1ff5d8a2d3..96cc37b297188f48ad5361f649353851eeb4c5f2 100644 (file)
@@ -30,7 +30,7 @@
 #include "context/cdhashmap.h"
 #include "util/hash.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -179,6 +179,6 @@ inline std::ostream& operator << (std::ostream& out, const SubstitutionMap& subs
 
 std::ostream& operator<<(std::ostream& out, const theory::SubstitutionMap::iterator& i);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SUBSTITUTIONS_H */
index eab124bc5bc8d814cc4999f6544c98ef293344b1..eb2305d3231e5c8d4b6e94fdd2d013a04c538e67 100644 (file)
@@ -20,9 +20,9 @@
 #include "smt/logic_exception.h"
 #include "theory/theory_engine.h"
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::string PreRegisterVisitor::toString() const {
   std::stringstream ss;
@@ -292,4 +292,4 @@ void SharedTermsVisitor::clear() {
   d_visited.clear();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 19406ea62d4f39f452bdf8fa78f6b780c6d32999..593af791b1e185767a784c26c5576baecbc3761a 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <unordered_map>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TheoryEngine;
 
@@ -189,4 +189,4 @@ class SharedTermsVisitor {
   TNodeToTheorySetMap d_preregistered;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
index 143bf92b8a964f11a3da3b232647ce5c7371edf4..c15652eefcb069eadb82f0f8cb5d8695ff0daf06 100644 (file)
@@ -39,7 +39,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** Default value for the uninterpreted sorts is the UF theory */
@@ -565,4 +565,4 @@ eq::EqualityEngine* Theory::getEqualityEngine()
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 1dd0c584e1376b2b930f498245474d1fe766af01..4b06a5fa84f290a423881f6ffb57c762e307b887 100644 (file)
@@ -39,7 +39,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNodeManager;
 class TheoryEngine;
@@ -95,7 +95,7 @@ namespace eq {
  * after the quantifiers engine and model objects have been set up.
  */
 class Theory {
-  friend class ::CVC5::TheoryEngine;
+  friend class ::cvc5::TheoryEngine;
 
  private:
   // Disallow default construction, copy, assignment.
@@ -916,7 +916,7 @@ inline theory::Assertion Theory::get() {
 }
 
 inline std::ostream& operator<<(std::ostream& out,
-                                const CVC5::theory::Theory& theory)
+                                const cvc5::theory::Theory& theory)
 {
   return out << theory.identify();
 }
@@ -936,6 +936,6 @@ inline std::ostream& operator << (std::ostream& out, theory::Theory::PPAssertSta
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__THEORY_H */
index e6eeaf8a5d0f4d11a9892d874fb355cc7b106e23..6271f0afb08ce81474485588094c129978ad54ef 100644 (file)
@@ -50,9 +50,9 @@
 
 using namespace std;
 
-using namespace CVC5::theory;
+using namespace cvc5::theory;
 
-namespace CVC5 {
+namespace cvc5 {
 
 /* -------------------------------------------------------------------------- */
 
@@ -65,19 +65,19 @@ namespace theory {
  */
 
 #define CVC4_FOR_EACH_THEORY                                     \
-  CVC4_FOR_EACH_THEORY_STATEMENT(CVC5::theory::THEORY_BUILTIN)   \
-  CVC4_FOR_EACH_THEORY_STATEMENT(CVC5::theory::THEORY_BOOL)      \
-  CVC4_FOR_EACH_THEORY_STATEMENT(CVC5::theory::THEORY_UF)        \
-  CVC4_FOR_EACH_THEORY_STATEMENT(CVC5::theory::THEORY_ARITH)     \
-  CVC4_FOR_EACH_THEORY_STATEMENT(CVC5::theory::THEORY_BV)        \
-  CVC4_FOR_EACH_THEORY_STATEMENT(CVC5::theory::THEORY_FP)        \
-  CVC4_FOR_EACH_THEORY_STATEMENT(CVC5::theory::THEORY_ARRAYS)    \
-  CVC4_FOR_EACH_THEORY_STATEMENT(CVC5::theory::THEORY_DATATYPES) \
-  CVC4_FOR_EACH_THEORY_STATEMENT(CVC5::theory::THEORY_SEP)       \
-  CVC4_FOR_EACH_THEORY_STATEMENT(CVC5::theory::THEORY_SETS)      \
-  CVC4_FOR_EACH_THEORY_STATEMENT(CVC5::theory::THEORY_BAGS)      \
-  CVC4_FOR_EACH_THEORY_STATEMENT(CVC5::theory::THEORY_STRINGS)   \
-  CVC4_FOR_EACH_THEORY_STATEMENT(CVC5::theory::THEORY_QUANTIFIERS)
+  CVC4_FOR_EACH_THEORY_STATEMENT(cvc5::theory::THEORY_BUILTIN)   \
+  CVC4_FOR_EACH_THEORY_STATEMENT(cvc5::theory::THEORY_BOOL)      \
+  CVC4_FOR_EACH_THEORY_STATEMENT(cvc5::theory::THEORY_UF)        \
+  CVC4_FOR_EACH_THEORY_STATEMENT(cvc5::theory::THEORY_ARITH)     \
+  CVC4_FOR_EACH_THEORY_STATEMENT(cvc5::theory::THEORY_BV)        \
+  CVC4_FOR_EACH_THEORY_STATEMENT(cvc5::theory::THEORY_FP)        \
+  CVC4_FOR_EACH_THEORY_STATEMENT(cvc5::theory::THEORY_ARRAYS)    \
+  CVC4_FOR_EACH_THEORY_STATEMENT(cvc5::theory::THEORY_DATATYPES) \
+  CVC4_FOR_EACH_THEORY_STATEMENT(cvc5::theory::THEORY_SEP)       \
+  CVC4_FOR_EACH_THEORY_STATEMENT(cvc5::theory::THEORY_SETS)      \
+  CVC4_FOR_EACH_THEORY_STATEMENT(cvc5::theory::THEORY_BAGS)      \
+  CVC4_FOR_EACH_THEORY_STATEMENT(cvc5::theory::THEORY_STRINGS)   \
+  CVC4_FOR_EACH_THEORY_STATEMENT(cvc5::theory::THEORY_QUANTIFIERS)
 
 }  // namespace theory
 
@@ -1894,4 +1894,4 @@ void TheoryEngine::spendResource(ResourceManager::Resource r)
   d_resourceManager->spendResource(r);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index cc96c4f9d6795d43a38c1b7b6db457df26602736..7b91191f95b80f97164a85e5f02663be4ac1882f 100644 (file)
@@ -41,7 +41,7 @@
 #include "util/statistics_registry.h"
 #include "util/unsafe_interrupt_exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ResourceManager;
 class OutputManager;
@@ -668,6 +668,6 @@ private:
   void checkTheoryAssertionsWithModel(bool hardFailure);
 };/* class TheoryEngine */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY_ENGINE_H */
index bfe29976eb1086aeca2802d37b3ab6ae79732b96..5d8ffdb8a285f9ba5182b4c543055e1bd061892f 100644 (file)
@@ -18,9 +18,9 @@
 
 #include "expr/proof_node.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 
 TheoryEngineProofGenerator::TheoryEngineProofGenerator(ProofNodeManager* pnm,
                                                        context::UserContext* u)
@@ -128,4 +128,4 @@ std::string TheoryEngineProofGenerator::identify() const
   return "TheoryEngineProofGenerator";
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 462c40fdfc2ed1d43fb42ba510ffce9dceb5e264..f42f8d868277f5e0229585009d7bb709cfc0fc8a 100644 (file)
@@ -26,7 +26,7 @@
 #include "expr/proof_node_manager.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * A simple proof generator class used by the theory engine. This class
@@ -75,6 +75,6 @@ class TheoryEngineProofGenerator : public ProofGenerator
   Node d_false;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY_ENGINE_PROOF_GENERATOR_H */
index 17ba7b50ee2134ef639e303044fb0e2f5f17bc5b..40aa07f3b846a8a0df378a4b3857a56b5c1c4fcf 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/theory_inference_manager.h"
 #include "theory/uf/equality_engine_notify.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -77,6 +77,6 @@ class TheoryEqNotifyClass : public eq::EqualityEngineNotify
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 60fb752a7ca135e1dc303443a85db2675cc220ef..e1209658219ded09baebadb286150bf846b527a0 100644 (file)
@@ -22,7 +22,7 @@
 #include "base/check.h"
 #include "lib/ffs.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 TheoryId& operator++(TheoryId& id)
@@ -162,4 +162,4 @@ std::string TheoryIdSetUtil::setToString(TheoryIdSet theorySet)
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 685dd7864dbe85b8c0a0dfb23b71f1e195acb007..d923413d58fb22e787ac12753c61195881a8ce49 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <iosfwd>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -106,5 +106,5 @@ class TheoryIdSetUtil
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 #endif
index 00217e0d6185a8fca08122c7d2bf260a1359a765..e265c62a8b428ac51fd447b62dbbe6f359902e5d 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "theory/theory_inference_manager.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 SimpleTheoryLemma::SimpleTheoryLemma(InferenceId id, 
@@ -53,4 +53,4 @@ Node SimpleTheoryInternalFact::processFact(std::vector<Node>& exp,
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e356fb3c8ed71219dfbfd2b35d3c8e5e895bb23e..0be1c3d837fb37a973863d56e11a857fa2b89926 100644 (file)
@@ -21,7 +21,7 @@
 #include "theory/inference_id.h"
 #include "theory/output_channel.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class TheoryInferenceManager;
@@ -118,6 +118,6 @@ class SimpleTheoryInternalFact : public TheoryInference
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 031570318c52ff25df308d768857bc706cfae57e..e7c89e7030d09f97508a4b5dc2151621815f2043 100644 (file)
@@ -22,9 +22,9 @@
 #include "theory/uf/equality_engine.h"
 #include "theory/uf/proof_equality_engine.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 TheoryInferenceManager::TheoryInferenceManager(Theory& t,
@@ -520,4 +520,4 @@ void TheoryInferenceManager::safePoint(ResourceManager::Resource r)
 void TheoryInferenceManager::setIncomplete() { d_out.setIncomplete(); }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 063b9a00851d8d51ff2053874105ab901c2af88e..e911fb41e764e91c7d06207fa611768227438b6d 100644 (file)
@@ -28,7 +28,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_histogram.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNodeManager;
 
@@ -461,6 +461,6 @@ class TheoryInferenceManager
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__THEORY_INFERENCE_MANAGER_H */
index b20a011aeaf7c318a838db5ee8358d54c341aa1c..814aa7ee4ed560580c5e3a4aea42d983f765f83f 100644 (file)
 #include "theory/rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 TheoryModel::TheoryModel(context::Context* c,
@@ -765,4 +765,4 @@ std::string TheoryModel::debugPrintModelEqc() const
 }
 
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index ce3ecfbc06928f596409fd02723bcbd986d91570..7e7439867680c85b2001b8ad6f115ff3d7073641 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/type_set.h"
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /** Theory Model class.
@@ -433,6 +433,6 @@ public:
 };/* class TheoryModel */
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__THEORY_MODEL_H */
index 44e3d08e32e7cf20d98fb86db4908234d19e3b48..a8dd647f0d87ff24eb8397858e97b77092a66a6f 100644 (file)
 #include "theory/uf/theory_uf_model.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 void TheoryEngineModelBuilder::Assigner::initialize(
@@ -1429,4 +1429,4 @@ void TheoryEngineModelBuilder::assignFunctions(TheoryModel* m)
 }
 
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index cc49111d82239e8332cf98ba23e6e5ea4835feb0..b736936815ef6de6a348577ea6478f98824211e7 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TheoryEngine;
 
@@ -314,6 +314,6 @@ class TheoryEngineModelBuilder
 }; /* class TheoryEngineModelBuilder */
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__THEORY_MODEL_BUILDER_H */
index f6ba13551d317effec8629800eb7eb8838cf857f..78a4e6526452dfb7f516b639068ffc3e0131085c 100644 (file)
@@ -23,7 +23,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 TheoryPreprocessor::TheoryPreprocessor(TheoryEngine& engine,
@@ -520,4 +520,4 @@ void TheoryPreprocessor::registerTrustedRewrite(TrustNode trn,
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 21157fa523081fb59ebba760d7d34c928c914073..5d8ef253c0c45d030e2d7e41bf26684ef4a65e2c 100644 (file)
@@ -29,7 +29,7 @@
 #include "theory/skolem_lemma.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class LogicInfo;
 class TheoryEngine;
@@ -223,6 +223,6 @@ class TheoryPreprocessor
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__THEORY_PREPROCESSOR_H */
index 85d2aef7a842dfb71701f88ccf7c70e2fc6e04e9..bcb446b86cf5da8007de23c2415e3dc0f81041a8 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "expr/proof.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 TheoryProofStepBuffer::TheoryProofStepBuffer(ProofChecker* pc)
@@ -232,4 +232,4 @@ Node TheoryProofStepBuffer::elimDoubleNegLit(Node n)
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 80e2c2e6a5ac5024ec34a8c877fb631da5efa558..0015af1053bd2a9f288bedd1503b5e62398991fd 100644 (file)
@@ -23,7 +23,7 @@
 #include "expr/proof_step_buffer.h"
 #include "theory/builtin/proof_checker.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 /**
  * Class used to speculatively try and buffer a set of proof steps before
@@ -110,6 +110,6 @@ class TheoryProofStepBuffer : public ProofStepBuffer
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__THEORY_PROOF_STEP_BUFFER_H */
index 13b6ecdd0bd3ae7155ee30d9e88b175787a8172a..6f753114076a9e333444509b83d3fecad5905868 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "theory/theory_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 TrustRewriteResponse::TrustRewriteResponse(RewriteStatus status,
@@ -60,4 +60,4 @@ TrustNode TheoryRewriter::rewriteEqualityExtWithProof(Node node)
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index e508477d3d3e4d8883662699f604af0553bfaf9a..1617997a43ac081e844314a5d89115c209e8ab7c 100644 (file)
@@ -22,7 +22,7 @@
 #include "expr/node.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class Rewriter;
@@ -140,6 +140,6 @@ class TheoryRewriter
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__THEORY_REWRITER_H */
index d155e12a6b4d75cb6289b8ae5ea364715bf86805..958a76d2854f3b2e953c7822f870e4a5491a74a4 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 TheoryState::TheoryState(context::Context* c,
@@ -174,4 +174,4 @@ context::CDList<Assertion>::const_iterator TheoryState::factsEnd(TheoryId tid)
 Valuation& TheoryState::getValuation() { return d_valuation; }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 8c863144b5e7bb64d4b8357c9c273ac3da86018c..14776761ebd62aa24508e8324ac066b4405c5b84 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/node.h"
 #include "theory/valuation.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 namespace eq {
@@ -121,6 +121,6 @@ class TheoryState
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__SOLVER_STATE_H */
index e30507cf8ee1b9e970b14f3b71e692d7e8f01fe0..f7ec9aac270763466e08cb472ddd059205dddf78 100644 (file)
@@ -26,7 +26,7 @@
 
 ${theory_includes}
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 template <TheoryId theoryId>
@@ -43,7 +43,7 @@ ${theory_constructors}
 default: Unhandled() << id;
     }
   }
-}; /* struct CVC5::theory::TheoryConstructor */
+}; /* struct cvc5::theory::TheoryConstructor */
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 7458b95e5f962ab680a9c31e798b9e3e9fa892c0..5a3c9e080093f186b3e4ddf9da3ca6f18d0ff319 100644 (file)
@@ -17,7 +17,7 @@
 #include "expr/proof_ensure_closed.h"
 #include "expr/proof_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 const char* toString(TrustNodeKind tnk)
@@ -146,4 +146,4 @@ std::ostream& operator<<(std::ostream& out, TrustNode n)
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 13769dccd1cabcb365979ee658041b15e8df9dff..c534967308ffdd7f43429a8e191f08ad0a30382f 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofGenerator;
 class ProofNode;
@@ -172,6 +172,6 @@ class TrustNode
 std::ostream& operator<<(std::ostream& out, TrustNode n);
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__TRUST_NODE_H */
index a42608c3164258adb174d9d1aa1fcbc00c445677..fe28645ba82975fd791eef216b8c302d0307af79 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 TrustSubstitutionMap::TrustSubstitutionMap(context::Context* c,
@@ -246,4 +246,4 @@ Node TrustSubstitutionMap::getCurrentSubstitution()
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 20b240ce8596119ca54d040170895c936f21fb2e..f90e5623f373e3e684c1a6c7c1aede8ad105ecf7 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/theory_proof_step_buffer.h"
 #include "theory/trust_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /**
@@ -133,6 +133,6 @@ class TrustSubstitutionMap
 };
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__TRUST_SUBSTITUTIONS_H */
index f0cfacee781878c5cd7eebed2a9d1f854fb6bf2c..a80702c366e338e8d001b75952d4071aeda90709 100644 (file)
@@ -24,7 +24,7 @@
 #include "expr/node.h"
 #include "expr/type_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class NoMoreValuesException : public Exception {
@@ -184,6 +184,6 @@ class TypeEnumerator {
 };/* class TypeEnumerator */
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__TYPE_ENUMERATOR_H */
index 803787f5ea45a8a03334108909f210c721516891..310b42b30324d6e631558934e5218eda37660c0e 100644 (file)
@@ -25,7 +25,7 @@ ${type_enumerator_includes}
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 TypeEnumeratorInterface* TypeEnumerator::mkTypeEnumerator(
@@ -47,4 +47,4 @@ TypeEnumeratorInterface* TypeEnumerator::mkTypeEnumerator(
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 6cf8814a775a8afb459d7a6e65866e4481e271c2..8f0fcf551e32903b879b48218db5a0b85a5670da 100644 (file)
@@ -14,9 +14,9 @@
 #include "theory/type_set.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 TypeSet::~TypeSet()
@@ -137,4 +137,4 @@ void TypeSet::addSubTerms(TNode n,
 }
 
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index 3e57033ef35d068401af6dc74159c5b7bbca870f..0949a026b9994d84d3100a59fe91420bcd6b3916 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 /* Type set
@@ -85,6 +85,6 @@ class TypeSet
 }; /* class TypeSet */
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__TYPE_SET_H */
index eebe14226a89184cf8dd0744575f0b1adc339df6..6b3b5ba0edcbf650d20607b0fe976d1eac2e742f 100644 (file)
 #include "theory/uf/theory_uf.h"
 
 using namespace std;
-using namespace CVC5::kind;
-using namespace CVC5::context;
+using namespace cvc5::kind;
+using namespace cvc5::context;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace uf {
 
@@ -1766,4 +1766,4 @@ CardinalityExtension::Statistics::~Statistics()
 
 }  // namespace uf
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 85129a89b38fdf4cf4d32d3acca7a26cd8c185cc..66f0d8d1dea597d8723370318aeb95a521c36e96 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/theory.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace uf {
 
@@ -463,6 +463,6 @@ class CardinalityExtension
 
 }  // namespace uf
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY_UF_STRONG_SOLVER_H */
index fec9179f3f04441da167403324599ab1a7e9f620..25f5a3faa2ac2ec05863ea5d04e9a3a3c2dbbeb4 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/proof_checker.h"
 #include "options/uf_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace eq {
 
@@ -1438,4 +1438,4 @@ Node EqProof::addToProof(
 
 }  // namespace eq
 }  // Namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 665731d2bde22864589c877bbb002b0f6d27552f..0578ce270140c4d76c4eb0820eba23755dc9fafd 100644 (file)
@@ -17,7 +17,7 @@
 #include "expr/node.h"
 #include "theory/uf/equality_engine_types.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class CDProof;
 
@@ -355,4 +355,4 @@ class EqProof
 
 }  // Namespace eq
 }  // Namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index a4bb7624534bf215c9df1663e8461b15a91925a8..8f006d8ffa7d531d02a1e21bc5079dcbad67ad98 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/rewriter.h"
 #include "theory/uf/eq_proof.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace eq {
 
@@ -2635,4 +2635,4 @@ EqualityNodeId EqualityEngine::TriggerTermSet::getTrigger(TheoryId tag) const
 
 } // Namespace uf
 } // Namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 74af68227ed6e88513396b48c704d2876c684e49..464e1d07af0a102113672dbed999767862780740 100644 (file)
@@ -35,7 +35,7 @@
 #include "theory/uf/equality_engine_types.h"
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace eq {
 
@@ -845,6 +845,6 @@ private:
 
 } // Namespace eq
 } // Namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index c9a35f6e310e2e9242c331d1d2544841368de4be..4be4f546294b13bc8cbc3cadfcb960f798306378 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "theory/uf/equality_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace eq {
 
@@ -132,4 +132,4 @@ bool EqClassIterator::isFinished() const { return d_current == null_id; }
 
 }  // namespace eq
 }  // Namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 33562a99e6e5efb6bb3078dcebe11c5cee47f9fe..12dfea34aa2a0dd7c5c9f3ee4e1b298d1e693dd3 100644 (file)
@@ -20,7 +20,7 @@
 #include "expr/node.h"
 #include "theory/uf/equality_engine_types.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace eq {
 
@@ -79,6 +79,6 @@ class EqClassIterator
 
 }  // Namespace eq
 }  // Namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index bd353375f55429a13e269c137b249271066c3721..4187c067f60e2c12fe2a3cb5cf25a5a42cc2d87b 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace eq {
 
@@ -115,6 +115,6 @@ class EqualityEngineNotifyNone : public EqualityEngineNotify
 
 }  // Namespace eq
 }  // Namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 092b4bd89c99c848c8c1f88a62a8d8da42a5f634..030c3b998f32498d663ebeaf59bcc9a591a7e67e 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "util/hash.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace eq {
 
@@ -359,6 +359,6 @@ struct TriggerInfo {
 
 } // namespace eq
 } // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__UF__EQUALITY_ENGINE_TYPES_H */
index c159ff3b4ff5db1afe9af323da4d66fed56a6842..75965e2c9aeb9823a496eaa57dde69af834faeef 100644 (file)
@@ -21,9 +21,9 @@
 #include "theory/uf/theory_uf_rewriter.h"
 
 using namespace std;
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace uf {
 
@@ -455,4 +455,4 @@ bool HoExtension::collectModelInfoHoTerm(Node n, TheoryModel* m)
 
 }  // namespace uf
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 3ca647f2879e767630e642b6037e26b60a800588..d703feb887840a7119e9dc5248bf4943ebdc1ac8 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/theory_model.h"
 #include "theory/theory_state.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace uf {
 
@@ -198,6 +198,6 @@ class HoExtension
 
 }  // namespace uf
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* __CVC4__THEORY__UF__HO_EXTENSION_H */
index ab2e422eeef4d85db671ad0a7769e83a1d8277f4..e4b946105eaa1efc70df97f828d4f26aee87a474 100644 (file)
@@ -4,32 +4,32 @@
 # src/theory/builtin/kinds.
 #
 
-theory THEORY_UF ::CVC5::theory::uf::TheoryUF "theory/uf/theory_uf.h"
+theory THEORY_UF ::cvc5::theory::uf::TheoryUF "theory/uf/theory_uf.h"
 typechecker "theory/uf/theory_uf_type_rules.h"
 
 properties stable-infinite parametric
 properties check ppStaticLearn presolve
 
-rewriter ::CVC5::theory::uf::TheoryUfRewriter "theory/uf/theory_uf_rewriter.h"
+rewriter ::cvc5::theory::uf::TheoryUfRewriter "theory/uf/theory_uf_rewriter.h"
 parameterized APPLY_UF VARIABLE 1: "application of an uninterpreted function; first parameter is the function, remaining ones are parameters to that function"
 
-typerule APPLY_UF ::CVC5::theory::uf::UfTypeRule
+typerule APPLY_UF ::cvc5::theory::uf::UfTypeRule
 
 variable BOOLEAN_TERM_VARIABLE "Boolean term variable"
 
 operator CARDINALITY_CONSTRAINT 2 "cardinality constraint on sort S: first parameter is (any) term of sort S, second is a positive integer constant k that bounds the cardinality of S"
-typerule CARDINALITY_CONSTRAINT ::CVC5::theory::uf::CardinalityConstraintTypeRule
+typerule CARDINALITY_CONSTRAINT ::cvc5::theory::uf::CardinalityConstraintTypeRule
 
 operator COMBINED_CARDINALITY_CONSTRAINT 1 "combined cardinality constraint; parameter is a positive integer constant k that bounds the sum of the cardinalities of all sorts in the signature"
-typerule COMBINED_CARDINALITY_CONSTRAINT ::CVC5::theory::uf::CombinedCardinalityConstraintTypeRule
+typerule COMBINED_CARDINALITY_CONSTRAINT ::cvc5::theory::uf::CombinedCardinalityConstraintTypeRule
 
 parameterized PARTIAL_APPLY_UF APPLY_UF 1: "partial uninterpreted function application"
-typerule PARTIAL_APPLY_UF ::CVC5::theory::uf::PartialTypeRule
+typerule PARTIAL_APPLY_UF ::cvc5::theory::uf::PartialTypeRule
 
 operator CARDINALITY_VALUE 1 "cardinality value of sort S: first parameter is (any) term of sort S"
-typerule CARDINALITY_VALUE ::CVC5::theory::uf::CardinalityValueTypeRule
+typerule CARDINALITY_VALUE ::cvc5::theory::uf::CardinalityValueTypeRule
 
 operator HO_APPLY 2 "higher-order (partial) function application"
-typerule HO_APPLY ::CVC5::theory::uf::HoApplyTypeRule
+typerule HO_APPLY ::cvc5::theory::uf::HoApplyTypeRule
 
 endtheory
index 2688c057440640b36cbd34854c7983a526273cd6..cc1630b98f11a3c18e814840c3a93e74ce8823ec 100644 (file)
@@ -16,9 +16,9 @@
 
 #include "theory/uf/theory_uf_rewriter.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace uf {
 
@@ -207,4 +207,4 @@ Node UfProofRuleChecker::checkInternal(PfRule id,
 
 }  // namespace uf
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 502aeaa59f2752902ae13bba890b49e404af69e6..011b2868da35ad1903669d5bf55f50712bb4a0af 100644 (file)
@@ -21,7 +21,7 @@
 #include "expr/proof_checker.h"
 #include "expr/proof_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace uf {
 
@@ -44,6 +44,6 @@ class UfProofRuleChecker : public ProofRuleChecker
 
 }  // namespace uf
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__UF__PROOF_CHECKER_H */
index 2837a02aa9ded16d92e29468ffbbd23e61f3624b..5292f754fe600c765a0fd3353e2f4365734b4d99 100644 (file)
@@ -22,9 +22,9 @@
 #include "theory/uf/equality_engine.h"
 #include "theory/uf/proof_checker.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace eq {
 
@@ -549,4 +549,4 @@ void ProofEqEngine::explainWithProof(Node lit,
 
 }  // namespace eq
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index 5129ad1df72bf51b6b08bc7c7fe4be95edde3977..ca0b58b5de05d8aa2cd5be48ac0e1c9fe8c5ce41 100644 (file)
@@ -26,7 +26,7 @@
 #include "expr/node.h"
 #include "theory/eager_proof_generator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class ProofNode;
 class ProofNodeManager;
@@ -296,6 +296,6 @@ class ProofEqEngine : public EagerProofGenerator
 
 }  // namespace eq
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__STRINGS__PROOF_MANAGER_H */
index 9b25c8906e9f5b329913c595c81be53a637f730c..558838bd8433ede9d34c66f48f49536f91b1a50f 100644 (file)
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace uf {
 
-using namespace ::CVC5::context;
+using namespace ::cvc5::context;
 
 SymmetryBreaker::Template::Template() :
   d_template(),
@@ -816,4 +816,4 @@ std::ostream& operator<<(std::ostream& out, const theory::uf::SymmetryBreaker::P
   return out;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 8ce0c2c4423f09402508ac79676be46ad8880675..b4ea3640de9b0f19ebc68407deb6feaf41fb5ab4 100644 (file)
@@ -57,7 +57,7 @@
 #include "util/statistics_registry.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace uf {
 
@@ -175,8 +175,8 @@ private:
 
 std::ostream& operator<<(
     std::ostream& out,
-    const ::CVC5::theory::uf::SymmetryBreaker::Permutation& p);
+    const ::cvc5::theory::uf::SymmetryBreaker::Permutation& p);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__UF__SYMMETRY_BREAKER_H */
index 29bb6ba7dc0e02f1a0d35368fa88b9c5290dfd04..f3c0a0ba0ca6d52aeb5f20456b98b57836c6dd7a 100644 (file)
@@ -35,7 +35,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace uf {
 
@@ -693,4 +693,4 @@ bool TheoryUF::isHigherOrderType(TypeNode tn)
 
 }  // namespace uf
 }  // namespace theory
-} // namespace CVC5
+}  // namespace cvc5
index 97cfc1fa5373e9d436c396b71580dc26e2454db0..f6f4b3ee928a9fa2c826b45218cac1fc9e5be79b 100644 (file)
@@ -29,7 +29,7 @@
 #include "theory/uf/symmetry_breaker.h"
 #include "theory/uf/theory_uf_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace uf {
 
@@ -183,6 +183,6 @@ private:
 
 }  // namespace uf
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__UF__THEORY_UF_H */
index 5727d62cdbf0b9f179f75f785901142d657d113c..f43543fce33f98eac301c8ecc0691e8d201a0677 100644 (file)
@@ -21,9 +21,9 @@
 #include "theory/rewriter.h"
 #include "theory/theory_model.h"
 
-using namespace CVC5::kind;
+using namespace cvc5::kind;
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace uf {
 
@@ -243,4 +243,4 @@ Node UfModelTree::getFunctionValue( const char* argPrefix, bool simplify ){
 
 }  // namespace uf
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index b1e0eea8fa1e7beebe3780bce2466bae18c18cb3..949586976d1dfe3fc46e8e0687c003bf5095a369 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "expr/node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 class TheoryModel;
@@ -114,6 +114,6 @@ public:
 
 }
 }
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index ffa0ec22f8b9cb5d65ec7f734f58b0e89d1f30aa..60a39412671be0abbf7513b28dc150dee6d65fb7 100644 (file)
@@ -26,7 +26,7 @@
 #include "theory/substitutions.h"
 #include "theory/theory_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace uf {
 
@@ -210,6 +210,6 @@ public: //conversion between HO_APPLY AND APPLY_UF
 
 }  // namespace uf
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__UF__THEORY_UF_REWRITER_H */
index c21b366695600f6899e44f97e0364f6e08b16c02..8493c8a38d97fe1495fe6195158cc0b811c52043 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <climits>
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 namespace uf {
 
@@ -80,7 +80,7 @@ class CardinalityConstraintTypeRule {
         throw TypeCheckingExceptionPrivate(
             n, "cardinality constraint must be a constant");
       }
-      CVC5::Rational r(INT_MAX);
+      cvc5::Rational r(INT_MAX);
       if (n[1].getConst<Rational>() > r) {
         throw TypeCheckingExceptionPrivate(
             n, "Exceeded INT_MAX in cardinality constraint");
@@ -108,7 +108,7 @@ class CombinedCardinalityConstraintTypeRule {
         throw TypeCheckingExceptionPrivate(
             n, "combined cardinality constraint must be a constant");
       }
-      CVC5::Rational r(INT_MAX);
+      cvc5::Rational r(INT_MAX);
       if (n[0].getConst<Rational>() > r) {
         throw TypeCheckingExceptionPrivate(
             n, "Exceeded INT_MAX in combined cardinality constraint");
@@ -178,6 +178,6 @@ class HoApplyTypeRule {
 
 }  // namespace uf
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__UF__THEORY_UF_TYPE_RULES_H */
index f77dff2346ea100bfeec50675fce5ad866fe2a33..9dad48a0493680913c35b0bf772ffeda71f8de82 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/theory_engine.h"
 #include "theory/theory_model.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace theory {
 
 std::ostream& operator<<(std::ostream& os, EqualityStatus s)
@@ -222,4 +222,4 @@ context::CDList<Assertion>::const_iterator Valuation::factsEnd(TheoryId tid)
 }
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
index c79c3bf9bfdc5141c173f5cb8eab3f30f7c5c6eb..ce4e952474f3e60aa364b5f762f49026e5b29f5a 100644 (file)
@@ -25,7 +25,7 @@
 #include "expr/node.h"
 #include "options/theory_options.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TheoryEngine;
 
@@ -217,6 +217,6 @@ public:
 };/* class Valuation */
 
 }  // namespace theory
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__THEORY__VALUATION_H */
index 4f6cadde49029769a9add7d068bead993cc72c01..1f8802d222d219bbb27a8d8f31d0fb88c4d9d088 100644 (file)
@@ -24,7 +24,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& out, const AbstractValue& val) {
   return out << "@" << val.getIndex();
@@ -38,4 +38,4 @@ AbstractValue::AbstractValue(Integer index) : d_index(index)
                       index.toString().c_str());
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index ddd1018a214a4f35c539f03ccc2657f842bb78ad..f933cafdfa153f14e7a5c995a51b82f79398a6da 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "util/integer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class AbstractValue
 {
@@ -61,4 +61,4 @@ struct AbstractValueHashFunction
   }
 }; /* struct AbstractValueHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
index 40f2da0454c745eaec703f206803206ec657816b..4306cd73129b87fade25efa22dd5b73e824d65fd 100644 (file)
@@ -29,7 +29,7 @@
 #include "base/check.h"
 #include "base/exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * BinaryHeap that orders its elements greatest-first (i.e., in the opposite
@@ -363,6 +363,6 @@ private:
 template <class Elem, class CmpFcn>
 const size_t BinaryHeap<Elem,CmpFcn>::MAX_SIZE = (std::numeric_limits<size_t>::max()-2)/2;
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__BIN_HEAP_H */
index 85b3738868257ccb6e3790ea9021b478ad7543ef..210d03891f3147d5abae46872f3801be991492e2 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "base/exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 unsigned BitVector::getSize() const { return d_size; }
 
@@ -375,4 +375,4 @@ BitVector BitVector::mkMaxSigned(unsigned size)
   return ~BitVector::mkMinSigned(size);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index fbb91b8e3a0690993739b4a45d7152b93638a9bd..12908166d65e581ff8850fc4b9483d44ed6bb5a0 100644 (file)
@@ -25,7 +25,7 @@
 #include "base/exception.h"
 #include "util/integer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class BitVector
 {
@@ -442,6 +442,6 @@ inline std::ostream& operator<<(std::ostream& os, const IntToBitVector& bv)
   return os << "[" << bv.d_size << "]";
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__BITVECTOR_H */
index d1f57fcd413309873398d1c7374640118424fe47..01d97a43a8e43dd95262c7b110c83cbc5f89e385 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef CVC4__BOOL_H
 #define CVC4__BOOL_H
 
-namespace CVC5 {
+namespace cvc5 {
 
 struct BoolHashFunction {
   inline size_t operator()(bool b) const {
@@ -27,6 +27,6 @@ struct BoolHashFunction {
   }
 };/* struct BoolHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__BOOL_H */
index 027c3d2db5eb2be2bc238f92b9c448cbe5c2cf8c..acbb26b197bac635cfac787771f2692d73c902cc 100644 (file)
@@ -22,7 +22,7 @@
 #include "base/check.h"
 #include "base/exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 const Integer Cardinality::s_unknownCard(0);
 const Integer Cardinality::s_intCard(-1);
@@ -263,4 +263,4 @@ std::ostream& operator<<(std::ostream& out, const Cardinality& c) {
   return out;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 2ab2fdd633331a498bf1fc8be27b5be3a6615528..f188a8c8cfe6714ee47230a8dcebac934f8e167d 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "util/integer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * Representation for a Beth number, used only to construct
@@ -225,6 +225,6 @@ std::ostream& operator<<(std::ostream& out, CardinalityBeth b);
 /** Print a cardinality in a human-readable fashion. */
 std::ostream& operator<<(std::ostream& out, const Cardinality& c);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__CARDINALITY_H */
index e6fed6916961169e44d3c573d11c67cefc1ad05b..f3b0372b2ce01f87a84a3ffc91dc1b0cb855eb18 100644 (file)
@@ -35,7 +35,7 @@
 #include "base/check.h"
 #include "util/index.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <class T>
 class DenseMap {
@@ -338,4 +338,4 @@ public:
   void pop_back() { d_map.pop_back(); }
 }; /* class DenseMultiset */
 
-}  // namespace CVC5
+}  // namespace cvc5
index 45b1f6c2702cfaecba7593366d93ff5a81466a9d..d8c09992384a12d7de44c6780d81ab77f2951d18 100644 (file)
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 Divisible::Divisible(const Integer& n) : k(n) {
   PrettyCheckArgument(n > 0, n, "Divisible predicate must be constructed over positive N");
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 5b3506ee8a70f15c1eb8da0d252f80b875cb20d6..95934a52ab9a11c434c308c0feb92905fd4183e9 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "util/integer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * The structure representing the divisibility-by-k predicate.
@@ -61,6 +61,6 @@ inline std::ostream& operator <<(std::ostream& os, const Divisible& d) {
   return os << "divisible-by-" << d.k;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__DIVISIBLE_H */
index be5f6a4969fa9b34bcb091217caf769522fe4abd..a9d404103e644d8acfbead418a4dba939ea4ae6b 100644 (file)
@@ -28,7 +28,7 @@
 
 /* -------------------------------------------------------------------------- */
 
-namespace CVC5 {
+namespace cvc5 {
 
 /* -------------------------------------------------------------------------- */
 
@@ -512,4 +512,4 @@ std::ostream& operator<<(std::ostream& os, const FloatingPointConvertSort& fpcs)
   return os << "(_ to_fp " << fpcs.getSize().exponentWidth() << " "
             << fpcs.getSize().significandWidth() << ")";
 }
-}  // namespace CVC5
+}  // namespace cvc5
index 060d1de9980b072959b9cbc692e13f1064aac5b7..e038959a06ddddd861babd51f3ea4ad17399e560 100644 (file)
@@ -29,7 +29,7 @@
 
 /* -------------------------------------------------------------------------- */
 
-namespace CVC5 {
+namespace cvc5 {
 
 /* -------------------------------------------------------------------------- */
 
@@ -514,7 +514,7 @@ struct FloatingPointToBVHashFunction
 {
   inline size_t operator()(const FloatingPointToBV& fptbv) const
   {
-    UnsignedHashFunction< ::CVC5::BitVectorSize> f;
+    UnsignedHashFunction< ::cvc5::BitVectorSize> f;
     return (key ^ 0x46504256) ^ f(fptbv.d_bv_size);
   }
 }; /* struct FloatingPointToBVHashFunction */
@@ -533,6 +533,6 @@ std::ostream& operator<<(std::ostream& os, const FloatingPointSize& fps);
 std::ostream& operator<<(std::ostream& os,
                          const FloatingPointConvertSort& fpcs);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__FLOATINGPOINT_H */
index efd3e2399dbb60f4f06050ef95d246c86e680dc0..666c3438df1853950684a24db1205bb8f7fd2af1 100644 (file)
@@ -39,9 +39,9 @@ namespace symfpu {
 
 #define CVC4_LIT_ITE_DFN(T)                                            \
   template <>                                                          \
-  struct ite<::CVC5::symfpuLiteral::CVC4Prop, T>                       \
+  struct ite<::cvc5::symfpuLiteral::CVC4Prop, T>                       \
   {                                                                    \
-    static const T& iteOp(const ::CVC5::symfpuLiteral::CVC4Prop& cond, \
+    static const T& iteOp(const ::cvc5::symfpuLiteral::CVC4Prop& cond, \
                           const T& l,                                  \
                           const T& r)                                  \
     {                                                                  \
@@ -49,10 +49,10 @@ namespace symfpu {
     }                                                                  \
   }
 
-CVC4_LIT_ITE_DFN(::CVC5::symfpuLiteral::traits::rm);
-CVC4_LIT_ITE_DFN(::CVC5::symfpuLiteral::traits::prop);
-CVC4_LIT_ITE_DFN(::CVC5::symfpuLiteral::traits::sbv);
-CVC4_LIT_ITE_DFN(::CVC5::symfpuLiteral::traits::ubv);
+CVC4_LIT_ITE_DFN(::cvc5::symfpuLiteral::traits::rm);
+CVC4_LIT_ITE_DFN(::cvc5::symfpuLiteral::traits::prop);
+CVC4_LIT_ITE_DFN(::cvc5::symfpuLiteral::traits::sbv);
+CVC4_LIT_ITE_DFN(::cvc5::symfpuLiteral::traits::ubv);
 
 #undef CVC4_LIT_ITE_DFN
 }  // namespace symfpu
@@ -60,7 +60,7 @@ CVC4_LIT_ITE_DFN(::CVC5::symfpuLiteral::traits::ubv);
 
 /* -------------------------------------------------------------------------- */
 
-namespace CVC5 {
+namespace cvc5 {
 
 uint32_t FloatingPointLiteral::getUnpackedExponentWidth(FloatingPointSize& size)
 {
@@ -881,11 +881,11 @@ wrappedBitVector<isSigned> wrappedBitVector<isSigned>::extract(
 template class wrappedBitVector<true>;
 template class wrappedBitVector<false>;
 
-traits::rm traits::RNE(void) { return ::CVC5::ROUND_NEAREST_TIES_TO_EVEN; };
-traits::rm traits::RNA(void) { return ::CVC5::ROUND_NEAREST_TIES_TO_AWAY; };
-traits::rm traits::RTP(void) { return ::CVC5::ROUND_TOWARD_POSITIVE; };
-traits::rm traits::RTN(void) { return ::CVC5::ROUND_TOWARD_NEGATIVE; };
-traits::rm traits::RTZ(void) { return ::CVC5::ROUND_TOWARD_ZERO; };
+traits::rm traits::RNE(void) { return ::cvc5::ROUND_NEAREST_TIES_TO_EVEN; };
+traits::rm traits::RNA(void) { return ::cvc5::ROUND_NEAREST_TIES_TO_AWAY; };
+traits::rm traits::RTP(void) { return ::cvc5::ROUND_TOWARD_POSITIVE; };
+traits::rm traits::RTN(void) { return ::cvc5::ROUND_TOWARD_NEGATIVE; };
+traits::rm traits::RTZ(void) { return ::cvc5::ROUND_TOWARD_ZERO; };
 // This is a literal back-end so props are actually bools
 // so these can be handled in the same way as the internal assertions above
 
@@ -906,4 +906,4 @@ void traits::invariant(const traits::prop& p)
 }
 }  // namespace symfpuLiteral
 
-}  // namespace CVC5
+}  // namespace cvc5
index d01bf6a9df63098da5c3a5bf0244255348df7376..c4352c080369aa20b8945c4543c0d96868f34b3c 100644 (file)
@@ -30,7 +30,7 @@
 
 /* -------------------------------------------------------------------------- */
 
-namespace CVC5 {
+namespace cvc5 {
 
 class FloatingPointSize;
 class FloatingPointLiteral;
@@ -56,8 +56,8 @@ class wrappedBitVector;
 
 using CVC4BitWidth = uint32_t;
 using CVC4Prop = bool;
-using CVC4RM = ::CVC5::RoundingMode;
-using CVC4FPSize = ::CVC5::FloatingPointSize;
+using CVC4RM = ::cvc5::RoundingMode;
+using CVC4FPSize = ::cvc5::FloatingPointSize;
 using CVC4UnsignedBitVector = wrappedBitVector<false>;
 using CVC4SignedBitVector = wrappedBitVector<true>;
 
@@ -106,7 +106,7 @@ struct signedToLiteralType<false>
 };
 
 /**
- * This extends the interface for CVC5::BitVector for compatibility with symFPU.
+ * This extends the interface for cvc5::BitVector for compatibility with symFPU.
  * The template parameter distinguishes signed and unsigned bit-vectors, a
  * distinction symfpu uses.
  */
@@ -159,7 +159,7 @@ class wrappedBitVector : public BitVector
   /**
    * Inherited but ...
    * *sigh* if we use the inherited version then it will return a
-   * CVC5::BitVector which can be converted back to a
+   * cvc5::BitVector which can be converted back to a
    * wrappedBitVector<isSigned> but isn't done automatically when working
    * out types for templates instantiation.  ITE is a particular
    * problem as expressions and constants no longer derive the
@@ -502,6 +502,6 @@ class FloatingPointLiteral
 
 /* -------------------------------------------------------------------------- */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 78558ab2798d2157241a74b4fa71e393bef381fe..cf7aea524aee77155ba59c66dd780e961f462671 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "base/check.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 FloatingPointSize::FloatingPointSize(uint32_t exp_size, uint32_t sig_size)
     : d_exp_size(exp_size), d_sig_size(sig_size)
@@ -31,4 +31,4 @@ FloatingPointSize::FloatingPointSize(const FloatingPointSize& old)
   Assert(validSignificandSize(d_sig_size));
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index ed5dccc4f8243c3eacf61162cb29b1088b6ad0d7..8350ffaec1c6810814871f60bda938f99cfe2639 100644 (file)
@@ -16,7 +16,7 @@
 #ifndef CVC4__FLOATINGPOINT_SIZE_H
 #define CVC4__FLOATINGPOINT_SIZE_H
 
-namespace CVC5 {
+namespace cvc5 {
 
 // Inline these!
 inline bool validExponentSize(uint32_t e) { return e >= 2; }
@@ -92,6 +92,6 @@ struct FloatingPointSizeHashFunction
                   | t.significandWidth());
   }
 }; /* struct FloatingPointSizeHashFunction */
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 0ecc6485ddcdd259e69a200414b8ea4210835734..0b08f4f3890c5ac40c697f9c12ec17073334a279 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <gmpxx.h>
 
-namespace CVC5 {
+namespace cvc5 {
 
 /** Hashes the gmp integer primitive in a word by word fashion. */
 inline size_t gmpz_hash(const mpz_t toHash) {
@@ -35,6 +35,6 @@ inline size_t gmpz_hash(const mpz_t toHash) {
   return hash;
 }/* gmpz_hash() */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__GMP_UTIL_H */
index 066e01aadccf2779af4efd6dab47c55cd1324a13..6ba4534d1b6e975888e736071e2e75bda4fda242 100644 (file)
@@ -38,7 +38,7 @@ struct hash<uint64_t> {
 
 }/* std namespace */
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace fnv1a {
 
@@ -64,6 +64,6 @@ struct PairHashFunction {
   }
 };/* struct PairHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__HASH_H */
index a50c4aeb7c67d3884f4a9d8caabcc9995dc36fde..e1a42b11b53f1a7257577bd7d989ce93c2c381db 100644 (file)
@@ -22,7 +22,7 @@
 #include "base/exception.h"
 #include "util/integer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 struct IntAnd
 {
@@ -41,6 +41,6 @@ inline std::ostream& operator<<(std::ostream& os, const IntAnd& ia)
   return os << "[" << ia.d_size << "]";
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__IAND_H */
index 7c9f3c57f83ef03852a9f95540fad67361724778..ffb49f9430993e73215dde913882fcff24d4d557 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <limits>
 
-namespace CVC5 {
+namespace cvc5 {
 
 static_assert(sizeof(Index) <= sizeof(size_t),
               "Index cannot be larger than size_t");
@@ -34,4 +34,4 @@ static_assert(!std::numeric_limits<Index>::is_signed,
  * (Limited testing suggests a ~1/16 of running time.) Interestingly,
  * uint_fast32_t also has a sizeof == 8 on x86_64.
  */
-}  // namespace CVC5
+}  // namespace cvc5
index 1fa881eb61ecc0ab2174d8e90d34adc8e51159f7..6da0d8602d8fe3d501111a2e4592d341d3ca537b 100644 (file)
 #ifndef CVC4__INDEX_H
 #define CVC4__INDEX_H
 
-namespace CVC5 {
+namespace cvc5 {
 
 /** Index is a standardized unsigned integer used for efficient indexing. */
 using Index = uint32_t;
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__INDEX_H */
index b201630c0034c09c558045f8e7ef68e263d6e5dc..a35ecaa120ae2f6cced29fa65a303bbcedd87f91 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef CVC4__UTIL__INDEXED_ROOT_PREDICATE_H
 #define CVC4__UTIL__INDEXED_ROOT_PREDICATE_H
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * The structure representing the index of a root predicate.
@@ -69,6 +69,6 @@ struct IndexedRootPredicateHashFunction
   }
 }; /* struct IndexedRootPredicateHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
\ No newline at end of file
index 0f02f03e5dd7dc80342dbb32079bb5f3eb45bd09..3b70a98bf43580308ae8ea9bcd73065661bdbecf 100644 (file)
@@ -28,7 +28,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 signed int Integer::s_fastSignedIntMin = -(1 << 29);
 signed int Integer::s_fastSignedIntMax = (1 << 29) - 1;
@@ -568,4 +568,4 @@ std::ostream& operator<<(std::ostream& os, const Integer& n)
 {
   return os << n.toString();
 }
-} // namespace CVC5
+}  // namespace cvc5
index 7d7b002f255ea00512eacc259b75a338cf300a1a..d3d9faf56b5ce96598d1c4b8606d35dc715cfab8 100644 (file)
 #include "base/exception.h"
 #include "cvc4_export.h"  // remove when Cvc language support is removed
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Rational;
 
 class CVC4_EXPORT Integer
 {
-  friend class CVC5::Rational;
+  friend class cvc5::Rational;
 
  public:
   /**
@@ -380,11 +380,11 @@ class CVC4_EXPORT Integer
 
 struct IntegerHashFunction
 {
-  size_t operator()(const CVC5::Integer& i) const { return i.hash(); }
+  size_t operator()(const cvc5::Integer& i) const { return i.hash(); }
 }; /* struct IntegerHashFunction */
 
 std::ostream& operator<<(std::ostream& os, const Integer& n);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__INTEGER_H */
index d1e0d71082b4258fad3bddff17797dd4bdb9db12..399b7bbbeb7c05e183da5e319a36b1c8286c8b6a 100644 (file)
@@ -31,7 +31,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 Integer::Integer(const char* s, unsigned base)
   : d_value(s, base)
@@ -483,4 +483,4 @@ const Integer& Integer::max(const Integer& a, const Integer& b)
   return (a >= b) ? a : b;
 }
 
-} // namespace CVC5
+}  // namespace cvc5
index fa206d08f01d628a092938b23b2e82f032514c1f..0d129ef45c439b043b1919ef69e54e6ec571cdff 100644 (file)
 
 #include "cvc4_export.h"  // remove when Cvc language support is removed
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Rational;
 
 class CVC4_EXPORT Integer
 {
-  friend class CVC5::Rational;
+  friend class cvc5::Rational;
 
  public:
   /**
@@ -330,7 +330,7 @@ class CVC4_EXPORT Integer
 
 struct IntegerHashFunction
 {
-  inline size_t operator()(const CVC5::Integer& i) const { return i.hash(); }
+  inline size_t operator()(const cvc5::Integer& i) const { return i.hash(); }
 }; /* struct IntegerHashFunction */
 
 inline std::ostream& operator<<(std::ostream& os, const Integer& n)
@@ -338,6 +338,6 @@ inline std::ostream& operator<<(std::ostream& os, const Integer& n)
   return os << n.toString();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__INTEGER_H */
index 35c0efd68f4d175b23f012ebf062865a3b542a1f..688073b8c7a4cf4ea3260ba8181b1514c192fe3f 100644 (file)
@@ -31,7 +31,7 @@
 
 #include "base/exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <class T>
 class Maybe
@@ -84,6 +84,6 @@ inline std::ostream& operator<<(std::ostream& out, const Maybe<T>& m){
   return out;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__UTIL__MAYBE_H */
index 37fa0d89296dcb462c3de8d2a40a96a56db29c92..8a3b2b47b1144f846716c05934f9b1662fb8ce40 100644 (file)
@@ -17,7 +17,7 @@
 
 #include <ostream>
 
-namespace CVC5 {
+namespace cvc5 {
 
 StreamFormatScope::StreamFormatScope(std::ostream& out)
     : d_out(out), d_format_flags(out.flags()), d_precision(out.precision())
@@ -30,4 +30,4 @@ StreamFormatScope::~StreamFormatScope()
   d_out.flags(d_format_flags);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index c5e1e2797656f5def194af05ae82e525b92a23db..ab61faacadfffda0f52ab940edc372b9e1bdb07a 100644 (file)
@@ -22,7 +22,7 @@
 #include <ios>
 #include <iosfwd>
 
-namespace CVC5 {
+namespace cvc5 {
 
 // Saves the formatting of an ostream and restores the previous settings on
 // destruction. Example usage:
@@ -44,6 +44,6 @@ class StreamFormatScope
   std::streamsize d_precision;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__UTIL__OSTREAM_UTIL_H */
index 9dbb24872605c02f95ee8b710c29b7300a4ef88b..7cb8baae37dda67f6093837565fdfabd5d629a2d 100644 (file)
@@ -35,7 +35,7 @@
 #include "util/rational.h"
 #include "util/real_algebraic_number.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace poly_utils {
 
 namespace {
@@ -361,6 +361,6 @@ void getVariableInformation(VariableInformation& vi,
 }
 
 }  // namespace poly_utils
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index efb1859322d427a4b77978cb35a39be4f8808676..217f7c77421480db085e13c7e394662f8dcf64d7 100644 (file)
@@ -36,7 +36,7 @@
 
 #include <poly/polyxx.h>
 
-namespace CVC5 {
+namespace cvc5 {
 /**
  * Utilities for working with libpoly.
  * This namespace contains various basic conversion routines necessary for the
@@ -49,28 +49,28 @@ namespace CVC5 {
  */
 namespace poly_utils {
 
-/** Converts a poly::Integer to a CVC5::Integer. */
+/** Converts a poly::Integer to a cvc5::Integer. */
 Integer toInteger(const poly::Integer& i);
-/** Converts a poly::Integer to a CVC5::Rational. */
+/** Converts a poly::Integer to a cvc5::Rational. */
 Rational toRational(const poly::Integer& r);
-/** Converts a poly::Rational to a CVC5::Rational. */
+/** Converts a poly::Rational to a cvc5::Rational. */
 Rational toRational(const poly::Rational& r);
-/** Converts a poly::DyadicRational to a CVC5::Rational. */
+/** Converts a poly::DyadicRational to a cvc5::Rational. */
 Rational toRational(const poly::DyadicRational& dr);
 
-/** Converts a poly::Value to a CVC5::Rational (that may be a bit above). */
+/** Converts a poly::Value to a cvc5::Rational (that may be a bit above). */
 Rational toRationalAbove(const poly::Value& v);
-/** Converts a poly::Value to a CVC5::Rational (that may be a bit below). */
+/** Converts a poly::Value to a cvc5::Rational (that may be a bit below). */
 Rational toRationalBelow(const poly::Value& v);
 
-/** Converts a CVC5::Integer to a poly::Integer. */
+/** Converts a cvc5::Integer to a poly::Integer. */
 poly::Integer toInteger(const Integer& i);
-/** Converts a vector of CVC5::Integers to a vector of poly::Integers. */
+/** Converts a vector of cvc5::Integers to a vector of poly::Integers. */
 std::vector<poly::Integer> toInteger(const std::vector<Integer>& vi);
-/** Converts a CVC5::Rational to a poly::Rational. */
+/** Converts a cvc5::Rational to a poly::Rational. */
 poly::Rational toRational(const Rational& r);
 /**
- * Converts a CVC5::Rational to a poly::DyadicRational. If the input is not
+ * Converts a cvc5::Rational to a poly::DyadicRational. If the input is not
  * dyadic, no result is produced.
  */
 Maybe<poly::DyadicRational> toDyadicRational(const Rational& r);
@@ -91,7 +91,7 @@ poly::Rational approximateToDyadic(const poly::Rational& r,
 
 /**
  * Constructs a poly::AlgebraicNumber, allowing for refinement of the
- * CVC5::Rational bounds. As a poly::AlgebraicNumber works on
+ * cvc5::Rational bounds. As a poly::AlgebraicNumber works on
  * poly::DyadicRationals internally, the bounds are iteratively refined using
  * approximateToDyadic until the respective interval is isolating. If the
  * provided rational bounds are already dyadic, the refinement is skipped.
@@ -101,7 +101,7 @@ poly::AlgebraicNumber toPolyRanWithRefinement(poly::UPolynomial&& p,
                                               const Rational& upper);
 
 /**
- * Constructs a CVC5::RealAlgebraicNumber, simply wrapping
+ * Constructs a cvc5::RealAlgebraicNumber, simply wrapping
  * toPolyRanWithRefinement.
  */
 RealAlgebraicNumber toRanWithRefinement(poly::UPolynomial&& p,
@@ -138,7 +138,7 @@ void getVariableInformation(VariableInformation& vi,
                             const poly::Polynomial& poly);
 
 }  // namespace poly_utils
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
 
index ab35bd3899bf6fa04fa07431e263eedcbbfeee0e..feac8d5b67242da336eb57f9841a7ff446ed997a 100644 (file)
@@ -21,7 +21,7 @@
 #include <cfloat>
 #include "base/check.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 Random::Random(uint64_t seed) { setSeed(seed); }
 
@@ -66,4 +66,4 @@ bool Random::pickWithProb(double probability)
   return r < p;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 67d4e052deb6b3f7e8844c281f8c2ca0e9b5a689..738f5c510eafa05f13cdad74d4f4c4f18240d5fe 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef CVC4__UTIL__RANDOM_H
 #define CVC4__UTIL__RANDOM_H
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Random
 {
@@ -69,5 +69,5 @@ class Random
   uint64_t d_state;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 #endif
index a974a6155a2a8d929668f8271d84ec4dee7dbaeb..b12fd8d28056339578b56f5f38a8f5174e0afda2 100644 (file)
@@ -28,7 +28,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 /* Computes a rational given a decimal string. The rational
  * version of <code>xxx.yyy</code> is <code>xxxyyy/(10^3)</code>.
@@ -117,4 +117,4 @@ Maybe<Rational> Rational::fromDouble(double d)
   }
 }
 
-} // namespace CVC5
+}  // namespace cvc5
index d2c57e90dd97ff5f8705991cd25c0b6f9b381f40..d626948686ea33cd4606f9b99e44c4ab1b3d22f1 100644 (file)
@@ -37,7 +37,7 @@
 #include "util/integer.h"
 #include "util/maybe.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  ** A multi-precision rational constant.
@@ -336,11 +336,11 @@ class CVC4_EXPORT Rational
 
 struct RationalHashFunction
 {
-  inline size_t operator()(const CVC5::Rational& r) const { return r.hash(); }
+  inline size_t operator()(const cvc5::Rational& r) const { return r.hash(); }
 }; /* struct RationalHashFunction */
 
 std::ostream& operator<<(std::ostream& os, const Rational& n) CVC4_EXPORT;
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__RATIONAL_H */
index 0762e17c14ba42c8c1f7b3cd788cb99afc01edf1..69a2fa2dd766f7a1512c9e5088649daae2acc8a3 100644 (file)
@@ -27,7 +27,7 @@
 
 #include "base/check.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& os, const Rational& q){
   return os << q.toString();
@@ -98,4 +98,4 @@ Maybe<Rational> Rational::fromDouble(double d)
   return Maybe<Rational>();
 }
 
-} // namespace CVC5
+}  // namespace cvc5
index 0d7569b2183b9bf570c5525a2feedbdcbaede473..2bfc2a5b9654cfdf2a9c49bb247580b9526fef47 100644 (file)
@@ -29,7 +29,7 @@
 #include "util/integer.h"
 #include "util/maybe.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  ** A multi-precision rational constant.
@@ -326,11 +326,11 @@ class CVC4_EXPORT Rational
 
 struct RationalHashFunction
 {
-  inline size_t operator()(const CVC5::Rational& r) const { return r.hash(); }
+  inline size_t operator()(const cvc5::Rational& r) const { return r.hash(); }
 }; /* struct RationalHashFunction */
 
 std::ostream& operator<<(std::ostream& os, const Rational& n) CVC4_EXPORT;
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__RATIONAL_H */
index 6a8111b55d8e32d67e001edd1b694e8584a446ed..5c7dd9468e9bd6f672c76f4fe8ff48e0b18fea38 100644 (file)
@@ -28,7 +28,7 @@
 #include "base/check.h"
 #include "util/poly_util.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 RealAlgebraicNumber::RealAlgebraicNumber(poly::AlgebraicNumber&& an)
     : d_value(std::move(an))
@@ -174,4 +174,4 @@ int sgn(const RealAlgebraicNumber& ran) { return sgn(ran.getValue()); }
 bool isZero(const RealAlgebraicNumber& ran) { return is_zero(ran.getValue()); }
 bool isOne(const RealAlgebraicNumber& ran) { return is_one(ran.getValue()); }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 4819e8866b591e02bcba49835c880e088b6226f7..b376a236aa75ed264a40690238747cc12a33893b 100644 (file)
@@ -26,7 +26,7 @@
 #include "util/integer.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * Represents a real algebraic number based on poly::AlgebraicNumber.
@@ -148,6 +148,6 @@ bool isZero(const RealAlgebraicNumber& ran);
 /** Check whether a real algebraic number is one. */
 bool isOne(const RealAlgebraicNumber& ran);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__REAL_ALGEBRAIC_NUMBER_H */
index 5df83b1cef2d52cef2a4f22b1aadda927b849e64..ef08da6fa28861931f4772edac44cab8bc372ea3 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <ostream>
 
-namespace CVC5 {
+namespace cvc5 {
 
 RegExpRepeat::RegExpRepeat(uint32_t repeatAmount) : d_repeatAmount(repeatAmount)
 {
@@ -57,4 +57,4 @@ std::ostream& operator<<(std::ostream& os, const RegExpLoop& r)
   return os << "[" << r.d_loopMinOcc << ".." << r.d_loopMaxOcc << "]";
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index c28f121c0220456c6be304c36c234989dd1256dd..0f929ff9eccbeea15f3173a1644cb3730d3e6064 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <iosfwd>
 
-namespace CVC5 {
+namespace cvc5 {
 
 struct RegExpRepeat
 {
@@ -69,6 +69,6 @@ std::ostream& operator<<(std::ostream& os, const RegExpRepeat& bv);
 
 std::ostream& operator<<(std::ostream& os, const RegExpLoop& bv);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__UTIL__REGEXP_H */
index 00395178cc85a82ee6303dc9c6bf5adbfba3b892..a982c5e1d74de373fc0bd2d5522c1d2eb7ec4d9a 100644 (file)
@@ -28,7 +28,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 bool WallClockTimer::on() const
 {
@@ -420,4 +420,4 @@ void ResourceManager::registerListener(Listener* listener)
   return d_listeners.push_back(listener);
 }
 
-} // namespace CVC5
+}  // namespace cvc5
index 3a6269e99742c4af6f5fad6c5f92b7feb1b8f7f6..64a94cdc928a378bb1fb058742a28cebba5da38b 100644 (file)
@@ -26,7 +26,7 @@
 #include <memory>
 #include <vector>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Listener;
 class Options;
@@ -206,6 +206,6 @@ class ResourceManager
 
 }; /* class ResourceManager */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__RESOURCE_MANAGER_H */
index f9fa94266ec446fc5775c34292a6c0750bf75c88..32a7e58952eb806779553ac95bfe8127c56e1360 100644 (file)
@@ -26,7 +26,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 Result::Result()
     : d_sat(SAT_UNKNOWN),
@@ -374,4 +374,4 @@ void Result::toStream(std::ostream& out, OutputLanguage language) const {
   };
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index e2a3a268afe20daa33736e6216961a77b6753e8e..9fdd61792e4a9c832ba77c939c2df1676c05ef5f 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "options/language.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Result;
 
@@ -160,6 +160,6 @@ bool operator==(enum Result::Entailment e, const Result& r);
 bool operator!=(enum Result::Sat s, const Result& r);
 bool operator!=(enum Result::Entailment e, const Result& r);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__RESULT_H */
index e58689df6b7f981e74c5ccc61a06ef9667f536cc..2acc5a457cbd9af528bdf5d40983f3c07e60f59a 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <fenv.h>
 
-namespace CVC5 {
+namespace cvc5 {
 
 #define CVC4_NUM_ROUNDING_MODES 5
 
@@ -45,6 +45,6 @@ struct RoundingModeHashFunction
   inline size_t operator()(const RoundingMode& rm) const { return size_t(rm); }
 }; /* struct RoundingModeHashFunction */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index c701198221dff9c5fbe45c925feea8793da8e9ba..ce4f529a4cf72d42e7d40d0a9ad3c6e25d607f46 100644 (file)
@@ -28,7 +28,7 @@
 /* Size of buffers used */
 #define BUFFER_SIZE 20
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <>
 void safe_print(int fd, const std::string& msg) {
@@ -214,4 +214,4 @@ void safe_print_right_aligned(int fd, uint64_t i, ssize_t width) {
   }
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 553f78bb7c90513e326413891c44419bb2751761..ca844ef73a3495b9a4cb7dee519d66e236db22f0 100644 (file)
@@ -44,7 +44,7 @@
 
 #include "cvc4_export.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * Prints arrays of chars (e.g. string literals) of length N. Safe to use in a
@@ -136,6 +136,6 @@ void safe_print_hex(int fd, uint64_t i);
  */
 void safe_print_right_aligned(int fd, uint64_t i, ssize_t width);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SAFE_PRINT_H */
index a39aebc63d2d6b2001ee411bbf52934bd261ed45..5351a6175e6ad3835f7b6f86553e6cb9865ae848 100644 (file)
@@ -23,7 +23,7 @@
 #include "util/bitvector.h"
 #include "util/random.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 BitVector Sampler::pickBvUniform(unsigned sz)
 {
@@ -172,4 +172,4 @@ FloatingPoint Sampler::pickFpBiased(unsigned e, unsigned s)
   return FloatingPoint(e, s, bv);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index f715536bcd4d1e4b4d78d63b720458cc1931a29e..19ed68c0ff86ae036b1540a2d7f6369ef5ec53d0 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "util/floatingpoint.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Sampler
 {
@@ -52,6 +52,6 @@ class Sampler
   static constexpr double probSpecial = 0.2;
 };
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__UTIL_FLOATINGPOINT_SAMPLER_H */
index 3c93ef5ae35db8f0870c01f8c748966807ec6e70..85dd038bb43414eac777712ac0a9037db50cfbe2 100644 (file)
@@ -33,7 +33,7 @@
 #include "util/ostream_util.h"
 #include "util/smt2_quote_string.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 const int PrettySExprs::s_iosIndex = std::ios_base::xalloc();
 
@@ -90,7 +90,7 @@ SExpr::SExpr(const SExpr& other)
   Assert((d_children == NULL) == isAtom());
 }
 
-SExpr::SExpr(const CVC5::Integer& value)
+SExpr::SExpr(const cvc5::Integer& value)
     : d_sexprType(SEXPR_INTEGER),
       d_integerValue(value),
       d_rationalValue(0),
@@ -127,7 +127,7 @@ SExpr::SExpr(unsigned long int value)
       d_stringValue(""),
       d_children(NULL) {}
 
-SExpr::SExpr(const CVC5::Rational& value)
+SExpr::SExpr(const cvc5::Rational& value)
     : d_sexprType(SEXPR_RATIONAL),
       d_integerValue(0),
       d_rationalValue(value),
@@ -308,13 +308,13 @@ std::string SExpr::getValue() const {
   return std::string();
 }
 
-const CVC5::Integer& SExpr::getIntegerValue() const
+const cvc5::Integer& SExpr::getIntegerValue() const
 {
   PrettyCheckArgument(isInteger(), this);
   return d_integerValue;
 }
 
-const CVC5::Rational& SExpr::getRationalValue() const
+const cvc5::Rational& SExpr::getRationalValue() const
 {
   PrettyCheckArgument(isRational(), this);
   return d_rationalValue;
@@ -383,4 +383,4 @@ SExpr SExpr::parseListOfListOfAtoms(
   return SExpr(parsedListsOfAtoms);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index f4eaca66379ea99f1fc3715edd7c700995d5dfa0..3fcd398f704fd69ed50fbf0a8aae65147362c1f6 100644 (file)
@@ -35,7 +35,7 @@
 #include "util/integer.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class SExprKeyword
 {
@@ -61,14 +61,14 @@ class CVC4_EXPORT SExpr
   SExpr& operator=(const SExpr& other);
   ~SExpr();
 
-  SExpr(const CVC5::Integer& value);
+  SExpr(const cvc5::Integer& value);
 
   SExpr(int value);
   SExpr(long int value);
   SExpr(unsigned int value);
   SExpr(unsigned long int value);
 
-  SExpr(const CVC5::Rational& value);
+  SExpr(const cvc5::Rational& value);
 
   SExpr(const std::string& value);
 
@@ -120,13 +120,13 @@ class CVC4_EXPORT SExpr
    * Get the integer value of this S-expression. This will cause an
    * error if this S-expression is not an integer.
    */
-  const CVC5::Integer& getIntegerValue() const;
+  const cvc5::Integer& getIntegerValue() const;
 
   /**
    * Get the rational value of this S-expression. This will cause an
    * error if this S-expression is not a rational.
    */
-  const CVC5::Rational& getRationalValue() const;
+  const cvc5::Rational& getRationalValue() const;
 
   /**
    * Get the children of this S-expression. This will cause an error
@@ -211,10 +211,10 @@ class CVC4_EXPORT SExpr
   } d_sexprType;
 
   /** The value of an atomic integer-valued S-expression. */
-  CVC5::Integer d_integerValue;
+  cvc5::Integer d_integerValue;
 
   /** The value of an atomic rational-valued S-expression. */
-  CVC5::Rational d_rationalValue;
+  cvc5::Rational d_rationalValue;
 
   /** The value of an atomic S-expression. */
   std::string d_stringValue;
@@ -301,6 +301,6 @@ class CVC4_EXPORT PrettySExprs
  */
 std::ostream& operator<<(std::ostream& out, PrettySExprs ps);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__SEXPR_H */
index 7d255c6f1d2b4521578c886d313b742af376f121..c4e01acc479748a7cd9948411d7d097cf8b97462 100644 (file)
@@ -19,7 +19,7 @@
 #include <sstream>
 #include <string>
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * SMT-LIB 2 quoting for symbols
@@ -43,4 +43,4 @@ std::string quoteSymbol(const std::string& s){
   return s;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index b9e6592df984c2fa5a36e39434bfd09e09f82f53..be25460536c46b0fee3c0e6fc5f9606fe6d95841 100644 (file)
 
 #include <string>
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * SMT-LIB 2 quoting for symbols
  */
 std::string quoteSymbol(const std::string& s);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__UTIL__SMT2_QUOTE_STRING_H */
index 3c7ac6731afc4d4182f5210d56440c1160708efd..494a70e6c57b9b6fadd0e50266bccabef8ba9d82 100644 (file)
@@ -20,7 +20,7 @@
 #include "util/safe_print.h"
 #include "util/statistics_registry.h" // for details about class Stat
 
-namespace CVC5 {
+namespace cvc5 {
 
 bool StatisticsBase::StatCmp::operator()(const Stat* s1, const Stat* s2) const {
   return s1->getName() < s2->getName();
@@ -130,4 +130,4 @@ SExpr StatisticsBase::getStatistic(std::string name) const {
   }
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 0c52cfe8ef435e40bfea718ac75995414ced0ebe..8989cb60d9137197c246478c9b6cd984882d1997 100644 (file)
@@ -29,7 +29,7 @@
 #include "cvc4_export.h"
 #include "util/sexpr.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 class Stat;
 
@@ -127,6 +127,6 @@ public:
 
 }; /* class Statistics */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__STATISTICS_H */
index bbd98ffaf7d1ef600b8063cbdc00dd6c9e6d57f8..f9e05e68fb0486cd4f12a3163b53bdd87d1b2069 100644 (file)
@@ -34,7 +34,7 @@
 /****************************************************************************/
 /* Some utility functions for timespec                                    */
 /****************************************************************************/
-namespace CVC5 {
+namespace cvc5 {
 
 void StatisticsRegistry::registerStat(Stat* s)
 {
@@ -89,4 +89,4 @@ RegisterStatistic::~RegisterStatistic() {
   d_reg->unregisterStat(d_stat);
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index b8c83436f78589481922156480a2b39d1f78a97f..44f40d5d342e716bb35b321d61861f1e9f3d7de5 100644 (file)
 #include "util/statistics.h"
 #include "util/stats_base.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /** A statistic that contains a SExpr. */
 class SExprStat : public Stat {
@@ -196,6 +196,6 @@ private:
 
 }; /* class RegisterStatistic */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__STATISTICS_REGISTRY_H */
index 758883cbe95b76417cd48c83a4dd898c736e6946..3ae50cd51ee95a29ae11273b15ad2ad0260e84a0 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "util/statistics_registry.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 Stat::Stat(const std::string& name) : d_name(name)
 {
@@ -112,4 +112,4 @@ SExpr AverageStat::getValue() const
   return SExpr(Rational::fromDecimal(ss.str()));
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index f7d19624a5ab532bbedb403b4a59bf09d3383f2d..e59e6e57c614136b2fc14bf505797e02b3c9a0fb 100644 (file)
@@ -34,7 +34,7 @@
 #define CVC4_USE_STATISTICS false
 #endif
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * The base class for all statistics.
@@ -274,6 +274,6 @@ class SizeStat : public Stat
   const T& d_sized;
 }; /* class SizeStat */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 44d4b9e7c52a234463ae444ba40da1f9564401a7..5a8f21fe8ca55647687c6ffcc60149e98df156bf 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "util/stats_base.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * A histogram statistic class for integral types.
@@ -123,6 +123,6 @@ class IntegralHistogramStat : public Stat
   int64_t d_offset;
 }; /* class IntegralHistogramStat */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 6280b79e1c4ca1760da831b6efd6b94872b2a47a..fa513b0b46ca89bc85e2ec21d02e92b0b68f029d 100644 (file)
@@ -21,7 +21,7 @@
 #include "base/check.h"
 #include "util/ostream_util.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 template <>
 void safe_print(int fd, const timer_stat_detail::duration& t)
@@ -101,4 +101,4 @@ CodeTimer::~CodeTimer()
   }
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 40df52ade0191c125cda7a80dd601ba4678333a9..92ea87b59d13f13ee18bb9d0df662f963f648937 100644 (file)
@@ -24,7 +24,7 @@
 #include "cvc4_export.h"
 #include "util/stats_base.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace timer_stat_detail {
 using clock = std::chrono::steady_clock;
 using time_point = clock::time_point;
@@ -46,7 +46,7 @@ class CodeTimer;
 class CVC4_EXPORT TimerStat : public BackedStat<timer_stat_detail::duration>
 {
  public:
-  typedef CVC5::CodeTimer CodeTimer;
+  typedef cvc5::CodeTimer CodeTimer;
 
   /**
    * Construct a timer statistic with the given name.  Newly-constructed
@@ -108,6 +108,6 @@ private:
   CodeTimer& operator=(const CodeTimer& timer) = delete;
 }; /* class CodeTimer */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index 2a87ff43990a78c90c3dce7e93c4e47cc5730d6c..7908e09125c0e210e041ea015034f1016b1f08e4 100644 (file)
@@ -23,7 +23,7 @@
 #include "util/ostream_util.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::ostream& operator<<(std::ostream& os,
                          const timer_stat_detail::duration& dur)
@@ -35,4 +35,4 @@ std::ostream& operator<<(std::ostream& os,
             << (dur % std::chrono::seconds(1)).count();
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index d511539ca681d2f4f84ca11a49fc37cd37ffeeb6..001a4cf82fa3b694ed953b595fc5800eac3bf9f0 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "cvc4_export.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 namespace timer_stat_detail {
 struct duration;
@@ -32,6 +32,6 @@ struct duration;
 std::ostream& operator<<(std::ostream& os,
                          const timer_stat_detail::duration& dur) CVC4_EXPORT;
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif
index d1d7fadc2b33d88b7b958977c7ddc02b54c0db39..ec13956f4ab07143814397e680c09001150d5117 100644 (file)
@@ -25,7 +25,7 @@
 
 using namespace std;
 
-namespace CVC5 {
+namespace cvc5 {
 
 static_assert(UCHAR_MAX == 255, "Unsigned char is assumed to have 256 values.");
 
@@ -101,7 +101,7 @@ void String::addCharToInternal(unsigned char ch, std::vector<unsigned>& str)
     std::stringstream serr;
     serr << "Illegal string character: \"" << ch
          << "\", must use escape sequence";
-    throw CVC5::Exception(serr.str());
+    throw cvc5::Exception(serr.str());
   }
   else
   {
@@ -513,4 +513,4 @@ std::ostream &operator<<(std::ostream &os, const String &s) {
   return os << "\"" << s.toString() << "\"";
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index a3e0245aad08532dff1c6a537a30b8bdc75ee47e..6fc23f1248924aaba50e4cd26e434e218c36597d 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 /** The CVC4 string class
  *
@@ -46,7 +46,7 @@ class String
   static inline unsigned num_codes() { return 196608; }
   /** constructors for String
    *
-   * Internally, a CVC5::String is represented by a vector of unsigned
+   * Internally, a cvc5::String is represented by a vector of unsigned
    * integers (d_str) representing the code points of the characters.
    *
    * To build a string from a C++ string, we may process escape sequences
@@ -61,7 +61,7 @@ class String
    * where d_0 ... d_4 are hexadecimal digits, to the appropriate character.
    *
    * If useEscSequences is false, then the characters of the constructed
-   * CVC5::String correspond one-to-one with the input string.
+   * cvc5::String correspond one-to-one with the input string.
    */
   String() = default;
   explicit String(const std::string& s, bool useEscSequences = false)
@@ -112,7 +112,7 @@ class String
    * If useEscSequences is false, the string's printable characters are
    * printed as characters. Notice that for all std::string s having only
    * printable characters, we have that
-   *    CVC5::String( s ).toString() = s.
+   *    cvc5::String( s ).toString() = s.
    */
   std::string toString(bool useEscSequences = false) const;
   /* toWString
@@ -265,7 +265,7 @@ namespace strings {
 
 struct StringHashFunction
 {
-  size_t operator()(const ::CVC5::String& s) const
+  size_t operator()(const ::cvc5::String& s) const
   {
     return std::hash<std::string>()(s.toString());
   }
@@ -275,6 +275,6 @@ struct StringHashFunction
 
 std::ostream& operator<<(std::ostream& os, const String& s);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__UTIL__STRING_H */
index 571bfe797c6aa97fc1dbae6c44244ccde6b16d9b..5a369369171fc7deab1fd2d86d3fdb21187f3c84 100644 (file)
@@ -23,7 +23,7 @@
 #include <vector>
 #include <utility>
 
-namespace CVC5 {
+namespace cvc5 {
 
 class TupleUpdate
 {
@@ -49,6 +49,6 @@ inline std::ostream& operator<<(std::ostream& out, const TupleUpdate& t) {
   return out << "[" << t.getIndex() << "]";
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__TUPLE_H */
index 31fe26577c803f5645dd4e63fa763b31c25aaaef..39817620dde3a9a44fa52b665c50ced7787f5c20 100644 (file)
@@ -21,9 +21,9 @@
 #include "base/exception.h"
 #include "cvc4_export.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
-class CVC4_EXPORT UnsafeInterruptException : public CVC5::Exception
+class CVC4_EXPORT UnsafeInterruptException : public cvc5::Exception
 {
  public:
   UnsafeInterruptException() :
@@ -40,6 +40,6 @@ class CVC4_EXPORT UnsafeInterruptException : public CVC5::Exception
   }
 }; /* class UnsafeInterruptException */
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__UNSAFE_INTERRUPT_EXCEPTION_H */
index 480b68ff21201cb80c9733ce6cedf1ae89dd734d..b07f046bf3b0532c5dd0c59c195d8b2ee05fb554 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "base/check.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 std::unique_ptr<std::fstream> openTmpFile(std::string* pattern)
 {
@@ -52,4 +52,4 @@ std::unique_ptr<std::fstream> openTmpFile(std::string* pattern)
   return tmpStream;
 }
 
-}  // namespace CVC5
+}  // namespace cvc5
index 006f2072c59bc1ad1793593cc5172a1d6f767192..133e51025ec01107e52022b69737292940920bcc 100644 (file)
@@ -24,7 +24,7 @@
 #include <memory>
 #include <string>
 
-namespace CVC5 {
+namespace cvc5 {
 
 /**
  * Using std::find_if(), finds the first iterator in [first,last)
@@ -77,6 +77,6 @@ void container_to_stream(std::ostream& out,
  */
 std::unique_ptr<std::fstream> openTmpFile(std::string* pattern);
 
-}  // namespace CVC5
+}  // namespace cvc5
 
 #endif /* CVC4__UTILITY_H */
index 1dcff036b877fdf5bf874ed6bf502e32ca64bc18..cc71a48ae0136c9bb552d2785e1493551eb613c1 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "api/cvc4cpp.h"
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 using namespace std;
 
 int main() {
index 2f4173d88e1d4c527176a09af96e862e23adae1d..2b57781b6116d0c5937057abf79c6ebaf0e40e34 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "api/cvc4cpp.h"
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index d275c3ede4971e694754bd44b02ca7a37329a391..ab58797eec2b009264c9ba92fa99fbe8b86f2127 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "api/cvc4cpp.h"
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index fb4475ca478b53af071e4963cee7185548876c3a..8686cbeb1212eb77bfdd7214e6dd9d1c045d214a 100644 (file)
@@ -34,9 +34,9 @@
 #include "parser/parser_builder.h"
 #include "smt/command.h"
 
-using namespace CVC5;
-using namespace CVC5::parser;
-using namespace CVC5::language;
+using namespace cvc5;
+using namespace cvc5::parser;
+using namespace cvc5::language;
 
 int runTest();
 
index 30b03a8f80287585335389e212967815ce185fcd..46941e36d574d1634b44185a502375769917d641 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "api/cvc4cpp.h"
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 int main()
 {
index ab373bf7c548b4873b94c36407dc25649384a71e..8599a36e1d70aa03dc7b07cd3719892cc308d310 100644 (file)
@@ -24,7 +24,7 @@
 
 #include "api/cvc4cpp.h"
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 using namespace std;
 
 /**
index 8604366ba7432b75d277f0a693e6aa29ad6472bb..0510e59dbb66fa0204114976794b2f4865521710 100644 (file)
@@ -26,8 +26,8 @@
 #include "smt/command.h"
 #include "smt/smt_engine.h"
 
-using namespace CVC5;
-using namespace CVC5::parser;
+using namespace cvc5;
+using namespace cvc5::parser;
 using namespace std;
 
 void testGetInfo(api::Solver* solver, const char* s);
index d0a05478ce9addebcc0b9f57d2ee9e089e660883..d28f0ceb50fdb7fe3f0775d65efc2811b76fc95c 100644 (file)
@@ -19,7 +19,7 @@
 
 #include "api/cvc4cpp.h"
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 using namespace std;
 
 int main() {
index 97db622c627d6f9695a3a3e5222bfef2e8b47753..190816921eec9c702f467c430164ea7154353c5c 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "test_api.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace api;
 
@@ -547,4 +547,4 @@ TEST_F(TestApiBlackDatatype, datatypeSpecializedCons)
   ASSERT_THROW(nilc.getSpecializedConstructorTerm(isort), CVC4ApiException);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 96ad29503e6aa38baf3c9fd698bd3c45b8991ec1..9c1f750b8fd74310e503612a04c8110a56d20860 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "test_api.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace api;
 
@@ -122,4 +122,4 @@ TEST_F(TestApiBlackGrammar, addAnyVariable)
   ASSERT_THROW(g1.addAnyVariable(start), CVC4ApiException);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 2333e57197fb15522d849f26877b6e3e84663885..0e6626ec5bc826d80e7f4d0b058f4cb1a2b0e3a1 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "test_api.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace api;
 
@@ -178,4 +178,4 @@ TEST_F(TestApiBlackOp, opScopingToString)
   ASSERT_EQ(bitvector_repeat_ot.toString(), op_repr);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 49a964e9e04fcd0f81745577cdb3189d56faeec8..909aafcbb5f568088ebf420ec8f6dab89ae88a39 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "test_api.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace api;
 
@@ -32,4 +32,4 @@ TEST_F(TestApiWhiteOp, opFromKind)
   ASSERT_EQ(plus, d_solver.mkOp(PLUS));
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index f27b304311ca4546a91a426723cf415c5e8cd6c7..ac4542c59132099e5a91253d48ce27c1ba6fe0db 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "test_api.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace api;
 
@@ -26,7 +26,7 @@ class TestApiBlackResult : public TestApi
 
 TEST_F(TestApiBlackResult, isNull)
 {
-  CVC5::api::Result res_null;
+  cvc5::api::Result res_null;
   ASSERT_TRUE(res_null.isNull());
   ASSERT_FALSE(res_null.isSat());
   ASSERT_FALSE(res_null.isUnsat());
@@ -37,7 +37,7 @@ TEST_F(TestApiBlackResult, isNull)
   Sort u_sort = d_solver.mkUninterpretedSort("u");
   Term x = d_solver.mkVar(u_sort, "x");
   d_solver.assertFormula(x.eqTerm(x));
-  CVC5::api::Result res = d_solver.checkSat();
+  cvc5::api::Result res = d_solver.checkSat();
   ASSERT_FALSE(res.isNull());
 }
 
@@ -46,9 +46,9 @@ TEST_F(TestApiBlackResult, eq)
   Sort u_sort = d_solver.mkUninterpretedSort("u");
   Term x = d_solver.mkVar(u_sort, "x");
   d_solver.assertFormula(x.eqTerm(x));
-  CVC5::api::Result res;
-  CVC5::api::Result res2 = d_solver.checkSat();
-  CVC5::api::Result res3 = d_solver.checkSat();
+  cvc5::api::Result res;
+  cvc5::api::Result res2 = d_solver.checkSat();
+  cvc5::api::Result res3 = d_solver.checkSat();
   res = res2;
   ASSERT_EQ(res, res2);
   ASSERT_EQ(res3, res2);
@@ -59,7 +59,7 @@ TEST_F(TestApiBlackResult, isSat)
   Sort u_sort = d_solver.mkUninterpretedSort("u");
   Term x = d_solver.mkVar(u_sort, "x");
   d_solver.assertFormula(x.eqTerm(x));
-  CVC5::api::Result res = d_solver.checkSat();
+  cvc5::api::Result res = d_solver.checkSat();
   ASSERT_TRUE(res.isSat());
   ASSERT_FALSE(res.isSatUnknown());
 }
@@ -69,7 +69,7 @@ TEST_F(TestApiBlackResult, isUnsat)
   Sort u_sort = d_solver.mkUninterpretedSort("u");
   Term x = d_solver.mkVar(u_sort, "x");
   d_solver.assertFormula(x.eqTerm(x).notTerm());
-  CVC5::api::Result res = d_solver.checkSat();
+  cvc5::api::Result res = d_solver.checkSat();
   ASSERT_TRUE(res.isUnsat());
   ASSERT_FALSE(res.isSatUnknown());
 }
@@ -82,7 +82,7 @@ TEST_F(TestApiBlackResult, isSatUnknown)
   Sort int_sort = d_solver.getIntegerSort();
   Term x = d_solver.mkVar(int_sort, "x");
   d_solver.assertFormula(x.eqTerm(x).notTerm());
-  CVC5::api::Result res = d_solver.checkSat();
+  cvc5::api::Result res = d_solver.checkSat();
   ASSERT_FALSE(res.isSat());
   ASSERT_TRUE(res.isSatUnknown());
 }
@@ -96,10 +96,10 @@ TEST_F(TestApiBlackResult, isEntailed)
   Term a = x.eqTerm(y).notTerm();
   Term b = x.eqTerm(y);
   d_solver.assertFormula(a);
-  CVC5::api::Result entailed = d_solver.checkEntailed(a);
+  cvc5::api::Result entailed = d_solver.checkEntailed(a);
   ASSERT_TRUE(entailed.isEntailed());
   ASSERT_FALSE(entailed.isEntailmentUnknown());
-  CVC5::api::Result not_entailed = d_solver.checkEntailed(b);
+  cvc5::api::Result not_entailed = d_solver.checkEntailed(b);
   ASSERT_TRUE(not_entailed.isNotEntailed());
   ASSERT_FALSE(not_entailed.isEntailmentUnknown());
 }
@@ -112,10 +112,10 @@ TEST_F(TestApiBlackResult, isEntailmentUnknown)
   Sort int_sort = d_solver.getIntegerSort();
   Term x = d_solver.mkVar(int_sort, "x");
   d_solver.assertFormula(x.eqTerm(x).notTerm());
-  CVC5::api::Result res = d_solver.checkEntailed(x.eqTerm(x));
+  cvc5::api::Result res = d_solver.checkEntailed(x.eqTerm(x));
   ASSERT_FALSE(res.isEntailed());
   ASSERT_TRUE(res.isEntailmentUnknown());
   ASSERT_EQ(res.getUnknownExplanation(), api::Result::UNKNOWN_REASON);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 8f15e9017b1866a6635da43902d65c4feec60f6b..fef06fa88e5493cbe9a5cb0fa87bf97b7e11b811 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "test_api.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace api;
 
@@ -1422,7 +1422,7 @@ TEST_F(TestApiBlackSolver, getUnsatCore3)
   {
     d_solver.assertFormula(t);
   }
-  CVC5::api::Result res = d_solver.checkSat();
+  cvc5::api::Result res = d_solver.checkSat();
   ASSERT_TRUE(res.isUnsat());
 }
 
@@ -1533,7 +1533,7 @@ void checkSimpleSeparationConstraints(Solver* solver)
   solver->declareSeparationHeap(integer, integer);
   Term x = solver->mkConst(integer, "x");
   Term p = solver->mkConst(integer, "p");
-  Term heap = solver->mkTerm(CVC5::api::Kind::SEP_PTO, p, x);
+  Term heap = solver->mkTerm(cvc5::api::Kind::SEP_PTO, p, x);
   solver->assertFormula(heap);
   Term nil = solver->mkSepNil(integer);
   solver->assertFormula(nil.eqTerm(solver->mkReal(5)));
@@ -2343,4 +2343,4 @@ TEST_F(TestApiBlackSolver, tupleProject)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 66a6c70f1e6457b1c8fd3249cdc61da1475701f1..25878f22da06bf47ab1c487388328d34bc245d98 100644 (file)
@@ -17,7 +17,7 @@
 #include "base/configuration.h"
 #include "test_api.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace api;
 
@@ -54,4 +54,4 @@ TEST_F(TestApiWhiteSolver, getOp)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index f1ec0985a642b0df605dc50a014a9972a0eef5d4..e0507e74972065b3081065395cf85faea60ef7bc 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "test_api.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace api;
 
@@ -603,4 +603,4 @@ TEST_F(TestApiBlackSort, sortScopedToString)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 7ac1a881e6697c4c2d4ee8e83e55c3d7849158b5..117b153946f895ceafa11498d5cd6292879dac5d 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "test_api.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace api;
 
@@ -848,4 +848,4 @@ TEST_F(TestApiBlackTerm, termScopedToString)
   ASSERT_EQ(x.toString(), "x");
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index de8e94227fc6fd68885ed40f2f4f766aa8a0b3ba..e7b7a9cd6e1638d59e9f102e57d702019f8c036e 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "test_api.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace api;
 
@@ -81,4 +81,4 @@ TEST_F(TestApiWhiteTerm, getOp)
   ASSERT_EQ(tailTerm.getOp(), Op(&d_solver, APPLY_SELECTOR));
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 76238ad0453844ec5f10b2e4441a23732ad72cfd..3ba866f300a5e1451ba1f47a33d6c6630bf07753 100644 (file)
@@ -27,7 +27,7 @@
 #include "context/context.h"
 #include "test.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using context::CDHashMap;
 using context::CDInsertHashMap;
@@ -63,8 +63,8 @@ class TestBaseBlackMap : public TestInternal
 TEST_F(TestBaseBlackMap, map)
 {
   std::map<std::string, std::string> map = default_map();
-  ASSERT_TRUE(CVC5::ContainsKey(map, "key"));
-  ASSERT_FALSE(CVC5::ContainsKey(map, "non key"));
+  ASSERT_TRUE(cvc5::ContainsKey(map, "key"));
+  ASSERT_FALSE(cvc5::ContainsKey(map, "non key"));
 
   ASSERT_EQ(FindOrNull(map, "non key"), nullptr);
   if (std::string* found_value = FindOrNull(map, "other"))
@@ -78,8 +78,8 @@ TEST_F(TestBaseBlackMap, map)
 TEST_F(TestBaseBlackMap, constant_map)
 {
   const std::map<std::string, std::string> map = default_map();
-  ASSERT_TRUE(CVC5::ContainsKey(map, "key"));
-  ASSERT_FALSE(CVC5::ContainsKey(map, "non key"));
+  ASSERT_TRUE(cvc5::ContainsKey(map, "key"));
+  ASSERT_FALSE(cvc5::ContainsKey(map, "non key"));
 
   if (const std::string* found_value = FindOrNull(map, "other"))
   {
@@ -94,8 +94,8 @@ TEST_F(TestBaseBlackMap, unordered_map)
 {
   std::unordered_map<std::string, std::string> map(default_map().begin(),
                                                    default_map().end());
-  ASSERT_TRUE(CVC5::ContainsKey(map, "key"));
-  ASSERT_FALSE(CVC5::ContainsKey(map, "non key"));
+  ASSERT_TRUE(cvc5::ContainsKey(map, "key"));
+  ASSERT_FALSE(cvc5::ContainsKey(map, "non key"));
 
   ASSERT_EQ(FindOrNull(map, "non key"), nullptr);
   if (std::string* found_value = FindOrNull(map, "other"))
@@ -110,8 +110,8 @@ TEST_F(TestBaseBlackMap, const_unordered_map)
 {
   const std::unordered_map<std::string, std::string> map(default_map().begin(),
                                                          default_map().end());
-  ASSERT_TRUE(CVC5::ContainsKey(map, "key"));
-  ASSERT_FALSE(CVC5::ContainsKey(map, "non key"));
+  ASSERT_TRUE(cvc5::ContainsKey(map, "key"));
+  ASSERT_FALSE(cvc5::ContainsKey(map, "non key"));
 
   if (const std::string* found_value = FindOrNull(map, "other"))
   {
@@ -125,23 +125,23 @@ TEST_F(TestBaseBlackMap, const_unordered_map)
 TEST_F(TestBaseBlackMap, set)
 {
   std::set<std::string> set{"entry", "other"};
-  ASSERT_TRUE(CVC5::ContainsKey(set, "entry"));
-  ASSERT_FALSE(CVC5::ContainsKey(set, "non member"));
+  ASSERT_TRUE(cvc5::ContainsKey(set, "entry"));
+  ASSERT_FALSE(cvc5::ContainsKey(set, "non member"));
 
   const std::set<std::string> const_set{"entry", "other"};
-  ASSERT_TRUE(CVC5::ContainsKey(const_set, "entry"));
-  ASSERT_FALSE(CVC5::ContainsKey(const_set, "non member"));
+  ASSERT_TRUE(cvc5::ContainsKey(const_set, "entry"));
+  ASSERT_FALSE(cvc5::ContainsKey(const_set, "non member"));
 }
 
 TEST_F(TestBaseBlackMap, unordered_set)
 {
   std::unordered_set<std::string> set{"entry", "other"};
-  ASSERT_TRUE(CVC5::ContainsKey(set, "entry"));
-  ASSERT_FALSE(CVC5::ContainsKey(set, "non member"));
+  ASSERT_TRUE(cvc5::ContainsKey(set, "entry"));
+  ASSERT_FALSE(cvc5::ContainsKey(set, "non member"));
 
   const std::unordered_set<std::string> const_set{"entry", "other"};
-  ASSERT_TRUE(CVC5::ContainsKey(const_set, "entry"));
-  ASSERT_FALSE(CVC5::ContainsKey(const_set, "non member"));
+  ASSERT_TRUE(cvc5::ContainsKey(const_set, "entry"));
+  ASSERT_FALSE(cvc5::ContainsKey(const_set, "non member"));
 }
 
 TEST_F(TestBaseBlackMap, CDHashMap)
@@ -150,8 +150,8 @@ TEST_F(TestBaseBlackMap, CDHashMap)
   CDHashMap<std::string, std::string> map(&context);
   insert_all(default_map(), &map);
 
-  ASSERT_TRUE(CVC5::ContainsKey(map, "key"));
-  ASSERT_FALSE(CVC5::ContainsKey(map, "non key"));
+  ASSERT_TRUE(cvc5::ContainsKey(map, "key"));
+  ASSERT_FALSE(cvc5::ContainsKey(map, "non key"));
 
   if (const std::string* found_value = FindOrNull(map, "other"))
   {
@@ -168,8 +168,8 @@ TEST_F(TestBaseBlackMap, const_CDHashMap)
   insert_all(default_map(), &store);
   const auto& map = store;
 
-  ASSERT_TRUE(CVC5::ContainsKey(map, "key"));
-  ASSERT_FALSE(CVC5::ContainsKey(map, "non key"));
+  ASSERT_TRUE(cvc5::ContainsKey(map, "key"));
+  ASSERT_FALSE(cvc5::ContainsKey(map, "non key"));
 
   if (const std::string* found_value = FindOrNull(map, "other"))
   {
@@ -185,8 +185,8 @@ TEST_F(TestBaseBlackMap, CDInsertHashMap)
   CDInsertHashMap<std::string, std::string> map(&context);
   insert_all(default_map(), &map);
 
-  ASSERT_TRUE(CVC5::ContainsKey(map, "key"));
-  ASSERT_FALSE(CVC5::ContainsKey(map, "non key"));
+  ASSERT_TRUE(cvc5::ContainsKey(map, "key"));
+  ASSERT_FALSE(cvc5::ContainsKey(map, "non key"));
 
   if (const std::string* found_value = FindOrNull(map, "other"))
   {
@@ -203,8 +203,8 @@ TEST_F(TestBaseBlackMap, const_CDInsertHashMap)
   insert_all(default_map(), &store);
   const auto& map = store;
 
-  ASSERT_TRUE(CVC5::ContainsKey(map, "key"));
-  ASSERT_FALSE(CVC5::ContainsKey(map, "non key"));
+  ASSERT_TRUE(cvc5::ContainsKey(map, "key"));
+  ASSERT_FALSE(cvc5::ContainsKey(map, "non key"));
   if (const std::string* found_value = FindOrNull(map, "other"))
   {
     ASSERT_EQ(*found_value, "entry");
@@ -213,4 +213,4 @@ TEST_F(TestBaseBlackMap, const_CDInsertHashMap)
   ASSERT_EQ(FindOrDie(map, "other"), "entry");
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 51d76070ade1d6f6cb264ccd91dfc15272fec597..fbeae85b5d7c4d6bc5b41681ceb4c99957c994d2 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::context::CDMap<>.
+ ** \brief Black box testing of cvc5::context::CDMap<>.
  **
- ** Black box testing of CVC5::context::CDMap<>.
+ ** Black box testing of cvc5::context::CDMap<>.
  **/
 
 #include <map>
 #include "context/cdlist.h"
 #include "test_context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
-using CVC5::context::CDHashMap;
-using CVC5::context::Context;
+using cvc5::context::CDHashMap;
+using cvc5::context::Context;
 
 class TestContextBlackCDHashMap : public TestContext
 {
@@ -203,4 +203,4 @@ TEST_F(TestContextBlackCDHashMap, insert_at_context_level_zero)
   ASSERT_TRUE(elements_are(map, {{3, 4}, {23, 317}}));
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 06bcd8d467ce7816b8a59bae6b5d0ad597b377be..72e43725062b87a46b8fd456413cde12b2cec451 100644 (file)
@@ -9,16 +9,16 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief White box testing of CVC5::context::CDMap<>.
+ ** \brief White box testing of cvc5::context::CDMap<>.
  **
- ** White box testing of CVC5::context::CDMap<>.
+ ** White box testing of cvc5::context::CDMap<>.
  **/
 
 #include "base/check.h"
 #include "context/cdhashmap.h"
 #include "test_context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace context;
 
@@ -44,4 +44,4 @@ TEST_F(TestContextWhiteCDHashMap, unreachable_save_and_restore)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index e903492eef39e094008bb0f948973c2956cd8bb8..a3241d0580eda94a696d715cf883f999617c54d4 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::context::CDList<>.
+ ** \brief Black box testing of cvc5::context::CDList<>.
  **
- ** Black box testing of CVC5::context::CDList<>.
+ ** Black box testing of cvc5::context::CDList<>.
  **/
 
 #include <limits.h>
@@ -24,7 +24,7 @@
 #include "memory.h"
 #include "test_context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace context;
 
@@ -163,4 +163,4 @@ TEST_F(TestContextBlackCDList, pop_below_level_created)
   list.push_back(42);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 033e60f573ea3582e2f88724f50deeb173ce52cb..c4e9b8dd5dec98b5eb36d6b3604b9a8dcca76b29 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::context::CDO<>.
+ ** \brief Black box testing of cvc5::context::CDO<>.
  **
- ** Black box testing of CVC5::context::CDO<>.
+ ** Black box testing of cvc5::context::CDO<>.
  **/
 
 #include <iostream>
@@ -22,7 +22,7 @@
 #include "context/cdo.h"
 #include "test_context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace context;
 
@@ -48,4 +48,4 @@ TEST_F(TestContextBlackCDO, cdo)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 7ec7ef6c83d26667dcd4d1e7f4e39c97d4e490b3..0ad830162ad771aca3c34c402e695bb08da2c3d7 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::context::Context.
+ ** \brief Black box testing of cvc5::context::Context.
  **
- ** Black box testing of CVC5::context::Context.
+ ** Black box testing of cvc5::context::Context.
  **/
 
 #include <iostream>
@@ -22,7 +22,7 @@
 #include "context/cdo.h"
 #include "test_context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace context;
 
@@ -241,4 +241,4 @@ TEST_F(TestContextBlack, top_scope_context_obj)
 #endif
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 2dbec57b6f0b5688dc0a2e5da015441f8a67f547..0f031ef5bcfedd90e97b3cbe58be1ac3fcf90d85 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::context::ContextMemoryManager.
+ ** \brief Black box testing of cvc5::context::ContextMemoryManager.
  **
- ** Black box testing of CVC5::context::ContextMemoryManager.
+ ** Black box testing of cvc5::context::ContextMemoryManager.
  **/
 
 #include <cstring>
@@ -21,7 +21,7 @@
 #include "context/context_mm.h"
 #include "test.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace context;
 
@@ -104,4 +104,4 @@ TEST_F(TestContextBlackMM, push_pop)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 6ec7ea3a1656877b6624d576a1087df5f2aa2bd0..7bda5d2da756928675d6e285616cff5f4d6b0436 100644 (file)
@@ -9,16 +9,16 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief White box testing of CVC5::context::Context.
+ ** \brief White box testing of cvc5::context::Context.
  **
- ** White box testing of CVC5::context::Context.
+ ** White box testing of cvc5::context::Context.
  **/
 
 #include "base/check.h"
 #include "context/cdo.h"
 #include "test_context.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace context;
 
@@ -180,4 +180,4 @@ TEST_F(TestContextWhite, simple)
   ASSERT_EQ(c.d_ppContextObjPrev, &s->d_pContextObjList);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 0ee485fc213f228e778bad165bd99496830162f4..7ab337c0910bdbab7d137577fbc47a078c2c28d7 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::InteractiveShell.
+ ** \brief Black box testing of cvc5::InteractiveShell.
  **
- ** Black box testing of CVC5::InteractiveShell.
+ ** Black box testing of cvc5::InteractiveShell.
  **/
 
 #include <sstream>
@@ -27,7 +27,7 @@
 #include "smt/command.h"
 #include "test.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestMainBlackInteractiveShell : public TestInternal
@@ -41,7 +41,7 @@ class TestMainBlackInteractiveShell : public TestInternal
     d_options.set(options::in, d_sin.get());
     d_options.set(options::out, d_sout.get());
     d_options.set(options::inputLanguage, language::input::LANG_CVC4);
-    d_solver.reset(new CVC5::api::Solver(&d_options));
+    d_solver.reset(new cvc5::api::Solver(&d_options));
     d_symman.reset(new SymbolManager(d_solver.get()));
   }
 
@@ -80,7 +80,7 @@ class TestMainBlackInteractiveShell : public TestInternal
   std::unique_ptr<std::stringstream> d_sin;
   std::unique_ptr<std::stringstream> d_sout;
   std::unique_ptr<SymbolManager> d_symman;
-  std::unique_ptr<CVC5::api::Solver> d_solver;
+  std::unique_ptr<cvc5::api::Solver> d_solver;
   Options d_options;
 };
 
@@ -133,4 +133,4 @@ TEST_F(TestMainBlackInteractiveShell, repeated_empty_lines)
   countCommands(shell, 0, 3);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 1341274dd4a407c7c32a313d21415f558782f638..f9bdd7851e2a71152c7f1ea1376ea2937632bb72 100644 (file)
@@ -15,7 +15,7 @@
  **
  ** Use it like this (for example):
  **
- **   CVC5::test::WithLimitedMemory wlm(amount);
+ **   cvc5::test::WithLimitedMemory wlm(amount);
  **   TS_ASSERT_THROWS( foo(), bad_alloc );
  **
  ** The WithLimitedMemory destructor will re-establish the previous limit.
@@ -53,7 +53,7 @@
 #  endif
 #endif
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 #ifndef CVC4_MEMORY_LIMITING_DISABLED
@@ -87,7 +87,7 @@ class WithLimitedMemory {
 #endif
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
 
 // Remove CVC4_MEMORY_LIMITING_DISABLED_REASON if it is defined.
 #ifdef CVC4_MEMORY_LIMITING_DISABLED_REASON
index 48f68159f9c3837adb77e85b894e5130c8fa70d4..880bb85e4c25aa60526be2870d1ffd4225719a61 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::Attribute.
+ ** \brief Black box testing of cvc5::Attribute.
  **
- ** Black box testing of CVC5::Attribute.
+ ** Black box testing of cvc5::Attribute.
  **/
 
 #include <sstream>
@@ -23,7 +23,7 @@
 #include "expr/node_value.h"
 #include "test_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 using namespace smt;
@@ -125,4 +125,4 @@ TEST_F(TestNodeBlackAttribute, bools)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 75bc87893b2a894a2da70f465c84ad0dc27a0924..59d9500c70d9f31969ef238d29b11b050ca780a7 100644 (file)
@@ -30,7 +30,7 @@
 #include "theory/theory_engine.h"
 #include "theory/uf/theory_uf.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 using namespace smt;
@@ -445,4 +445,4 @@ TEST_F(TestNodeWhiteAttribute, attributes)
   ASSERT_FALSE(unnamed.hasAttribute(VarNameAttr()));
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 9c497f02619ce1246066b2ea1728ca23ff0c871b..defc3aa6f358d37898b0492c6f0e450d62ffcffa 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::Kind.
+ ** \brief Black box testing of cvc5::Kind.
  **
- ** Black box testing of CVC5::Kind.
+ ** Black box testing of cvc5::Kind.
  **/
 
 #include <iostream>
@@ -21,7 +21,7 @@
 #include "expr/kind.h"
 #include "test.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 
@@ -87,4 +87,4 @@ TEST_F(TestNodeBlackKind, output_concat)
   ASSERT_EQ(act.str(), exp.str());
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 85c8fb2cddef34a76a81db3cfc18279acd3d1994..7da3e5715f8d0f020ea1351901495c48fa2280d3 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::KindMap
+ ** \brief Black box testing of cvc5::KindMap
  **
- ** Black box testing of CVC5::KindMap.
+ ** Black box testing of cvc5::KindMap.
  **/
 
 #include <iostream>
@@ -21,7 +21,7 @@
 #include "expr/kind_map.h"
 #include "test.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 
@@ -45,4 +45,4 @@ TEST_F(TestNodeBlackKindMap, simple)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 47f66f0c3715e917191d6fdb34e6a3cd68ef79ce..b9cac2169f9bb61e0fb37fcdd3406e757d1107b4 100644 (file)
@@ -25,7 +25,7 @@
 #include "util/integer.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace expr;
 using namespace kind;
@@ -199,4 +199,4 @@ TEST_F(TestNodeBlackNodeAlgorithm, match)
   ASSERT_EQ(subs[x], a);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 7ae8a9434a5c47e5d17ca9e036bd471271db7160..5177ff453dab99fd27b4b5f8bbc2cdcfe330d02c 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::Node.
+ ** \brief Black box testing of cvc5::Node.
  **
- ** Black box testing of CVC5::Node.
+ ** Black box testing of cvc5::Node.
  **/
 
 #include <algorithm>
@@ -30,7 +30,7 @@
 #include "test_node.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 
@@ -784,4 +784,4 @@ TEST_F(TestNodeBlackNode, node_tnode_usage)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 62410bcb7507ddbcd83b0c2aae46de0e62642f96..39c5552dff4a2077946001149505604a653e621b 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::NodeBuilder.
+ ** \brief Black box testing of cvc5::NodeBuilder.
  **
- ** Black box testing of CVC5::NodeBuilder.
+ ** Black box testing of cvc5::NodeBuilder.
  **/
 
 #include <limits.h>
@@ -30,7 +30,7 @@
 #define K 30u
 #define LARGE_K UINT_MAX / 40
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 
@@ -587,4 +587,4 @@ TEST_F(TestNodeBlackNodeBuilder, leftist_building)
   ASSERT_EQ(nexpected, n);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 7866d87bda995f70ba5b8d3e5e7d582ddf41ce17..5d21ff7342e25d0c1ea17e9ccb787cea1536b3d6 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::NodeManager.
+ ** \brief Black box testing of cvc5::NodeManager.
  **
- ** Black box testing of CVC5::NodeManager.
+ ** Black box testing of cvc5::NodeManager.
  **/
 
 #include <string>
@@ -24,7 +24,7 @@
 #include "util/integer.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 using namespace expr;
@@ -330,4 +330,4 @@ TEST_F(TestNodeBlackNodeManager, mkNode_too_many_children)
 #endif
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 588c39181c6b63f8e8a4d40e3ede2d2d7877b458..dcdbc074fe845620fc7aec4fe4600dc1b1f3b55b 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief White box testing of CVC5::NodeManager.
+ ** \brief White box testing of cvc5::NodeManager.
  **
- ** White box testing of CVC5::NodeManager.
+ ** White box testing of cvc5::NodeManager.
  **/
 
 #include <string>
@@ -21,9 +21,9 @@
 #include "util/integer.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
-using namespace CVC5::expr;
+using namespace cvc5::expr;
 
 namespace test {
 
@@ -81,4 +81,4 @@ TEST_F(TestNodeWhiteNodeManager, topological_sort)
   }
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 0a0a877c3a236728bc2e3384f0883e17eda1d32b..43eebcda9b6b5f65472a895596b98e507478401f 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::expr::NodeSelfIterator
+ ** \brief Black box testing of cvc5::expr::NodeSelfIterator
  **
- ** Black box testing of CVC5::expr::NodeSelfIterator
+ ** Black box testing of cvc5::expr::NodeSelfIterator
  **/
 
 #include "expr/node.h"
@@ -19,7 +19,7 @@
 #include "expr/node_self_iterator.h"
 #include "test_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 using namespace expr;
@@ -54,4 +54,4 @@ TEST_F(TestNodeBlackNodeSelfIterator, iteration)
   ASSERT_EQ(++i, x_and_y.end());
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index c54be86acb9d818d5adead854e013ff94d69b43c..8366b1a639ace2e56bf801055c45a607612d5c12 100644 (file)
@@ -26,7 +26,7 @@
 #include "expr/node_value.h"
 #include "test_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 
@@ -293,4 +293,4 @@ TEST_F(TestNodeBlackNodeTraversalPreorder, skip_if)
   ASSERT_EQ(actual, expected);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index d914c5dc21b36eee458185f81357eb8896e12332..20de9d3e4d59a36e2b26a61af7c03fb2aafb18d0 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief White box testing of CVC5::Node.
+ ** \brief White box testing of cvc5::Node.
  **
- ** White box testing of CVC5::Node.
+ ** White box testing of cvc5::Node.
  **/
 
 #include <string>
@@ -19,7 +19,7 @@
 #include "base/check.h"
 #include "test_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 using namespace expr;
@@ -79,4 +79,4 @@ TEST_F(TestNodeWhiteNode, iterators)
   ASSERT_EQ(v[2], y);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 27911c34ba4fcaa416ae5c3ee61379d3ba915cac..7b01b520d7562f9926d4e0a27e9508a45f4e0799 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::SymbolTable
+ ** \brief Black box testing of cvc5::SymbolTable
  **
- ** Black box testing of CVC5::SymbolTable.
+ ** Black box testing of cvc5::SymbolTable.
  **/
 
 #include <sstream>
@@ -24,7 +24,7 @@
 #include "expr/symbol_table.h"
 #include "test_api.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 using namespace context;
@@ -146,4 +146,4 @@ TEST_F(TestNodeBlackSymbolTable, bad_pop)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index e2aeced08dcd58f09018e4883991d5a8ea5eb31f..f0ee99a7d55b409a879ad94c342f0867d2c0d9d4 100644 (file)
@@ -21,7 +21,7 @@
 #include "test_node.h"
 #include "util/cardinality.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 
@@ -332,4 +332,4 @@ TEST_F(TestNodeBlackTypeCardinality, bitvectors)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 37d80a9fad1227827aa1d9ce1de648ffd5e789f9..c6f862e030a251457aea5948a7a6c20829724ba9 100644 (file)
@@ -23,7 +23,7 @@
 #include "smt/smt_engine.h"
 #include "test_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 using namespace context;
@@ -94,4 +94,4 @@ TEST_F(TestNodeWhiteTypeNode, sub_types)
   ASSERT_TRUE(bvType.getBaseType() == bvType);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 827d7dd849674c66fe124c483d5ac6e86d16dc06..3c6d8b82061edf3f3a23e85e00d58d75ae12ce63 100644 (file)
@@ -9,10 +9,10 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::parser::Parser for CVC and SMT-LIBv2
+ ** \brief Black box testing of cvc5::parser::Parser for CVC and SMT-LIBv2
  ** inputs.
  **
- ** Black box testing of CVC5::parser::Parser for CVC and SMT-LIbv2 inputs.
+ ** Black box testing of cvc5::parser::Parser for CVC and SMT-LIbv2 inputs.
  **/
 
 #include <sstream>
@@ -29,7 +29,7 @@
 #include "smt/command.h"
 #include "test.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace parser;
 using namespace language::input;
@@ -48,7 +48,7 @@ class TestParserBlackParser : public TestInternal
     TestInternal::SetUp();
     d_options.set(options::parseOnly, true);
     d_symman.reset(nullptr);
-    d_solver.reset(new CVC5::api::Solver(&d_options));
+    d_solver.reset(new cvc5::api::Solver(&d_options));
   }
 
   void TearDown() override
@@ -186,7 +186,7 @@ class TestParserBlackParser : public TestInternal
 
   Options d_options;
   InputLanguage d_lang;
-  std::unique_ptr<CVC5::api::Solver> d_solver;
+  std::unique_ptr<cvc5::api::Solver> d_solver;
   std::unique_ptr<SymbolManager> d_symman;
 };
 
@@ -392,4 +392,4 @@ TEST_F(TestParserBlackSmt2Parser, bad_exprs)
 #endif
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 3ebd11b831dae17bae0f4b84a5eaad2480546511..a83932b2fd2a147ff432f3ae9da1bb818982584c 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::parser::ParserBuilder.
+ ** \brief Black box testing of cvc5::parser::ParserBuilder.
  **
- ** Black box testing of CVC5::parser::ParserBuilder.
+ ** Black box testing of cvc5::parser::ParserBuilder.
  **/
 
 #include <stdio.h>
@@ -29,7 +29,7 @@
 #include "parser/parser_builder.h"
 #include "test_api.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace parser;
 using namespace language::input;
@@ -134,4 +134,4 @@ TEST_F(TestParseBlackParserBuilder, true_stream_input)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 130d6b1cf5863a83c15c3443ed2f0f7c6116d189..d313e01c7d734a3d89b3da0bc7352e3db9e735a1 100644 (file)
@@ -29,7 +29,7 @@
 #include "theory/rewriter.h"
 #include "util/bitvector.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace preprocessing;
 using namespace preprocessing::passes;
@@ -3099,4 +3099,4 @@ TEST_F(TestPPWhiteBVGauss, get_min_bw5b)
   ASSERT_EQ(BVGauss::getMinBwExpr(Rewriter::rewrite(plus7)), 17);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index cbd178576186bcdc9ab9ab757df40de9b70ff1ae..662a53777279b2c67a851f0f1f95094c153491d4 100644 (file)
@@ -18,7 +18,7 @@
 #include "smt/smt_engine.h"
 #include "test_smt.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace preprocessing::passes;
 
@@ -47,4 +47,4 @@ TEST_F(TestPPWhiteForeignTheoryRewrite, simplify)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 2f4d6fb3865a8eae8e9c910de3ca67aa4d623f21..03ab950836f1019b1586f5529acf27c3921bc99b 100644 (file)
@@ -23,7 +23,7 @@
 #include "smt/smt_engine.h"
 #include "test_smt.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 
@@ -59,4 +59,4 @@ TEST_F(TestPrinterBlackSmt2, regexp_loop)
   checkToString(n, "((_ re.loop 1 3) (str.to_re \"x\"))");
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 40f986d33f5dd2844d815b801a22d1a9b40c2cc0..0529f209c5dc65da05cf1086eb005810e8adae94 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief White box testing of CVC5::prop::CnfStream.
+ ** \brief White box testing of cvc5::prop::CnfStream.
  **
- ** White box testing of CVC5::prop::CnfStream.
+ ** White box testing of cvc5::prop::CnfStream.
  **/
 
 #include "base/check.h"
@@ -28,7 +28,7 @@
 #include "theory/theory.h"
 #include "theory/theory_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace context;
 using namespace prop;
@@ -113,7 +113,7 @@ class TestPropWhiteCnfStream : public TestSmt
     d_cnfContext.reset(new context::Context());
     d_cnfRegistrar.reset(new prop::NullRegistrar);
     d_cnfStream.reset(
-        new CVC5::prop::CnfStream(d_satSolver.get(),
+        new cvc5::prop::CnfStream(d_satSolver.get(),
                                   d_cnfRegistrar.get(),
                                   d_cnfContext.get(),
                                   &d_smtEngine->getOutputManager(),
@@ -271,4 +271,4 @@ TEST_F(TestPropWhiteCnfStream, ensure_literal)
   ASSERT_TRUE(d_cnfStream->hasLiteral(a_and_b));
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 1c5614488dd6d10f978faffde005a9daed2ecc66..11cefc66b81b01602c1089ee1fdf6aee4fa90559 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "gtest/gtest.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestInternal : public ::testing::Test
@@ -25,5 +25,5 @@ class TestInternal : public ::testing::Test
 };
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
 #endif
index 033136524573a9bf510218c5f2d0d167ee3e1ace..7ad2e1e5cceb214af6e05af6e670e5c48a4e60ad 100644 (file)
 #include "api/cvc4cpp.h"
 #include "gtest/gtest.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestApi : public ::testing::Test
 {
  protected:
-  CVC5::api::Solver d_solver;
+  cvc5::api::Solver d_solver;
 };
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
 #endif
index 024488fc4a3d0f959b75c0a79b16fe37c7f8d11c..0f21b289851baa20f09895e638786c2882401f4c 100644 (file)
 #include "context/context.h"
 #include "test.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestContext : public TestInternal
 {
  protected:
-  void SetUp() override { d_context.reset(new CVC5::context::Context()); }
-  std::unique_ptr<CVC5::context::Context> d_context;
+  void SetUp() override { d_context.reset(new cvc5::context::Context()); }
+  std::unique_ptr<cvc5::context::Context> d_context;
 };
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
 #endif
index 1aefbae455b28b1710139c46a40f6ad88f761873..359cc0b6f54e467a79abbaedf07a1b20bbb14bbd 100644 (file)
@@ -20,7 +20,7 @@
 #include "smt/smt_engine_scope.h"
 #include "test.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestNode : public TestInternal
@@ -45,5 +45,5 @@ class TestNode : public TestInternal
 };
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
 #endif
index a6097b56c07c2b4abcfeecdad45d1e0788034ea5..a26e039e459784d0eb1f47694a86f2aa87816f0d 100644 (file)
@@ -29,7 +29,7 @@
 #include "util/resource_manager.h"
 #include "util/unsafe_interrupt_exception.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 /* -------------------------------------------------------------------------- */
@@ -99,7 +99,7 @@ inline std::ostream& operator<<(std::ostream& out, OutputChannelCallType type)
   }
 }
 
-class DummyOutputChannel : public CVC5::theory::OutputChannel
+class DummyOutputChannel : public cvc5::theory::OutputChannel
 {
  public:
   DummyOutputChannel() {}
@@ -249,5 +249,5 @@ class DummyTheory : public theory::Theory
 
 /* -------------------------------------------------------------------------- */
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
 #endif
index 54976c7d7961172800e9e6f4dffd1ce4e2ae3353..2afaf3a48865665bab07c5d9f871b661f90d61fb 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/rewriter.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 
@@ -156,4 +156,4 @@ TEST_F(TestTheoryWhiteEvaluator, code)
   }
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 0c45cc4ed86bcf451c921f2a8dcd1e1458dbc147..5c18b7c98adbd92b57ab4c6837e5847fe81fd072 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Unit testing for CVC5::LogicInfo class
+ ** \brief Unit testing for cvc5::LogicInfo class
  **
- ** Unit testing for CVC5::LogicInfo class.
+ ** Unit testing for cvc5::LogicInfo class.
  **/
 
 #include "base/configuration.h"
@@ -19,7 +19,7 @@
 #include "test.h"
 #include "theory/logic_info.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 
@@ -544,33 +544,33 @@ TEST_F(TestTheoryWhiteLogicInfo, default_logic)
   LogicInfo info;
   ASSERT_FALSE(info.isLocked());
 
-  ASSERT_THROW(info.getLogicString(), CVC5::IllegalArgumentException);
+  ASSERT_THROW(info.getLogicString(), cvc5::IllegalArgumentException);
   ASSERT_THROW(info.isTheoryEnabled(THEORY_BUILTIN),
-               CVC5::IllegalArgumentException);
+               cvc5::IllegalArgumentException);
   ASSERT_THROW(info.isTheoryEnabled(THEORY_BOOL),
-               CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.isTheoryEnabled(THEORY_UF), CVC5::IllegalArgumentException);
+               cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.isTheoryEnabled(THEORY_UF), cvc5::IllegalArgumentException);
   ASSERT_THROW(info.isTheoryEnabled(THEORY_ARITH),
-               CVC5::IllegalArgumentException);
+               cvc5::IllegalArgumentException);
   ASSERT_THROW(info.isTheoryEnabled(THEORY_ARRAYS),
-               CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.isTheoryEnabled(THEORY_BV), CVC5::IllegalArgumentException);
+               cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.isTheoryEnabled(THEORY_BV), cvc5::IllegalArgumentException);
   ASSERT_THROW(info.isTheoryEnabled(THEORY_DATATYPES),
-               CVC5::IllegalArgumentException);
+               cvc5::IllegalArgumentException);
   ASSERT_THROW(info.isTheoryEnabled(THEORY_QUANTIFIERS),
-               CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.isPure(THEORY_BUILTIN), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.isPure(THEORY_BOOL), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.isPure(THEORY_UF), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.isPure(THEORY_ARITH), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.isPure(THEORY_ARRAYS), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.isPure(THEORY_BV), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.isPure(THEORY_DATATYPES), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.isPure(THEORY_QUANTIFIERS), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.isQuantified(), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.areIntegersUsed(), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.areRealsUsed(), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.isLinear(), CVC5::IllegalArgumentException);
+               cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.isPure(THEORY_BUILTIN), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.isPure(THEORY_BOOL), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.isPure(THEORY_UF), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.isPure(THEORY_ARITH), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.isPure(THEORY_ARRAYS), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.isPure(THEORY_BV), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.isPure(THEORY_DATATYPES), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.isPure(THEORY_QUANTIFIERS), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.isQuantified(), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.areIntegersUsed(), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.areRealsUsed(), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.isLinear(), cvc5::IllegalArgumentException);
 
   info.lock();
   ASSERT_TRUE(info.isLocked());
@@ -598,17 +598,17 @@ TEST_F(TestTheoryWhiteLogicInfo, default_logic)
   ASSERT_TRUE(info.areTranscendentalsUsed());
   ASSERT_FALSE(info.isLinear());
 
-  ASSERT_THROW(info.arithOnlyLinear(), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.disableIntegers(), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.disableQuantifiers(), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.disableTheory(THEORY_BV), CVC5::IllegalArgumentException);
+  ASSERT_THROW(info.arithOnlyLinear(), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.disableIntegers(), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.disableQuantifiers(), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.disableTheory(THEORY_BV), cvc5::IllegalArgumentException);
   ASSERT_THROW(info.disableTheory(THEORY_DATATYPES),
-               CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.enableIntegers(), CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.disableReals(), CVC5::IllegalArgumentException);
+               cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.enableIntegers(), cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.disableReals(), cvc5::IllegalArgumentException);
   ASSERT_THROW(info.disableTheory(THEORY_ARITH),
-               CVC5::IllegalArgumentException);
-  ASSERT_THROW(info.disableTheory(THEORY_UF), CVC5::IllegalArgumentException);
+               cvc5::IllegalArgumentException);
+  ASSERT_THROW(info.disableTheory(THEORY_UF), cvc5::IllegalArgumentException);
   info = info.getUnlockedCopy();
   ASSERT_FALSE(info.isLocked());
   info.disableTheory(THEORY_STRINGS);
@@ -617,7 +617,7 @@ TEST_F(TestTheoryWhiteLogicInfo, default_logic)
   info.arithOnlyLinear();
   info.disableIntegers();
   info.lock();
-  if (CVC5::Configuration::isBuiltWithSymFPU())
+  if (cvc5::Configuration::isBuiltWithSymFPU())
   {
     ASSERT_EQ(info.getLogicString(), "SEP_AUFBVFPDTLRA");
   }
@@ -631,7 +631,7 @@ TEST_F(TestTheoryWhiteLogicInfo, default_logic)
   info.disableQuantifiers();
   info.disableTheory(THEORY_BAGS);
   info.lock();
-  if (CVC5::Configuration::isBuiltWithSymFPU())
+  if (cvc5::Configuration::isBuiltWithSymFPU())
   {
     ASSERT_EQ(info.getLogicString(), "QF_SEP_AUFBVFPDTLRA");
   }
@@ -648,7 +648,7 @@ TEST_F(TestTheoryWhiteLogicInfo, default_logic)
   info.enableIntegers();
   info.disableReals();
   info.lock();
-  if (CVC5::Configuration::isBuiltWithSymFPU())
+  if (cvc5::Configuration::isBuiltWithSymFPU())
   {
     ASSERT_EQ(info.getLogicString(), "QF_SEP_AUFFPLIA");
   }
@@ -1371,4 +1371,4 @@ TEST_F(TestTheoryWhiteLogicInfo, comparison)
   gt(ufHo, "QF_UF");
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index b8770153465e719566a4ab3078f99257f49076f2..ed432ca2f49ddcc0cc934553717ca7d2c3445878 100644 (file)
@@ -27,7 +27,7 @@
 #include "theory/strings/regexp_operation.h"
 #include "theory/strings/skolem_cache.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 using namespace theory;
@@ -144,4 +144,4 @@ TEST_F(TestTheoryBlackRegexpOperation, star_wildcards)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 7a85ad13d54818f5b8849ab8a61e2d08158421c6..a1512d7de40afc6c611a8df9298abae0f9111da8 100644 (file)
@@ -28,7 +28,7 @@
 #include "theory/strings/strings_entail.h"
 #include "theory/strings/strings_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 using namespace theory::quantifiers;
@@ -85,10 +85,10 @@ TEST_F(TestTheoryWhiteSequencesRewriter, check_entail_length_one)
   TypeNode intType = d_nodeManager->integerType();
   TypeNode strType = d_nodeManager->stringType();
 
-  Node a = d_nodeManager->mkConst(::CVC5::String("A"));
-  Node abcd = d_nodeManager->mkConst(::CVC5::String("ABCD"));
-  Node aaad = d_nodeManager->mkConst(::CVC5::String("AAAD"));
-  Node b = d_nodeManager->mkConst(::CVC5::String("B"));
+  Node a = d_nodeManager->mkConst(::cvc5::String("A"));
+  Node abcd = d_nodeManager->mkConst(::cvc5::String("ABCD"));
+  Node aaad = d_nodeManager->mkConst(::cvc5::String("AAAD"));
+  Node b = d_nodeManager->mkConst(::cvc5::String("B"));
   Node x = d_nodeManager->mkVar("x", strType);
   Node y = d_nodeManager->mkVar("y", strType);
   Node negOne = d_nodeManager->mkConst(Rational(-1));
@@ -149,8 +149,8 @@ TEST_F(TestTheoryWhiteSequencesRewriter, check_entail_with_with_assumption)
   Node zero = d_nodeManager->mkConst(Rational(0));
   Node one = d_nodeManager->mkConst(Rational(1));
 
-  Node empty = d_nodeManager->mkConst(::CVC5::String(""));
-  Node a = d_nodeManager->mkConst(::CVC5::String("A"));
+  Node empty = d_nodeManager->mkConst(::cvc5::String(""));
+  Node a = d_nodeManager->mkConst(::cvc5::String("A"));
 
   Node slen_y = d_nodeManager->mkNode(kind::STRING_LENGTH, y);
   Node x_plus_slen_y = d_nodeManager->mkNode(kind::PLUS, x, slen_y);
@@ -223,10 +223,10 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_substr)
   TypeNode intType = d_nodeManager->integerType();
   TypeNode strType = d_nodeManager->stringType();
 
-  Node empty = d_nodeManager->mkConst(::CVC5::String(""));
-  Node a = d_nodeManager->mkConst(::CVC5::String("A"));
-  Node b = d_nodeManager->mkConst(::CVC5::String("B"));
-  Node abcd = d_nodeManager->mkConst(::CVC5::String("ABCD"));
+  Node empty = d_nodeManager->mkConst(::cvc5::String(""));
+  Node a = d_nodeManager->mkConst(::cvc5::String("A"));
+  Node b = d_nodeManager->mkConst(::cvc5::String("B"));
+  Node abcd = d_nodeManager->mkConst(::cvc5::String("ABCD"));
   Node negone = d_nodeManager->mkConst(Rational(-1));
   Node zero = d_nodeManager->mkConst(Rational(0));
   Node one = d_nodeManager->mkConst(Rational(1));
@@ -364,8 +364,8 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_concat)
   TypeNode intType = d_nodeManager->integerType();
   TypeNode strType = d_nodeManager->stringType();
 
-  Node empty = d_nodeManager->mkConst(::CVC5::String(""));
-  Node a = d_nodeManager->mkConst(::CVC5::String("A"));
+  Node empty = d_nodeManager->mkConst(::cvc5::String(""));
+  Node a = d_nodeManager->mkConst(::cvc5::String("A"));
   Node zero = d_nodeManager->mkConst(Rational(0));
   Node three = d_nodeManager->mkConst(Rational(3));
 
@@ -431,11 +431,11 @@ TEST_F(TestTheoryWhiteSequencesRewriter, length_preserve_rewrite)
   TypeNode intType = d_nodeManager->integerType();
   TypeNode strType = d_nodeManager->stringType();
 
-  Node empty = d_nodeManager->mkConst(::CVC5::String(""));
-  Node abcd = d_nodeManager->mkConst(::CVC5::String("ABCD"));
-  Node f = d_nodeManager->mkConst(::CVC5::String("F"));
-  Node gh = d_nodeManager->mkConst(::CVC5::String("GH"));
-  Node ij = d_nodeManager->mkConst(::CVC5::String("IJ"));
+  Node empty = d_nodeManager->mkConst(::cvc5::String(""));
+  Node abcd = d_nodeManager->mkConst(::cvc5::String("ABCD"));
+  Node f = d_nodeManager->mkConst(::cvc5::String("F"));
+  Node gh = d_nodeManager->mkConst(::cvc5::String("GH"));
+  Node ij = d_nodeManager->mkConst(::cvc5::String("IJ"));
 
   Node i = d_nodeManager->mkVar("i", intType);
   Node s = d_nodeManager->mkVar("s", strType);
@@ -467,12 +467,12 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_indexOf)
   TypeNode intType = d_nodeManager->integerType();
   TypeNode strType = d_nodeManager->stringType();
 
-  Node a = d_nodeManager->mkConst(::CVC5::String("A"));
-  Node abcd = d_nodeManager->mkConst(::CVC5::String("ABCD"));
-  Node aaad = d_nodeManager->mkConst(::CVC5::String("AAAD"));
-  Node b = d_nodeManager->mkConst(::CVC5::String("B"));
-  Node c = d_nodeManager->mkConst(::CVC5::String("C"));
-  Node ccc = d_nodeManager->mkConst(::CVC5::String("CCC"));
+  Node a = d_nodeManager->mkConst(::cvc5::String("A"));
+  Node abcd = d_nodeManager->mkConst(::cvc5::String("ABCD"));
+  Node aaad = d_nodeManager->mkConst(::cvc5::String("AAAD"));
+  Node b = d_nodeManager->mkConst(::cvc5::String("B"));
+  Node c = d_nodeManager->mkConst(::cvc5::String("C"));
+  Node ccc = d_nodeManager->mkConst(::cvc5::String("CCC"));
   Node x = d_nodeManager->mkVar("x", strType);
   Node y = d_nodeManager->mkVar("y", strType);
   Node negOne = d_nodeManager->mkConst(Rational(-1));
@@ -577,12 +577,12 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_replace)
   TypeNode intType = d_nodeManager->integerType();
   TypeNode strType = d_nodeManager->stringType();
 
-  Node empty = d_nodeManager->mkConst(::CVC5::String(""));
-  Node a = d_nodeManager->mkConst(::CVC5::String("A"));
-  Node ab = d_nodeManager->mkConst(::CVC5::String("AB"));
-  Node b = d_nodeManager->mkConst(::CVC5::String("B"));
-  Node c = d_nodeManager->mkConst(::CVC5::String("C"));
-  Node d = d_nodeManager->mkConst(::CVC5::String("D"));
+  Node empty = d_nodeManager->mkConst(::cvc5::String(""));
+  Node a = d_nodeManager->mkConst(::cvc5::String("A"));
+  Node ab = d_nodeManager->mkConst(::cvc5::String("AB"));
+  Node b = d_nodeManager->mkConst(::cvc5::String("B"));
+  Node c = d_nodeManager->mkConst(::cvc5::String("C"));
+  Node d = d_nodeManager->mkConst(::cvc5::String("D"));
   Node x = d_nodeManager->mkVar("x", strType);
   Node y = d_nodeManager->mkVar("y", strType);
   Node z = d_nodeManager->mkVar("z", strType);
@@ -773,7 +773,7 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_replace_re)
                                    d_nodeManager->mkConst(String("AZZZB")),
                                    re,
                                    foo);
-    Node res = d_nodeManager->mkConst(::CVC5::String("FOO"));
+    Node res = d_nodeManager->mkConst(::cvc5::String("FOO"));
     sameNormalForm(t, res);
   }
 
@@ -790,7 +790,7 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_replace_re)
                                    d_nodeManager->mkConst(String("ZAZZZBZZB")),
                                    re,
                                    foo);
-    Node res = d_nodeManager->mkConst(::CVC5::String("ZFOOZZB"));
+    Node res = d_nodeManager->mkConst(::cvc5::String("ZFOOZZB"));
     sameNormalForm(t, res);
   }
 
@@ -807,7 +807,7 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_replace_re)
                                    d_nodeManager->mkConst(String("ZAZZZBZAZB")),
                                    re,
                                    foo);
-    Node res = d_nodeManager->mkConst(::CVC5::String("ZFOOZAZB"));
+    Node res = d_nodeManager->mkConst(::cvc5::String("ZFOOZAZB"));
     sameNormalForm(t, res);
   }
 
@@ -824,7 +824,7 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_replace_re)
                                    d_nodeManager->mkConst(String("ZZZ")),
                                    re,
                                    foo);
-    Node res = d_nodeManager->mkConst(::CVC5::String("ZZZ"));
+    Node res = d_nodeManager->mkConst(::cvc5::String("ZZZ"));
     sameNormalForm(t, res);
   }
 
@@ -841,7 +841,7 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_replace_re)
                                    d_nodeManager->mkConst(String("ZZZ")),
                                    sigStar,
                                    foo);
-    Node res = d_nodeManager->mkConst(::CVC5::String("FOOZZZ"));
+    Node res = d_nodeManager->mkConst(::cvc5::String("FOOZZZ"));
     sameNormalForm(t, res);
   }
 
@@ -858,7 +858,7 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_replace_re)
                                    d_nodeManager->mkConst(String("")),
                                    sigStar,
                                    foo);
-    Node res = d_nodeManager->mkConst(::CVC5::String("FOO"));
+    Node res = d_nodeManager->mkConst(::cvc5::String("FOO"));
     sameNormalForm(t, res);
   }
 }
@@ -893,7 +893,7 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_replace_all)
                                    d_nodeManager->mkConst(String("AZZZB")),
                                    re,
                                    foo);
-    Node res = d_nodeManager->mkConst(::CVC5::String("FOO"));
+    Node res = d_nodeManager->mkConst(::cvc5::String("FOO"));
     sameNormalForm(t, res);
   }
 
@@ -910,7 +910,7 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_replace_all)
                                    d_nodeManager->mkConst(String("ZAZZZBZZB")),
                                    re,
                                    foo);
-    Node res = d_nodeManager->mkConst(::CVC5::String("ZFOOZZB"));
+    Node res = d_nodeManager->mkConst(::cvc5::String("ZFOOZZB"));
     sameNormalForm(t, res);
   }
 
@@ -927,7 +927,7 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_replace_all)
                                    d_nodeManager->mkConst(String("ZAZZZBZAZB")),
                                    re,
                                    foo);
-    Node res = d_nodeManager->mkConst(::CVC5::String("ZFOOZFOO"));
+    Node res = d_nodeManager->mkConst(::cvc5::String("ZFOOZFOO"));
     sameNormalForm(t, res);
   }
 
@@ -944,7 +944,7 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_replace_all)
                                    d_nodeManager->mkConst(String("ZZZ")),
                                    re,
                                    foo);
-    Node res = d_nodeManager->mkConst(::CVC5::String("ZZZ"));
+    Node res = d_nodeManager->mkConst(::cvc5::String("ZZZ"));
     sameNormalForm(t, res);
   }
 
@@ -961,7 +961,7 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_replace_all)
                                    d_nodeManager->mkConst(String("ZZZ")),
                                    sigStar,
                                    foo);
-    Node res = d_nodeManager->mkConst(::CVC5::String("FOOFOOFOO"));
+    Node res = d_nodeManager->mkConst(::cvc5::String("FOOFOOFOO"));
     sameNormalForm(t, res);
   }
 
@@ -978,7 +978,7 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_replace_all)
                                    d_nodeManager->mkConst(String("")),
                                    sigStar,
                                    foo);
-    Node res = d_nodeManager->mkConst(::CVC5::String(""));
+    Node res = d_nodeManager->mkConst(::cvc5::String(""));
     sameNormalForm(t, res);
   }
 }
@@ -988,18 +988,18 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_contains)
   TypeNode intType = d_nodeManager->integerType();
   TypeNode strType = d_nodeManager->stringType();
 
-  Node empty = d_nodeManager->mkConst(::CVC5::String(""));
-  Node a = d_nodeManager->mkConst(::CVC5::String("A"));
-  Node ab = d_nodeManager->mkConst(::CVC5::String("AB"));
-  Node b = d_nodeManager->mkConst(::CVC5::String("B"));
-  Node c = d_nodeManager->mkConst(::CVC5::String("C"));
-  Node e = d_nodeManager->mkConst(::CVC5::String("E"));
-  Node h = d_nodeManager->mkConst(::CVC5::String("H"));
-  Node j = d_nodeManager->mkConst(::CVC5::String("J"));
-  Node p = d_nodeManager->mkConst(::CVC5::String("P"));
-  Node abc = d_nodeManager->mkConst(::CVC5::String("ABC"));
-  Node def = d_nodeManager->mkConst(::CVC5::String("DEF"));
-  Node ghi = d_nodeManager->mkConst(::CVC5::String("GHI"));
+  Node empty = d_nodeManager->mkConst(::cvc5::String(""));
+  Node a = d_nodeManager->mkConst(::cvc5::String("A"));
+  Node ab = d_nodeManager->mkConst(::cvc5::String("AB"));
+  Node b = d_nodeManager->mkConst(::cvc5::String("B"));
+  Node c = d_nodeManager->mkConst(::cvc5::String("C"));
+  Node e = d_nodeManager->mkConst(::cvc5::String("E"));
+  Node h = d_nodeManager->mkConst(::cvc5::String("H"));
+  Node j = d_nodeManager->mkConst(::cvc5::String("J"));
+  Node p = d_nodeManager->mkConst(::cvc5::String("P"));
+  Node abc = d_nodeManager->mkConst(::cvc5::String("ABC"));
+  Node def = d_nodeManager->mkConst(::cvc5::String("DEF"));
+  Node ghi = d_nodeManager->mkConst(::cvc5::String("GHI"));
   Node x = d_nodeManager->mkVar("x", strType);
   Node y = d_nodeManager->mkVar("y", strType);
   Node xy = d_nodeManager->mkNode(kind::STRING_CONCAT, x, y);
@@ -1356,9 +1356,9 @@ TEST_F(TestTheoryWhiteSequencesRewriter, infer_eqs_from_contains)
 {
   TypeNode strType = d_nodeManager->stringType();
 
-  Node empty = d_nodeManager->mkConst(::CVC5::String(""));
-  Node a = d_nodeManager->mkConst(::CVC5::String("A"));
-  Node b = d_nodeManager->mkConst(::CVC5::String("B"));
+  Node empty = d_nodeManager->mkConst(::cvc5::String(""));
+  Node a = d_nodeManager->mkConst(::cvc5::String("A"));
+  Node b = d_nodeManager->mkConst(::cvc5::String("B"));
   Node x = d_nodeManager->mkVar("x", strType);
   Node y = d_nodeManager->mkVar("y", strType);
   Node xy = d_nodeManager->mkNode(kind::STRING_CONCAT, x, y);
@@ -1400,8 +1400,8 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_prefix_suffix)
 {
   TypeNode strType = d_nodeManager->stringType();
 
-  Node empty = d_nodeManager->mkConst(::CVC5::String(""));
-  Node a = d_nodeManager->mkConst(::CVC5::String("A"));
+  Node empty = d_nodeManager->mkConst(::cvc5::String(""));
+  Node a = d_nodeManager->mkConst(::cvc5::String("A"));
   Node x = d_nodeManager->mkVar("x", strType);
   Node y = d_nodeManager->mkVar("y", strType);
   Node xx = d_nodeManager->mkNode(kind::STRING_CONCAT, x, x);
@@ -1437,11 +1437,11 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_equality_ext)
   TypeNode strType = d_nodeManager->stringType();
   TypeNode intType = d_nodeManager->integerType();
 
-  Node empty = d_nodeManager->mkConst(::CVC5::String(""));
-  Node a = d_nodeManager->mkConst(::CVC5::String("A"));
-  Node aaa = d_nodeManager->mkConst(::CVC5::String("AAA"));
-  Node b = d_nodeManager->mkConst(::CVC5::String("B"));
-  Node ba = d_nodeManager->mkConst(::CVC5::String("BA"));
+  Node empty = d_nodeManager->mkConst(::cvc5::String(""));
+  Node a = d_nodeManager->mkConst(::cvc5::String("A"));
+  Node aaa = d_nodeManager->mkConst(::cvc5::String("AAA"));
+  Node b = d_nodeManager->mkConst(::cvc5::String("B"));
+  Node ba = d_nodeManager->mkConst(::cvc5::String("BA"));
   Node w = d_nodeManager->mkVar("w", strType);
   Node x = d_nodeManager->mkVar("x", strType);
   Node y = d_nodeManager->mkVar("y", strType);
@@ -1726,14 +1726,14 @@ TEST_F(TestTheoryWhiteSequencesRewriter, strip_constant_endpoints)
   TypeNode intType = d_nodeManager->integerType();
   TypeNode strType = d_nodeManager->stringType();
 
-  Node empty = d_nodeManager->mkConst(::CVC5::String(""));
-  Node a = d_nodeManager->mkConst(::CVC5::String("A"));
-  Node ab = d_nodeManager->mkConst(::CVC5::String("AB"));
-  Node abc = d_nodeManager->mkConst(::CVC5::String("ABC"));
-  Node abcd = d_nodeManager->mkConst(::CVC5::String("ABCD"));
-  Node bc = d_nodeManager->mkConst(::CVC5::String("BC"));
-  Node c = d_nodeManager->mkConst(::CVC5::String("C"));
-  Node cd = d_nodeManager->mkConst(::CVC5::String("CD"));
+  Node empty = d_nodeManager->mkConst(::cvc5::String(""));
+  Node a = d_nodeManager->mkConst(::cvc5::String("A"));
+  Node ab = d_nodeManager->mkConst(::cvc5::String("AB"));
+  Node abc = d_nodeManager->mkConst(::cvc5::String("ABC"));
+  Node abcd = d_nodeManager->mkConst(::cvc5::String("ABCD"));
+  Node bc = d_nodeManager->mkConst(::cvc5::String("BC"));
+  Node c = d_nodeManager->mkConst(::cvc5::String("C"));
+  Node cd = d_nodeManager->mkConst(::cvc5::String("CD"));
   Node x = d_nodeManager->mkVar("x", strType);
   Node y = d_nodeManager->mkVar("y", strType);
   Node n = d_nodeManager->mkVar("n", intType);
@@ -1833,7 +1833,7 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_membership)
   TypeNode strType = d_nodeManager->stringType();
 
   std::vector<Node> vec_empty;
-  Node abc = d_nodeManager->mkConst(::CVC5::String("ABC"));
+  Node abc = d_nodeManager->mkConst(::cvc5::String("ABC"));
   Node re_abc = d_nodeManager->mkNode(kind::STRING_TO_REGEXP, abc);
   Node x = d_nodeManager->mkVar("x", strType);
 
@@ -1908,4 +1908,4 @@ TEST_F(TestTheoryWhiteSequencesRewriter, rewrite_regexp_concat)
   }
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 94bf8b581b4018e815044e735c3a195de08f641f..13ee143061df3dc41db513333d06a3f1a817967f 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/rewriter.h"
 #include "theory/strings/strings_rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 using namespace theory;
@@ -41,8 +41,8 @@ TEST_F(TestTheoryWhiteStringsRewriter, rewrite_leq)
   TypeNode intType = d_nodeManager->integerType();
   TypeNode strType = d_nodeManager->stringType();
 
-  Node a = d_nodeManager->mkConst(::CVC5::String("A"));
-  Node bc = d_nodeManager->mkConst(::CVC5::String("BC"));
+  Node a = d_nodeManager->mkConst(::cvc5::String("A"));
+  Node bc = d_nodeManager->mkConst(::cvc5::String("BC"));
   Node x = d_nodeManager->mkVar("x", strType);
   Node y = d_nodeManager->mkVar("y", strType);
 
@@ -61,4 +61,4 @@ TEST_F(TestTheoryWhiteStringsRewriter, rewrite_leq)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index ac992f5c9e440375ba42e0687f6744fa1713ffba..27ce7158a61075e9abc482a771e937e54af114dc 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/theory_engine.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 using namespace theory::arith;
@@ -122,4 +122,4 @@ TEST_F(TestTheoryWhiteArith, int_normal_form)
   ASSERT_EQ(Rewriter::rewrite(Rewriter::rewrite(t)), Rewriter::rewrite(t));
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 09f5c2ae98b9b1f6e86f51c54acff720900150bc..88a1412a77e03d0a3adc1cdf58174e18f6d91d66 100644 (file)
@@ -18,7 +18,7 @@
 #include "theory/bags/normal_form.h"
 #include "theory/strings/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 using namespace kind;
@@ -40,7 +40,7 @@ class TestTheoryWhiteBagsNormalForm : public TestSmt
   std::vector<Node> getNStrings(size_t n)
   {
     std::vector<Node> elements(n);
-    CVC5::theory::strings::StringEnumerator enumerator(
+    cvc5::theory::strings::StringEnumerator enumerator(
         d_nodeManager->stringType());
 
     for (size_t i = 0; i < n; i++)
@@ -586,4 +586,4 @@ TEST_F(TestTheoryWhiteBagsNormalForm, to_set)
   ASSERT_EQ(output3, NormalForm::evaluate(input3));
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index a1cc2761a03c6ebf8153d03071130cbd903e2e16..586afd8b56fee29eb8aa1e19a09a8b5903af9fb2 100644 (file)
@@ -17,7 +17,7 @@
 #include "theory/bags/bags_rewriter.h"
 #include "theory/strings/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 using namespace kind;
@@ -688,4 +688,4 @@ TEST_F(TestTheoryWhiteBagsRewriter, to_set)
               && response.d_status == REWRITE_AGAIN_FULL);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 830169c8bf0a7dfa26d45d7e980a9d78a743f373..2948c2e9ed19482384fae6976c6a6a646106f2d4 100644 (file)
@@ -17,7 +17,7 @@
 #include "theory/bags/theory_bags_type_rules.h"
 #include "theory/strings/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 using namespace kind;
@@ -33,7 +33,7 @@ class TestTheoryWhiteBagsTypeRule : public TestSmt
   std::vector<Node> getNStrings(size_t n)
   {
     std::vector<Node> elements(n);
-    CVC5::theory::strings::StringEnumerator enumerator(
+    cvc5::theory::strings::StringEnumerator enumerator(
         d_nodeManager->stringType());
 
     for (size_t i = 0; i < n; i++)
@@ -110,4 +110,4 @@ TEST_F(TestTheoryWhiteBagsTypeRule, to_set_operator)
   ASSERT_TRUE(d_nodeManager->mkNode(BAG_TO_SET, bag).getType().isSet());
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index ddd43a0635a7d5c89ad879254cd4cf5eb25534ba..de3cdaf4dc672f310c4c9b8915dc215ed4e91f51 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::theory
+ ** \brief Black box testing of cvc5::theory
  **
- ** Black box testing of CVC5::theory
+ ** Black box testing of cvc5::theory
  **/
 
 #include <sstream>
@@ -23,7 +23,7 @@
 #include "test_smt.h"
 #include "theory/rewriter.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 using namespace context;
@@ -129,4 +129,4 @@ TEST_F(TestTheoryBlack, array_const)
   ASSERT_TRUE(arr2.isConst());
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 247f5428f7414c0fb93053b858f691c80e3d2ff4..df1c3755bf66b136ef55b78b48fe62fd15bc0a54 100644 (file)
@@ -22,7 +22,7 @@
 #include "theory/bv/int_blaster.h"
 #include "util/bitvector.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 using namespace theory;
@@ -44,4 +44,4 @@ class TestTheoryWhiteBvIntblaster : public TestSmtNoFinishInit
   Node d_one;
 };
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index c7262117cfe6078b9f5772608c053592cc2654db..e0c2dad04fd08b9e0e095cee72ddcebabaa555fc 100644 (file)
@@ -23,7 +23,7 @@
 #include "theory/rewriter.h"
 #include "util/bitvector.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 using namespace theory;
@@ -81,4 +81,4 @@ TEST_F(TestTheoryWhiteBvRewriter, rewrite_bv_ite)
   ASSERT_EQ(nr, Rewriter::rewrite(nr));
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 020c7d0a5d5f1fb172d83136794d7305347f26c0..bcd91f9b82cb831141981a61b2f2962a9bbf632b 100644 (file)
@@ -25,7 +25,7 @@
 #include "theory/theory.h"
 #include "theory/theory_engine.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 using namespace theory::bv;
@@ -93,4 +93,4 @@ TEST_F(TestTheoryWhiteBv, mkUmulo)
   }
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index ff2f3a836edbbd561f01d63c71e652e45ec58e4f..57741b98d89ef200f0676071ad5dba16816abcdb 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief White box testing of CVC5::theory::Theory.
+ ** \brief White box testing of cvc5::theory::Theory.
  **
- ** White box testing of CVC5::theory::Theory.  This test creates
+ ** White box testing of cvc5::theory::Theory.  This test creates
  ** "fake" theory interfaces and injects them into TheoryEngine, so we
  ** can test TheoryEngine's behavior without relying on independent
  ** theory behavior.  This is done in TheoryEngineWhite::setUp() by
@@ -33,7 +33,7 @@
 #include "util/integer.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 using namespace expr;
@@ -183,4 +183,4 @@ TEST_F(TestTheoryWhiteEngine, rewrite_rules)
 }
 
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index fc20d6d737f12f2eade9756660e6256c4ed0e166..6111c2640473e7f38b000ae51d7983fdc20ed2f3 100644 (file)
@@ -15,7 +15,7 @@
 #include "smt/optimization_solver.h"
 #include "test_smt.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 using namespace smt;
@@ -136,4 +136,4 @@ TEST_F(TestTheoryWhiteIntOpt, result)
   std::cout << "Result is :" << r << std::endl;
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 715eea5f906736e4e232ad751651392246e9a89a..19968cbddfef4aa69ff8474aa2622aa2e7c0fb3b 100644 (file)
@@ -24,7 +24,7 @@
 #include "theory/rewriter.h"
 #include "util/bitvector.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 using namespace theory::bv;
@@ -452,4 +452,4 @@ TEST_F(TestTheoryWhiteyQuantifiersBvInstantiator, normalizePvEqual)
   ASSERT_EQ(norm_axax[1], a);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 4ad3f04ef72aaf9f2e8c7cddbf1709ec8a1ded2f..64ba39e7f0c1ac403b71b8e7a538465310a48f21 100644 (file)
@@ -20,7 +20,7 @@
 #include "theory/quantifiers/bv_inverter_utils.h"
 #include "util/result.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace kind;
 using namespace theory;
@@ -1611,4 +1611,4 @@ TEST_F(TestTheoryWhiteQuantifiersBvInverter, getIC_bv_sext_sgt_false)
   runTestSext(false, BITVECTOR_SGT);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index adee0c266e58deba7c5141821a50e73f064605b4..f20cf50d248e6838f3d7fd60b9cf3f3b5807c00b 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief White box testing of CVC5::theory::sets::SetsTypeEnumerator
+ ** \brief White box testing of cvc5::theory::sets::SetsTypeEnumerator
  **
- ** White box testing of CVC5::theory::sets::SetsTypeEnumerator.  (These tests
+ ** White box testing of cvc5::theory::sets::SetsTypeEnumerator.  (These tests
  ** depends  on the ordering that the SetsTypeEnumerator use, so it's a
  *white-box
  ** test.)
@@ -21,7 +21,7 @@
 #include "test_smt.h"
 #include "theory/sets/theory_sets_type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 using namespace kind;
@@ -152,4 +152,4 @@ TEST_F(TestTheoryWhiteSetsTypeEnumerator, bv)
   ASSERT_TRUE(setEnumerator.isFinished());
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 22b0a09d621b0f5c29487cddfd5353c60cee64fa..899a75ae9da6a734132d211c9414e56939bcfafa 100644 (file)
@@ -16,9 +16,9 @@
 #include "test_api.h"
 #include "test_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
-using namespace CVC5::api;
+using namespace cvc5::api;
 
 namespace test {
 
@@ -83,4 +83,4 @@ TEST_F(TestTheoryWhiteSetsTypeRuleInternal, singleton_node)
   ASSERT_TRUE(n.isConst());
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 06a86b844153d0dd7033d2b7203f7b4725838275..33543cc42677e27e2f1c5b902fa5225f7ab69acf 100644 (file)
@@ -20,7 +20,7 @@
 #include "util/rational.h"
 #include "util/string.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory::strings;
 
@@ -59,4 +59,4 @@ TEST_F(TestTheoryBlackStringsSkolemCache, mkSkolemCached)
   }
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 03b9ed4c24cb8877f10f6466ca5190c0130aebe9..1ea73c0cc8222654a31e984939d27e8090fa1e22 100644 (file)
@@ -20,7 +20,7 @@
 #include "test_node.h"
 #include "theory/strings/word.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 using namespace theory::strings;
@@ -121,4 +121,4 @@ TEST_F(TestTheoryWhiteStringsWord, strings)
   ASSERT_TRUE(Word::roverlap(aaaaa, aa) == 2);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 41abdd6d152f06efd03f16a947e2a15fc94a3748..cb6e5ebfe4d892eb84f230781069317dfbf7a5db 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::theory::Theory.
+ ** \brief Black box testing of cvc5::theory::Theory.
  **
- ** Black box testing of CVC5::theory::Theory.
+ ** Black box testing of cvc5::theory::Theory.
  **/
 
 #include <memory>
@@ -24,7 +24,7 @@
 #include "theory/theory_engine.h"
 #include "util/resource_manager.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 using namespace expr;
@@ -109,4 +109,4 @@ TEST_F(TestTheoryWhite, outputChannel)
   d_outputChannel.d_callHistory.clear();
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 2e018f9cfb3c16211a38b7b05fe40f4f063a8f35..6cab15b2728003a9b9e922566235b07314bf7be5 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief White box testing of CVC5::theory::TypeEnumerator
+ ** \brief White box testing of cvc5::theory::TypeEnumerator
  **
- ** White box testing of CVC5::theory::TypeEnumerator.  (These tests depends
+ ** White box testing of cvc5::theory::TypeEnumerator.  (These tests depends
  ** on the ordering that the TypeEnumerators use, so it's a white-box test.)
  **/
 
@@ -25,7 +25,7 @@
 #include "test_smt.h"
 #include "theory/type_enumerator.h"
 
-namespace CVC5 {
+namespace cvc5 {
 
 using namespace theory;
 using namespace kind;
@@ -332,4 +332,4 @@ TEST_F(TestTheoryWhiteTypeEnumerator, bv)
   ASSERT_THROW(*++te, NoMoreValuesException);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 5be00263dcc1913e8a77fb9390d257b3ec2f8422..b8280783595aebac8ebad732d22a00ba36fd13bc 100644 (file)
@@ -9,15 +9,15 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::ArrayStoreAll
+ ** \brief Black box testing of cvc5::ArrayStoreAll
  **
- ** Black box testing of CVC5::ArrayStoreAll.
+ ** Black box testing of cvc5::ArrayStoreAll.
  **/
 
 #include "expr/array_store_all.h"
 #include "test_smt.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilWhiteArrayStoreAll : public TestSmt
@@ -75,4 +75,4 @@ TEST_F(TestUtilWhiteArrayStoreAll, const_error)
       IllegalArgumentException);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index a64bf275d4bb5c97367f1a49ec836f2178e91c08..bab612b62241ceb1296c36c2fb3d8b2b5036ba3a 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief White box testing of CVC5::Configuration.
+ ** \brief White box testing of cvc5::Configuration.
  **
- ** White box testing of CVC5::Configuration.
+ ** White box testing of cvc5::Configuration.
  **/
 
 #include <cstring>
@@ -20,7 +20,7 @@
 #include "base/check.h"
 #include "test.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilWhite : public TestInternal
@@ -86,4 +86,4 @@ TEST_F(TestUtilWhite, CheckArgument)
   ASSERT_THROW(CheckArgument(false, "x"), IllegalArgumentException);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 0b52b6d1459bf2d0a77054d50ca4f9a4839f87ba..c00aeaeb2164632cd1675c3a033726314b87bf35 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::BinaryHeap
+ ** \brief Black box testing of cvc5::BinaryHeap
  **
- ** Black box testing of CVC5::BinaryHeap.
+ ** Black box testing of cvc5::BinaryHeap.
  **/
 
 #include <iostream>
@@ -20,7 +20,7 @@
 #include "test.h"
 #include "util/bin_heap.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilBlackBinaryHeap : public TestInternal
@@ -230,4 +230,4 @@ TEST_F(TestUtilBlackBinaryHeap, large_heap)
   ASSERT_TRUE(heap.empty());
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index b26d8a1c6e9d51db63bb757cf7ef61b64f7602a2..61dfa8101bfea5e10563c9509cafd8f87ccd3b9e 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::BitVector
+ ** \brief Black box testing of cvc5::BitVector
  **
- ** Black box testing of CVC5::BitVector.
+ ** Black box testing of cvc5::BitVector.
  **/
 
 #include <sstream>
@@ -19,7 +19,7 @@
 #include "test.h"
 #include "util/bitvector.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilBlackBitVector : public TestInternal
@@ -203,4 +203,4 @@ TEST_F(TestUtilBlackBitVector, static_helpers)
   ASSERT_EQ(BitVector::mkMaxSigned(4).toSignedInteger(), Integer(7));
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index cce2518c4229d36724253cb6f91bb323c9403091..baacbce5af242cda46943e7b546af7e38ff0645b 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::BooleanSimplification
+ ** \brief Black box testing of cvc5::BooleanSimplification
  **
- ** Black box testing of CVC5::BooleanSimplification.
+ ** Black box testing of cvc5::BooleanSimplification.
  **/
 
 #include <algorithm>
@@ -26,7 +26,7 @@
 #include "smt_util/boolean_simplification.h"
 #include "test_node.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilBlackBooleanSimplification : public TestNode
@@ -248,4 +248,4 @@ TEST_F(TestUtilBlackBooleanSimplification, simplifyConflict)
 #endif
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index b4b6ab6a53f6fa12be453687c99e6eaf1c441632..f4b2f3ac4007884f5ec66a25b9edb7e61107f613 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Public-box testing of CVC5::Cardinality
+ ** \brief Public-box testing of cvc5::Cardinality
  **
- ** Public-box testing of CVC5::Cardinality.
+ ** Public-box testing of cvc5::Cardinality.
  **/
 
 #include <sstream>
@@ -22,7 +22,7 @@
 #include "util/cardinality.h"
 #include "util/integer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilBlackCardinality : public TestInternal
@@ -270,4 +270,4 @@ TEST_F(TestUtilBlackCardinality, cardinalities)
   ASSERT_EQ((z ^ z).getBethNumber(), 3);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 4985bced31fc7dc12041ccee18e0645f1429b527..4909e3a58cfd54a3c54ff8bd7fec480858a39551 100644 (file)
@@ -20,7 +20,7 @@
 #include "base/check.h"
 #include "test.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilWhiteCheck : public TestInternal
@@ -63,4 +63,4 @@ TEST_F(TestUtilWhiteCheck, expect_abort)
   ASSERT_DEATH(AlwaysAssert(false), "false");
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index a7c5c2703903b19097ab6a760ef6c5b6281b8510..35bfd4d7847fe1b6b159ed904a32e7d82d558795 100644 (file)
@@ -9,15 +9,15 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::Configuration.
+ ** \brief Black box testing of cvc5::Configuration.
  **
- ** Black box testing of CVC5::Configuration.
+ ** Black box testing of cvc5::Configuration.
  **/
 
 #include "base/configuration.h"
 #include "test.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilBlackConfiguration : public TestInternal
@@ -96,4 +96,4 @@ TEST_F(TestUtilBlackConfiguration, about)
   Configuration::about();
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index b486d91e9a888bf3a69c2faacf1b7ae0c413dc0d..37cfe0cfacee85d1565ee8c65455823febbea2e5 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::DType
+ ** \brief Black box testing of cvc5::DType
  **
- ** Black box testing of CVC5::DType.
+ ** Black box testing of cvc5::DType.
  **/
 
 #include <sstream>
@@ -21,7 +21,7 @@
 #include "expr/type_node.h"
 #include "test_smt.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilBlackDatatype : public TestSmt
@@ -495,4 +495,4 @@ TEST_F(TestUtilBlackDatatype, parametric_DType)
   ASSERT_EQ(TypeNode::leastCommonTypeNode(pairIntInt, pairIntInt), pairIntInt);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 7216c0b8c4576e5f3f4f290d6f628e1924642720..2884dbfb8dd151a52c5a32d039f43c2495479a28 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::Exception.
+ ** \brief Black box testing of cvc5::Exception.
  **
- ** Black box testing of CVC5::Exception.
+ ** Black box testing of cvc5::Exception.
  **/
 
 #include <iostream>
 #include "base/exception.h"
 #include "test.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilBlackException : public TestInternal
 {
 };
 
-// CVC5::Exception is a simple class, just test it all at once.
+// cvc5::Exception is a simple class, just test it all at once.
 TEST_F(TestUtilBlackException, exceptions)
 {
   Exception e1;
@@ -52,4 +52,4 @@ TEST_F(TestUtilBlackException, exceptions)
   ASSERT_EQ(s3.str(), std::string("three of 'em!"));
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 391c656f3dc3406fd04db94ba75b5076faf8acc5..0fe48928f63243ebbe5bbbf9d4438b9dcda55349 100644 (file)
@@ -9,15 +9,15 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::FloatingPoint.
+ ** \brief Black box testing of cvc5::FloatingPoint.
  **
- ** Black box testing of CVC5::FloatingPoint.
+ ** Black box testing of cvc5::FloatingPoint.
  **/
 
 #include "test.h"
 #include "util/floatingpoint.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilBlackFloatingPoint : public TestInternal
@@ -136,4 +136,4 @@ TEST_F(TestUtilBlackFloatingPoint, makeMaxNormal)
   ASSERT_TRUE(mfp128.isNormal());
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index fc92fa0d2f00525c11645a1a99c976d6d5d80b95..1a3e752560d9fdb5ece2f028d70233ad52b1db7d 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::Integer.
+ ** \brief Black box testing of cvc5::Integer.
  **
- ** Black box testing of CVC5::Integer.
+ ** Black box testing of cvc5::Integer.
  **/
 
 #include <limits>
@@ -21,7 +21,7 @@
 #include "test.h"
 #include "util/integer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilBlackInteger : public TestInternal
@@ -564,4 +564,4 @@ TEST_F(TestUtilBlackInteger, modInverse)
   }
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 3b5363dda8dd26e24afa934fc8415c30a2368c47..117f8219574f6edb317362f37ab9b121baf88051 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief White box testing of CVC5::Integer.
+ ** \brief White box testing of cvc5::Integer.
  **
- ** White box testing of CVC5::Integer.
+ ** White box testing of cvc5::Integer.
  **/
 
 #include <sstream>
@@ -19,7 +19,7 @@
 #include "test.h"
 #include "util/integer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilWhiteInteger : public TestInternal
@@ -53,4 +53,4 @@ TEST_F(TestUtilWhiteInteger, construction)
   ASSERT_EQ(Integer(u), Integer(u));
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index f5c973849e7893ca65b83074c538ac326f47c68e..e951dd114d50fad103992078ea998c3ef0c45330 100644 (file)
@@ -20,7 +20,7 @@
 #include "base/output.h"
 #include "test.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilBlackOutput : public TestInternal
@@ -241,4 +241,4 @@ TEST_F(TestUtilBlackOutput, simple_print)
 #endif /* CVC4_MUZZLE */
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index e6dee5d5539b6e9381f65520db9c770206b42073..d3b116d26f99c8fe78b47c37ab9fbe5309a0019f 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::Rational.
+ ** \brief Black box testing of cvc5::Rational.
  **
- ** Black box testing of CVC5::Rational.
+ ** Black box testing of cvc5::Rational.
  **/
 
 #include <sstream>
@@ -19,7 +19,7 @@
 #include "test.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilBlackRational : public TestInternal
@@ -44,4 +44,4 @@ TEST_F(TestUtilBlackRational, fromDecimal)
   ASSERT_THROW(Rational::fromDecimal("Hello, world!");, std::invalid_argument);
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 542a43990ea96cb27699929bbc29c1d9315f20a0..c5b52e3c8477e5e5d069252a1ae2066e90f56f31 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief White box testing of CVC5::Rational.
+ ** \brief White box testing of cvc5::Rational.
  **
- ** White box testing of CVC5::Rational.
+ ** White box testing of cvc5::Rational.
  **/
 
 #include <sstream>
@@ -19,7 +19,7 @@
 #include "test.h"
 #include "util/rational.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilWhiteRational : public TestInternal
@@ -416,4 +416,4 @@ TEST_F(TestUtilWhiteRational, constructrion)
   ASSERT_EQ(Rational(u), Rational(u));
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index 4300b709cf21a0afc50390afb9bb3d323e65c4c4..507be5ea06eb031ec91e476bdcbab3189d02d988 100644 (file)
@@ -9,15 +9,15 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::RealAlgebraicNumber.
+ ** \brief Black box testing of cvc5::RealAlgebraicNumber.
  **
- ** Black box testing of CVC5::RealAlgebraicNumber.
+ ** Black box testing of cvc5::RealAlgebraicNumber.
  **/
 
 #include "test.h"
 #include "util/real_algebraic_number.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 #ifndef CVC4_POLY_IMP
@@ -81,4 +81,4 @@ TEST_F(TestUtilBlackRealAlgebraicNumber, arithmetic)
   ASSERT_EQ(msqrt2 * sqrt2, RealAlgebraicNumber(Integer(-2)));
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5
index f8a14d9b2de0a37d3b80a1c4210e8a682e96f321..2ee64ab3331308b9fb0af960d4170b8447638f89 100644 (file)
@@ -9,9 +9,9 @@
  ** All rights reserved.  See the file COPYING in the top-level source
  ** directory for licensing information.\endverbatim
  **
- ** \brief Black box testing of CVC5::Stat and associated classes
+ ** \brief Black box testing of cvc5::Stat and associated classes
  **
- ** Black box testing of CVC5::Stat and associated classes.
+ ** Black box testing of cvc5::Stat and associated classes.
  **/
 
 #include <fcntl.h>
@@ -27,7 +27,7 @@
 #include "util/stats_histogram.h"
 #include "util/stats_timer.h"
 
-namespace CVC5 {
+namespace cvc5 {
 namespace test {
 
 class TestUtilBlackStats : public TestInternal
@@ -49,7 +49,7 @@ TEST_F(TestUtilBlackStats, stats)
   BackedStat<void*> backedAddr("backedDouble", (void*)0xDEADBEEF);
   IntegralHistogramStat<std::int64_t> histIntStat("hist-int");
   histIntStat << 15 << 16 << 15 << 14 << 16;
-  IntegralHistogramStat<CVC5::PfRule> histPfRuleStat("hist-pfrule");
+  IntegralHistogramStat<cvc5::PfRule> histPfRuleStat("hist-pfrule");
   histPfRuleStat << PfRule::ASSUME << PfRule::SCOPE << PfRule::ASSUME;
 
   // A statistic with no safe_print support
@@ -161,4 +161,4 @@ TEST_F(TestUtilBlackStats, stats)
 #endif
 }
 }  // namespace test
-}  // namespace CVC5
+}  // namespace cvc5