COIN-OR::LEMON - Graph Library

Changeset 1526:8c14aa8f27a2 in lemon-0.x for lemon/concept/sym_graph.h


Ignore:
Timestamp:
06/30/05 18:13:30 (19 years ago)
Author:
athos
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2012
Message:

Mainly doc review.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concept/sym_graph.h

    r1435 r1526  
    3737    /// graph structure, however completely without implementations and
    3838    /// real data structures behind the interface.
    39     /// All graph algorithms should compile with this class, but it will not
     39    /// All graph algorithms should compile with this class, but they will not
    4040    /// run properly, of course.
    4141    ///
     
    5252      /// Defalult constructor.
    5353
    54       /// Defalult constructor.
     54      /// Default constructor.
    5555      ///
    5656      StaticSymGraph() { }
     
    596596    {
    597597    public:
    598       /// Defalult constructor.
    599 
    600       /// Defalult constructor.
     598      /// Default constructor.
     599
     600      /// Default constructor.
    601601      ///
    602602      ExtendableSymGraph() { }
     
    628628    {
    629629    public:
    630       /// Defalult constructor.
    631 
    632       /// Defalult constructor.
     630      /// Default constructor.
     631
     632      /// Default constructor.
    633633      ///
    634634      ErasableSymGraph() { }
Note: See TracChangeset for help on using the changeset viewer.