MatPlanWDM v0.5

Educational network planning tool for the RWA problem in WDM networks (MILP and heuristic based)
6.9K 次下载
更新时间 2009/5/8

无许可证

MatPlanWDM is a network planning tool for wavelength-routing WDM networks. The input parameters to the planning problem are the network physical topology, the traffic matrix, and technological constraints like the number of transmitters, receivers, optical converters and wavelengths available. It includes a set of heuristic algorithms for solving the virtual topology design, and the routing and grooming of traffic flows on top of it. The set of heuristic algorithms can be extended. This is eased by a set of libraries of classical network optimization algorithms included in the tool. In addition, an implementation of the linear mixed-integer programming (MILP) problem to obtain the optimal solution is also included. A what-if analysis GUI allows the design of exhaustive tests. A multi-hour analysis GUI supports the evaluation of dynamic planning algorithms which react to traffic matrixes that vary each hour of the day. This is useful for the planning of intercontinental topologies that span multiple timezones, where node activity is affected by its local time. A dynamic planning GUI allows testing generic dynamic algorithms which react to flow arrivals and departures.

Authors: Pablo Pavón Mariño (supervisor), Ramón Aparicio Pardo, Belén García Manrubia, Gonzalo Moreno Muñoz

引用格式

Pablo Pavon Mariño (2024). MatPlanWDM v0.5 (https://www.mathworks.com/matlabcentral/fileexchange/13791-matplanwdm-v0-5), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R14
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Graph and Network Algorithms 的更多信息
致谢

参考作品: MatlabBGL

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

MatPlanWDM051/

MatPlanWDM051/algorithms/dynamicPlanning/

MatPlanWDM051/algorithms/dynamicTrafficGenerators/

MatPlanWDM051/algorithms/libraries/libraryFR/

MatPlanWDM051/algorithms/libraries/libraryGraph/

MatPlanWDM051/algorithms/libraries/libraryRWA/

MatPlanWDM051/algorithms/libraries/libraryTA/

MatPlanWDM051/algorithms/libraries/libraryTFA/

MatPlanWDM051/algorithms/libraries/libraryVTD/

MatPlanWDM051/algorithms/libraries/libraryWA/

MatPlanWDM051/algorithms/milp/

MatPlanWDM051/algorithms/milp/milp-Tools/

MatPlanWDM051/algorithms/milp/milp-Trans/

MatPlanWDM051/algorithms/staticMHPlanning/

MatPlanWDM051/algorithms/staticPlanning/

MatPlanWDM051/kernel/eventDispatching/

MatPlanWDM051/kernel/gui/figs/main_dynamicVTD/

MatPlanWDM051/kernel/gui/figs/main_multiHourAnalysis/

MatPlanWDM051/kernel/gui/figs/main_vtDesign/

MatPlanWDM051/kernel/gui/figs/main_whatIfAnalysis/

MatPlanWDM051/kernel/gui/figs/popup_about/

MatPlanWDM051/kernel/gui/figs/popup_columnNormalizationParameter/

MatPlanWDM051/kernel/gui/figs/popup_metadata/

MatPlanWDM051/kernel/gui/figs/popup_metadataDynamic/

MatPlanWDM051/kernel/gui/figs/popup_metadataWhatIf/

MatPlanWDM051/kernel/gui/figs/popup_metadata_MH/

MatPlanWDM051/kernel/gui/figs/popup_onPopulationDistanceTrafficParameter/

MatPlanWDM051/kernel/gui/figs/popup_rowNormalizationParameter/

MatPlanWDM051/kernel/gui/figs/popup_totalNormalizationParameter/

MatPlanWDM051/kernel/gui/figs/popup_trafficGenerator/

MatPlanWDM051/kernel/gui/tools/

MatPlanWDM051/kernel/gui/tools/reports/

MatPlanWDM051/kernel/io/

MatPlanWDM051/kernel/tools/

版本 已发布 发行说明
1.1.0.0

Some testing planning algorithms have been substituted by a new, more complete, testing algorithm

1.0.0.0

New release.
Improvements: XML format for I/O files. New functionality to load previous designs recorded as XML files for both static and multihour case.