lemon/full_graph.h
changeset 1694 6d81e6f7a88d
parent 1669 66ae78d29f1e
child 1703 eb90e3d6bddc
equal deleted inserted replaced
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 {