Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ScheduleWorks
Algorithm
Edge
C# Class ScheduleWorks.Algorithm.Edge
Exibir arquivo
Open project: lyubomiryanchev/ScheduleWorks
Public Properties
Property
Type
Description
backwardsIndex
int
backwardsNode
int
capacity
int
neigIndex
int
Public Methods
Method
Description
Edge
( ) :
System
Edge
(
int
neigI
,
int
cap
) :
System
Method Details
Edge()
public
method
public
Edge
( ) :
System
return
System
Edge()
public
method
public
Edge
(
int
neigI
,
int
cap
) :
System
neigI
int
cap
int
return
System
Property Details
backwardsIndex
public_oe property
public
int
backwardsIndex
return
int
backwardsNode
public_oe property
public
int
backwardsNode
return
int
capacity
public_oe property
public
int
capacity
return
int
neigIndex
public_oe property
public
int
neigIndex
return
int