PyPSA / linopy

Linear optimization with N-D labeled arrays in Python
https://linopy.readthedocs.io
MIT License
153 stars 40 forks source link

Support for integer/binary vars for MOSEK #275

Closed ulfworsoe closed 2 months ago

ulfworsoe commented 2 months ago

Add support for integer/binary vars for MOSEK solver direct mode.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 80.91%. Comparing base (b298e3c) to head (ac58def).

Files Patch % Lines
linopy/io.py 0.00% 7 Missing :warning:
linopy/solvers.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #275 +/- ## ========================================== - Coverage 88.91% 80.91% -8.01% ========================================== Files 15 15 Lines 3682 3688 +6 Branches 866 870 +4 ========================================== - Hits 3274 2984 -290 - Misses 283 594 +311 + Partials 125 110 -15 ```

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