COIN-OR::LEMON - Graph Library

Changeset 2006:00d59f733817 in lemon-0.x for lemon/sub_graph.h


Ignore:
Timestamp:
03/15/06 10:44:17 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2621
Message:

Spellcheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/sub_graph.h

    r1990 r2006  
    374374  /// \ingroup semi_adaptors
    375375  ///
    376   /// \brief Graph which uses a subset of an other graph's nodes and edges.
     376  /// \brief Graph which uses a subset of another graph's nodes and edges.
    377377  ///
    378   /// Graph which uses a subset of an other graph's nodes and edges. This class
     378  /// Graph which uses a subset of another graph's nodes and edges. This class
    379379  /// is an alternative to the SubGraphAdaptor which is created for the
    380380  /// same reason. The main difference between the two class that it
     
    671671  /// \ingroup semi_adaptors
    672672  ///
    673   /// \brief Graph which uses a subset of an other graph's edges.
     673  /// \brief Graph which uses a subset of another graph's edges.
    674674  ///
    675   /// Graph which uses a subset of an other graph's edges. This class
     675  /// Graph which uses a subset of another graph's edges. This class
    676676  /// is an alternative to the EdgeSubGraphAdaptor which is created for the
    677677  /// same reason. The main difference between the two class that it
Note: See TracChangeset for help on using the changeset viewer.