api: Rename kinds MINUS -> SUB and UMINUS -> NEG. (#8034)
authorAina Niemetz <aina.niemetz@gmail.com>
Thu, 3 Feb 2022 02:18:51 +0000 (18:18 -0800)
committerGitHub <noreply@github.com>
Thu, 3 Feb 2022 02:18:51 +0000 (02:18 +0000)
commit3cc0fe4d64cea1bfc155005e7fd7d8bc8f0c6ec3
treec0b46df83fe1a1d983427fdfcfbacb69a0d18565
parent676b43d08a40b7e83002461e8a76421280f8ce4f
api: Rename kinds MINUS -> SUB and UMINUS -> NEG. (#8034)

This renames the arithmetic kinds MINUS and UMINUS on the
API level for consistency with our naming scheme for other
operators (e.g., BITVECTOR_SUB, FLOATINGPOINT_SUB).
20 files changed:
examples/api/cpp/linear_arith.cpp
examples/api/cpp/quickstart.cpp
examples/api/cpp/sygus-fun.cpp
examples/api/cpp/sygus-grammar.cpp
examples/api/java/LinearArith.java
examples/api/java/QuickStart.java
examples/api/java/SygusFun.java
examples/api/java/SygusGrammar.java
examples/api/python/linear_arith.py
examples/api/python/quickstart.py
examples/api/python/sygus-fun.py
examples/api/python/sygus-grammar.py
src/api/cpp/cvc5.cpp
src/api/cpp/cvc5_kind.h
src/parser/smt2/smt2.cpp
src/parser/smt2/smt2.h
src/parser/tptp/Tptp.g
src/parser/tptp/tptp.cpp
test/unit/api/cpp/solver_black.cpp
test/unit/api/python/test_solver.py