a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
YetAnotherAccount  ·  3596 days ago  ·  link  ·    ·  parent  ·  post: Give me some "SPAM"

Well, not quite self-promotion as of yet, because I'm still working on it, but here goes.

I am trying to introduce myself to integer linear programming by making a Nonogram solver using Python and puLP.

I've gotten it to solve 25x25 puzzles, now I just need to tidy it up and optimize it a "little" (for one thing, it currently takes a couple minutes just to generate the constraints on larger puzzles).