No BSD License  

Highlights from
MatPlanWDM v0.5

image thumbnail
from MatPlanWDM v0.5 by Pablo Pavon MariƱo
Educational network planning tool for the RWA problem in WDM networks (MILP and heuristic based)

simulationState_stop.m
%Simulation State = STOP

%Updating buttons state
set(handles.pushbutton5,'Enable','off');
set(handles.pushbutton14,'Enable','on');
set(handles.pushbutton7,'Enable','off');
set(handles.pushbutton8,'Enable','on');
set(handles.pushbutton9,'Enable','on');
set(handles.pushbutton10,'Enable','on');
set(handles.pushbutton20,'Enable','on');
set(handles.pushbutton16,'Enable','on');


%Updating edits from Results Information and, the lightpaths and flows
%popupmenus. 
GUIupdateStepAndStopStates;

pause(0.001)

Contact us