SkillAgentSearch skills...

SimplexJS

A linear and mixed-integer linear programming solver written in Javascript.

Install / Use

/learn @IainNZ/SimplexJS
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SimplexJS A linear and mixed-integer linear programming solver written in Javascript.

UPDATE September 2014: This code was written a long time ago, "just for fun". I do not recommend using it for production work. It doesn't follow any particular Javascript coding style, and probably has bugs. It also, up until this time, didn't have a license. From this point on, consider it under the MIT License.

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.
View on GitHub
GitHub Stars79
CategoryDevelopment
Updated6mo ago
Forks14

Languages

JavaScript

Security Score

72/100

Audited on Oct 3, 2025

No findings