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>
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.
|