Skip to content
Snippets Groups Projects
Commit 37315340 authored by Mario Surlemont's avatar Mario Surlemont
Browse files

Update todo.md

parent a1b89e7b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment