russcip 0.1.0

Rust interface for SCIP.
1
2
3
4
5
6
7
8
9
10
11
12
13
# russcip
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. 

## Dependecies 
make sure [SCIP](https://www.scipopt.org/index.php#download) 8.0.3 is installed and included in the library path.

## Example
solve a mixed integer program 
```
cargo run -- PROBLEM_PATH
```