Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 303 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 303 Bytes

Optimization

This repository has python codes for solving Linear programming using graph method and simplex method Transpotation problem: Initial basic feasible solution is found using two methods North west rule and Vogel Approximation Method (VAM) and optimized solution is found using MODI method.