JWally / jsLPSolver

Simple OOP javaScript library to solve linear programs, and mixed integer linear programs
The Unlicense
420 stars 69 forks source link

require("javascript-lp-solver"); #105

Open leotulipan opened 4 years ago

leotulipan commented 4 years ago

Maybe it's just wrong when installing globally with npm and running as a js file from the command line, but I need to require("javascript-lp-solver"); with node 13.5 on windows. Please change the README from "./src/solver" to reflect that