Move string utility file (#4164)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Fri, 27 Mar 2020 19:04:44 +0000 (14:04 -0500)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2020 19:04:44 +0000 (12:04 -0700)
commit4b7fc20dcce9eefdf568937f5e2c54141c4f5c5b
tree70dc3d084b73f1ea313a214245a792295f75215d
parenta64866663f10db4ffadd2d48500cda05c4831f0e
Move string utility file (#4164)

Moves the string file to string.h. This is required since other required utilities will soon need to be added to regexp.h.
16 files changed:
src/CMakeLists.txt
src/cvc4.i
src/theory/evaluator.h
src/theory/strings/kinds
src/theory/strings/regexp_operation.h
src/theory/strings/regexp_solver.h
src/theory/strings/type_enumerator.cpp
src/theory/strings/word.cpp
src/util/CMakeLists.txt
src/util/regexp.cpp [deleted file]
src/util/regexp.h [deleted file]
src/util/regexp.i [deleted file]
src/util/string.cpp [new file with mode: 0644]
src/util/string.h [new file with mode: 0644]
src/util/string.i [new file with mode: 0644]
test/unit/theory/theory_strings_skolem_cache_black.h