Elektrine lite

← Feed

@kbob@chaos.social

Post #1268789

2026-03-17 23:02 UTC

@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.

Replies (1)

  • @kbob@chaos.social 2026-03-17 23:05

    @reconbot @castaway I am validating the parser language against malicious input, so I don't want to expand the accepted subset any more than I absolutely have to. So I'm not including the Python features that would make the macros unnecessary. I'm kind of thinking about putting this solver into a web server...

    Open ##1268790