Hi all, I've written a solver for Kakurasu (see http://brainbashers.com/kakurasu.asp) based on lp_solve, an LGPLed Linear Programming solver, and you can currently find it here:
http://bitbucket.org/shlomif/lp-based-puzzle-solvers I'd like to get some input about it before I release its first version, announce it on Freshmeat.net and all that Jazz. Some points to consider: 1. Is it OK to name the module with a hyphen? Should it be "kakurasu_solver" instead? 2. I realise the setup.py could use some improvements, and that some fields could be added, but feel free to mention them anyway. Any comments would be appreciated. The default mode of the module is to be used from the command line, but it also includes an API. Regards, -- Shlomi Fish -- ------------------------------------------ Shlomi Fish http://www.shlomifish.org/ Electrical Engineering studies. In the Technion. Been there. Done that. Forgot a lot. Remember too much. _______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
