mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
This commit is contained in:
parent
f6595c161f
commit
2842c27e92
4 changed files with 10 additions and 8 deletions
|
@ -674,7 +674,7 @@ namespace euf {
|
|||
}
|
||||
|
||||
for (auto const& [e, v] : replay.m)
|
||||
if (si.is_bool_op(e))
|
||||
if (si.is_bool_op(e) && !si.is_cached(to_app(e), sat::literal(v, false)))
|
||||
si.cache(to_app(e), sat::literal(v, false));
|
||||
|
||||
if (relevancy_enabled())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue