lemon/elevator.h
changeset 2635 23570e368afa
parent 2553 bfced05fa852
equal deleted inserted replaced
13:5f11dc39ff7a 14:395f05968985
    25 ///
    25 ///
    26 ///Elevator class implements an efficient data structure
    26 ///Elevator class implements an efficient data structure
    27 ///for labeling items in push-relabel type algorithms.
    27 ///for labeling items in push-relabel type algorithms.
    28 ///
    28 ///
    29 
    29 
    30 #include <test/test_tools.h>
       
    31 namespace lemon {
    30 namespace lemon {
    32 
    31 
    33   ///Class for handling "labels" in push-relabel type algorithms.
    32   ///Class for handling "labels" in push-relabel type algorithms.
    34   
    33   
    35   ///A class for handling "labels" in push-relabel type algorithms.
    34   ///A class for handling "labels" in push-relabel type algorithms.