update: error
This commit is contained in:
parent
d34f34c66c
commit
e74f5e6103
@ -396,6 +396,7 @@ find_row_mask(std::vector<set_t> &sets,
|
||||
}
|
||||
|
||||
for (int i = outer_step; i > 0 && cur_mask < last_mask; --i) {
|
||||
if (i % inner_step == 0) { try_update_row_mask(end_pos - i, cur_mask); }
|
||||
if (resolve(cur_mask)) { set_found(cur_mask); }
|
||||
cur_mask = next_bit_permutation(cur_mask);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user