mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 19:53:34 +00:00
parent
427358d0a1
commit
1bc6c6a2a5
|
@ -137,7 +137,7 @@ public:
|
|||
}
|
||||
for (unsigned i = m_model->get_num_functions(); i-- > 0; ) {
|
||||
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…
Reference in a new issue