English

Parameterized Complexity Results for General Factors in Bipartite Graphs with an Application to Constraint Programming

Data Structures and Algorithms 2015-03-19 v1 Discrete Mathematics

Abstract

The NP-hard general factor problem asks, given a graph and for each vertex a list of integers, whether the graph has a spanning subgraph where each vertex has a degree that belongs to its assigned list. The problem remains NP-hard even if the given graph is bipartite with partition U+V, and each vertex in U is assigned the list {1}; this subproblem appears in the context of constraint programming as the consistency problem for the extended global cardinality constraint. We show that this subproblem is fixed-parameter tractable when parameterized by the size of the second partite set V. More generally, we show that the general factor problem for bipartite graphs, parameterized by |V|, is fixed-parameter tractable as long as all vertices in U are assigned lists of length 1, but becomes W[1]-hard if vertices in U are assigned lists of length at most 2. We establish fixed-parameter tractability by reducing the problem instance to a bounded number of acyclic instances, each of which can be solved in polynomial time by dynamic programming.

Keywords

Cite

@article{arxiv.1106.3527,
  title  = {Parameterized Complexity Results for General Factors in Bipartite Graphs with an Application to Constraint Programming},
  author = {Gregory Gutin and Eun Jung Kim and Arezou Soleimanfallah and Stefan Szeider and Anders Yeo},
  journal= {arXiv preprint arXiv:1106.3527},
  year   = {2015}
}

Comments

Full version of a paper that appeared in preliminary form in the proceedings of IPEC'10

R2 v1 2026-06-21T18:24:04.611Z