Generated on Thu Mar 22 10:39:52 2012 for Gecode by doxygen 1.6.3

WordSquare Class Reference
[Example scripts (models)]

Example: Word-square puzzle More...

List of all members.

Public Types

enum  { BRANCH_WORDS, BRANCH_LETTERS }
 

Branching variants.

More...

Public Member Functions

 WordSquare (const SizeOptions &opt)
 Actual model.
 WordSquare (bool share, WordSquare &s)
 Constructor for cloning s.
virtual Spacecopy (bool share)
 Copy during cloning.
virtual void print (std::ostream &os) const
 Print solution.

Protected Attributes

const int w_l
 Length of words.
IntVarArray letters
 The array of letters.

Detailed Description

Example: Word-square puzzle

From http://en.wikipedia.org/wiki/Word_square: A word square is a special case of acrostic. It consists of a set of words, all having the same number of letters as the total number of words (the "order" of the square); when the words are written out in a square grid horizontally, the same set of words can be read vertically.

Definition at line 63 of file word-square.cpp.


Member Enumeration Documentation

anonymous enum

Branching variants.

Enumerator:
BRANCH_WORDS 

Branch on word variables.

BRANCH_LETTERS 

Branch on letter variables.

Definition at line 71 of file word-square.cpp.


Constructor & Destructor Documentation

WordSquare::WordSquare ( const SizeOptions opt  )  [inline]

Actual model.

Definition at line 76 of file word-square.cpp.

WordSquare::WordSquare ( bool  share,
WordSquare s 
) [inline]

Constructor for cloning s.

Definition at line 119 of file word-square.cpp.


Member Function Documentation

virtual Space* WordSquare::copy ( bool  share  )  [inline, virtual]

Copy during cloning.

Definition at line 125 of file word-square.cpp.

virtual void WordSquare::print ( std::ostream &  os  )  const [inline, virtual]

Print solution.

Reimplemented from Gecode::Driver::ScriptBase< BaseSpace >.

Definition at line 130 of file word-square.cpp.


Member Data Documentation

const int WordSquare::w_l [protected]

Length of words.

Definition at line 66 of file word-square.cpp.

The array of letters.

Definition at line 68 of file word-square.cpp.


The documentation for this class was generated from the following file: