lemon/min_mean_cycle.h
changeset 2618 6aa6fcaeaea5
parent 2588 4d3bc1d04c1d
child 2620 8f41a3129746
equal deleted inserted replaced
9:d7b61f415440 10:bab2cd620cd7
    53   class MinMeanCycle
    53   class MinMeanCycle
    54   {
    54   {
    55     GRAPH_TYPEDEFS(typename Graph);
    55     GRAPH_TYPEDEFS(typename Graph);
    56 
    56 
    57     typedef typename LengthMap::Value Length;
    57     typedef typename LengthMap::Value Length;
    58     typedef Path<Graph> Path;
    58     typedef lemon::Path<Graph> Path;
    59 
    59 
    60   private:
    60   private:
    61 
    61 
    62     // The directed graph the algorithm runs on
    62     // The directed graph the algorithm runs on
    63     const Graph &_graph;
    63     const Graph &_graph;