introduce bitloops

This commit is contained in:
mike
2026-01-20 10:17:47 +01:00
parent fde6f15b24
commit e8e0344212
2 changed files with 12 additions and 26 deletions

View File

@@ -236,7 +236,6 @@ public class MainTest {
if (res != null && res.filled().ok()) {
foundSeed = seed;
System.out.println("[DEBUG_LOG] Seed found: " + seed);
System.out.println("[DEBUG_LOG] Simplicity: " + res.filled().stats().simplicity);
System.out.println("[DEBUG_LOG] ClueMap Size: " + Slotinfo.wordCount(0, res.slots()));
System.out.println("[DEBUG_LOG] Grid:");
System.out.println(res.grid().renderHuman(res.clues().c()));