Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quadratic objective support and 'direct' mode for MOSEK #226

Closed
wants to merge 38 commits into from

weed out inf values from bounds in mosek

59b7134
Select commit
Loading
Failed to load commit list.
Closed

Add quadratic objective support and 'direct' mode for MOSEK #226

weed out inf values from bounds in mosek
59b7134
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 22, 2024 in 1s

88.98% (+0.90%) compared to 497061a

View this Pull Request on Codecov

88.98% (+0.90%) compared to 497061a

Details

Codecov Report

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

Comparison is base (497061a) 88.07% compared to head (59b7134) 88.98%.
Report is 14 commits behind head on master.

❗ Current head 59b7134 differs from pull request most recent head 925f319. Consider uploading reports for the commit 925f319 to get more accurate results

Files Patch % Lines
linopy/solvers.py 62.79% 24 Missing and 8 partials ⚠️
linopy/io.py 93.75% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #226      +/-   ##
==========================================
+ Coverage   88.07%   88.98%   +0.90%     
==========================================
  Files          15       15              
  Lines        3413     3521     +108     
  Branches      789      826      +37     
==========================================
+ Hits         3006     3133     +127     
+ Misses        296      267      -29     
- Partials      111      121      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.