introduce bitloops

This commit is contained in:
mike
2026-01-14 08:04:17 +01:00
parent bcad930bfc
commit 352e8c79ca
3 changed files with 19 additions and 14 deletions

View File

@@ -198,7 +198,7 @@ public class MainTest {
System.out.println("[DEBUG_LOG] Simplicity: " + res.filled().stats().simplicity);
System.out.println("[DEBUG_LOG] ClueMap Size: " + res.filled().wordCount());
System.out.println("[DEBUG_LOG] Grid:");
System.out.println(res.filled().grid().renderHuman());
System.out.println(res.filled().grid().renderHuman(res.mask().mask()));
break;
}
}