Skip to content

A MATLAB program to solve linear programming using simplex method and plot the solution region.

License

Notifications You must be signed in to change notification settings

KSMubasshir/linear-programming-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linear-programming-solver

A MATLAB program to solve linear programming using simplex method and plot the solution region.

Linear Programming

Linear programming. (LP, also called linear optimization) is a method to achieve the best outcome (such as maximum profit or lowest cost) in a mathematical model whose requirements are represented by linear relationships.

Simplex Method

Simplex method, Standard technique in linear programming for solving an optimization problem, typically one involving a function and several constraints expressed as inequalities. The inequalities define a polygonal region (see polygon), and the solution is typically at one of the vertices.

Output Graph

Solution Region

About

A MATLAB program to solve linear programming using simplex method and plot the solution region.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages