changeset 1701 | 77bb84387815 |
parent 1669 | 66ae78d29f1e |
child 1703 | eb90e3d6bddc |
4:c26b86f3e0b1 | 5:80f7a1bf87ba |
---|---|
30 #include <lemon/utility.h> |
30 #include <lemon/utility.h> |
31 |
31 |
32 |
32 |
33 ///\ingroup graphs |
33 ///\ingroup graphs |
34 ///\file |
34 ///\file |
35 ///\brief FullGraph and SymFullGraph classes. |
35 ///\brief FullGraph and UndirFullGraph classes. |
36 |
36 |
37 |
37 |
38 namespace lemon { |
38 namespace lemon { |
39 |
39 |
40 class FullGraphBase { |
40 class FullGraphBase { |