lemon/grid_ugraph.h
changeset 2268 ad15bdd334bf
parent 2256 b22dfb6c5ff3
child 2384 805c5a2a36dd
equal deleted inserted replaced
11:07815b1451b6 12:a0de3a626073
   290   ///     val[graph(i, j)] = i + j;
   290   ///     val[graph(i, j)] = i + j;
   291   ///   }
   291   ///   }
   292   /// }
   292   /// }
   293   ///\endcode
   293   ///\endcode
   294   ///
   294   ///
   295   /// The graph type is fully conform to the \ref concept::UGraph
   295   /// The graph type is fully conform to the \ref concepts::UGraph
   296   /// "Undirected Graph" concept,  and it also has an
   296   /// "Undirected Graph" concept,  and it also has an
   297   ///important extra feature that
   297   ///important extra feature that
   298   ///its maps are real \ref concept::ReferenceMap "reference map"s.
   298   ///its maps are real \ref concepts::ReferenceMap "reference map"s.
   299   ///
   299   ///
   300   ///
   300   ///
   301   /// \author Balazs Dezso
   301   /// \author Balazs Dezso
   302   class GridUGraph : public ExtendedGridUGraphBase {
   302   class GridUGraph : public ExtendedGridUGraphBase {
   303   public:
   303   public: