Exact algorithms for budgeted prize-collecting covering subgraph problems
Nicola Morandi, Roel Leus, and Hande Yaman

TL;DR
This paper introduces exact algorithms for a class of budgeted prize-collecting covering subgraph problems, optimizing connected subgraphs with maximum prizes under cost and capacity constraints, relevant to network design and transportation.
Contribution
It develops a branch-and-cut framework and Benders decomposition for solving these problems exactly, including novel symmetry-breaking inequalities for special cases.
Findings
Branch-and-cut yields shorter average computational times.
Benders decomposition can outperform branch-and-cut in specific instances.
Algorithms validated for tour and tree subgraph cases.
Abstract
We introduce a class of budgeted prize-collecting covering subgraph problems. For an input graph with prizes on the vertices and costs on the edges, the aim of these problems is to find a connected subgraph such that the cost of its edges does not exceed a given budget and its collected prize is maximum. A vertex prize is collected when the vertex is visited, but the price can also be partially collected if the vertex is covered, where an unvisited vertex is covered by a visited one if the latter belongs to the former's neighbourhood. A capacity limit is imposed on the number of vertices that can be covered by the same visited vertex. Potential application areas include network design and intermodal transportation. We develop a branch-and-cut framework and a Benders decomposition for the exact solution of the problems in this class. We observe that the former algorithm results in…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTransportation Planning and Optimization · Vehicle Routing Optimization Methods · Advanced Graph Theory Research
