Generated on Wed Nov 1 15:04:49 2006 for Gecode by doxygen 1.4.5

crowded-chess.cc File Reference

(Revision: 3517)

#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
}
The maximum number of knights placeable.

Definition at line 28 of file crowded-chess.cc.

const int nkval = 16
 

Definition at line 34 of file crowded-chess.cc.