Package ons.ra

Class KSP_RMSCA

java.lang.Object
ons.ra.KSP_RMSCA
All Implemented Interfaces:
RA

public class KSP_RMSCA
extends java.lang.Object
implements RA
This is a sample algorithm for the Routing and Spectrum Core Alocation problem. Fixed path routing is the simplest approach to finding a lightpath. The same fixed route for a given source and destination pair is always used. This path is computed using Dijkstra's Algorithm. First-Fit slots set assignment tries to establish the lightpath using the first slots set available sought in the increasing order.