https://github.com/globalpolicy/standard-lp-solver
Very basic standard-form Linear Program solver using Simplex method
https://github.com/globalpolicy/standard-lp-solver
Last synced: about 1 month ago
JSON representation
Very basic standard-form Linear Program solver using Simplex method
- Host: GitHub
- URL: https://github.com/globalpolicy/standard-lp-solver
- Owner: globalpolicy
- License: mit
- Created: 2020-03-27T15:53:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T15:54:40.000Z (about 5 years ago)
- Last Synced: 2025-02-12T11:53:19.720Z (3 months ago)
- Language: HTML
- Homepage: https://globalpolicy.github.io/standard-LP-solver/
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# standard-LP-solver
Very basic standard-form Linear Program solver using Simplex method
Repo for hosting the app @ https://gist.github.com/globalpolicy/56ee2deca654f6656b74fb14ea7d6e5d
I only realised I could've just pushed the app here instead of to GitHub Gist.
So, here it is.
Original article can be found @ http://c0dew0rth.blogspot.com/2019/05/standard-form-linear-programming-solver.html