lemon/elevator.h
changeset 2347 0aaa7ada5395
parent 2346 c06a956a92fa
child 2348 5ef61c97bf1b
equal deleted inserted replaced
0:6ebf3bb94858 1:1770413a2c4e
    28 ///
    28 ///
    29 
    29 
    30 #include <test/test_tools.h>
    30 #include <test/test_tools.h>
    31 namespace lemon {
    31 namespace lemon {
    32 
    32 
    33   ///Class for hangling "labels" in push-relabel type algorithms.
    33   ///Class for handling "labels" in push-relabel type algorithms.
    34   
    34   
    35   ///A class for hangling "labels" in push-relabel type algorithms.
    35   ///A class for handling "labels" in push-relabel type algorithms.
    36   ///
    36   ///
    37   ///\ingroup auxdat
    37   ///\ingroup auxdat
    38   ///Using this class you can assign "labels" (nonnegativ integer numbers)
    38   ///Using this class you can assign "labels" (nonnegativ integer numbers)
    39   ///to the edges or nodes of a graph, manipulate and query them through
    39   ///to the edges or nodes of a graph, manipulate and query them through
    40   ///operations typically arising in "push-relabel" type algorithms.
    40   ///operations typically arising in "push-relabel" type algorithms.