Skip to content

kushkamisha/simplex-method

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

JS implementation of The simplex method

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published