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:
parent
6263391c11
commit
54d7e4bbb5
2 changed files with 2 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue