crowded-chess.cc File Reference
(Revision: 3271)
#include "examples/support.hh"
#include "gecode/minimodel.hh"
Go to the source code of this file.
Classes | |
class | CrowdedChess |
Example: Crowded Chessboard More... | |
Variables | |
const int | kval [] |
The maximum number of knights placeable. | |
const int | nkval = 16 |
Variable Documentation
const int kval[] |
Initial value:
{ 0, 0, 0, 0, 5, 9, 15, 21, 29, 37, 47, 57, 69, 81, 94, 109 }
Definition at line 28 of file crowded-chess.cc.
const int nkval = 16 |
Definition at line 34 of file crowded-chess.cc.