Skip to content

Commit

Permalink
Multi-obj documentation: move Colab ref #239
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Jun 4, 2024
1 parent c89ce85 commit edaae92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/modeling-mo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ To consider multiple objectives in an AMPL model, use
Otherwise, only the 1st objective is considered
(or any objective specified by ``obj:no``.)

See the
`Multi-objective AMPL Colab notebooks <https://colab.ampl.com/tags/multiple-objectives.html>`_
for examples.

.. code-block:: ampl
minimize total_cost {s in STORE}:
Expand All @@ -21,10 +25,6 @@ Otherwise, only the 1st objective is considered
minimize total_number: sum {j in FOOD} Buy[j];
See the
`Multi-objective AMPL Colab notebooks <https://colab.ampl.com/tags/multiple-objectives.html>`_
for examples.

Blended objectives
************************************************
Expand Down

0 comments on commit edaae92

Please sign in to comment.