COIN-OR::LEMON - Graph Library

Changeset 1960:a60b681d0825 in lemon-0.x for lemon/time_measure.h


Ignore:
Timestamp:
02/06/06 10:11:53 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2536
Message:
  • Increased max. number of iteration
  • Better tests.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/time_measure.h

    r1956 r1960  
    516516    TimeStamp full;
    517517    int total=0;
    518     for(int tn=1;tn < 1<<24; tn*=2) {
     518    for(int tn=1;tn < 1<<30; tn*=2) {
    519519      for(;total<tn;total++) f();
    520520      full=t;
Note: See TracChangeset for help on using the changeset viewer.