Maximum independent sets near the upper bound
Ingo Schiermeyer

TL;DR
This paper presents an efficient algorithm for analyzing maximum independent sets near a theoretical upper bound in graphs, enabling faster decision-making on independence numbers close to this bound.
Contribution
The paper introduces a new $O(n^2)$ algorithm that reduces the problem size for maximum independent sets near the upper bound, with a specialized decision procedure.
Findings
Algorithm runs in $O(n^2)$ time for given parameters.
Reduces problem size to at most $p+2k+1$ vertices.
Decides independence number bounds in $O(1.2738^{3k} + kn)$ time.
Abstract
The size of a largest independent set of vertices in a given graph is denoted by and is called its independence number (or stability number). Given a graph and an integer it is NP-complete to decide whether An upper bound for the independence number of a given graph with vertices and edges is given by In this paper we will consider maximum independent sets near this upper bound. Our main result is the following: There exists an algorithm with time complexity that, given as an input a graph with vertices, edges, and an integer with returns an induced subgraph of with vertices such that…
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.
