Re: CLP(FD) animation: N-queens



On Feb 9, 2:56 am, Markus Triska <tri...@xxxxxxxx> wrote:
Here's how one can go about visualising the constraint solving process
for N-queens in a quite portable and straight-forward way:

   http://www.logic.at/prolog/queens/queens.html

The code is tested with SWI-Prolog. Any Prolog that supports reification
of CLP(FD) constraints will do though (possibly with a few changes).

If there's sufficient interest, I will upload some other CLP(FD)
visualisations that I found useful. Sometimes, they can give valuable
hints on which other strategies to try. In any case, I hope you like it!

Hi Markus,

Yes, I like your program(s) very much: concise, simple, and
impressive.
So please keep on uploading more stuff like this one!

Best regards,
Fred Mesnard

.