mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 13:58:45 +00:00
Fixed shrink
This commit is contained in:
parent
8a34104101
commit
5ed695bbbe
|
@ -769,7 +769,7 @@ namespace xr {
|
|||
ws[j++] = ws[i];
|
||||
}
|
||||
}
|
||||
ws.shrink(i - j);
|
||||
ws.shrink(j);
|
||||
}
|
||||
|
||||
// Removes all xor clauses that do not contain any variables
|
||||
|
|
Loading…
Reference in a new issue