From edaae9299ad8ba998c67ffc7bf616b4cf490de3a Mon Sep 17 00:00:00 2001 From: Gleb Belov Date: Tue, 4 Jun 2024 17:01:56 +1000 Subject: [PATCH] Multi-obj documentation: move Colab ref #239 --- doc/source/modeling-mo.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ************************************************