Regular expression intersection modes (#3134)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Thu, 1 Aug 2019 14:08:46 +0000 (09:08 -0500)
committerGitHub <noreply@github.com>
Thu, 1 Aug 2019 14:08:46 +0000 (09:08 -0500)
commit79881c196e29ef341166e7a31c1183e8b537d069
tree25466cceb67c54895bf012fd745dd864d356b153
parent7537ff075dbb2d814d722d2d72586ce78235467c
 Regular expression intersection modes (#3134)
14 files changed:
src/options/CMakeLists.txt
src/options/options_handler.cpp
src/options/options_handler.h
src/options/strings_modes.cpp [new file with mode: 0644]
src/options/strings_modes.h [new file with mode: 0644]
src/options/strings_options.toml
src/options/strings_process_loop_mode.cpp [deleted file]
src/options/strings_process_loop_mode.h [deleted file]
src/smt/smt_engine.cpp
src/theory/strings/regexp_operation.cpp
src/theory/strings/regexp_operation.h
src/theory/strings/regexp_solver.cpp
test/regress/CMakeLists.txt
test/regress/regress1/strings/re-all-char-hard.smt2 [new file with mode: 0644]