funky todo in PairwiseShortestPath
jgroschwitz opened this issue · 3 comments
jgroschwitz commented
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
alexanderkoller commented
We should upgrade to a current version of jgrapht at our earliest opportunity. Chances are that this will fix the bug.
akoehn commented
Iirc, the new version has a different api. I upgraded all libraries to the latest compatible version when switching alto to gradle.
jgroschwitz commented
I just made the jgrapht update a separate issue (#51), since I also encountered it elsewhere. Will try to do this soon.