lemon/capacity_scaling.h
branch1.2
changeset 1007 00769a5f0f5d
parent 877 141f9c0db4a3
parent 1002 43647f48e971
equal deleted inserted replaced
14:ad23554b3d59 16:c3635ffccd4f
    25 /// \brief Capacity Scaling algorithm for finding a minimum cost flow.
    25 /// \brief Capacity Scaling algorithm for finding a minimum cost flow.
    26 
    26 
    27 #include <vector>
    27 #include <vector>
    28 #include <limits>
    28 #include <limits>
    29 #include <lemon/core.h>
    29 #include <lemon/core.h>
       
    30 #include <lemon/maps.h>
    30 #include <lemon/bin_heap.h>
    31 #include <lemon/bin_heap.h>
    31 
    32 
    32 namespace lemon {
    33 namespace lemon {
    33 
    34 
    34   /// \brief Default traits class of CapacityScaling algorithm.
    35   /// \brief Default traits class of CapacityScaling algorithm.