A Faster Algorithm for Independent Cut
Vsevolod Chernyshev, Johannes Rauch, Dieter Rautenbach, Liliia Redina

TL;DR
This paper presents a significantly faster algorithm for the independent cut problem, improving runtime bounds and establishing fixed-parameter tractability for certain graph classes.
Contribution
It introduces an improved algorithm with a better exponential runtime and proves fixed-parameter tractability on graphs with high minimum degree.
Findings
Runtime improved to *(1.4143^n)
Established fixed-parameter tractability for graphs with minimum degree > 0.5n
Derived runtime bounds based on maximum degree __________________________________________________
Abstract
The previously fastest algorithm for deciding the existence of an independent cut had a runtime of , where is the order of the input graph. We improve this to . In fact, we prove a runtime of on graphs of order and maximum degree at most , where . Furthermore, we show that the problem is fixed-parameter tractable on graphs of order and minimum degree at least for some , where is the parameter.
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
TopicsManufacturing Process and Optimization · Optimization and Packing Problems · Advanced Numerical Analysis Techniques
