3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-11 21:50:52 +00:00

fix regression in str

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-06-01 09:35:35 -07:00
parent fda59f5a24
commit e9ed3af455
2 changed files with 1 additions and 3 deletions

View file

@ -331,7 +331,7 @@ protected:
std::map<expr*, nfa> regex_nfa_cache; // Regex term --> NFA
svector<char> char_set;
svector<int> charSetLookupTable;
std::map<char, int> charSetLookupTable;
int charSetSize;
obj_pair_map<expr, expr, expr*> concat_astNode_map;