« Some Comet constraint programming (CP) models | Main | About 20 more constraint programming models in Comet »

Some of my models now at the Gecode/R site

In the comments of Some models in Gecode/R (Ruby interface to Gecode), Andreas Launila - the maintainer of Gecode/R - indicated that he wanted to include some of my models in the Gecode/R distribution.

As of writing, he has included two models in the Examples collection (as well as the SVN repository):
* nonogram.rb: Nonogram, painting by numbers
* minesweeper.rb: Minesweeper

Please note that Andreas has made some modifications which makes them much neater. For comparison, my original models is at My Gecode/R page.

Thanks Andreas!