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

Fix solver extension handling to allow proper interaction when using from Python #9

Merged
merged 4 commits into from
Jun 9, 2024

Conversation

sstroemer
Copy link
Member

No description provided.

Stefan Strömer added 4 commits June 9, 2024 17:37
…pendency again since loading during precompilation is hard otherwise; add HiGHS as solver to support optimization during precompilation
Copy link

codecov bot commented Jun 9, 2024

Codecov Report

Attention: Patch coverage is 10.12658% with 71 lines in your changes missing coverage. Please review.

Project coverage is 52.27%. Comparing base (45cdf43) to head (872dbe2).
Report is 2 commits behind head on main.

@@             Coverage Diff             @@
##             main       #9       +/-   ##
===========================================
+ Coverage   36.25%   52.27%   +16.02%     
===========================================
  Files         101       99        -2     
  Lines        3655     3772      +117     
===========================================
+ Hits         1325     1972      +647     
+ Misses       2330     1800      -530     
Files Coverage Δ
src/parser.jl 80.47% <ø> (+31.66%) ⬆️
ext/OptExtCPLEX/OptExtCPLEX.jl 0.00% <0.00%> (ø)
ext/OptExtCbc/OptExtCbc.jl 0.00% <0.00%> (ø)
ext/OptExtGLPK/OptExtGLPK.jl 0.00% <0.00%> (ø)
ext/OptExtGurobi/OptExtGurobi.jl 0.00% <0.00%> (ø)
ext/OptExtIpopt/OptExtIpopt.jl 0.00% <0.00%> (ø)
ext/OptExtSCIP/OptExtSCIP.jl 0.00% <0.00%> (ø)
src/IESopt.jl 54.34% <16.32%> (+5.38%) ⬆️

... and 42 files with indirect coverage changes

@sstroemer sstroemer merged commit 0870182 into main Jun 9, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant