3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-18 11:04:09 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-09-11 15:05:11 -07:00
parent 8440623f6d
commit 3a409e0673
2 changed files with 17 additions and 5 deletions

View file

@ -100,6 +100,7 @@ class func_interp {
using entry_table = ptr_hashtable<func_entry, func_entry_hash, func_entry_eq>;
entry_table* m_entry_table = nullptr;
func_entry* m_key = nullptr;
void reset_interp_cache();