C# Class ScheduleWorks.Algorithm.Edge

Afficher le fichier Open project: lyubomiryanchev/ScheduleWorks

Méthodes publiques

Свойство Type Description
backwardsIndex int
backwardsNode int
capacity int
neigIndex int

Méthodes publiques

Méthode Description
Edge ( ) : System
Edge ( int neigI, int cap ) : System

Method Details

Edge() public méthode

public Edge ( ) : System
Résultat System

Edge() public méthode

public Edge ( int neigI, int cap ) : System
neigI int
cap int
Résultat System

Property Details

backwardsIndex public_oe property

public int backwardsIndex
Résultat int

backwardsNode public_oe property

public int backwardsNode
Résultat int

capacity public_oe property

public int capacity
Résultat int

neigIndex public_oe property

public int neigIndex
Résultat int