Skip to content

Arunesh-Gour/SimplexMethod_LPPSolver-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

SimplexMethod_LPPSolver-Python

Solves LPP by simplex method, if solution exists.

Installing / Getting started

Supported on:
  • Ubuntu 20.04.
  • Windows 10.
  • Current version does not support installation.
  • Set up dev environment and the program is ready to run.

Devloping

Setting up dev environment

  1. cd to ./SimplexMethod_LPPSolver-Python/.
  2. pip3 install -r requirements.txt.
  3. You're ready!

Built with

  • Python==3.x
  • NumPy
  • Simplex library.

Running

$:Terminal command.
  1. cd to src/.
  2. $ python3 SimplexMethodLPPSolver.py.
  3. Use in-program interface or press 'Ctrl-C' to quit.

Configuration

  • Use editor config provided under config/.

Style guide

Follows PEP 8 guidelines.

Credits

Licensing

See LICENSE.