COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/kruskal.h

    r220 r216  
    2323#include <vector>
    2424#include <lemon/unionfind.h>
     25// #include <lemon/graph_utils.h>
    2526#include <lemon/maps.h>
    2627
    27 #include <lemon/core.h>
     28// #include <lemon/radix_sort.h>
     29
     30#include <lemon/bits/utility.h>
    2831#include <lemon/bits/traits.h>
    2932
     
    298301  /// \return The total cost of the found spanning tree.
    299302  ///
    300   /// \note If the input graph is not (weakly) connected, a spanning
     303  /// \note If the input graph is not (weakly) connected, a spanning 
    301304  /// forest is calculated instead of a spanning tree.
    302305
Note: See TracChangeset for help on using the changeset viewer.