relp 0.2.6

Rust Exact Linear Programming
Documentation
1
2
3
4
5
6
7
//! # Numbers
//!
//! The decimal numbers found in MPS files have certain specific properties, such as their size,
//! that are exploited in this module with specific types and logic for their treatment, most
//! notably parsing.
pub mod parse;
pub mod traits;