Skip to content

BaoNguyen6742/Simplex_method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplex_method

Program that solve linear programming problems by simplex method, using the method from this website.

System requirement

Python 3.10 or above

Download python

Requirement library

  • numpy
  • polars
  • tabulate
  • pytest

To install all these library

  • Open Powershell/Cmd

  • Type each row

    pip install -r requirement.txt

To install pip if there are errors:

  • Open Powershell/CMD
  • Type this row
py -m ensurepip --upgrade

Download and run code

  • Click on the "Code" green button
  • Download as Zip
  • Install requirement library
  • python -m src.main.main

Video tutorial

About

Program that solve linear programming problems by simplex method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages