scipopt / russcip

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

Wrapper for `set_obj_integral()` #95

Closed mmghannam closed 11 months ago

mmghannam commented 11 months ago

Add a method in the Model<Unsolved> struct that calls SCIPsetObjIntegral from ffi.

mmghannam commented 11 months ago

Fixed in #101