Post #1268786
2026-03-15 02:36 UTC
Replies (2)
-
@kbob@chaos.social 2026-03-15 14:21
@reconbot @castaway Solving a puzzle takes about 7 seconds on my computer. This morning I worked out most of a scheme to do the brute force part of the Clues by Sam solver in numpy, which should speed it up 100X. But I'm not doing it (for now). Translating and typing in the clues takes several minutes. So CPU time is unimportant. I'm kind of thinking about putting a natural language front end onto it so I can type the clues as written. 1/2 #CluesBySam
-
@kbob@chaos.social 2026-03-17 23:02
@reconbot @castaway My solver language keeps growing. Yesterday I added 'cco' and 'ico', criminals/innocents are connected. "All criminals in column B are connected" => cco(colB). Today I added some horrible macros for the "Only one row/column has ..." type clues. They're ugly.