COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/list_graph.h

    r280 r239  
    502502    ///be invalidated.
    503503    ///
    504     ///\warning This functionality cannot be used in conjunction with the
     504    ///\warning This functionality cannot be used together with the
    505505    ///Snapshot feature.
     506    ///
     507    ///\todo It could be implemented in a bit faster way.
    506508    Node split(Node n, bool connect = true) {
    507509      Node b = addNode();
Note: See TracChangeset for help on using the changeset viewer.