lemon/hypercube_graph.h
changeset 787 c2230649a493
parent 780 580af8cf2f6a
child 788 c92296660262
     1.1 --- a/lemon/hypercube_graph.h	Thu Nov 05 15:50:01 2009 +0100
     1.2 +++ b/lemon/hypercube_graph.h	Sun Nov 15 19:57:02 2009 +0100
     1.3 @@ -294,6 +294,8 @@
     1.4    /// Most of its member functions and nested classes are documented
     1.5    /// only in the concept class.
     1.6    ///
     1.7 +  /// This class provides constant time counting for nodes, edges and arcs.
     1.8 +  ///
     1.9    /// \note The type of the indices is chosen to \c int for efficiency
    1.10    /// reasons. Thus the maximum dimension of this implementation is 26
    1.11    /// (assuming that the size of \c int is 32 bit).