C# Class ScheduleWorks.Algorithm.MalvinaAlgorithm

Inheritance: ScheduleWorks.Algorithm.IGenerationAlgorithm
Afficher le fichier Open project: lyubomiryanchev/ScheduleWorks Class Usage Examples

Méthodes publiques

Свойство Type Description
Time int

Méthodes publiques

Méthode Description
BeginInit ( ) : void
CheckInitFinished ( ) : bool
EndInit ( ) : void
Generate ( ) : void

Private Methods

Méthode Description
bfs ( int source, int sink ) : bool
dfs ( int source, int sink ) : bool
letFlow ( ) : void

Method Details

BeginInit() public méthode

public BeginInit ( ) : void
Résultat void

CheckInitFinished() public méthode

public CheckInitFinished ( ) : bool
Résultat bool

EndInit() public méthode

public EndInit ( ) : void
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

Property Details

Time public_oe property

public int Time
Résultat int