mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 19:02:02 +00:00
This commit is contained in:
parent
c6f0afa008
commit
bdf6a17b89
3 changed files with 5 additions and 4 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue