mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 01:02:15 +00:00
some of Arie's fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
fd6fe87c5d
commit
ec681d7565
3 changed files with 272 additions and 22 deletions
|
@ -305,7 +305,7 @@ namespace qe {
|
|||
SASSERT(!contains_x(t));
|
||||
|
||||
if (s == m_var->x()) {
|
||||
expr_ref result(s, m);
|
||||
expr_ref result(t, m);
|
||||
expr_ref_vector args(m);
|
||||
sort* range = get_array_range(m.get_sort(s));
|
||||
for (unsigned i = 0; i < idxs.size(); ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue