We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3afcebc commit e5ebe9bCopy full SHA for e5ebe9b
1 file changed
README.md
@@ -40,6 +40,9 @@ set_attribute(model, MOA.Algorithm(), MOA.Dichotomy())
40
set_attribute(model, MOA.SolutionLimit(), 4)
41
```
42
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
+
46
Replace `HiGHS.Optimizer` with an optimizer capable of solving a
47
single-objective instance of your optimization problem.
48
0 commit comments