Transportation problem using the north west and min cost to find the bfs and then using the uv to find the optimal solution
-
Updated
Apr 15, 2024 - Python
Transportation problem using the north west and min cost to find the bfs and then using the uv to find the optimal solution
This is a minimum cost max flow algorithm. This program uses adjacent matrices to represent available paths, then the Bellman Ford algorithm to find the cheapest augmenting path, and uses the Ford Fulkerson algorithm to determine the minimum cost for max flow.
Add a description, image, and links to the mincost topic page so that developers can more easily learn about it.
To associate your repository with the mincost topic, visit your repo's landing page and select "manage topics."