COIN-OR::LEMON - Graph Library

Changeset 1847:7cbc12e42482 in lemon-0.x for lemon/simann.h


Ignore:
Timestamp:
12/05/05 18:03:31 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2408
Message:
  • Changed and improved Timer interface
    • several new member functions
    • reset() -> restart() renaming
    • TimeReport?: a Timer that prints a report on destruction.
  • counter.h: a tool to measure the number of streps of algorithms.
  • New documentation module for time measuring and counting.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/simann.h

    r1633 r1847  
    55/// \file
    66/// \brief Simulated annealing framework.
     7///
     8/// \todo A test and some demo should be added
     9/// \todo Doc should be improved
    710/// \author Akos Ladanyi
    811
     
    299302          temp = 10000.0;
    300303          warmup = false;
    301           timer.reset();
     304          timer.restart();
    302305        }
    303306      }
Note: See TracChangeset for help on using the changeset viewer.