filza2112 / Simplex_Method_Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Simplex_Method_Code_in_C++

  • This code can Compute all types of LPP problems using Simplex method by Big-M Method
  • It Can Also Show all the Iterations
  • It includes the condition of Maximization and Minimization
  • It also Includes the case of <=, >= , =
  • The program can detect the unboundedness and infeasibility of the LPP

Also refer to the screenshots of Output

page 1 page 2 Page 3

About


Languages

Language:C++ 100.0%