mirror of
https://github.com/Z3Prover/z3
synced 2025-06-25 07:13:41 +00:00
parent
427358d0a1
commit
1bc6c6a2a5
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ public:
|
||||||
}
|
}
|
||||||
for (unsigned i = m_model->get_num_functions(); i-- > 0; ) {
|
for (unsigned i = m_model->get_num_functions(); i-- > 0; ) {
|
||||||
func_decl* f = m_model->get_function(i);
|
func_decl* f = m_model->get_function(i);
|
||||||
m->register_decl(f, m_model->get_func_interp(f));
|
m->register_decl(f, m_model->get_func_interp(f)->copy());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue