lemon/hypercube_graph.h
changeset 834 c2230649a493
parent 827 580af8cf2f6a
child 835 c92296660262
equal deleted inserted replaced
10:7cf92a7cfe88 12:f702e78cdbde
   291   /// the structure can be resized using resize().
   291   /// the structure can be resized using resize().
   292   ///
   292   ///
   293   /// This type fully conforms to the \ref concepts::Graph "Graph concept".
   293   /// This type fully conforms to the \ref concepts::Graph "Graph concept".
   294   /// Most of its member functions and nested classes are documented
   294   /// Most of its member functions and nested classes are documented
   295   /// only in the concept class.
   295   /// only in the concept class.
       
   296   ///
       
   297   /// This class provides constant time counting for nodes, edges and arcs.
   296   ///
   298   ///
   297   /// \note The type of the indices is chosen to \c int for efficiency
   299   /// \note The type of the indices is chosen to \c int for efficiency
   298   /// reasons. Thus the maximum dimension of this implementation is 26
   300   /// reasons. Thus the maximum dimension of this implementation is 26
   299   /// (assuming that the size of \c int is 32 bit).
   301   /// (assuming that the size of \c int is 32 bit).
   300   class HypercubeGraph : public ExtendedHypercubeGraphBase {
   302   class HypercubeGraph : public ExtendedHypercubeGraphBase {