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
This is a weighted graph type that will closely resemble Guava's own ValueGraph. It will allow weights of any type that can be duplicated across edges. E.g, 1 -a-> 2 -a-> 3 is valid even if weight "a" is in two edges.
Consider naming it WeightedGraph for familiarity.
The text was updated successfully, but these errors were encountered:
This is a weighted graph type that will closely resemble Guava's own
ValueGraph
. It will allow weights of any type that can be duplicated across edges. E.g,1 -a-> 2 -a-> 3
is valid even if weight "a" is in two edges.Consider naming it
WeightedGraph
for familiarity.The text was updated successfully, but these errors were encountered: