Generated on Tue Sep 25 2012 20:53:18 for Gecode by doxygen 1.7.5
knights.cpp File Reference

(Revision: 12022)

#include <gecode/driver.hh>
#include <gecode/int.hh>
#include <gecode/minimodel.hh>
#include <QtGui>

Go to the source code of this file.

Classes

class  Warnsdorff
 Custom brancher for knight's tours using Warnsdorff's rule. More...
class  Warnsdorff::Choice
 Choice More...
class  Knights
 Base-class for knight's tour example. More...
class  KnightsReified
 Example: n-Knight's tour (simple model) More...
class  KnightsCircuit
 Example: n-Knights tour (model using circuit) More...
class  KnightsInspector
 Inspector showing knight moves on a chess board. More...