diff options
| author | Simon Tatham <anakin@pobox.com> | 2023-04-21 09:26:14 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2023-04-21 09:26:14 +0100 |
| commit | 20606f0fea14fecae55efa7fef4314a2f999ddc3 (patch) | |
| tree | 0018bf7aacfdc3dcfdd34c59cedca625262e8844 /net.c | |
| parent | ce203c12efe0e10445a3be56c4308db42d9086c8 (diff) | |
| download | puzzles-20606f0fea14fecae55efa7fef4314a2f999ddc3.zip puzzles-20606f0fea14fecae55efa7fef4314a2f999ddc3.tar.gz puzzles-20606f0fea14fecae55efa7fef4314a2f999ddc3.tar.bz2 puzzles-20606f0fea14fecae55efa7fef4314a2f999ddc3.tar.xz | |
Filling: switch to using dsf_minimal in minimize_clue_set.
Turns out that was another case where we were assuming the canonical
dsf element was also the minimal one, because we process the clues in
order and expect to start a linked list at the canonical element of
each region and then add the rest of the cells to the existing one.
Easily fixed by using the minimal element again.
Diffstat (limited to 'net.c')
0 files changed, 0 insertions, 0 deletions