Commit 9a650b1 1 parent 7d27598 commit 9a650b1 Copy full SHA for 9a650b1
File tree 2 files changed +2
-11
lines changed
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.
25
25
[ https://github.com/jump-dev/JuMP.jl/issues/2227 ] ( https://github.com/jump-dev/JuMP.jl/issues/2227 )
26
26
JuMP has a strong focus on linear, conic and nonlinear optimization problems.
27
27
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:
29
29
[ https://github.com/jump-dev/JuMP.jl/issues/2099 ] ( https://github.com/jump-dev/JuMP.jl/issues/2099 )
30
30
JuMP is restricted to problems with scalar-valued objectives. We want to
31
31
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
12
12
can formulate using the language of mathematical programming, that is:
13
13
14
14
* a set of decision variables
15
- * a scalar objective function
15
+ * a scalar- or vector-valued objective function
16
16
* a set of constraints.
17
17
18
18
Key reasons to use JuMP include:
@@ -110,15 +110,6 @@ Alternatives to consider are:
110
110
* [ InfiniteOpt.jl] ( https://github.com/infiniteopt/InfiniteOpt.jl )
111
111
* [ pyomo.DAE [ Python]] ( https://pyomo.readthedocs.io/en/stable/modeling_extensions/dae.html )
112
112
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
-
122
113
### Disciplined convex programming
123
114
124
115
JuMP does not support [ disciplined convex programming (DCP)] ( https://dcp.stanford.edu ) .
You can’t perform that action at this time.
0 commit comments