[![crate](https://img.shields.io/crates/v/relp-bin.svg)](https://crates.io/crates/relp-bin) # Relp An exact linear program solver written in Rust. ## Usage Compile the crate with:
cargo build --releaseMake sure to include the `--release` flag to disable (expensive) debug assertions. You can then solve problems with: ``` target/release/relp-bin my_program.mps ``` For more options, use the `--help` flag: ``` USAGE: relp-bin [FLAGS]