COIN-OR::LEMON - Graph Library

Changeset 1726:f214631ea1ac in lemon-0.x for lemon/full_graph.h


Ignore:
Timestamp:
10/14/05 13:01:21 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2253
Message:

Doc bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/full_graph.h

    r1703 r1726  
    393393  /// \brief An undirected full graph class.
    394394  ///
    395   /// This is a simple and fast directed full graph implementation.
     395  /// This is a simple and fast undirected full graph implementation.
    396396  /// It is completely static, so you can neither add nor delete either
    397397  /// edges or nodes.
     
    399399  /// The main difference beetween the \e FullGraph and \e UndirFullGraph class
    400400  /// is that this class conforms to the undirected graph concept and
    401   /// it does not contain the hook edges.
     401  /// it does not contain the loop edges.
    402402  ///
    403403  /// \sa FullGraph
Note: See TracChangeset for help on using the changeset viewer.