jsLPSolver
jsLPSolver copied to clipboard
Simple OOP javaScript library to solve linear programs, and mixed integer linear programs
Can you consult me, I didn't understand this from your documentation. Usually, the common task of linear programming is like the following (2-dimensional example): v1 = a1*x + b1*y v2...
I would like to use jsLPSolver locally in a browser, not running Node.js. I'm using the line from the 'in browser through CDN' section of the Install section of the...
I have an array of 100 objects like: [{salary:1000, value: 20},{salary:1500, value: 18},{salary:1000, value: 5}...] Can I use this library to get 5 objects with some conditions: - Total salary...
Fixes #96, hopefully.
Is there a way to constrain the number of variables returned?
## src/main.js is now a 'clean' es6 import. - jshint -> eslint - browserify -> webpack (via babel) - custom footer for module.exports The es6 import is the main work....
I could not find the way of adding upper and lower boundaries for variables. is it an attribute "max", "min" for each variable?
Thanks for a great LP solver, its very fast and reliable, you've done a super job :O) I am new to javascript, but am creating a solver for students, as...
Hi, Since Number.EPSILON is undefined in Internet Explorer all solution value is NaN. Best Regards, Tom