File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,12 @@ single-objective instance of your optimization problem.
4646You may set additional optimizer attributes, the supported attributes depend on
4747the 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 )
5153and [ 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
You can’t perform that action at this time.
0 commit comments