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

« back to all changes in this revision

Viewing changes to examples/steiner.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:
7
7
 *     Guido Tack, 2004
8
8
 *
9
9
 *  Last modified:
10
 
 *     $Date: 2011-02-22 20:26:48 +1100 (Tue, 22 Feb 2011) $ by $Author: tack $
11
 
 *     $Revision: 11761 $
 
10
 *     $Date: 2012-09-07 11:29:57 +0200 (Fri, 07 Sep 2012) $ by $Author: schulte $
 
11
 *     $Revision: 13061 $
12
12
 *
13
13
 *  This file is part of Gecode, the generic constraint
14
14
 *  development environment:
128
128
      }
129
129
    }
130
130
 
131
 
    branch(*this, triples, SET_VAR_NONE, SET_VAL_MIN_INC);
 
131
    branch(*this, triples, SET_VAR_NONE(), SET_VAL_MIN_INC());
132
132
  }
133
133
  /// Print solution
134
134
  virtual void