lemon/hypercube_graph.h
changeset 2260 4274224f8a7d
parent 2242 16523135943d
child 2386 81b47fc5c444
equal deleted inserted replaced
16:174ac47c1b2c 17:cabd32da4ceb
   187   ///
   187   ///
   188   /// \note The type of the \c ids is chosen to \c int because efficiency
   188   /// \note The type of the \c ids is chosen to \c int because efficiency
   189   /// reasons. This way the maximal dimension of this implementation
   189   /// reasons. This way the maximal dimension of this implementation
   190   /// is 26. 
   190   /// is 26. 
   191   ///
   191   ///
   192   /// The graph type is fully conform to the \ref concept::Graph
   192   /// The graph type is fully conform to the \ref concepts::Graph
   193   /// concept but it does not conform to the \ref concept::UGraph.
   193   /// concept but it does not conform to the \ref concepts::UGraph.
   194   ///
   194   ///
   195   /// \author Balazs Dezso
   195   /// \author Balazs Dezso
   196   class HyperCubeGraph : public ExtendedHyperCubeGraphBase {
   196   class HyperCubeGraph : public ExtendedHyperCubeGraphBase {
   197   public:
   197   public:
   198 
   198