Closed ferranpujolcamins closed 6 years ago
Both addEdge methods have the same signature when the Vertex type parameter is Int. Sadly this can only be fixed with an api-breaking change. I have renamed the parameters of the method adding an edge by index.
@ferranpujolcamins Thank you very much; I was afraid of breaking the API for way too long; you were right to do so.
Both addEdge methods have the same signature when the Vertex type parameter is Int. Sadly this can only be fixed with an api-breaking change. I have renamed the parameters of the method adding an edge by index.