BipartiteEdge
01 Syntax
Microsoft.VisualBasic.Data.GraphTheory.BipartiteEdge
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| getOtherEndNode | 1 | Given an end-node, Returns the other end-node (completes the edge) |
| ToString | 1 | Prints edge using Array indexes, not human readable ID's like "S" or "T" |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| fromVertex | 1 | an edge is composed of 2 vertices |
04 Fields
| Name | Overloads | Summary |
|---|---|---|
| m_capacity | 1 | edges also have a capacity & a flow |
05 Members
getOtherEndNode(
Int32)Given an end-node, Returns the other end-node (completes the edge)
Parameters
| Name | Type | Description |
|---|---|---|
vertex | Int32 | - |
ToString
Prints edge using Array indexes, not human readable ID's like "S" or "T"
fromVertex
an edge is composed of 2 vertices
m_capacity
edges also have a capacity & a flow