COIN-OR::LEMON - Graph Library

Changeset 753:f5382a084c07 in lemon-0.x


Ignore:
Timestamp:
08/04/04 20:55:24 (20 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1013
Message:

doc change - one more todo (saveState()).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/hugo/smart_graph.h

    r722 r753  
    2929  ///
    3030  ///\todo Some member functions could be \c static.
     31  ///
     32  ///\todo A possibly useful functionality: a function saveState() would
     33  ///give back a data sturcture X and then the function restoreState(X)
     34  ///would remove the nodes and edges added after the call of saveState().
     35  ///Of course it should be used as a stack. (Maybe X is not necessary.)
     36  ///
    3137  ///\author Alpar Juttner
    3238  class SmartGraph {
Note: See TracChangeset for help on using the changeset viewer.