scipopt / russcip

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

Allow "unsafe" access to SCIP raw pointer #40

Closed mmghannam closed 1 year ago

mmghannam commented 1 year ago

The reasoning is that this can help users use SCIP functions that are not implemented in safe rust yet.

mmghannam commented 1 year ago

solved in #46