Algoteka
View all languages for this problem (1 verified and 0 unverified)

Primal-Dual Min-Cost Max-Flow Algorithm - Samples for C++

Problem by oml1111

Problem description:

Implement the primal-dual algorithm for finding minimum cost max-flow. Construct a flow network and output the value of the min-cost max-flow on it.

Minimum Cost Flow Part Two: Primal-Dual Algorithm - topcoder.com
Flow network - wikipedia.org

Verified samples:

# Tech tags Title Creator Created date
1 0
oml1111
2022-10-15 20:39

Unverified samples:

# Tech tags Title Creator Created date
No unverified samples ...
View problem discussion (0 comments)