Rename kinds MINUS -> SUB and UMINUS -> NEG. (#8035)
authorAina Niemetz <aina.niemetz@gmail.com>
Wed, 2 Feb 2022 22:27:14 +0000 (14:27 -0800)
committerGitHub <noreply@github.com>
Wed, 2 Feb 2022 22:27:14 +0000 (22:27 +0000)
commiteab7bf6702c174c2c58373035cf9b8a099a209ae
tree45b7cdda411e5f823395d081030271bc0770b7f8
parentd1545ff42c2c609e567c85f5daa5e518cd87d289
Rename kinds MINUS -> SUB and UMINUS -> NEG. (#8035)

This renames the internal arithmetic kinds MINUS and UMINUS for
consistency with our naming scheme for other operators (e.g.,
BITVECTOR_SUB, FLOATINGPOINT_SUB).
60 files changed:
src/api/cpp/cvc5.cpp
src/preprocessing/passes/int_to_bv.cpp
src/preprocessing/passes/nl_ext_purify.cpp
src/preprocessing/passes/unconstrained_simplifier.cpp
src/printer/smt2/smt2_printer.cpp
src/proof/alethe/alethe_post_processor.cpp
src/proof/lfsc/lfsc_node_converter.cpp
src/theory/arith/arith_poly_norm.cpp
src/theory/arith/arith_poly_norm.h
src/theory/arith/arith_rewriter.cpp
src/theory/arith/arith_rewriter.h
src/theory/arith/kinds
src/theory/arith/nl/ext/monomial_check.cpp
src/theory/arith/nl/ext/proof_checker.cpp
src/theory/arith/nl/ext/tangent_plane_check.cpp
src/theory/arith/nl/iand_solver.cpp
src/theory/arith/nl/iand_utils.cpp
src/theory/arith/nl/nl_model.cpp
src/theory/arith/nl/transcendental/exponential_solver.cpp
src/theory/arith/nl/transcendental/proof_checker.cpp
src/theory/arith/nl/transcendental/sine_solver.cpp
src/theory/arith/nl/transcendental/taylor_generator.cpp
src/theory/arith/nl/transcendental/transcendental_state.cpp
src/theory/arith/operator_elim.cpp
src/theory/arith/theory_arith.cpp
src/theory/arith/theory_arith_private.cpp
src/theory/bags/bag_reduction.cpp
src/theory/bags/inference_generator.cpp
src/theory/bv/int_blaster.cpp
src/theory/datatypes/sygus_extension.cpp
src/theory/datatypes/sygus_simple_sym.cpp
src/theory/evaluator.cpp
src/theory/quantifiers/cegqi/ceg_arith_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_instantiator.cpp
src/theory/quantifiers/ematching/inst_match_generator.cpp
src/theory/quantifiers/ematching/pattern_term_selector.cpp
src/theory/quantifiers/fmf/bounded_integers.cpp
src/theory/quantifiers/quant_conflict_find.cpp
src/theory/quantifiers/quantifiers_rewriter.cpp
src/theory/quantifiers/skolemize.cpp
src/theory/quantifiers/sygus/sygus_grammar_cons.cpp
src/theory/quantifiers/sygus_sampler.cpp
src/theory/quantifiers/term_util.cpp
src/theory/sets/theory_sets_rewriter.cpp
src/theory/strings/arith_entail.cpp
src/theory/strings/array_core_solver.cpp
src/theory/strings/array_solver.cpp
src/theory/strings/core_solver.cpp
src/theory/strings/regexp_elim.cpp
src/theory/strings/regexp_operation.cpp
src/theory/strings/sequences_rewriter.cpp
src/theory/strings/skolem_cache.cpp
src/theory/strings/strings_entail.cpp
src/theory/strings/theory_strings_preprocess.cpp
src/theory/strings/theory_strings_utils.cpp
test/unit/node/node_black.cpp
test/unit/node/node_builder_black.cpp
test/unit/theory/arith_poly_white.cpp
test/unit/theory/sequences_rewriter_white.cpp
test/unit/theory/theory_arith_rewriter_black.cpp