Generated on Sat Nov 11 01:12:12 2006 for Gecode by doxygen 1.5.1

sudoku.cc File Reference

(Revision: 3517)

#include "examples/support.hh"
#include "gecode/set.hh"
#include "gecode/minimodel.hh"
#include "examples/sudoku.icc"

Go to the source code of this file.

Classes

class  Sudoku
 Example: Some Sudoku puzzles More...

Functions

void same (Space *home, int nn, IntVarArgs a, IntVarArgs b)
IntVarArgs block_col (MiniModel::Matrix< IntVarArray > m, int n, int bc, int i, int j)
IntVarArgs block_row (MiniModel::Matrix< IntVarArray > m, int n, int br, int i, int j)


Function Documentation

void same ( Space home,
int  nn,
IntVarArgs  a,
IntVarArgs  b 
)

Definition at line 34 of file sudoku.cc.

IntVarArgs block_col ( MiniModel::Matrix< IntVarArray m,
int  n,
int  bc,
int  i,
int  j 
)

Definition at line 41 of file sudoku.cc.

IntVarArgs block_row ( MiniModel::Matrix< IntVarArray m,
int  n,
int  br,
int  i,
int  j 
)

Definition at line 47 of file sudoku.cc.