3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00
This commit is contained in:
Jakob Rath 2024-03-11 15:02:55 +01:00
parent d11c2b3265
commit 7311af699c

View file

@ -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;