equal
deleted
inserted
replaced
187 /// |
187 /// |
188 /// \note The type of the \c ids is chosen to \c int because efficiency |
188 /// \note The type of the \c ids is chosen to \c int because efficiency |
189 /// reasons. This way the maximal dimension of this implementation |
189 /// reasons. This way the maximal dimension of this implementation |
190 /// is 26. |
190 /// is 26. |
191 /// |
191 /// |
192 /// The graph type is fully conform to the \ref concept::Graph |
192 /// The graph type is fully conform to the \ref concepts::Graph |
193 /// concept but it does not conform to the \ref concept::UGraph. |
193 /// concept but it does not conform to the \ref concepts::UGraph. |
194 /// |
194 /// |
195 /// \author Balazs Dezso |
195 /// \author Balazs Dezso |
196 class HyperCubeGraph : public ExtendedHyperCubeGraphBase { |
196 class HyperCubeGraph : public ExtendedHyperCubeGraphBase { |
197 public: |
197 public: |
198 |
198 |