jump-dev / Xpress.jl

A Julia interface to the FICO Xpress Optimization suite
https://www.fico.com/en/products/fico-xpress-optimization
65 stars 30 forks source link

Support MOI.ScalarNonlinearFunction #255

Closed odow closed 6 months ago

odow commented 7 months ago

Closes #206 Closes #208 Closes #233

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

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

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

odow commented 7 months ago

Okie dokie. This is ready for a review.

odow commented 7 months ago

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

image
odow commented 6 months ago

Merging into master to prepare for a new release.