1

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

if(flag==100){releaseCapacityILP1();} if(flag==8)traffMat.orgprintTraff(); if(flag==11) { computePCycle(11); } if(flag==1) network.calculateCapforPP(flag); if(flag==2) { distMat.setDistMat(); network.calculateCapforPP( flag ); } if(flag==3) network.calculateCapforPP2(flag); if(flag==6){ i.ilca(Variables.

i_nn); } if(flag==21) network.calculateCapforWP(1); if(flag==22) { distMat.setDistMat(); network.calculateCapforWP(2); } if(flag==23){ network.calculateCapforWP2(3);} if(flag==24){ releaseCapacityILP();} if(flag==25){ Vector allPCycles=releasedCapHopCountLtd(19); System.out.println("The hopcount limit is ");} if(flag==26){ releaseCapacityMDCPC();} if(flag==4) { capMat.printCap(); capMat.resetCapMat(); } if(flag==5) { releaseCapacityILP(); } if(flag==9) distMat.printDistanceMat(); if(flag==10){capMat.printConnMat();}

if(flag==7) { ComputedPCycles computedPCyclesMA1=computePCycle(); computedPCyclesMA1.getNetNoPCycleandCap(flag); a.addElement(new Integer (0)); a.addElement(new Integer (1)); network.calculateCapforPP(flag); capMat.setCritLinks(a); capMat.printCritLinks(); ComputedPCycles computedPCyclesMACS=computePCycleCrtLn(a ); ComputedPCycles computedPCyclesMARC=computePCycle(); //RC=Remaining capacity computedPCyclesMACS.addtoComputedPCycles(computedPCyclesMARC ); computedPCyclesMACS.getNetNoPCycleandCap(flag); }

You might also like