COIN-OR::LEMON - Graph Library

Changeset 786:e20173729589 in lemon-main for lemon/list_graph.h


Ignore:
Timestamp:
11/13/09 18:10:06 (14 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Small doc fixes in several files (#331)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/list_graph.h

    r741 r786  
    392392    ///
    393393    ///\note \c ArcIt and \c OutArcIt iterators referencing the changed
    394     ///arc remain valid, however \c InArcIt iterators are invalidated.
     394    ///arc remain valid, but \c InArcIt iterators are invalidated.
    395395    ///
    396396    ///\warning This functionality cannot be used together with the Snapshot
     
    404404    ///
    405405    ///\note \c InArcIt iterators referencing the changed arc remain
    406     ///valid, however \c ArcIt and \c OutArcIt iterators are invalidated.
     406    ///valid, but \c ArcIt and \c OutArcIt iterators are invalidated.
    407407    ///
    408408    ///\warning This functionality cannot be used together with the Snapshot
     
    550550    /// reversing, contracting, splitting arcs or nodes) cannot be
    551551    /// restored. These events invalidate the snapshot.
    552     /// However the arcs and nodes that were added to the digraph after
     552    /// However, the arcs and nodes that were added to the digraph after
    553553    /// making the current snapshot can be removed without invalidating it.
    554554    class Snapshot {
     
    12681268    ///
    12691269    ///\note \c EdgeIt iterators referencing the changed edge remain
    1270     ///valid, however \c ArcIt iterators referencing the changed edge and
     1270    ///valid, but \c ArcIt iterators referencing the changed edge and
    12711271    ///all other iterators whose base node is the changed node are also
    12721272    ///invalidated.
     
    13521352    /// (e.g. changing the end-nodes of edges or contracting nodes)
    13531353    /// cannot be restored. These events invalidate the snapshot.
    1354     /// However the edges and nodes that were added to the graph after
     1354    /// However, the edges and nodes that were added to the graph after
    13551355    /// making the current snapshot can be removed without invalidating it.
    13561356    class Snapshot {
Note: See TracChangeset for help on using the changeset viewer.