https://github.com/lionralfs/simplex
🔍 The simplex algorithm implemented in Go
https://github.com/lionralfs/simplex
golang linear-programming simplex-algorithm
Last synced: 5 months ago
JSON representation
🔍 The simplex algorithm implemented in Go
- Host: GitHub
- URL: https://github.com/lionralfs/simplex
- Owner: lionralfs
- License: mit
- Created: 2017-11-03T16:07:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T21:39:57.000Z (about 5 years ago)
- Last Synced: 2024-06-21T06:02:25.844Z (about 1 year ago)
- Topics: golang, linear-programming, simplex-algorithm
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simplex-go
[](https://godoc.org/github.com/lionralfs/simplex)
[](https://travis-ci.org/lionralfs/simplex)The [simplex algorithm](https://en.wikipedia.org/wiki/Simplex_algorithm)
implemented in Go.**NOTE**: This is **not** production-ready at all.