COIN-OR::LEMON - Graph Library

Changeset 2256:b22dfb6c5ff3 in lemon-0.x for lemon/list_graph.h


Ignore:
Timestamp:
10/20/06 14:05:54 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3008
Message:

Graph imlementations actually provide ReferenceMaps?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/list_graph.h

    r2231 r2256  
    323323  ///The most of the member functions and nested classes are
    324324  ///documented only in the concept class.
     325  ///
     326  ///An important extra feature of this graph implementation is that
     327  ///its maps are real \ref concept::ReferenceMap "reference map"s.
     328  ///
    325329  ///\sa concept::Graph.
    326330
     
    744748  ///This is a simple and fast undirected graph implementation.
    745749  ///
     750  ///An important extra feature of this graph implementation is that
     751  ///its maps are real \ref concept::ReferenceMap "reference map"s.
     752  ///
    746753  ///It conforms to the
    747754  ///\ref concept::UGraph "UGraph concept".
     
    14921499  /// This is a bipartite undirected graph implementation.
    14931500  /// It is conforms to the \ref concept::BpUGraph "BpUGraph concept".
     1501  ///
     1502  ///An important extra feature of this graph implementation is that
     1503  ///its maps are real \ref concept::ReferenceMap "reference map"s.
     1504  ///
    14941505  /// \sa concept::BpUGraph.
    14951506  ///
Note: See TracChangeset for help on using the changeset viewer.