C# Class ScheduleWorks.Algorithm.MalvinaAlgorithm

Inheritance: ScheduleWorks.Algorithm.IGenerationAlgorithm
Mostra file Open project: lyubomiryanchev/ScheduleWorks Class Usage Examples

Public Properties

Property Type Description
Time int

Public Methods

Method Description
BeginInit ( ) : void
CheckInitFinished ( ) : bool
EndInit ( ) : void
Generate ( ) : void

Private Methods

Method Description
bfs ( int source, int sink ) : bool
dfs ( int source, int sink ) : bool
letFlow ( ) : void

Method Details

BeginInit() public method

public BeginInit ( ) : void
return void

CheckInitFinished() public method

public CheckInitFinished ( ) : bool
return bool

EndInit() public method

public EndInit ( ) : void
return void

Generate() public method

public Generate ( ) : void
return void

Property Details

Time public_oe property

public int Time
return int