Generated on Wed Nov 4 21:15:02 2009 for Gecode by doxygen 1.5.5

crossword.cpp File Reference

(Revision: 10044)

#include <gecode/driver.hh>
#include <gecode/int.hh>
#include <gecode/minimodel.hh>
#include <examples/scowl.hpp>

Go to the source code of this file.

Classes

class  Crossword
 Example: Crossword puzzle More...

Variables

const int * grids []
const unsigned int n_grids = 72


Variable Documentation

const int * grids

Initial value:

 {
    &g0[0], &g1[0], &g2[0], &g3[0], &g4[0], &g5[0], &g6[0], &g7[0], &g8[0], 
    &g9[0], &g10[0], &g11[0], &g12[0], &g13[0], &g14[0], &g15[0], &g16[0], 
    &g17[0], &g18[0], &g19[0], &g20[0], &g21[0], &g22[0], &g23[0], &g24[0], 
    &g25[0], &g26[0], &g27[0], &g28[0], &g29[0], &g30[0], &g31[0], &g32[0], 
    &g33[0], &g34[0], &g35[0], &g36[0], &g37[0], &g38[0], &g39[0], &g40[0], 
    &g41[0], &g42[0], &g43[0], &g44[0], &g45[0], &g46[0], &g47[0], &g48[0], 
    &g49[0], &g50[0], &g51[0], &g52[0], &g53[0], &g54[0], &g55[0], &g56[0],
    &g57[0], &g58[0], &g59[0], &g60[0], &g61[0], &g62[0], &g63[0], &g64[0],
    &g65[0], &g66[0], &g67[0], &g68[0], &g69[0], &g70[0], &g71[0]
  }

Definition at line 4080 of file crossword.cpp.

const unsigned int n_grids = 72

Definition at line 4092 of file crossword.cpp.