COIN-OR::LEMON - Graph Library

Changeset 404:d888ca4e6c00 in lemon-0.x


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

More docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/alpar/list_graph.h

    r401 r404  
    11271127  /// each other.
    11281128  ///
     1129  ///\warning Adding or deleting nodes from the graph is not safe if an
     1130  ///\ref EdgeSet is currently attached to it!
     1131  ///
     1132  ///\todo Make it possible to add/delete edges from the base graph
     1133  ///(and from \ref EdgeSet, as well)
     1134  ///
    11291135  ///\param GG The type of the graph which shares its node set with this class.
    11301136  ///Its interface must conform with \ref GraphSkeleton.
Note: See TracChangeset for help on using the changeset viewer.