mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
This commit is contained in:
parent
39c3f34a30
commit
9a5c0f2312
|
@ -61,6 +61,7 @@ namespace euf {
|
|||
};
|
||||
|
||||
void solver::update_model(model_ref& mdl) {
|
||||
mdl->reset_eval_cache();
|
||||
for (auto* mb : m_solvers)
|
||||
mb->init_model();
|
||||
m_values.reset();
|
||||
|
|
Loading…
Reference in a new issue