Using linked elevator
authordeba
Wed, 28 Nov 2007 17:40:41 +0000
changeset 252510715b6bcd86
parent 2524 44675961f645
child 2526 b7727edd44f2
Using linked elevator
It is conform to the Graph concept in that sense
the graph maps should not be ReferenceMap
lemon/preflow.h
     1.1 --- a/lemon/preflow.h	Wed Nov 28 16:42:58 2007 +0000
     1.2 +++ b/lemon/preflow.h	Wed Nov 28 17:40:41 2007 +0000
     1.3 @@ -72,7 +72,7 @@
     1.4      ///
     1.5      /// \sa Elevator
     1.6      /// \sa LinkedElevator
     1.7 -    typedef Elevator<Graph, typename Graph::Node> Elevator;
     1.8 +    typedef LinkedElevator<Graph, typename Graph::Node> Elevator;
     1.9      
    1.10      /// \brief Instantiates an Elevator.
    1.11      ///