introduce bitloops

This commit is contained in:
mike
2026-01-20 02:45:16 +01:00
parent d1c448e1cb
commit 28f448d178
4 changed files with 124 additions and 38 deletions

View File

@@ -34,7 +34,7 @@ public class Main {
@NoArgsConstructor
public static class Opts {
static int SSIZE = 23;
static int SSIZE = 20;
public int seed = (int) (System.nanoTime() ^ System.currentTimeMillis());
public int clueSize = SSIZE;
public int pop = SSIZE * 2;