Skip to content

Commit 2f32152

Browse files
authored
Update README link for the list of JuMP tutorials (#179)
1 parent 411365b commit 2f32152

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,12 @@ single-objective instance of your optimization problem.
4646
You may set additional optimizer attributes, the supported attributes depend on
4747
the choice of solution algorithm.
4848

49-
Documentation is available in the JuMP documentation. There are sections on
50-
[setting a vector-valued objective](https://jump.dev/JuMP.jl/stable/manual/objective/#Set-a-vector-valued-objective)
49+
## Documentation
50+
51+
Documentation is available in the JuMP documentation. There are sections in
52+
the manual on [setting a vector-valued objective](https://jump.dev/JuMP.jl/stable/manual/objective/#Set-a-vector-valued-objective)
5153
and [working with multiple solutions](https://jump.dev/JuMP.jl/stable/manual/solutions/#Multiple-solutions).
52-
For worked examples, see the [Simple multi-objective examples](https://jump.dev/JuMP.jl/stable/tutorials/linear/multi_objective_examples/)
53-
tutorial in the JuMP documentation. A larger example is the
54-
[Multi-objective knapsack](https://jump.dev/JuMP.jl/stable/tutorials/linear/multi_objective_knapsack/)
55-
tutorial, which also includes code for plotting the solutions.
54+
See also the [list of tutorials that use MOA](https://jump.dev/JuMP.jl/stable/tutorials/overview/#tutorial_MultiObjectiveAlgorithms).
5655

5756
## Algorithm
5857

0 commit comments

Comments
 (0)