C# Class Boy_Scouts_Scheduler.GreedyAlgorithm.Constraint

显示文件 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