Article ID: | iaor20117148 |
Volume: | 39 |
Issue: | 3 |
Start Page Number: | 637 |
End Page Number: | 646 |
Publication Date: | Mar 2012 |
Journal: | Computers and Operations Research |
Authors: | Yagiura Mutsunori, Sasaki Mihiro, Imahori Shinji, Tanaka Yuma |
Keywords: | graphs, heuristics, programming: integer, programming: linear |
We conducted computational experiments on graphs used in related papers and on randomly generated graphs. The results indicate that our algorithm has a better performance than other existing methods. In this paper, we deal with the node capacitated in‐tree packing problem. The input consists of a directed graph, a root node, a node capacity function and edge consumption functions for heads and tails. The problem is to find a subset of rooted spanning in‐trees and their packing numbers, where the packing number of an in‐tree is the number of times it is packed, so as to maximize the sum of packing numbers under the constraint that the total consumption of the packed in‐trees at each node does not exceed the capacity of the node. This problem is known to be NP‐hard. We propose a two‐phase heuristic algorithm for this problem. In the first phase, it generates candidate spanning in‐trees to be packed. The node capacitated in‐tree packing problem can be formulated as an IP (integer programming) problem, and the proposed algorithm employs the column generation method for the LP (linear programming) relaxation problem of the IP to generate promising candidate in‐trees. In the second phase, the algorithm computes the packing number of each in‐tree. Our algorithm solves this second‐phase problem by first modifying feasible solutions of the LP relaxation problem and then improving them with a greedy algorithm. We analyze upper and lower bounds on the solution quality of such LP‐based algorithms for this problem.