relp 0.2.6

Rust Exact Linear Programming
Documentation
1
2
3
4
5
6
7
//! # Presolving rules
//!
//! These rules, one per submodule, can be applied to simplify a linear program.
mod fixed_variable;
mod bound_constraint;
mod slack;
mod domain_propagation;