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

Solve the transportation problem with VAM
159 download
Aggiornato 4 apr 2018

Visualizza la licenza

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).

Cita come

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

Compatibilità della release di MATLAB
Creato con R2017a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Tag Aggiungi tag

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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