mirror of
https://github.com/Z3Prover/z3
synced 2026-06-28 19:38:51 +00:00
add init-table for common sub-expressions
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f885fe953f
commit
9e505edb66
2 changed files with 12 additions and 10 deletions
|
|
@ -104,6 +104,8 @@ class func_interp {
|
|||
|
||||
void reset_interp_cache();
|
||||
|
||||
void init_table();
|
||||
|
||||
expr * get_interp_core() const;
|
||||
|
||||
expr_ref get_array_interp_core(func_decl * f) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue