GitHub - jsth/SimplexJS: A linear and mixed-integer linear programming solver written in Javascript.
SimplexJS A linear and mixed-integer linear programming solver written in Javascript. Contains: SimplexJS.js - This is the file you will want to use in your projects. TestSimplexJS.js - Tests for the solvers will go here SimplexJS.html - For running the tests in TestSimplexJS.js ExTSP - An example use of the solver, shows how TSPs can be solved using cutting plane methods.