An implementation for basic LP algorithms

Home > Technology
By Vivian in Technology
Updated 3 years ago

A Matlab implementation for basic Linear Programming algorithms, such as simplex, big M and two phase methods. An implementation for Zoutendijk method as described in 'Nonlinear Programming - Theory and Algorithms by Bazaraa, Sherali and Shetty'. To test Simplex, BigM and Two-phase: run 'scr_simplex.m'. To test Zoutendijk: run 'scr_zoutendijk .m'

an-implementation-for-basic-lp-algorithms