From 566386beea5f90941c37ec4b0ccc653eb35a5061 Mon Sep 17 00:00:00 2001 From: Jialei Ding <j.d.ding@tudelft.nl> Date: Wed, 11 Dec 2024 09:07:50 +0100 Subject: [PATCH] added comment to WS --- content/GA_2_5/Analysis_LP_solution.ipynb | 13 +++++++++++-- content/Week_2_5/WS_2_5_Profit_vs_Planet.ipynb | 4 +++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/content/GA_2_5/Analysis_LP_solution.ipynb b/content/GA_2_5/Analysis_LP_solution.ipynb index f8a0a188..8704c29d 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 f0a732c3..4f78ce11 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**" ] }, { -- GitLab