Eliminating static calls to rewriter from strings (#7302)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Mon, 4 Oct 2021 17:42:39 +0000 (12:42 -0500)
committerGitHub <noreply@github.com>
Mon, 4 Oct 2021 17:42:39 +0000 (10:42 -0700)
commit763f292c2d36e54dcc5b334bba02bb211e79d200
tree96521825ccedd37d1b302a612826a5151dcc3c2e
parent98e884a740e8e2d1c32c8b60f3197fbae656e619
Eliminating static calls to rewriter from strings (#7302)
14 files changed:
src/preprocessing/passes/strings_eager_pp.cpp
src/theory/strings/arith_entail.cpp
src/theory/strings/arith_entail.h
src/theory/strings/core_solver.cpp
src/theory/strings/proof_checker.cpp
src/theory/strings/regexp_operation.cpp
src/theory/strings/regexp_operation.h
src/theory/strings/regexp_solver.cpp
src/theory/strings/sequences_rewriter.cpp
src/theory/strings/skolem_cache.cpp
src/theory/strings/skolem_cache.h
src/theory/strings/term_registry.cpp
test/unit/theory/regexp_operation_black.cpp
test/unit/theory/theory_strings_skolem_cache_black.cpp