Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 276 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 276 Bytes

LP Solver Lib

js interface for the GLPK glpsol command

Installation

For Windows, you will need to install GLPK using chocolatey. For Unix (tested on Ubuntu), please check the install_glpk.sh file.

To install the npm dependencies of the project:

cd lib
npm i