C# Class Brunet.Symphony.AnnealingRouting

Inheritance: AHRoutingAlgorithm
Afficher le fichier Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Свойство Type Description
_local_con Brunet.Connections.Connection
_structs ConnectionList

Méthodes publiques

Méthode Description
AnnealingRouting ( AHAddress local, ConnectionList structured_cons ) : System
NextConnection ( Edge from, AHHeader head ) : bool>.Pair

Method Details

AnnealingRouting() public méthode

public AnnealingRouting ( AHAddress local, ConnectionList structured_cons ) : System
local AHAddress
structured_cons ConnectionList
Résultat System

NextConnection() public méthode

public NextConnection ( Edge from, AHHeader head ) : bool>.Pair
from Edge
head AHHeader
Résultat bool>.Pair

Property Details

_local_con protected_oe property

protected Connection,Brunet.Connections _local_con
Résultat Brunet.Connections.Connection

_structs protected_oe property

protected ConnectionList _structs
Résultat ConnectionList