Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lionralfs/simplex
🔍 The simplex algorithm implemented in Go
https://github.com/lionralfs/simplex
golang linear-programming simplex-algorithm
Last synced: 3 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T21:39:57.000Z (over 4 years ago)
- Last Synced: 2024-06-21T06:02:25.844Z (7 months 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
[![GoDoc](https://godoc.org/github.com/lionralfs/simplex?status.svg)](https://godoc.org/github.com/lionralfs/simplex)
[![Build Status](https://travis-ci.org/lionralfs/simplex.svg?branch=master)](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.