3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 15:03:57 +00:00

remove the option to bypass check_regex_in in theory_str

This commit is contained in:
Murphy Berzish 2016-08-17 21:12:19 -04:00
parent 6263391c11
commit 54d7e4bbb5
2 changed files with 2 additions and 15 deletions

View file

@ -138,14 +138,6 @@ namespace smt {
*/
bool opt_DisableIntegerTheoryIntegration;
/*
* If NoCheckRegexIn is set to true,
* an expensive regular expression membership test is skipped.
* This option is for experiment purposes only and should be set to 'false'
* as skipping this check impacts the correctness of the solver.
*/
bool opt_NoCheckRegexIn;
bool search_started;
arith_util m_autil;
str_util m_strutil;