mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
fix double override bug in bv_lookahead, integrate with bv_eval
This commit is contained in:
parent
8de0005ab3
commit
b0eee16109
9 changed files with 128 additions and 56 deletions
|
@ -565,8 +565,8 @@ namespace sls {
|
|||
SASSERT(m.is_true(get_value(e)) == is_true(v));
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
);
|
||||
|
||||
m_repair_down.reserve(e->get_id() + 1);
|
||||
m_repair_up.reserve(e->get_id() + 1);
|
||||
if (!term(e->get_id()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue