3
0
Fork 0
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:
Murphy Berzish 2018-01-16 18:15:29 -05:00
parent 153701eabe
commit e5585ecf4c
2 changed files with 22 additions and 8 deletions

View file

@ -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;