nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.GraphTheory / BipartiteEdge

BipartiteEdge

Full name Microsoft.VisualBasic.Data.GraphTheory.BipartiteEdge Assembly Microsoft.VisualBasic.Data.GraphTheory Members 4

01 Syntax

Microsoft.VisualBasic.Data.GraphTheory.BipartiteEdge

02 Methods

NameOverloadsSummary
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

NameOverloadsSummary
fromVertex 1 an edge is composed of 2 vertices

04 Fields

NameOverloadsSummary
m_capacity 1 edges also have a capacity & a flow

05 Members

method getOtherEndNode #
getOtherEndNode(Int32)

Given an end-node, Returns the other end-node (completes the edge)

Parameters
NameTypeDescription
vertexInt32

-

method ToString #
ToString

Prints edge using Array indexes, not human readable ID's like "S" or "T"

property fromVertex #
fromVertex

an edge is composed of 2 vertices

field m_capacity #
m_capacity

edges also have a capacity & a flow