knights.cpp File Reference
(Revision: 9848)
#include <gecode/driver.hh>
#include <gecode/int.hh>
#include <gecode/minimodel.hh>
#include <gecode/graph.hh>
Go to the source code of this file.
Classes | |
class | Warnsdorff |
Custom brancher for knights tours using Warnsdorff's rule. More... | |
class | Warnsdorff::Choice |
Choice. More... | |
class | Knights |
Base-class for Knights tour example. More... | |
class | KnightsReified |
Example: n-Knights tour (simple model) More... | |
class | KnightsCircuit |
Example: n-Knights tour (model using circuit) More... |