added new data-structures

added new test-cases
added flexible dijkstra calculation
added debugging log
modified: plotting, grid-generation, grid-importance,
refactoring
This commit is contained in:
2016-01-22 18:47:06 +01:00
parent 12084fe147
commit cdf97322f8
21 changed files with 720 additions and 141 deletions

View File

@@ -28,7 +28,7 @@ TEST(GridFactory, create) {
gfInv.addInverted(g, 20);
gfInv.addInverted(g, 340);
// plot(gInv);
//plot(gInv);
}