JWally / jsLPSolver

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

[IMPROVEMENTS] Added a few benchmarks + Added support for binary variables in JSON models #32

Closed bchevalier closed 8 years ago

bchevalier commented 8 years ago

A few benchmarks were added:

I also fixed the indentation of all the benchmark problems and removed some unnecessary constraint coefficient within the variables definitions (because they could lead users to confusion).

JWally commented 8 years ago

:+1: