Skip to content

Commit c89ce85

Browse files
committed
Multi-obj documentation: image #239
1 parent 9f857c0 commit c89ce85

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/source/images/berg-tal.svg

+1
Loading

doc/source/modeling-mo.rst

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
Multiple objectives
55
----------------------------------
66

7+
.. image:: images/berg-tal.svg
8+
:width: 200
9+
:align: right
10+
711
To consider multiple objectives in an AMPL model, use
812
:ref:`solver option <solver-options>` ``obj:multi``.
913
Otherwise, only the 1st objective is considered
@@ -18,7 +22,7 @@ Otherwise, only the 1st objective is considered
1822
1923
2024
See the
21-
:ref:`Multi-objective AMPL Colab notebooks <https://colab.ampl.com/tags/multiple-objectives.html>`
25+
`Multi-objective AMPL Colab notebooks <https://colab.ampl.com/tags/multiple-objectives.html>`_
2226
for examples.
2327

2428

@@ -44,3 +48,4 @@ as described in the ``obj:multi`` option description.
4448
S[i] * x[i, t]
4549
suffix objpriority (2-e)*S_range + 1 + S[i] - min {j in I} S[j];
4650
51+
Suffixes ``.objabstol`` and ``.objreltol`` allow for objective degradation.

0 commit comments

Comments
 (0)