scipopt / russcip

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

add documentation ? #11

Closed lovasoa closed 1 year ago

lovasoa commented 1 year ago

None of the public methods of this library seems to be documented.

Additionally, the docs.rs builds are failing: https://docs.rs/crate/russcip/0.1.9

lovasoa 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.

mmghannam commented 1 year ago

Thank you, I've added some extra issues and will work through them.

mmghannam commented 1 year ago

Solved in #67