mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
update release notes, fix bug in replay of Boolean variables in new core
This commit is contained in:
parent
07dd1065db
commit
b084852397
4 changed files with 87 additions and 30 deletions
|
@ -672,6 +672,10 @@ namespace euf {
|
|||
else
|
||||
attach_lit(lit, e);
|
||||
}
|
||||
|
||||
for (auto const& [e, v] : replay.m)
|
||||
if (si.is_bool_op(e))
|
||||
si.cache(to_app(e), sat::literal(v, false));
|
||||
|
||||
if (relevancy_enabled())
|
||||
for (auto const& [e, generation, v] : m_reinit)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue