COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bfs.h

    r1270 r956  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2013
     5 * Copyright (C) 2003-2010
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    153153    typedef PredMapPath<Digraph, PredMap> Path;
    154154
    155     ///The \ref lemon::BfsDefaultTraits "traits class" of the algorithm.
     155    ///The \ref BfsDefaultTraits "traits class" of the algorithm.
    156156    typedef TR Traits;
    157157
     
    12521252      }
    12531253      _Visitor& visitor;
    1254       Constraints() {}
    12551254    };
    12561255  };
Note: See TracChangeset for help on using the changeset viewer.