You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason why get_weight does not take an AbstractEdge as second argument? I see how the AbstractSimpleWeightedEdge is supposed to contain that information, but when I get my edges from some other source, it is a bit strange to always have to write get_weight(g, src(e), dst(e)).