Polyhedral approach to weighted connected matchings in general graphs
Phillippe Samer, Phablo F.S. Moura

TL;DR
This paper introduces new mixed integer programming formulations and a branch-and-cut algorithm for finding maximum weighted connected matchings in general graphs, a problem that is NP-hard.
Contribution
It develops novel polyhedral formulations and valid inequalities, and provides computational results demonstrating effectiveness on benchmark instances.
Findings
Formulations explore matching and connected subgraph polytopes.
Strong valid inequalities improve solution quality.
Encouraging computational results on benchmark instances.
Abstract
A connected matching in a graph G consists of a set of pairwise disjoint edges whose covered vertices induce a connected subgraph of G. While finding a connected matching of maximum cardinality is a well-solved problem, it is NP-hard to determine an optimal connected matching in an edge-weighted graph, even in the planar bipartite case. We present two mixed integer programming formulations and a sophisticated branch-and-cut scheme to find weighted connected matchings in general graphs. The formulations explore different polyhedra associated to this problem, including strong valid inequalities both from the matching polytope and from the connected subgraph polytope. We conjecture that one attains a tight approximation of the convex hull of connected matchings using our strongest formulation, and report encouraging computational results over DIMACS Implementation Challenge benchmark…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Vehicle Routing Optimization Methods · Advanced Graph Theory Research
