lemon/hypercube_graph.h
changeset 1914 7ef30a71937f
parent 1875 98698b69a902
child 1946 17eb3eaad9f8
equal deleted inserted replaced
3:78057d52f630 4:21b6b9945e8d
   252   /// \note The type of the \c ids is chosen to \c int because efficiency
   252   /// \note The type of the \c ids is chosen to \c int because efficiency
   253   /// reasons. This way the maximal dimension of this implementation
   253   /// reasons. This way the maximal dimension of this implementation
   254   /// is 26. 
   254   /// is 26. 
   255   ///
   255   ///
   256   /// The graph type is fully conform to the \ref concept::StaticGraph
   256   /// The graph type is fully conform to the \ref concept::StaticGraph
   257   /// concept but it does not conform to the \ref concept::UndirGraph.
   257   /// concept but it does not conform to the \ref concept::UGraph.
   258   ///
   258   ///
   259   /// \see HyperCubeGraphBase
   259   /// \see HyperCubeGraphBase
   260   /// \author Balazs Dezso
   260   /// \author Balazs Dezso
   261   class HyperCubeGraph : public ExtendedHyperCubeGraphBase {
   261   class HyperCubeGraph : public ExtendedHyperCubeGraphBase {
   262   public:
   262   public: