COIN-OR::LEMON - Graph Library

Changeset 2206:c3ff11b0025c in lemon-0.x


Ignore:
Timestamp:
09/06/06 13:39:22 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2931
Message:

I forgot to remove the benchmarking part of code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/kruskal.h

    r2205 r2206  
    2525#include <lemon/bits/utility.h>
    2626#include <lemon/bits/traits.h>
    27 #include <lemon/time_measure.h>
    28 #include <iostream>
    2927
    3028///\ingroup spantree
     
    120118    typedef typename GR::Node Node;
    121119
    122     Timer timer;
    123120    NodeIntMap comp(g);
    124121    UnionFind<Node,NodeIntMap> uf(comp);
     
    139136      }
    140137    }
    141     std::cout << timer << std::endl;
    142138    return tot_cost;
    143139  }
Note: See TracChangeset for help on using the changeset viewer.