mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 18:36:16 +00:00
parent
b4aac1ab55
commit
86c39c971d
4 changed files with 15 additions and 9 deletions
|
@ -1028,7 +1028,7 @@ namespace smt {
|
|||
void complete_partial_funcs(func_decl_set const & partial_funcs) {
|
||||
for (func_decl * f : partial_funcs) {
|
||||
// Complete the current interpretation
|
||||
m_model->complete_partial_func(f);
|
||||
m_model->complete_partial_func(f, true);
|
||||
|
||||
unsigned arity = f->get_arity();
|
||||
func_interp * fi = m_model->get_func_interp(f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue