Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.