|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RoutingAlgBase | |
---|---|
bcds.phison.alg | This package contains implementations of basic graph algorithms, for example, for finding connected components, and minimum max-flows between node pairs. |
bcds.phison.gm | Classes in this package extract measurable properties of a graph, its nodes or links. |
bcds.phison.ra | The routing algorithm (ra) package defines the interface expected by the Phison simulator and implements several well-known routing algorithms, such as Dijkstra, WSP and SWP. |
Uses of RoutingAlgBase in bcds.phison.alg |
---|
Subclasses of RoutingAlgBase in bcds.phison.alg | |
---|---|
class |
FloydWarshall<V,E>
Implements the Floyd-Warshall algorithm for finding all-pairs shortest paths in a graph. |
class |
MaxFlowEK<V,E>
Implements the Edmonds-Karp algorithm to find the max-flow between a source-destination pair. |
Uses of RoutingAlgBase in bcds.phison.gm |
---|
Subclasses of RoutingAlgBase in bcds.phison.gm | |
---|---|
class |
BetweennessCentrality<V,E>
WARNING: This class will disappear as such (the Brandes' part will be folded into BrandesBC, and the rest...probably taken to the attic. |
Uses of RoutingAlgBase in bcds.phison.ra |
---|
Subclasses of RoutingAlgBase in bcds.phison.ra | |
---|---|
class |
DijkstraAll<V,E>
Implements a priority queue based Dijkstra algorithm for finding single-source all-destination shortest paths. |
class |
DijkstraMaxWidth<V,E>
Finds a path between two nodes offering the maximum minimum "width", where the width is anything passed as a cost map. |
class |
LIOA<V,E>
Implements the LIOA routing algorithm. |
class |
LMIR<V,E>
Implements the LMIR routing algorithm as described in: Gustavo B. |
class |
MinHop<V,E>
Implements Dijkstra-based min-hop routing. |
class |
Null<V,E>
This is a "null" router: Everything is rejected, no matter what. |
class |
ProtDPP_MinCost<V,E>
Provides Dedicated dath Protection (DPP) using DijkstraAll as the search algorithm. |
class |
ProtectionAlgBase<V,E>
Provides common functions and data structures for protection-aware routing algorithms. |
class |
SWP<V,E>
Implements the SWP (Shortest Widest Path) routing algorithm. |
class |
WSP<V,E>
Implements the WSP (Widest-Shortest Path) routing algorithm. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |