Skip to content

almadrasa/miniPsmplx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miniPsmplx

by houdayfa

simplex algo implementation using javscript and Node.js


how it works?

  • convert PL to standard form

  • in C, 0 at the end will added automatically

  • in A, diagonal part will added automatically

  • download:

    download the compiled version for windows or linux .

    or check release page

  • live exemple:

simplex_Live_exemple2.mp4

Requirements

For development, you will only need Node.js and a node global package.

Node

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    
  • Other Operating Systems

    You can find more information about the installation on the official Node.js website and the official NPM website.


Install

$ git clone https://github.com/almadrasa/miniPsmplx
$ cd miniPsmplx
$ npm install

Running the project

$ node index.js