equal
deleted
inserted
replaced
247 /// |
247 /// |
248 /// \note The type of the \c ids is chosen to \c int because efficiency |
248 /// \note The type of the \c ids is chosen to \c int because efficiency |
249 /// reasons. This way the maximal dimension of this implementation |
249 /// reasons. This way the maximal dimension of this implementation |
250 /// is 26. |
250 /// is 26. |
251 /// |
251 /// |
252 /// The graph type is fully conform to the \ref concept::StaticGraph |
252 /// The graph type is fully conform to the \ref concept::Graph |
253 /// concept but it does not conform to the \ref concept::UGraph. |
253 /// concept but it does not conform to the \ref concept::UGraph. |
254 /// |
254 /// |
255 /// \see HyperCubeGraphBase |
255 /// \see HyperCubeGraphBase |
256 /// \author Balazs Dezso |
256 /// \author Balazs Dezso |
257 class HyperCubeGraph : public ExtendedHyperCubeGraphBase { |
257 class HyperCubeGraph : public ExtendedHyperCubeGraphBase { |