Families with infants: speeding up algorithms for NP-hard problems using FFT
Alexander Golovnev, Alexander S. Kulikov, Ivan Mihajlin

TL;DR
This paper introduces a faster FFT-based algorithm for coloring problems with infants constraints, achieving sub-exponential time for certain NP-hard problems when the number of infants is linear.
Contribution
It presents a novel FFT-based approach that accelerates solutions for coloring problems with infants constraints and improves bounds for several NP-hard problems on bounded degree graphs.
Findings
Achieves $O^*((2- ext{epsilon})^n)$ time for certain cases
Simplifies proofs of existing NP-hard problem bounds
Improves bounds for TSP, graph coloring, and perfect matchings
Abstract
Assume that a group of people is going to an excursion and our task is to seat them into buses with several constraints each saying that a pair of people does not want to see each other in the same bus. This is a well-known coloring problem and it can be solved in time by the inclusion-exclusion principle as shown by Bj\"{o}rklund, Husfeldt, and Koivisto in 2009.Another approach to solve this problem in time is to use the fast Fourier transform. A graph is -colorable if and only if the -th power of a polynomial containing a monomial for each independent set of the graph, contains the monomial . Assume now that we have additional constraints: the group of people contains several infants and these infants should be accompanied by their relatives in a bus. We show that if the number of infants is…
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 · Limits and Structures in Graph Theory · Graph Labeling and Dimension Problems
