equal
deleted
inserted
replaced
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. |