-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
[docs] add new roadmap items #3645
Conversation
@@ -8,6 +8,21 @@ Most of these issues will require changes to both JuMP and MathOptInterface, and | |||
are non-trivial in their implementation. They are in no particular order, but | |||
represent broad themes that we see as areas in which JuMP could be improved. | |||
|
|||
- Support nonlinear expressions with vector-valued inputs and outputs. There |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @ccoffrin
particularly useful for optimal control problems | ||
- User-defined functions with vector outputs, avoiding the need for | ||
[User-defined operators with vector outputs](@ref) | ||
- Add support for modeling with SI units. The [UnitJuMP.jl](https://github.com/trulsf/UnitJuMP.jl) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @trulsf
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3645 +/- ##
=======================================
Coverage 98.28% 98.28%
=======================================
Files 43 43
Lines 5640 5640
=======================================
Hits 5543 5543
Misses 97 97 ☔ View full report in Codecov by Sentry. |
Would something to address #3498 be worth considering? |
I know DCP is coming, but it certainly deserves a bullet. |
I added |
Merging for now. Can always edit in future. |
As discussed on today's nonlinear call.