lemon/hypercube_graph.h
changeset 606 c5fd2d996909
parent 463 88ed40ad0d4f
child 629 7a28e215f715
equal deleted inserted replaced
3:08155e9115e2 4:8aab672a9d80
   289   ///
   289   ///
   290   /// \note The type of the indices is chosen to \c int for efficiency
   290   /// \note The type of the indices is chosen to \c int for efficiency
   291   /// reasons. Thus the maximum dimension of this implementation is 26
   291   /// reasons. Thus the maximum dimension of this implementation is 26
   292   /// (assuming that the size of \c int is 32 bit).
   292   /// (assuming that the size of \c int is 32 bit).
   293   ///
   293   ///
   294   /// This graph type is fully conform to the \ref concepts::Graph
   294   /// This graph type fully conforms to the \ref concepts::Graph
   295   /// "Graph" concept, and it also has an important extra feature
   295   /// "Graph" concept, and it also has an important extra feature
   296   /// that its maps are real \ref concepts::ReferenceMap
   296   /// that its maps are real \ref concepts::ReferenceMap
   297   /// "reference map"s.
   297   /// "reference map"s.
   298   class HypercubeGraph : public ExtendedHypercubeGraphBase {
   298   class HypercubeGraph : public ExtendedHypercubeGraphBase {
   299   public:
   299   public: