Skip to content

MATLAB Implementation of the Revised Simplex Method for Linear Programming

License

Notifications You must be signed in to change notification settings

kabilank6/Revised-Simplex-Method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revised-Simplex-Method

MATLAB Implementation of the Revised Simplex Method for Linear Programming

Hello! If you are here, you are viewing my MATLAB implementation of the Revised Simplex Method. The Revised Simplex Algorithm is a linear programming technique that solves a linear program in Standard Computational Form if you are not already aware of this. It achieves this through performing two phases.

If we don't have a leaving variable at any point, then the problem is unbounded (so no clear-cut solution to the problem), and it terminates accordingly. If our objective function value is not 0 upon Phase One's conclusion, then our problem is infeasible, and our program thus concludes.

About

MATLAB Implementation of the Revised Simplex Method for Linear Programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages