(Mauttone et al., 2008).
The instances are grouped according to the num-
ber of nodes in the graph (10, 20, 30),followed by the
graph density (0.3, 0.5, 0.8) and finally the amount
of different commodities to be transported. For the
presented tables, we report the optimum value found
by exact model (Opt), the best solution (Best Sol) and
best time (Best Time) reached by selected approach,
and the gap value between exact and heuristic (GAP).
We also reported the average values for time (Avg
Time) and for solutions (Avg Sol). Finally, reported
standard deviation values for time(Dev Time) and so-
lution(Dev Sol). In both tables the results in bold rep-
resent the best solution found, while the underlined
ones represent that the optimum has been found.
In Table 1 and 2, we present the results reached
for the instances generated by (Mauttone et al., 2008).
For these five instances, three heuristics were com-
pared: the Tabu Search heuristic proposed by (Maut-
tone et al., 2008), the GRASP heuristic of (Gonz
´
alez
et al., 2013) and the DPRF algorithm. For the Tabu
Search, the average time was high and no optimum
solution was found. When observing the gap value,
the table shows that the GRASP heuristic obtained
best solutions in general, however the computational
time is very high in comparison with the DPRF
heuristic. Moreover, the standard deviation obtained
by GRASP presented high values suggesting the al-
gorithm has a irregular behavior and for the DPRF
algorithm all standard deviation values for solutions
were 0. Although for those instances GRASP outper-
form the DPRF in solution quality (3 out of 5), table
2 shows that DPRF outperform the Tabu Search pre-
sented by (Mauttone et al., 2008).
In Table 3 were used another 45 instances gener-
ated by Mautonne, Labb and Figueiredo, whose re-
sults were not published by them. For this group of
instances, the computational results suggest the effi-
ciency of DPRF heuristic. On average, the DPRF was
20 times faster than GRASP. Also, DPRF found 29
optimal solutions, while GRASP found only 7 opti-
mal solutions. Besides that, the DPRF also improved
or equaled GRASP results for 40 (36 improvements)
out of 45 instances.
5 CONCLUSIONS AND FUTURE
WORKS
We proposed a new algorithm for a variant of the
fixed-charge uncapacitated network design problem
where multiple shortest path problems are added to
the original problem. In the first phase of the algo-
rithm, the Partial Decoupling heuristic is used to build
a initial solution. In the second phase, a Relax and Fix
heuristic is applied to improve the solution cost.
The proposed approach was tested on a set of in-
stances grouped by graph density, number of nodes
and commodities. Our results have shown the effi-
ciency of DPRF in comparison with a GRASP and
Tabu Search heuristic, once that the proposed algo-
rithm presented best average time for all instances,
often reaching optimum solutions. In a few cases,
GRASP reached best solution values, however the
computational time spend was not good when com-
pared with DPRF.
As future work, we intend to work on exact ap-
proaches as Benders decomposition and Lagrangian
relaxation since both are very effective for similar
problems, as could be seen in (Bektas et al., 2007)
and (Costa et al., 2007).
ACKNOWLEDGEMENTS
This work was supported by CAPES (Process
Number: BEX 9877/13-4) and by Laboratoire
d’Informatique d’Avignon, Universit d’Avignon et
des Pays de Vaucluse, Avignon, France.
REFERENCES
Ahuja, R. K., Magnanti, T. L., and Orlin, J. B. (1993).
Network flows: theory, algorithms, and applications.
Prentice-Hall, Inc., Upper Saddle River, NJ, USA.
Amaldi, E., Bruglieri, M., and Fortz, B. (2011). On the haz-
mat transport network design problem. In Proceed-
ings of the 5th international conference on Network
optimization, INOC’11, pages 327–338, Berlin, Hei-
delberg. Springer-Verlag.
Bazaraa, M. S., Jarvis, J. J., and Sherali, H. D. (2004).
Linear Programming and Network Flows. Wiley-
Interscience.
Bektas, T., Crainic, T. G., and Gendron, B. (2007). La-
grangean decomposition for the multicommodity ca-
pacitated network design problem.
Billheimer, J. W. and Gray, P. (1973). Network Design
with Fixed and Variable Cost Elements. Transporta-
tion Science, 7(1):49–74.
Boesch, F. T. (1976). Large-scale Networks: Theory and
Design. IEEE Press selected reprint series, 1 edition.
Boyce, D. and Janson, B. (1980). A discrete transportation
network design problem with combined trip distribu-
tion and assignment. Transportation Research Part B:
Methodological, 14(1-2):147–154.
Colson, B., Marcotte, P., and Savard, G. (2005). Bilevel
programming: A survey. 4OR, 3(2):87–107.
Costa, A. M., Cordeau, J.-F., and Gendron, B. (2007). Ben-
ders, metric and cutset inequalities for multicommod-
ICORES2014-InternationalConferenceonOperationsResearchandEnterpriseSystems
106