lemon/grid_ugraph.h
changeset 2049 a9933b493198
parent 1999 2ff283124dfc
child 2076 10681ee9d8ae
equal deleted inserted replaced
3:0f0166dd9bbb 4:57ae670bc340
   369   ///     val[graph(i, j)] = i + j;
   369   ///     val[graph(i, j)] = i + j;
   370   ///   }
   370   ///   }
   371   /// }
   371   /// }
   372   ///\endcode
   372   ///\endcode
   373   ///
   373   ///
   374   /// The graph type is fully conform to the \ref concept::UUGraph
   374   /// The graph type is fully conform to the \ref concept::UGraph
   375   /// "Undirected UGraph" concept.
   375   /// "Undirected Graph" concept.
   376   ///
   376   ///
   377   /// \author Balazs Dezso
   377   /// \author Balazs Dezso
   378   /// \see GridUGraphBase
   378   /// \see GridUGraphBase
   379   class GridUGraph : public ExtendedGridUGraphBase {
   379   class GridUGraph : public ExtendedGridUGraphBase {
   380   public:
   380   public: