Generated on Mon May 10 06:46:48 2010 for Gecode by doxygen 1.6.3

knights.cpp File Reference

(Revision: 10684)

#include <gecode/driver.hh>
#include <gecode/int.hh>
#include <gecode/minimodel.hh>
#include <gecode/graph.hh>
#include <gecode/support/auto-link.hpp>

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...