mirror of
https://github.com/Z3Prover/z3
synced 2025-06-26 07:43:41 +00:00
fixing build, wip on model reconstruction integration into dependent-expr-state
This commit is contained in:
parent
7bb962d934
commit
154b09309b
10 changed files with 74 additions and 65 deletions
|
@ -213,7 +213,7 @@ namespace euf {
|
|||
old_value = nullptr;
|
||||
}
|
||||
};
|
||||
if (m_num_scopes > 0)
|
||||
if (num_scopes() > 0)
|
||||
m_trail.push(vtrail(m_canonical, n->get_id()));
|
||||
m_canonical.setx(n->get_id(), e);
|
||||
m_epochs.setx(n->get_id(), m_epoch, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue