https://github.com/lionralfs/simplex
🔍 The simplex algorithm implemented in Go
https://github.com/lionralfs/simplex
golang linear-programming simplex-algorithm
Last synced: about 1 month 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T21:39:57.000Z (over 5 years ago)
- Last Synced: 2025-04-03T05:11:54.277Z (8 months ago)
- Topics: golang, linear-programming, simplex-algorithm
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- 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.