COIN-OR::LEMON - Graph Library

Changeset 974:785062a83f8e in lemon-0.x


Ignore:
Timestamp:
11/10/04 12:42:00 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1362
Message:

Changes in doc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lemon/smart_graph.h

    r973 r974  
    233233  ///This is a simple and fast graph implementation.
    234234  ///It is also quite memory efficient, but at the price
    235   ///that <b> it does not support node and edge deletion</b>.
     235  ///that <b> it does support only limited (only stack-like)
     236  ///node and edge deletions</b>.
    236237  ///It conforms to
    237238  ///the \ref concept::ExtendableGraph "ExtendableGraph" concept.
     
    239240  ///
    240241  ///\todo Some member functions could be \c static.
    241   ///
    242   ///\todo A possibly useful functionality: a function saveState()
    243   ///(or snapshot() ) would
    244   ///give back a data sturcture X and then the function restoreState(X)
    245   ///(or rollBack() )
    246   ///would remove the nodes and edges added after the call of saveState().
    247   ///Of course it should be used as a stack. (Maybe X is not necessary.)
    248242  ///
    249243  ///\author Alpar Juttner
     
    294288    ///a later state, in other word you cannot add again the edges deleted
    295289    ///by rollBack().
     290    ///\todo This function might be called saveState() or getState().
    296291    SnapShot makeSnapShot()
    297292    {
Note: See TracChangeset for help on using the changeset viewer.