Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 2.13 KB

README.md

File metadata and controls

28 lines (22 loc) · 2.13 KB

CANO

[C language and IBM CPLEX]
This project is based on the following paper: Cavdar, Cicek, et al. "Design of green optical networks with signal quality guarantee." Communications (ICC), 2012 IEEE International Conference on. IEEE, 2012.

It was part of the master course "Communication Networks Optimization" at Universitat Politecnica de Catalunya (UPC), while studying for the European Master in Distributed Computing (EMDC).

Description:
We implemented a simpler version of the paper in two ways:

  1. WDMnets.mod: this is the code in CPLEX.
  2. fasty.c: this is our own heuristic we implemented to compare with the CPLEX solution.

Input:
The WDMnets8.dat file is given as a command-line parameter to the fasty.c

Team members: Maria Stylianou João Rosa Zafar Gilani

Presentation Slides:

<iframe src="http://www.slideshare.net/slideshow/embed_code/15012450" width="427" height="356" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe>

Project Report:

<iframe src="http://www.slideshare.net/slideshow/embed_code/15012473" width="479" height="511" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe>