Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 814 Bytes

File metadata and controls

24 lines (21 loc) · 814 Bytes

Linear Programming

The code here was primarily written for my Operations Research class. The path following algorithm implementation is based on the one presented in Chapter 8 of Linear Programming with MATLAB (Ferris et al., 2007). The interior point algorithms are based on Dr. Lesaja's (2009) paper.

@book{ferris2007linear, title={Linear programming with MATLAB}, author={Ferris, Michael C and Mangasarian, Olvi L and Wright, Stephen J}, volume={7}, year={2007}, publisher={SIAM} }

@article{article, author = {Lesaja, G.}, year = {2009}, month = {09}, pages = {1-12}, title = {Introducing Interior-Point Methods for Introductory Operations Research Courses and/or Linear Programming Courses}, volume = {3}, journal = {The Open Operational Research Journal}, doi = {10.2174/1874243200903010001} }