Skip to content

Commit 9a650b1

Browse files
authored
[docs] remove references to multiobjective optimization being unsupported (#3223)
1 parent 7d27598 commit 9a650b1

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

docs/src/developers/roadmap.md

+1-1
Original file line numberDiff line numberDiff 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.

docs/src/should_i_use.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You should use JuMP if you have a constrained optimization problem for which you
1212
can 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

1818
Key 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

124115
JuMP does not support [disciplined convex programming (DCP)](https://dcp.stanford.edu).

0 commit comments

Comments
 (0)