diff --git a/doc/source/modeling-mo.rst b/doc/source/modeling-mo.rst index 07ea56fc1..015426d22 100644 --- a/doc/source/modeling-mo.rst +++ b/doc/source/modeling-mo.rst @@ -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 `_ +for examples. + .. code-block:: ampl minimize total_cost {s in STORE}: @@ -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 `_ -for examples. - Blended objectives ************************************************