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
Boy_Scouts_Scheduler
GreedyAlgorithm
Constraint
C# Class Boy_Scouts_Scheduler.GreedyAlgorithm.Constraint
Exibir arquivo
Open project: MoustafaEid/Boy-Scouts-Scheduler
Public Properties
Property
Type
Description
G
Group
S
Station
nVisits
int
Public Methods
Method
Description
Constraint
(
Group
g
,
Station
s
,
int
nV
) :
System
Method Details
Constraint()
public
method
public
Constraint
(
Group
g
,
Station
s
,
int
nV
) :
System
g
Group
s
Station
nV
int
return
System
Property Details
G
public_oe property
public
Group,Boy_Scouts_Scheduler.GreedyAlgorithm
G
return
Group
S
public_oe property
public
Station,Boy_Scouts_Scheduler.GreedyAlgorithm
S
return
Station
nVisits
public_oe property
public
int
nVisits
return
int