jsLPSolver
                                
                                
                                
                                    jsLPSolver copied to clipboard
                            
                            
                            
                        Simple OOP javaScript library to solve linear programs, and mixed integer linear programs
It implies the implementation of the LU decomposition method. This should improve resolution times on most problems (especially on mix integer problems) and will dramatically reduce errors due to numerical...
Resolves #95, follows #98 * [x] Add members used to solve single objective LP/MILP problem. * [x] Add members used to solve multi-objective optimization problem. * No type definition for...
I just upgraded from 0.4.5 to 0.4.20 and I get these errors using webpack: ``` ./node_modules/javascript-lp-solver/src/External/lpsolve/main.js Module not found: Error: Can't resolve 'child_process' in 'C:\Users\Daan\code\phantasmal-world\node_modules\javascript-lp-solver\src\External\lpsolve' ./node_modules/javascript-lp-solver/src/External/lpsolve/main.js Module not found: Error:...
Can I use or adapte to use this library to solve the transportation and designation problems?
Does this package handle binary variables? I tried this in the Tableau format, but I'm not getting the expected result. `rawModel = [ "max: 21 x11 22.5 x21 22.5 x12...
@bchevalier, Would you be up for helping me better document this library's functionality? No rush at all, but I haven't done a great job of documenting what is in this...
How can i use this python pulp see the following url https://coin-or.github.io/pulp/CaseStudies/a_blending_problem.html
The method descibed in https://optimization.cbe.cornell.edu/index.php?title=Optimization_with_absolute_values uses a binary (and Mixed-Integer Linear Programming) to resolve the non convexity issue. I made the following test (extracted from a larger app) which does...
Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@ilaygoldman) has found a potential issue, which I would be eager to share with...
I don't think the published copy of this package needs to include all the tests, and especially not the ~50 megs of data in https://github.com/JWally/jsLPSolver/tree/master/test/test-speed which is quite a bit...