jump-dev / JuMP.jl

Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear)
http://jump.dev/JuMP.jl/
Other
2.24k stars 396 forks source link

[docs] add tutorial: Performance problems with sum-if formulations #3810

Closed odow closed 2 months ago

odow commented 2 months ago

Addresses:

Preview: https://jump.dev/JuMP.jl/previews/PR3810/tutorials/getting_started/sum_if/

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 97.90%. Comparing base (cfea5ef) to head (1a959fb). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3810 +/- ## ======================================= Coverage 97.90% 97.90% ======================================= Files 44 44 Lines 6020 6020 ======================================= Hits 5894 5894 Misses 126 126 ```

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

odow commented 2 months ago

Okay. I'm happy. I hope this is useful, and that I can now just point people to it rather than explaining each time.

blegat commented 2 months ago

Yes, I think it will be useful, it also applies when you are building a SparseAxisArray like https://jump.dev/2023/07/20/gams-blog/