The Simultaneous Assignment Problem
P\'eter Madarasi

TL;DR
This paper studies the complex simultaneous assignment problem involving weighted graphs, capacity constraints, and laminar system bounds, providing polynomial solutions for special cases, proving APX-hardness in general, and developing approximation algorithms.
Contribution
It introduces the simultaneous assignment problem, identifies solvable special cases, proves hardness results, and offers a framework for approximation algorithms applicable to related problems.
Findings
Polynomial-time solutions for special cases including trees.
APX-hardness of the general unweighted problem.
Constant-factor approximation algorithms for a fixed number of subgraphs.
Abstract
This paper introduces the Simultaneous assignment problem. Let us given a graph with a weight and a capacity function on its edges, and a set of its subgraphs along with a degree upper bound function for each of them. We are also given a laminar system on the node set with an upper bound on the degree-sum in each member of the system. Our goal is to assign each edge a non-negative integer below its capacity such that the total weight is maximized, the degrees in each subgraph are below the associated degree upper bound, and the degree-sum bound is respected in each member of the laminar system. We identify special cases when the problem is solvable in polynomial time. One of these cases is a common generalization of the hierarchical -matching problem and the laminar matchoid problem. This implies that both problems can be solved efficiently in the weighted, capacitated case even if…
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
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
