3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-21 21:33:39 +00:00

Fixed shrink

This commit is contained in:
Clemens Eisenhofer 2022-12-01 20:13:34 +01:00
parent 8a34104101
commit 5ed695bbbe

View file

@ -769,7 +769,7 @@ namespace xr {
ws[j++] = ws[i]; ws[j++] = ws[i];
} }
} }
ws.shrink(i - j); ws.shrink(j);
} }
// Removes all xor clauses that do not contain any variables // Removes all xor clauses that do not contain any variables