vogels Logical Development Of Vogel ’s Approximation Method (LD-VAM): An Approach To Find Basic Feasible Solution Of Transportation Problem.
LD - VAM is the efficient algorithm to solve Transportation Problem.
This is java code to get minimum cost. Change demand array, supply array and mathmatrix array as your needs. Let me know if you get any errors. It doesnt support negative values.
The reference paper is present in the repository.