Refactor strings to use an inference manager object (#3076)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Sat, 6 Jul 2019 01:40:49 +0000 (20:40 -0500)
committerGitHub <noreply@github.com>
Sat, 6 Jul 2019 01:40:49 +0000 (20:40 -0500)
commit1e71ddfb9ac9e368c9f99d351ae7954fb502663e
tree856648156a3fdf6083d4c0530c41421efb533aa8
parent2c289524f23a2ec481224b2ea569397acbb5e39e
Refactor strings to use an inference manager object (#3076)
src/CMakeLists.txt
src/theory/strings/inference_manager.cpp [new file with mode: 0644]
src/theory/strings/inference_manager.h [new file with mode: 0644]
src/theory/strings/regexp_solver.cpp
src/theory/strings/regexp_solver.h
src/theory/strings/theory_strings.cpp
src/theory/strings/theory_strings.h
src/theory/strings/theory_strings_utils.cpp [new file with mode: 0644]
src/theory/strings/theory_strings_utils.h [new file with mode: 0644]