File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ represent broad themes that we see as areas in which JuMP could be improved.
2525 [ https://github.com/jump-dev/JuMP.jl/issues/2227 ] ( https://github.com/jump-dev/JuMP.jl/issues/2227 )
2626 JuMP has a strong focus on linear, conic and nonlinear optimization problems.
2727 We want to add better support for constraint programming.
28- - Add support for multiobjective problems:
28+ - ** Done [ # 3176 ] ( https://github.com/jump-dev/JuMP.jl/pull/3176 ) ** Add support for multiobjective problems:
2929 [ https://github.com/jump-dev/JuMP.jl/issues/2099 ] ( https://github.com/jump-dev/JuMP.jl/issues/2099 )
3030 JuMP is restricted to problems with scalar-valued objectives. We want to
3131 extend this to vector-valued problems.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ You should use JuMP if you have a constrained optimization problem for which you
1212can formulate using the language of mathematical programming, that is:
1313
1414 * a set of decision variables
15- * a scalar objective function
15+ * a scalar- or vector-valued objective function
1616 * a set of constraints.
1717
1818Key reasons to use JuMP include:
@@ -110,15 +110,6 @@ Alternatives to consider are:
110110 * [ InfiniteOpt.jl] ( https://github.com/infiniteopt/InfiniteOpt.jl )
111111 * [ pyomo.DAE [ Python]] ( https://pyomo.readthedocs.io/en/stable/modeling_extensions/dae.html )
112112
113- ### Multiobjective programs
114-
115- If your problem has more than one objective, JuMP is not the right tool for the
116- job. However, [ we're working on fixing this!] ( https://github.com/jump-dev/JuMP.jl/issues/2099 ) .
117-
118- Alternatives to consider are:
119-
120- * [ vOptGeneric.jl] ( https://github.com/vOptSolver/vOptGeneric.jl )
121-
122113### Disciplined convex programming
123114
124115JuMP does not support [ disciplined convex programming (DCP)] ( https://dcp.stanford.edu ) .
You can’t perform that action at this time.
0 commit comments