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:
parent
169295c9ba
commit
bf147556a6
2 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue