changeset 1707 | 39496e5482af |
parent 1669 | 66ae78d29f1e |
child 1718 | 6a958ab38386 |
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 |