PyPSA / linopy

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

QP support for MOSEK, COPT, MindOpt #223

Closed fneum closed 7 months ago

fneum commented 8 months ago

MOSEK:

COPT

MindOpt:

HiGHS:

Tests:

Environment:

codecov[bot] commented 8 months ago

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (9985f1f) 86.88% compared to head (9dfb69d) 89.52%. Report is 3 commits behind head on master.

:exclamation: Current head 9dfb69d differs from pull request most recent head 9772921. Consider uploading reports for the commit 9772921 to get more accurate results

Files Patch % Lines
linopy/solvers.py 60.00% 2 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #223 +/- ## ========================================== + Coverage 86.88% 89.52% +2.64% ========================================== Files 15 15 Lines 3409 3409 Branches 591 789 +198 ========================================== + Hits 2962 3052 +90 + Misses 336 244 -92 - Partials 111 113 +2 ```

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

FabianHofmann commented 8 months ago

This is awesome, thanks @fneum. The xpress installation does not seem to be available on mac for python 3.11. Perhaps we can find a way to ignore it for mac.