mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
parent
be72accaf5
commit
84990ffa27
5 changed files with 79 additions and 37 deletions
|
@ -389,7 +389,7 @@ namespace qe {
|
|||
if (!m_has_stores_v.is_marked (lhs)) {
|
||||
std::swap (lhs, rhs);
|
||||
}
|
||||
if (m_has_stores_v.is_marked (lhs)) {
|
||||
if (m_has_stores_v.is_marked (lhs) && m_arr_u.is_store(lhs)) {
|
||||
/** project using the equivalence:
|
||||
*
|
||||
* (store(arr0,idx,x) ==I arr1) <->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue