Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/winvector/wvlpsolver

Experimental pure Java revised simplex linear program solver (Apache 2.0 license)
https://github.com/winvector/wvlpsolver

Last synced: 2 months ago
JSON representation

Experimental pure Java revised simplex linear program solver (Apache 2.0 license)

Awesome Lists containing this project

README

        

Experimental revised simplex linear program solver.
Property of Win-Vector LLC http://www.win-vector.com/ .
Based on Strang's "Linear Algebra and its Applications" second edition.
Depends on COLT linear algebra library http://acs.lbl.gov/software/colt/
Distributed by Win-Vector LLC 2012 under Apache 2.0 license http://www.apache.org/licenses/LICENSE-2.0.html .
For more desrciption see: http://www.win-vector.com/blog/2012/11/yet-another-java-linear-programming-library/ .