equal
deleted
inserted
replaced
60 /// - Supply values should be \e signed \e integers. |
60 /// - Supply values should be \e signed \e integers. |
61 /// - The value types of the maps should be convertible to each other. |
61 /// - The value types of the maps should be convertible to each other. |
62 /// - \c CostMap::Value must be signed type. |
62 /// - \c CostMap::Value must be signed type. |
63 /// |
63 /// |
64 /// \author Peter Kovacs |
64 /// \author Peter Kovacs |
65 |
|
66 template < typename Graph, |
65 template < typename Graph, |
67 typename LowerMap = typename Graph::template EdgeMap<int>, |
66 typename LowerMap = typename Graph::template EdgeMap<int>, |
68 typename CapacityMap = typename Graph::template EdgeMap<int>, |
67 typename CapacityMap = typename Graph::template EdgeMap<int>, |
69 typename CostMap = typename Graph::template EdgeMap<int>, |
68 typename CostMap = typename Graph::template EdgeMap<int>, |
70 typename SupplyMap = typename Graph::template NodeMap<int> > |
69 typename SupplyMap = typename Graph::template NodeMap<int> > |