COIN-OR::LEMON - Graph Library

Changeset 463:7f3ef3009dd3 in lemon-0.x for src/include


Ignore:
Timestamp:
04/29/04 10:33:16 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@614
Message:

doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/include/skeletons/graph.h

    r403 r463  
    182182    /// First node of the graph.
    183183
    184     /// \post \c i and the return value will be the first node.
     184    /// \retval i the first node.
     185    /// \return the first node.
    185186    ///
    186187    NodeIt &first(NodeIt &i) const { return i;}
Note: See TracChangeset for help on using the changeset viewer.