COIN-OR::LEMON - Graph Library

Changeset 2117:96efb4fa0736 in lemon-0.x for lemon/list_graph.h


Ignore:
Timestamp:
07/04/06 19:49:01 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2827
Message:
  • Revised "Concepts" group documentation
  • Other minor doc improvements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/list_graph.h

    r2116 r2117  
    315315  ///A list graph class.
    316316
    317   ///This is a simple and fast erasable graph implementation.
     317  ///This is a simple and fast graph implementation.
    318318  ///
    319   ///It conforms to the \ref concept::Graph "Graph" concept and it
     319  ///It conforms to the \ref concept::Graph "Graph concept" and it
    320320  ///also provides several additional useful extra functionalities.
    321321  ///The most of the member functions and nested classes are
     
    718718  ///An undirected list graph class.
    719719
    720   ///This is a simple and fast erasable undirected graph implementation.
     720  ///This is a simple and fast undirected graph implementation.
    721721  ///
    722722  ///It conforms to the
    723   ///\ref concept::UGraph "UGraph" concept.
     723  ///\ref concept::UGraph "UGraph concept".
    724724  ///
    725725  ///\sa concept::UGraph.
     
    11461146  ///
    11471147  /// This is a bipartite undirected graph implementation.
    1148   /// It is conforms to the \ref concept::ErasableBpUGraph "ErasableBpUGraph"
    1149   /// concept.
     1148  /// It is conforms to the \ref concept::BpUGraph "BpUGraph concept".
    11501149  /// \sa concept::BpUGraph.
    11511150  ///
Note: See TracChangeset for help on using the changeset viewer.