From 6ba2a45eb92f91dad1ed5f77e4111e11a93e35c0 Mon Sep 17 00:00:00 2001 From: Mario Surlemont <mario.surlemont@uni-duesseldorf.de> Date: Fri, 17 Jul 2020 02:41:56 +0200 Subject: [PATCH] Update todo.md --- journal/todo.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/journal/todo.md b/journal/todo.md index 3404299..d18da91 100644 --- a/journal/todo.md +++ b/journal/todo.md @@ -140,6 +140,39 @@ * For the leaf instances, the grid graphs and some of the random graphs: ✔ - measure the size of a minimal unconnected solution and how fast the added separators close the gap. ✔ +# Week 9 +## thesis +* Add missing stuff. + - Introduction (❌) + - I read 2 papers which was cited by My Ky to be able to begin with the introdcution ✔ + - Table of results (❌) + - I did not add tables yet. But I added text which should describe the observations. + - Discussion (✔) + - I added all the stuff I want to include in bullet points and german text. + - Implementation (✔) + - I added all the stuff I want to include in bullet points and german text. + +## python +### runtime +* Added missing tests for ilp version on some random graphs. ✔ + +# Week 20 +## thesis +* Add missing stuff. + - Introduction + - Results + - Discussion + - Implementation + +## python +### runtime +* Added missing tests for asp version on some random graphs. + + +### packaging +* Add unit tests to the package +* Add dependencies to the recipe + # Backlog ## Python ### Implementation -- GitLab