COIN-OR::LEMON - Graph Library

Changeset 1204:dff32ce3db71 in lemon for lemon/opt2_tsp.h


Ignore:
Timestamp:
01/09/11 15:06:55 (13 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Phase:
public
Message:

Make InsertionTsp? much faster and improve docs (#386)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/opt2_tsp.h

    r1202 r1204  
    4646  /// Oherwise, it starts with the given tour.
    4747  ///
    48   /// This is a relatively slow but powerful method.
    49   /// A typical usage of it is the improvement of a solution that is resulted
    50   /// by a fast tour construction heuristic (e.g. the InsertionTsp algorithm).
     48  /// This is a rather slow but effective method.
     49  /// Its typical usage is the improvement of the result of a fast tour
     50  /// construction heuristic (e.g. the InsertionTsp algorithm).
    5151  ///
    5252  /// \tparam CM Type of the cost map.
Note: See TracChangeset for help on using the changeset viewer.