3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 19:02:02 +00:00
This commit is contained in:
Nikolaj Bjorner 2021-06-08 13:37:29 -07:00
parent c6f0afa008
commit bdf6a17b89
3 changed files with 5 additions and 4 deletions

View file

@ -73,6 +73,7 @@ namespace euf {
values2model(deps, mdl);
for (auto* mb : m_solvers)
mb->finalize_model(*mdl);
TRACE("model", tout << "created model " << *mdl << "\n";);
validate_model(*mdl);
}