A Rust interface for [SCIP](https://www.scipopt.org/index.php#download). The project is currently an early-stage work in progress, issues/pull-requests are very welcome.
make sure [SCIP](https://www.scipopt.org/index.php#download) 8.0.3 is installed and included in the library path.
solve a mixed integer program
```
cargo run -- PROBLEM_PATH
```