scipopt / russcip

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

Support SCIPfreeTransform #129

Closed mmghannam closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 95.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 75.89%. Comparing base (cea5d96) to head (aa01064).

Files Patch % Lines
src/model.rs 94.12% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #129 +/- ## ========================================== + Coverage 75.68% 75.89% +0.22% ========================================== Files 13 13 Lines 1768 1788 +20 ========================================== + Hits 1338 1357 +19 - Misses 430 431 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

mmghannam commented 3 months ago

Partially solve #118