mirror of
https://github.com/Z3Prover/z3
synced 2025-06-23 14:23:40 +00:00
Moved extension_converter func_interp entry compression to func_interp.
Relates to #547
This commit is contained in:
parent
3b82604590
commit
ccd18283e7
4 changed files with 53 additions and 52 deletions
|
@ -43,9 +43,6 @@ public:
|
|||
void insert(func_decl * v, expr * def);
|
||||
|
||||
virtual model_converter * translate(ast_translation & translator);
|
||||
|
||||
private:
|
||||
bool is_fi_entry_expr(expr * e, unsigned arity, ptr_vector<expr> & args);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue