mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
fix
This commit is contained in:
parent
d11c2b3265
commit
7311af699c
1 changed files with 1 additions and 1 deletions
|
@ -816,7 +816,7 @@ namespace polysat {
|
|||
unsigned remaining_z_off = z_sz - remaining_z_sz;
|
||||
// find next fixed slice (prefer lower level)
|
||||
fixed_slice_extra best;
|
||||
unsigned best_off = UINT_MAX;
|
||||
unsigned best_off = z_sz;
|
||||
for (auto const& f : fixed) {
|
||||
if (f.level >= w_level)
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue