Skip to content

zenUnicorn/SimplexMethod

Repository files navigation

SimplexMethod

Simplex method using python, jupyter notebook, numpy

Initialize your jupyter Notebook from terminal Then Run the simplex_method.ipynb


Note: Run all the cells so as to activate the libraries. Run the last cell and input the correct details there:

  • Enter no. of coeff (n): Count number of Cost Coefficient
  • Enter no. of constraints (m):
  • Enter A: A = | 0.25 0.6 1.03 2 | | 5 8 8 10 | Enter A: Enter b: Enter c:

#min cx`

Ax=b

x>=0

A: The constraint matrix

b: The rhs vector

c: The vector of cost coefficients

C: The indices of the basic variables corresponding to an initial basic feasible solution

About

Linear Programming using Simplex Method using python, jupyter notebook, numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •