Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 699 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 699 Bytes

The Simplex Method

Prerequisites

Node.js CLI You can download it from nodejs website.

Setup

  1. Clone this repository via the following command
    $ git clone https://github.com/kushkamisha/simplex-method.git

  2. Fill matrix.txt file with your data. Open index.js and make sure in options object you have filename parameter set to a name of this file.

Launch

  1. Open console app on your computer and go to the project directory (you should clone or download this code from GitHub first).
  2. Type $ node ., which should run the program.
  3. Open result.txt. You'll find there final matrix and step-by-step solution.
  4. Enjoy!