lemon/smart_graph.h
changeset 1713 49d22d34d95f
parent 1669 66ae78d29f1e
child 1718 6a958ab38386
equal deleted inserted replaced
5:5f04414a541e 6:64ae594a79e0
    17 #ifndef LEMON_SMART_GRAPH_H
    17 #ifndef LEMON_SMART_GRAPH_H
    18 #define LEMON_SMART_GRAPH_H
    18 #define LEMON_SMART_GRAPH_H
    19 
    19 
    20 ///\ingroup graphs
    20 ///\ingroup graphs
    21 ///\file
    21 ///\file
    22 ///\brief SmartGraph and SymSmartGraph classes.
    22 ///\brief SmartGraph and UndirSmartGraph classes.
    23 
    23 
    24 #include <vector>
    24 #include <vector>
    25 
    25 
    26 #include <lemon/invalid.h>
    26 #include <lemon/invalid.h>
    27 
    27