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

« back to all changes in this revision

Viewing changes to gecode/iter/ranges-singleton-append.hpp

  • 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:
9
9
 *    Guido Tack, 2006
10
10
 *
11
11
 *  Last modified:
12
 
 *     $Date: 2009-09-08 21:10:29 +0200 (Tue, 08 Sep 2009) $ by $Author: schulte $
13
 
 *     $Revision: 9692 $
 
12
 *     $Date: 2010-07-28 17:35:33 +0200 (Wed, 28 Jul 2010) $ by $Author: schulte $
 
13
 *     $Revision: 11294 $
14
14
 *
15
15
 *  This file is part of Gecode, the generic constraint
16
16
 *  development environment:
49
49
 
50
50
  template<class J>
51
51
  class SingletonAppend : public MinMax {
52
 
  private:
53
 
    /// Check that \a J is a range iterator;
54
 
    IsRangeIter<J> _checkJ;
55
52
  protected:
56
53
    /// Iterator to be appended
57
54
    J j;