equal
deleted
inserted
replaced
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: |