From d548a3081b8cfbb7c8b90e9add98803495056d52 Mon Sep 17 00:00:00 2001 From: Mario Surlemont <mario.surlemont@uni-duesseldorf.de> Date: Tue, 23 Jun 2020 19:38:54 +0200 Subject: [PATCH] Update todo.md --- journal/todo.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/journal/todo.md b/journal/todo.md index f6d9362..78ea7d7 100644 --- a/journal/todo.md +++ b/journal/todo.md @@ -85,7 +85,9 @@ # Week 6 ## Python ### Implementation -* Implement the mentioned constraints from _Imposing Connectivity Constraints in Forest Planni8ng Models_ (Thursday) +* Implement the mentioned constraints from _Imposing Connectivity Constraints in Forest Planning Models_ (Thursday) (✔) + - From now on only separators between the root node and other components are added to the model. This improves the runtime. ✔ + - * May implement that cuts are added even for fractional solutions to strengthen the LP bound. (thursday) ### runtime -- GitLab