lemon/hypercube_graph.h
changeset 951 41d7ac528c3a
parent 629 7a28e215f715
child 782 853fcddcf282
child 825 a143f19f465b
equal deleted inserted replaced
5:055c0f1549fe 6:28ebcff69bcb
   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 fully conforms to the \ref concepts::Graph
   294   /// This graph type fully conforms to the \ref concepts::Graph
   295   /// "Graph concept".
   295   /// "Graph concept".
   296   class HypercubeGraph : public ExtendedHypercubeGraphBase {
   296   class HypercubeGraph : public ExtendedHypercubeGraphBase {
       
   297     typedef ExtendedHypercubeGraphBase Parent;
       
   298 
   297   public:
   299   public:
   298 
       
   299     typedef ExtendedHypercubeGraphBase Parent;
       
   300 
   300 
   301     /// \brief Constructs a hypercube graph with \c dim dimensions.
   301     /// \brief Constructs a hypercube graph with \c dim dimensions.
   302     ///
   302     ///
   303     /// Constructs a hypercube graph with \c dim dimensions.
   303     /// Constructs a hypercube graph with \c dim dimensions.
   304     HypercubeGraph(int dim) { construct(dim); }
   304     HypercubeGraph(int dim) { construct(dim); }