Generated on Wed Jan 4 17:49:15 2006 for Gecode by doxygen 1.4.6

sudoku.icc File Reference

(Revision: 2391)

Go to the source code of this file.

Sudoku specifications

Each specification gives the initial positions that are filled in, with blank squares represented as zeroes.

const int examples [][9][9]
const unsigned int n_examples = sizeof(examples)/sizeof(int[9][9])
 Number of specifications.


Variable Documentation

const int examples[][9][9]
 

Definition at line 30 of file sudoku.icc.

const unsigned int n_examples = sizeof(examples)/sizeof(int[9][9])
 

Number of specifications.

Definition at line 231 of file sudoku.icc.