scipopt / russcip

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

Allow setting boolean parameters #148

Closed Andful closed 3 weeks ago

Andful commented 1 month ago

An effort towards #147, but I am currently getting segfault when calling Model.solve

Andful commented 1 month ago

Added the test and addressed the comments

Andful commented 1 month ago

Ah, sorry, I did the test wrong

Andful commented 1 month ago

Everything should be fine now

Andful commented 1 month ago

The tests are failing :(, but it seems unrelated to the changes themself.

The added test passes https://github.com/scipopt/russcip/actions/runs/10528296563/job/29198362882?pr=148#step:5:97

mmghannam commented 3 weeks ago

Sorry for taking so long to get to this, I managed to fix the unrelated issues. Thank you for your contribution!