Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitt3120/rust-simplex
Implementation of simplex algorithm in Rust
https://github.com/kitt3120/rust-simplex
Last synced: 9 days ago
JSON representation
Implementation of simplex algorithm in Rust
- Host: GitHub
- URL: https://github.com/kitt3120/rust-simplex
- Owner: Kitt3120
- License: mit
- Created: 2024-06-12T17:21:13.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T17:38:59.000Z (5 months ago)
- Last Synced: 2024-06-13T23:47:43.608Z (5 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-simplex
Implementation of simplex algorithm in Rust
## Why?
Had to learn simplex for university. Made sure I got it right by implementing it in Rust.
## Todo
Overall, I am happy with the code. However, the part in the optimize() function where multiple optimal solutions are handled is a bit messy. I would like to clean that up.