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

« back to all changes in this revision

Viewing changes to examples/pentominoes.cpp

  • Committer: Package Import Robot
  • Author(s): Kari Pahula
  • Date: 2013-05-25 15:57:32 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20130525155732-bltd8lu9my9borhk
Tags: 4.0.0-2
Give make check LD_LIBRARY_PATH=. to make test work without gecode
already installed, to fix FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *     Guido Tack, 2006
12
12
 *
13
13
 *  Last modified:
14
 
 *     $Date: 2010-10-07 20:52:01 +1100 (Thu, 07 Oct 2010) $ by $Author: schulte $
15
 
 *     $Revision: 11473 $
 
14
 *     $Date: 2012-09-07 11:29:57 +0200 (Fri, 07 Sep 2012) $ by $Author: schulte $
 
15
 *     $Revision: 13061 $
16
16
 *
17
17
 *  This file is part of Gecode, the generic constraint
18
18
 *  development environment:
437
437
    }
438
438
 
439
439
    // Install branching
440
 
    branch(*this, board, INT_VAR_NONE, INT_VAL_MIN);
 
440
    branch(*this, board, INT_VAR_NONE(), INT_VAL_MIN());
441
441
  }
442
442
 
443
443
  /// Constructor for cloning \a s