Page 1 of 1
Minimum Cost Transport Algorithm
Posted: Mon Dec 02, 2002 12:38 am
by Miguel Angel
Someone has an implementation of it, or can anyone explain me the algorithm to solve that problem. Thanks in advance.
Posted: Tue Dec 03, 2002 7:30 pm
by Shahid
though i got wrong answer in this problem.....i believe my problem is in output formatting but the technique is right. i modified dijkstra's algorithm a bit to solve this problem....
Posted: Wed Dec 04, 2002 8:28 am
by Jordan Gordeev
As far as I know this is a classical problem in Linear Programming
Posted: Wed Dec 04, 2002 11:03 pm
by Miguel Angel
Yeah, but how can i solve it?