Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/winvector/wvlpsolver
- Owner: WinVector
- Created: 2012-11-23T21:08:20.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2020-06-22T21:29:19.000Z (over 4 years ago)
- Last Synced: 2024-03-26T05:20:03.928Z (10 months ago)
- Language: Java
- Homepage: http://www.win-vector.com/blog/2012/11/yet-another-java-linear-programming-library/
- Size: 14.2 MB
- Stars: 15
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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/ .