diff --git a/content/GA_2_5/Analysis_LP_solution.ipynb b/content/GA_2_5/Analysis_LP_solution.ipynb
index f8a0a188b5b73e97592a2a5b2989fd8eb832dfee..8704c29db61ee9197aa141651c478c77d559f5ea 100644
--- a/content/GA_2_5/Analysis_LP_solution.ipynb
+++ b/content/GA_2_5/Analysis_LP_solution.ipynb
@@ -754,7 +754,7 @@
   },
   {
    "cell_type": "code",
-   "execution_count": null,
+   "execution_count": 81,
    "metadata": {
     "pycharm": {
      "name": "#%%\n"
@@ -834,7 +834,16 @@
       "  4768   330 infeasible   34               -          -      -  1605  488s\n",
       "  5097   325  postponed   25               -          -      -  1608  523s\n",
       "  5400   354  postponed   20               -          -      -  1610  550s\n",
-      "  5737   345  postponed   25               -          -      -  1608  581s\n"
+      "  5737   345  postponed   25               -          -      -  1608  581s\n",
+      "  6080   352  postponed   22               -          -      -  1611  600s\n",
+      "\n",
+      "Explored 6269 nodes (10092844 simplex iterations) in 300.03 seconds (212.62 work units)\n",
+      "Thread count was 12 (of 12 available processors)\n",
+      "\n",
+      "Solution count 0\n",
+      "\n",
+      "Time limit reached\n",
+      "Best objective -, best bound -, gap -\n"
      ]
     }
    ],
diff --git a/content/Week_2_5/WS_2_5_Profit_vs_Planet.ipynb b/content/Week_2_5/WS_2_5_Profit_vs_Planet.ipynb
index f0a732c308cb6e481c5acbe609d5adcc840dc18a..4f78ce11bf161fc669c36f3f306e136051b15a84 100644
--- a/content/Week_2_5/WS_2_5_Profit_vs_Planet.ipynb
+++ b/content/Week_2_5/WS_2_5_Profit_vs_Planet.ipynb
@@ -40,7 +40,9 @@
     "\n",
     "- The company wants to do 3 out of the 6 projects\n",
     "- the projects of type 2 must be at least as many as the ones of type 1 \n",
-    "- the profit of all projects together must be greater or equal than $250$ ($\\beta$)"
+    "- the profit of all projects together must be greater or equal than $250$ ($\\beta$)\n",
+    "\n",
+    "**You may want to look at the linear optimisation example from the MUDE book**"
    ]
   },
   {