Eliminate static calls to rewrite in strings (#7803)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Tue, 14 Dec 2021 23:26:46 +0000 (17:26 -0600)
committerGitHub <noreply@github.com>
Tue, 14 Dec 2021 23:26:46 +0000 (23:26 +0000)
commit7a3273b3047120a0c69bbc040166895f69a3b2e2
tree5623064777784ffb21dd994079323463f2413f9f
parent42ea81197ca20d3fed29c2d461176dfec5270a27
Eliminate static calls to rewrite in strings (#7803)
16 files changed:
src/theory/strings/array_core_solver.cpp
src/theory/strings/base_solver.cpp
src/theory/strings/base_solver.h
src/theory/strings/core_solver.cpp
src/theory/strings/regexp_elim.cpp
src/theory/strings/regexp_entail.cpp
src/theory/strings/regexp_entail.h
src/theory/strings/sequences_rewriter.cpp
src/theory/strings/sequences_rewriter.h
src/theory/strings/solver_state.cpp
src/theory/strings/term_registry.cpp
src/theory/strings/term_registry.h
src/theory/strings/theory_strings.cpp
src/theory/strings/theory_strings_utils.cpp
src/theory/strings/theory_strings_utils.h
test/unit/theory/sequences_rewriter_white.cpp