mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
884a68251b
commit
1be22a80f6
6 changed files with 59 additions and 62 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue