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

Support MOI.ScalarNonlinearFunction #255

Merged
merged 20 commits into from
Apr 9, 2024
Merged

Support MOI.ScalarNonlinearFunction #255

merged 20 commits into from
Apr 9, 2024

Conversation

odow
Copy link
Member

@odow odow commented Mar 25, 2024

Closes #206
Closes #208
Closes #233

Still a big WIP. I think I need to fix the LP/MIP distinction first.

src/MOI/MOI_wrapper.jl Outdated Show resolved Hide resolved
Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.16%. Comparing base (96fd052) to head (7d78822).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #255      +/-   ##
==========================================
+ Coverage   67.97%   74.16%   +6.18%     
==========================================
  Files           6        6              
  Lines        3307     4114     +807     
==========================================
+ Hits         2248     3051     +803     
- Misses       1059     1063       +4     

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

src/MOI/MOI_wrapper.jl Outdated Show resolved Hide resolved
@odow odow changed the title WIP: Support MOI.ScalarNonlinearFunction Support MOI.ScalarNonlinearFunction Apr 3, 2024
@odow odow requested a review from joaquimg April 3, 2024 05:40
@odow
Copy link
Member Author

odow commented Apr 3, 2024

Okie dokie. This is ready for a review.

@odow
Copy link
Member Author

odow commented Apr 3, 2024

Okay, I've seen this failure a few times:

image

@odow
Copy link
Member Author

odow commented Apr 9, 2024

Merging into master to prepare for a new release.

@odow odow merged commit 4a15225 into master Apr 9, 2024
32 checks passed
@odow odow deleted the od/nlp branch April 9, 2024 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add support for ScalarNonlinearFunction
2 participants