COIN-OR::LEMON - Graph Library

Changeset 1757:bd4199049036 in lemon-0.x for lemon


Ignore:
Timestamp:
11/02/05 17:43:18 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2289
Message:

Spellcheck

Location:
lemon
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • lemon/floyd_warshall.h

    r1754 r1757  
    151151  /// kind of length.
    152152  ///
    153   /// The algorithm solves the shortest path problem for each pairs
     153  /// The algorithm solves the shortest path problem for each pair
    154154  /// of node when the edges can have negative length but the graph should
    155155  /// not contain cycles with negative sum of length. If we can assume
  • lemon/johnson.h

    r1754 r1757  
    184184  /// kind of length.
    185185  ///
    186   /// The algorithm solves the shortest path problem for each pairs
     186  /// The algorithm solves the shortest path problem for each pair
    187187  /// of node when the edges can have negative length but the graph should
    188188  /// not contain cycles with negative sum of length. If we can assume
  • lemon/matrix_maps.h

    r1751 r1757  
    202202  /// \brief Container for store values for each ordered pair of graph items
    203203  ///
    204   /// This data structure can strore for each pairs of the same item
     204  /// This data structure can strore for each pair of the same item
    205205  /// type a value. It increase the size of the container when the
    206206  /// associated graph modified, so it updated automaticly whenever
     
    313313  /// \brief Container for store values for each unordered pair of graph items
    314314  ///
    315   /// This data structure can strore for each pairs of the same item
     315  /// This data structure can strore for each pair of the same item
    316316  /// type a value. It increase the size of the container when the
    317317  /// associated graph modified, so it updated automaticly whenever
Note: See TracChangeset for help on using the changeset viewer.