COIN-OR::LEMON - Graph Library

Changeset 880:9d0bfd35b97c in lemon-0.x for src/hugo/smart_graph.h


Ignore:
Timestamp:
09/17/04 17:51:50 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1188
Message:
  • Name changing: XYZGraphSkeleton -> XYZGraph
  • Fix some bad \ref's in the doc.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/smart_graph.h

    r822 r880  
    3131  ///It is also quite memory efficient, but at the price
    3232  ///that <b> it does not support node and edge deletion</b>.
    33   ///It conforms to the graph interface documented under
    34   ///the description of \ref GraphSkeleton.
    35   ///\sa \ref GraphSkeleton.
     33  ///It conforms to
     34  ///the \ref skeleton::ExtendableGraph "ExtendableGraph" concept.
     35  ///\sa skeleton::ExtendableGraph.
    3636  ///
    3737  ///\todo Some member functions could be \c static.
     
    303303  ///feature by
    304304  ///storing shared values for the edge pairs. The usual
    305   ///\ref GraphSkeleton::EdgeMap "EdgeMap"
     305  ///\ref Graph::EdgeMap "EdgeMap"
    306306  ///can be used
    307307  ///as well.
     
    311311  ///\warning It shares the similarity with \ref SmartGraph that
    312312  ///it is not possible to delete edges or nodes from the graph.
    313   //\sa \ref SmartGraph.
     313  //\sa SmartGraph.
    314314
    315315  class SymSmartGraph : public SmartGraph
Note: See TracChangeset for help on using the changeset viewer.