Parameterized Complexity of MinCSP over the Point Algebra
Abstract
The input in the Minimum-Cost Constraint Satisfaction Problem (MinCSP) over the Point Algebra contains a set of variables, a collection of constraints of the form , , and , and a budget . The goal is to check whether it is possible to assign rational values to the variables while breaking constraints of total cost at most . This problem generalizes several prominent graph separation and transversal problems: MinCSP is equivalent to Directed Feedback Arc Set, MinCSP is equivalent to Directed Subset Feedback Arc Set, MinCSP is equivalent to Edge Multicut, and MinCSP is equivalent to Directed Symmetric Multicut. Apart from trivial cases, MinCSP for is NP-hard even to approximate within any constant factor under the Unique Games Conjecture. Hence, we study parameterized complexity of this problem under a natural parameterization by the solution cost . We obtain a complete classification: if contains both and , then MinCSP is W[1]-hard, otherwise it is fixed-parameter tractable. For the positive cases, we solve MinCSP, generalizing the FPT results for Directed Feedback Arc Set and Edge Multicut as well as their weighted versions. Our algorithm works by reducing the problem into a Boolean MinCSP, which is in turn solved by flow augmentation. For the lower bounds, we prove that Directed Symmetric Multicut is W[1]-hard, solving an open problem.
Cite
@article{arxiv.2310.05839,
title = {Parameterized Complexity of MinCSP over the Point Algebra},
author = {George Osipov and Marcin Pilipczuk and Magnus Wahlström},
journal= {arXiv preprint arXiv:2310.05839},
year = {2024}
}