mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
regex fail count and automaton fallback
This commit is contained in:
parent
153701eabe
commit
e5585ecf4c
2 changed files with 22 additions and 8 deletions
|
@ -418,6 +418,7 @@ protected:
|
|||
obj_map<expr, unsigned> regex_length_attempt_count;
|
||||
obj_map<expr, unsigned> regex_fail_count;
|
||||
obj_map<expr, unsigned> regex_intersection_fail_count;
|
||||
|
||||
obj_map<expr, ptr_vector<expr> > string_chars; // S --> [S_0, S_1, ...] for character terms S_i
|
||||
|
||||
svector<char> char_set;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue