Gather data

This commit is contained in:
mike
2026-01-09 10:19:14 +01:00
parent 2402ab0f68
commit e55e26af6c
2 changed files with 4 additions and 2 deletions

View File

@@ -787,6 +787,8 @@ public record SwedishGenerator(int[] buff) {
int bestSlot = -1;
for (var s : slots) {
if (assigned.containsKey(s.key())) continue;
/* if (assigned.size()!= grid.clueCount())
throw new RuntimeException();*/
var entry = dictIndex[s.len()];
if (entry == null) return PICK_NOT_DONE;