from
MatPlanWDM v0.5
by Pablo Pavon MariƱo Educational network planning tool for the RWA problem in WDM networks (MILP and heuristic based)
load_global.m
global numberOfNodes numberOfLinks numberOfLevels ;
global phys prePhys;
global traff_trafficMatrix;
global netState
global methodSelection method;
global numberOfHeuristicAlgorithms heuristicAlgorithms algorithmParameters;
global topologyFilename trafficFilename;
global stat lightpathsRoutes listOfSerialNumberFlowsPerLp ingressEgressGroomingTraffic;
global metadata;