C# Class Brunet.Symphony.AnnealingRouting

Inheritance: AHRoutingAlgorithm
Show file Open project: pstjuste/brunet Class Usage Examples

Protected Properties

Property Type Description
_local_con Brunet.Connections.Connection
_structs ConnectionList

Public Methods

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

Method Details

AnnealingRouting() public method

public AnnealingRouting ( AHAddress local, ConnectionList structured_cons ) : System
local AHAddress
structured_cons ConnectionList
return System

NextConnection() public method

public NextConnection ( Edge from, AHHeader head ) : bool>.Pair
from Edge
head AHHeader
return bool>.Pair

Property Details

_local_con protected property

protected Connection,Brunet.Connections _local_con
return Brunet.Connections.Connection

_structs protected property

protected ConnectionList _structs
return ConnectionList