relp 0.2.6

Rust Exact Linear Programming
Documentation
1
2
3
4
5
//! # Strategies for the Simplex algorithm
//!
//! Module containing different strategies for performing certain procedures in the Simplex method.
//! One example is the decision on how to pivot.
pub mod pivot_rule;