mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 21:33:39 +00:00
Fixed shrink
This commit is contained in:
parent
8a34104101
commit
5ed695bbbe
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue