Parameterized Algorithms for Constraint Satisfaction Problems Above Average with Global Cardinality Constraints
Xue Chen, Yuan Zhou

TL;DR
This paper introduces a fixed-parameter tractable algorithm for solving CSPs with global cardinality constraints that exceed the average number of satisfied constraints, improving efficiency for certain problem instances.
Contribution
The paper presents a novel fixed-parameter algorithm for CSPs with global cardinality constraints, achieving efficient solutions above the average in parameterized time.
Findings
Algorithm finds solutions exceeding the average in time (2^{O(t^2)} + n^{O(d)})
CSP above average with global constraints is fixed-parameter tractable
Provides a new approach to solving constrained CSPs efficiently
Abstract
Given a constraint satisfaction problem (CSP) on variables, , and constraints, a global cardinality constraint has the form of , where and is an integer. Let be the expected number of constraints satisfied by randomly choosing an assignment to , complying with the global cardinality constraint. The CSP above average with the global cardinality constraint problem asks whether there is an assignment (complying with the cardinality constraint) that satisfies more than constraints, where is an input parameter. In this paper, we present an algorithm that finds a valid assignment satisfying more than constraints (if there exists one) in time . Therefore, the CSP above average with the global…
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
TopicsConstraint Satisfaction and Optimization · Advanced Graph Theory Research · Optimization and Search Problems
