Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 880 Bytes

File metadata and controls

15 lines (13 loc) · 880 Bytes

# 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
  • Helpful for businesses to minimize operational cost

Also refer to the screenshots of Output

page 1 page 2 Page 3