Rename internal string kinds to match API (#6797)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Mon, 28 Jun 2021 20:45:51 +0000 (15:45 -0500)
committerGitHub <noreply@github.com>
Mon, 28 Jun 2021 20:45:51 +0000 (20:45 +0000)
commit8ca7aa981af4c6229746aa0c1b3f3f67ddb68b23
tree7c354da7ce9d0023565fcbbae83bde222da53dea
parent43fffe772a89537dfecea7e63352a03b922a0fbc
Rename internal string kinds to match API (#6797)

This commit replaces (old) internal string kind names to match the API / smt2 standard names.
22 files changed:
src/api/cpp/cvc5.cpp
src/printer/smt2/smt2_printer.cpp
src/theory/datatypes/sygus_extension.cpp
src/theory/evaluator.cpp
src/theory/quantifiers/sygus/sygus_invariance.cpp
src/theory/quantifiers/sygus/sygus_unif_io.cpp
src/theory/quantifiers/term_util.cpp
src/theory/strings/arith_entail.cpp
src/theory/strings/extf_solver.cpp
src/theory/strings/kinds
src/theory/strings/regexp_elim.cpp
src/theory/strings/sequences_rewriter.cpp
src/theory/strings/skolem_cache.cpp
src/theory/strings/strings_entail.cpp
src/theory/strings/term_registry.cpp
src/theory/strings/theory_strings.cpp
src/theory/strings/theory_strings_preprocess.cpp
src/theory/strings/theory_strings_utils.cpp
src/theory/subs_minimize.cpp
test/unit/theory/evaluator_white.cpp
test/unit/theory/sequences_rewriter_white.cpp
test/unit/theory/theory_strings_skolem_cache_black.cpp