jump-dev / JuMP.jl

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

[docs] add new roadmap items #3645

Closed odow closed 8 months ago

odow commented 9 months ago

As discussed on today's nonlinear call.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (597ef39) 98.28% compared to head (d2dd8a9) 98.28%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3645 +/- ## ======================================= Coverage 98.28% 98.28% ======================================= Files 43 43 Lines 5640 5640 ======================================= Hits 5543 5543 Misses 97 97 ```

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

pulsipher commented 9 months ago

Would something to address #3498 be worth considering?

odow commented 9 months ago

I guess #3498 is in the same vein as #3438. We don't really have a concrete suggestion for what to do.

joaquimg commented 9 months ago

I know DCP is coming, but it certainly deserves a bullet.

odow commented 9 months ago

I added Representing terms like `log(det(X))` as necessary for `Convex.jl`, which is basically all we need for DCP.

odow commented 8 months ago

Merging for now. Can always edit in future.