C# Class Boy_Scouts_Scheduler.GreedyAlgorithm.Constraint

Afficher le fichier Open project: MoustafaEid/Boy-Scouts-Scheduler

Méthodes publiques

Свойство Type Description
G Group
S Station
nVisits int

Méthodes publiques

Méthode Description
Constraint ( Group g, Station s, int nV ) : System

Method Details

Constraint() public méthode

public Constraint ( Group g, Station s, int nV ) : System
g Group
s Station
nV int
Résultat System

Property Details

G public_oe property

public Group,Boy_Scouts_Scheduler.GreedyAlgorithm G
Résultat Group

S public_oe property

public Station,Boy_Scouts_Scheduler.GreedyAlgorithm S
Résultat Station

nVisits public_oe property

public int nVisits
Résultat int