Maximum independent set (stable set) problem: Computational testing with binary search and convex programming using a bin packing approach
Prabhu Manyem

TL;DR
This paper explores a novel convex programming approach combined with binary search and bin packing techniques to solve the maximum independent set problem more effectively.
Contribution
It introduces a new convex function for the convex programming formulation and demonstrates improved solution accuracy with partial solutions.
Findings
Partial solutions increase the likelihood of finding optimal solutions.
A new convex function was developed for the convex programming model.
The approach shows promise in solving large instances of the M.I.S. problem.
Abstract
This paper deals with the maximum independent set (M.I.S.) problem, also known as the stable set problem. The basic mathematical programming model that captures this problem is an Integer Program (I.P.) with zero-one variables and only the \textit{edge inequalities} with an objective function value of the form where is the number of vertices in the input. We consider , which is the Linear programming (LP) relaxation of the I.P. with an additional constraint We then consider a convex programming variant of , which is the same as , except that the objective function is a nonlinear convex function (which we minimise). The M.I.S. problem can be solved by solving for every value of in the interval where the convex function 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 Optimization Algorithms Research · Numerical Methods and Algorithms
