mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
prepare release
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b6f7deacf4
commit
c826b64e35
3 changed files with 7 additions and 4 deletions
|
@ -131,6 +131,7 @@ namespace euf {
|
|||
|
||||
void solver::dependencies2values(user_sort& us, deps_t& deps, model_ref& mdl) {
|
||||
for (enode* n : deps.top_sorted()) {
|
||||
TRACE("model", tout << bpp(n->get_root()) << "\n");
|
||||
unsigned id = n->get_root_id();
|
||||
if (m_values.get(id, nullptr))
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue