BV: Rename BITVECTOR_PLUS to BITVECTOR_ADD. (#6589)
authorAina Niemetz <aina.niemetz@gmail.com>
Fri, 21 May 2021 00:41:50 +0000 (17:41 -0700)
committerGitHub <noreply@github.com>
Fri, 21 May 2021 00:41:50 +0000 (00:41 +0000)
commit9670dd43576cd21de82e22e76c57e783aa143d21
tree7a5157afa203bbe0a8755bdb0e178fb993d7e262
parent9e5f2385b73d55f675fa3996a2dd6df0e8d7652b
BV: Rename BITVECTOR_PLUS to BITVECTOR_ADD. (#6589)
50 files changed:
examples/api/bitvectors.cpp
examples/api/java/BitVectors.java
examples/api/python/bitvectors.py
src/api/cpp/cvc5.cpp
src/api/cpp/cvc5_kind.h
src/api/parsekinds.py
src/expr/proof_rule.cpp
src/expr/proof_rule.h
src/parser/cvc/Cvc.g
src/parser/smt2/smt2.cpp
src/preprocessing/passes/bv_gauss.cpp
src/preprocessing/passes/bv_to_int.cpp
src/preprocessing/passes/int_to_bv.cpp
src/preprocessing/passes/unconstrained_simplifier.cpp
src/printer/cvc/cvc_printer.cpp
src/printer/smt2/smt2_printer.cpp
src/smt_util/nary_builder.cpp
src/theory/bv/bitblast/bitblast_strategies_template.h
src/theory/bv/bitblast/bitblaster.h
src/theory/bv/bitblast/proof_bitblaster.cpp
src/theory/bv/bv_solver_lazy.cpp
src/theory/bv/bv_subtheory_core.cpp
src/theory/bv/bv_subtheory_inequality.cpp
src/theory/bv/kinds
src/theory/bv/proof_checker.cpp
src/theory/bv/theory_bv.cpp
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_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_utils.cpp
src/theory/bv/theory_bv_utils.h
src/theory/datatypes/sygus_simple_sym.cpp
src/theory/evaluator.cpp
src/theory/fp/fp_converter.cpp
src/theory/quantifiers/bv_inverter.cpp
src/theory/quantifiers/bv_inverter_utils.cpp
src/theory/quantifiers/cegqi/ceg_bv_instantiator.cpp
src/theory/quantifiers/cegqi/ceg_bv_instantiator_utils.cpp
src/theory/quantifiers/cegqi/ceg_bv_instantiator_utils.h
src/theory/quantifiers/extended_rewrite.h
src/theory/quantifiers/sygus/sygus_grammar_cons.cpp
src/theory/quantifiers/term_util.cpp
test/unit/preprocessing/pass_bv_gauss_white.cpp
test/unit/theory/theory_bv_white.cpp
test/unit/theory/theory_quantifiers_bv_instantiator_white.cpp
test/unit/theory/theory_quantifiers_bv_inverter_white.cpp