COIN-OR::LEMON - Graph Library

Changeset 2304:108d6db4f32a in lemon-0.x for lemon/simann.h


Ignore:
Timestamp:
11/20/06 11:14:21 (17 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3077
Message:

Doc fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/simann.h

    r2242 r2304  
    8484
    8585  /// \brief Simulated annealing abstract base class.
     86  ///
    8687  /// Can be used to derive a custom simulated annealing class if \ref SimAnn
    8788  /// doesn't fit your needs.
     
    215216
    216217  /// \brief A simple controller for the simulated annealing class.
     218  ///
    217219  /// This controller starts from a given initial temperature and evenly
    218220  /// decreases it.
     
    266268  /// \brief A controller with preset running time for the simulated annealing
    267269  /// class.
     270  ///
    268271  /// With this controller you can set the running time of the annealing
    269272  /// process in advance. It works the following way: the controller measures
Note: See TracChangeset for help on using the changeset viewer.