lemon/hypercube_graph.h
changeset 2134 914602e294be
parent 1998 2ba916d7aae3
child 2207 75a29ac69c19
equal deleted inserted replaced
11:98aa4fc72977 12:e91f5d7c503a
   247   ///
   247   ///
   248   /// \note The type of the \c ids is chosen to \c int because efficiency
   248   /// \note The type of the \c ids is chosen to \c int because efficiency
   249   /// reasons. This way the maximal dimension of this implementation
   249   /// reasons. This way the maximal dimension of this implementation
   250   /// is 26. 
   250   /// is 26. 
   251   ///
   251   ///
   252   /// The graph type is fully conform to the \ref concept::StaticGraph
   252   /// The graph type is fully conform to the \ref concept::Graph
   253   /// concept but it does not conform to the \ref concept::UGraph.
   253   /// concept but it does not conform to the \ref concept::UGraph.
   254   ///
   254   ///
   255   /// \see HyperCubeGraphBase
   255   /// \see HyperCubeGraphBase
   256   /// \author Balazs Dezso
   256   /// \author Balazs Dezso
   257   class HyperCubeGraph : public ExtendedHyperCubeGraphBase {
   257   class HyperCubeGraph : public ExtendedHyperCubeGraphBase {