COIN-OR::LEMON - Graph Library

Changeset 880:9d0bfd35b97c in lemon-0.x for src/hugo/full_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/full_graph.h

    r822 r880  
    2828  ///It is completely static, so you can neither add nor delete either
    2929  ///edges or nodes.
    30   ///Otherwise it conforms to the graph interface documented under
    31   ///the description of \ref GraphSkeleton.
    32   ///\sa \ref GraphSkeleton.
     30  ///Thus it conforms to
     31  ///the \ref skeleton::StaticGraph "StaticGraph" concept
     32  ///\sa skeleton::StaticGraph.
    3333  ///\todo What about loops?
    3434  ///\todo Don't we need SymEdgeMap?
Note: See TracChangeset for help on using the changeset viewer.