10.2. TA problem representation

 

        To represent the TA problem solution have been developed a new independent class denominated asignacion.java. After the execution, the TA problem produces a data file that contains the terminals and concentratrors positions and the links. This is the syntax to use asignacion.java:

   > java asignacion <output_solution_file> <jpeg_file_name>

where:

output_solution_file: it is the output data file name.

jpeg_file_name: this is the name of the new jpeg image that is going to be created from the data file.

 

     TA Problem Representation   

       In the image the little green boxes indicates the concentrators and the overloads concentrators are represented by a little red box. Each terminal is represented by a blue point. Finally, a black line between a concentrator and terminal indicates the link.

               

 

[Previous][Index][Home][Next]