Edge Constructor |
Name | Description | |
---|---|---|
![]() | Edge(Int32, Int32) |
Initializes an edge between vertices v and w of an
undirected graph when weight is immaterial. |
![]() | Edge(Int32, Int32, Double) |
Initializes an edge between vertices v and w of an undirected
graph with the given weight. |