~ubuntu-branches/debian/stretch/gecode/stretch

« back to all changes in this revision

Viewing changes to examples/word-square.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Kari Pahula
  • Date: 2011-02-05 23:56:22 UTC
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20110205235622-z27s7kzpmqsto0ty
Tags: upstream-3.5.0
ImportĀ upstreamĀ versionĀ 3.5.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *     Christian Schulte, 2009
12
12
 *
13
13
 *  Last modified:
14
 
 *     $Date: 2010-07-14 12:40:03 +0200 (Wed, 14 Jul 2010) $ by $Author: schulte $
15
 
 *     $Revision: 11185 $
 
14
 *     $Date: 2010-10-07 11:52:01 +0200 (Thu, 07 Oct 2010) $ by $Author: schulte $
 
15
 *     $Revision: 11473 $
16
16
 *
17
17
 *  This file is part of Gecode, the generic constraint
18
18
 *  development environment:
57
57
 *  "order" of the square); when the words are written out in a square grid
58
58
 *  horizontally, the same set of words can be read vertically.
59
59
 *
60
 
 * \ingroup ExProblem
 
60
 * \ingroup Example
61
61
 *
62
62
 */
63
63
class WordSquare : public Script {