VAM(s,d,c,m,n )

Solve the transportation problem with VAM
153 Downloads
Updated 4 Apr 2018

View License

This code was designed to solve the transportation problem for searching its initial basic feasible solution. User should determine the number of plant (m), the number of destination (n), value of supply column vector, value of demand row vector and an unit cost matrix. Also, write the VAM function as [z,x]=VAM(s,d,c,m,n).

Cite As

Warut Boonphakdee (2024). VAM(s,d,c,m,n ) (https://www.mathworks.com/matlabcentral/fileexchange/63679-vam-s-d-c-m-n), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Improve how to break its loop.

1.1.0.0

This code was corrected any mistake code following the suggestion of Mr. Stephen Krauter from Humburg Germany.
Reload

1.0.0.0