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

Simplify _indices_and_coefficients to return 0-indexed cols #245

Closed odow closed 6 months ago

odow commented 6 months ago

We were previously doing lots of unnecessary - 1 and Cint.().

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 63.60%. Comparing base (00df013) to head (e2b3fc3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #245 +/- ## ========================================== - Coverage 63.73% 63.60% -0.14% ========================================== Files 6 6 Lines 3513 3511 -2 ========================================== - Hits 2239 2233 -6 - Misses 1274 1278 +4 ```

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