3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +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

@ -110,6 +110,9 @@ public:
expr * get_interp() const;
func_interp * translate(ast_translation & translator) const;
private:
bool is_fi_entry_expr(expr * e, ptr_vector<expr> & args);
};
#endif