mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
shuffle checks for enable_edge around fix #4159
This commit is contained in:
parent
71e9bf1053
commit
a11dc5d3b5
4 changed files with 9 additions and 13 deletions
|
@ -35,7 +35,7 @@ void value_sweep::set_value_core(expr* e, expr* v) {
|
|||
}
|
||||
|
||||
void value_sweep::set_value(expr* e, expr* v) {
|
||||
if (!is_reducible(e)) {
|
||||
if (!is_reducible(e) || m_dt.is_accessor(e)) {
|
||||
set_value_core(e, v);
|
||||
m_pinned.push_back(e);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue