Generated on Mon Aug 25 11:35:45 2008 for Gecode by doxygen 1.5.6

kakuro.cc File Reference

(Revision: 5572)

#include "examples/support.hh"
#include "gecode/minimodel.hh"

Go to the source code of this file.

Classes

class  Kakuro
 Example: Kakuro More...


Variable Documentation

The variables.

Definition at line 376 of file kakuro.cc.

int n

Number of variables.

Definition at line 469 of file kakuro.cc.

int c

Sum of variables.

Definition at line 470 of file kakuro.cc.

Data d

The previously computed DFA.

Definition at line 471 of file kakuro.cc.

Entry* next

The next cache entry.

Definition at line 472 of file kakuro.cc.

Entry* cache

Where all entries start.

Definition at line 474 of file kakuro.cc.