From 3731534084a7e4a4a4f23e40aa1d084455f96aeb Mon Sep 17 00:00:00 2001 From: Mario Surlemont <mario.surlemont@uni-duesseldorf.de> Date: Sun, 7 Jun 2020 21:14:14 +0200 Subject: [PATCH] Update todo.md --- journal/todo.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/journal/todo.md b/journal/todo.md index c6aeda3..ebb0bb7 100644 --- a/journal/todo.md +++ b/journal/todo.md @@ -2,11 +2,12 @@ ## Python ### implementation * Refactor code. - - Fix bug with separators. + - Fix bug with separators. ✔ - Add option to cli to select which type of inequalities to be included. * Implement different type of constraints. - _Solving the Maximum-Weight Connected Subgraph Problem to Optimality_ - - _Solving the Connected Dominating Set Problem and Power Dominating Set Problem by Integer Programming + - _Solving the Connected Dominating Set Problem and Power Dominating Set Problem by Integer Programming_ ✔ + - Only one type of constraints which performed best in this paper. Performs bad on our graphs. ### runtime * Do tests according to test concept and store data in some sort of strucured format(CSV/ XML/ JSON) which could be included in python or R. -- GitLab