3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-10 19:27:06 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-07-22 09:38:05 -07:00
parent 39c3f34a30
commit 9a5c0f2312

View file

@ -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();