scipopt / russcip

Rust interface for SCIP
https://crates.io/crates/russcip
Apache License 2.0
34 stars 11 forks source link

Document compatible SCIP version(s) #17

Closed mmghannam closed 1 year ago

mmghannam commented 1 year ago

I think the library should also document which version of scip it depends on. Currently it just tells the user to run

conda install --channel conda-forge scip

which works today, but will break when the interface of scip changes.

Originally posted by @lovasoa in https://github.com/mmghannam/russcip/issues/11#issuecomment-1436109049