Finding Maximum Weight 2-Packing Sets on Arbitrary Graphs
Jannick Borowitz, Ernestine Gro{\ss}mann, Christian Schulz

TL;DR
This paper introduces novel data reduction rules and approaches for solving the NP-hard Maximum Weight 2-Packing Set problem on arbitrary graphs, significantly improving speed and solution quality.
Contribution
It presents 13 new data reduction rules, a preprocessing routine linking 2-packing to independent sets, and an iterative reduce-and-peel heuristic, advancing solution methods for this problem.
Findings
Preprocessing yields multi-order speedups and better solutions.
Solves 44% of instances to optimality.
Heuristic matches top independent set solvers and outperforms others on large instances.
Abstract
A 2-packing set for an undirected, weighted graph G=(V,E,w) is a subset S of the vertices V such that any two vertices are not adjacent and have no common neighbors. The Maximum Weight 2-Packing Set problem that asks for a 2-packing set of maximum weight is NP-hard. Next to 13 novel data reduction rules for this problem, we develop two new approaches to solve this problem on arbitrary graphs. First, we introduce a preprocessing routine that exploits the close relation of 2-packing sets to independent sets. This makes well-studied independent set solvers usable for the Maximum Weight 2-Packing Set problem. Second, we propose an iterative reduce-and-peel approach that utilizes the new data reductions. Our experiments show that our preprocessing routine gives speedups of multiple orders of magnitude, while also improving solution quality, and memory consumption compared to a naive…
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
TopicsOptimization and Packing Problems · Advanced Manufacturing and Logistics Optimization · Scheduling and Optimization Algorithms
