rustplex 0.3.0

A linear programming solver based on the Simplex algorithm for Rust
Documentation
1
2
3
4
5
6
pub mod constraint;
pub mod model;
pub mod objective;
pub mod standardizer;
mod tests;
pub mod variable;