__
___ _____/ / _____ __
/ _ `/ __/ _ \/ -_) \ /
\_,_/_/ /_.__/\__/_\_\
A Rust Based Simplex.
This is a Rust implementation of the Simplex algorithm developed from scratch for the DCC035 course.
It supports solving LP problems through primal-dual simplex methods.
-
repl
-
Primal-dual steps
-
Multiple optima
-
Exact fraction arithmetic
-
LP certificates