Skip to content

Commit e5ebe9b

Browse files
authored
Add link to the JuMP tutorials (#129)
1 parent 3afcebc commit e5ebe9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ set_attribute(model, MOA.Algorithm(), MOA.Dichotomy())
4040
set_attribute(model, MOA.SolutionLimit(), 4)
4141
```
4242

43+
For worked examples, see the [Simple multi-objective examples](https://jump.dev/JuMP.jl/stable/tutorials/linear/multi_objective_examples/)
44+
tutorial in the JuMP documentation.
45+
4346
Replace `HiGHS.Optimizer` with an optimizer capable of solving a
4447
single-objective instance of your optimization problem.
4548

0 commit comments

Comments
 (0)