- Python 3.8 or newer
- Clone the repository
- Go to the root project directory:
cd Simplex
- Run program:
python main.py
- Enter
C
,A
, andb
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ε
.
python -m unittest tests\test.py