coli-saar/alto

funky todo in PairwiseShortestPath

jgroschwitz opened this issue · 3 comments

there's an odd bug in the PairwiseShortestPath class where DirectedMultigraph#containsEdge sometimes seems to ignore directionality. current workaround works, but might be worth looking into

We should upgrade to a current version of jgrapht at our earliest opportunity. Chances are that this will fix the bug.

Iirc, the new version has a different api. I upgraded all libraries to the latest compatible version when switching alto to gradle.

I just made the jgrapht update a separate issue (#51), since I also encountered it elsewhere. Will try to do this soon.