3
0
Fork 0
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:
Christoph M. Wintersteiger 2016-04-01 15:38:38 +01:00
parent 3b82604590
commit ccd18283e7
4 changed files with 53 additions and 52 deletions

View file

@ -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);
};