scipopt / russcip

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

Vendor SCIP header files #32

Closed mmghannam closed 1 year ago

lovasoa commented 1 year ago

Great, this will make building the crate much more convenient. Maybe the headers could be added as a git submodule of the official scip repo instead of copy-pasted ?

mmghannam commented 1 year ago

But then that would mean that everyone who downloads the crate will get the .c files and all the others files too, right?

lovasoa commented 1 year ago

Yes. Is that heavy ?

mmghannam commented 1 year ago

Yup, SCIP's repo alone (without the lp solver SoPlex and the presolver Papilo) is 62 MB.

lovasoa commented 1 year ago

Ok, good this way, then