Calculating dijkstra
shortest path after hiding some edges, the algorithm still includes those edges.
cy.remove(someEdges)
gets the right result: the shortest path is rerouted around those missing edges.
Would it be possible, and make sense, to get that same effect with edges which have been hidden?