
TL;DR
This paper presents improved algorithms for solving the Unique $(k,2)$-CSP problem, achieving faster running times for specific values of $k$, thus advancing the efficiency of solving these constraint satisfaction problems.
Contribution
The authors improve the running time bounds for Unique $(k,2)$-CSP for all $k \\geq 5$, notably enhancing previous algorithms for $k=5$ and $k=6$.
Findings
Improved running time for Unique (5,2)-CSP to $O(2.232^n)$
Enhanced bounds for Unique (6,2)-CSP to $O(2.641^n)$
General improvement for all $k \\geq 5$ in Unique $(k,2)$-CSP
Abstract
In a -Constraint Satisfaction Problem we are given a set of arbitrary constraints on pairs of -ary variables, and are asked to find an assignment of values to these variables such that all constraints are satisfied. The -CSP problem generalizes problems like -coloring and -list-coloring. In the Unique -CSP problem, we add the assumption that the input set of constraints has at most one satisfying assignment. Beigel and Eppstein gave an algorithm for -CSP running in time for and for , where is the number of variables. Feder and Motwani improved upon the Beigel-Eppstein algorithm for . Hertli, Hurbain, Millius, Moser, Scheder and Szedl{\'a}k improved these bounds for Unique -CSP for every . We improve the result of Hertli et al. and obtain better…
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
TopicsAdvanced Graph Theory Research · Constraint Satisfaction and Optimization · Complexity and Algorithms in Graphs
