lemon/preflow.h
changeset 2525 10715b6bcd86
parent 2522 616c019215c4
child 2527 10f3b3286e63
equal deleted inserted replaced
25:2e5744332ff8 26:3b835540ea0f
    70     /// 
    70     /// 
    71     /// The elevator type used by Preflow algorithm.
    71     /// The elevator type used by Preflow algorithm.
    72     ///
    72     ///
    73     /// \sa Elevator
    73     /// \sa Elevator
    74     /// \sa LinkedElevator
    74     /// \sa LinkedElevator
    75     typedef Elevator<Graph, typename Graph::Node> Elevator;
    75     typedef LinkedElevator<Graph, typename Graph::Node> Elevator;
    76     
    76     
    77     /// \brief Instantiates an Elevator.
    77     /// \brief Instantiates an Elevator.
    78     ///
    78     ///
    79     /// This function instantiates a \ref Elevator. 
    79     /// This function instantiates a \ref Elevator. 
    80     /// \param graph The graph, to which we would like to define the elevator.
    80     /// \param graph The graph, to which we would like to define the elevator.