introduce bitloops

This commit is contained in:
mike
2026-01-18 01:29:46 +01:00
parent 20617cda57
commit 112c16c525
7 changed files with 262 additions and 105 deletions

View File

@@ -8,7 +8,7 @@ OPENAI_API_KEY="local"
# Constants for testing
CLUE_SIZE=4
MIN_LEN=2
MAX_TRIES_PER_SLOT=2000
MAX_TRIES_PER_SLOT=1000
MAX_LEN=8
PUZZLE_ROWS=3
PUZZLE_COLS=3