equal
deleted
inserted
replaced
426 |
426 |
427 These classes are intended to be used with integer-valued input data |
427 These classes are intended to be used with integer-valued input data |
428 (capacities, supply values, and costs), except for \ref CapacityScaling, |
428 (capacities, supply values, and costs), except for \ref CapacityScaling, |
429 which is capable of handling real-valued arc costs (other numerical |
429 which is capable of handling real-valued arc costs (other numerical |
430 data are required to be integer). |
430 data are required to be integer). |
|
431 |
|
432 For more details about these implementations and for a comprehensive |
|
433 experimental study, see the paper \ref KiralyKovacs12MCF. |
|
434 It also compares these codes to other publicly available |
|
435 minimum cost flow solvers. |
431 */ |
436 */ |
432 |
437 |
433 /** |
438 /** |
434 @defgroup min_cut Minimum Cut Algorithms |
439 @defgroup min_cut Minimum Cut Algorithms |
435 @ingroup algs |
440 @ingroup algs |