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

add counter to theory_str::mk_fresh_const()

This commit is contained in:
Murphy Berzish 2017-05-13 14:18:05 -04:00
parent 169295c9ba
commit bf147556a6
2 changed files with 9 additions and 1 deletions

View file

@ -350,6 +350,8 @@ protected:
unsigned long cacheHitCount;
unsigned long cacheMissCount;
unsigned m_fresh_id;
// cache mapping each string S to Length(S)
obj_map<expr, app*> length_ast_map;