From 83d087616a4b53fa373008035141b472ded4fde9 Mon Sep 17 00:00:00 2001 From: Tom van Woudenberg Date: Wed, 24 Apr 2024 19:28:43 +0200 Subject: [PATCH] Moved widget --- ...ear_constrained_optimization_example.ipynb | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/book/pages/linear_constrained_optimization_example.ipynb b/book/pages/linear_constrained_optimization_example.ipynb index e8e0b1f..0eb97e5 100644 --- a/book/pages/linear_constrained_optimization_example.ipynb +++ b/book/pages/linear_constrained_optimization_example.ipynb @@ -44,6 +44,18 @@ "- Bounds: book are only transported from distribution centers to stores." ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "### Find best solution manually\n", + "\n", + ":::{card} Test yourself\n", + "Try and adjust the book transports yourself. Can you find the optimal solution?\n", + "\n", + ":::" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -195,18 +207,6 @@ "```" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Find best solution manually\n", - "\n", - ":::{card} Test yourself\n", - "Try and adjust the book transports yourself. Can you find the optimal solution?\n", - "\n", - ":::" - ] - }, { "cell_type": "markdown", "metadata": {},