JWally / jsLPSolver

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

[TESTING] Some more benchmarks #34

Closed bchevalier closed 8 years ago

bchevalier commented 8 years ago

A few words about the link. It corresponds to the introduction page for google's linear solver, namely Glop. It is mentioned at the bottom of the page that it takes less than 300ms for Glop to solve Stigler diet's problem. jsLPSolver takes less than 1.5ms to solve it on my machine. Either they made a typo or jsLPSolver is really fast or Glop is really slow.