In salvo.jesus.graph.EdgeImpl class getOppositeVertex( Vertex v ) method uses the == for object comparison. I think we should use "equals" method for correct results.
Log in to post a comment.