You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Solving of linear programming problems requires the use of different algorithms, some of the famous ones are the:
Simplex Algorithm
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.