Skip to content

Programming task for the Optimization course at Innopolis University

Notifications You must be signed in to change notification settings

Barabacha474/Simplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revised Simplex Method

Prerequisites

  • Python 3.8 or newer

How to run locally

  1. Clone the repository
  2. Go to the root project directory:
    cd Simplex
  3. Run program:
    python main.py
  4. Enter C, A, and b separating each column with one space and typing each row on a new line (after entering each matrix or vector, you need to break the line one more time) and ε.

Run tests

python -m unittest tests\test.py

About

Programming task for the Optimization course at Innopolis University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages