3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-05-11 17:20:18 -07:00
parent 884a68251b
commit 1be22a80f6
6 changed files with 59 additions and 62 deletions

View file

@ -79,7 +79,7 @@ class func_interp {
expr * get_interp_core() const;
expr_ref get_array_interp_core_(func_decl * f) const;
expr_ref get_array_interp_core(func_decl * f) const;
public:
func_interp(ast_manager & m, unsigned arity);
@ -116,7 +116,7 @@ public:
expr * get_interp() const;
expr_ref get_array_interp_(func_decl* f) const;
expr_ref get_array_interp(func_decl* f) const;
func_interp * translate(ast_translation & translator) const;