Skip to content

The code is used to solve linear programs using the simplex algorithm. It allows the users to provide the input objective function and constraints according to their requirements, then provides the optimized objective function value.

Notifications You must be signed in to change notification settings

Mayurdeo/Simplex-Algorithm-Linear-Program-Solver-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linear-Program-Solver

Solving of linear programming problems requires the use of different algorithms, some of the famous ones are the:

  1. Simplex Algorithm
  2. Fourier Eleminaiton Algorithm

The code for the following mentioned algorithms is present in this repository.

About

The code is used to solve linear programs using the simplex algorithm. It allows the users to provide the input objective function and constraints according to their requirements, then provides the optimized objective function value.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published