mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
parent
b4aac1ab55
commit
86c39c971d
4 changed files with 15 additions and 9 deletions
|
@ -100,8 +100,8 @@ public:
|
|||
//
|
||||
// Complete partial function interps
|
||||
//
|
||||
void complete_partial_func(func_decl * f);
|
||||
void complete_partial_funcs();
|
||||
void complete_partial_func(func_decl * f, bool use_fresh);
|
||||
void complete_partial_funcs(bool use_fresh);
|
||||
|
||||
//
|
||||
// Create final model object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue