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

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 xj and only the edge inequalities with an objective function value of the form ~ Σj=1N xj~ where N is the number of vertices in the input. We consider LP(k), which is the Linear programming (LP) relaxation of the I.P. with an additional constraint Σj=1N xj = k ~~ (0 k N). ~~ We then consider a convex programming variant CP(k) of LP(k), which is the same as LP(k), except that the objective function is a nonlinear convex function (which we minimise). ~The M.I.S. problem can be solved by solving CP(k) for every value of k in the interval ~0 k N~ where the convex function is minimised using a bin packing type of approach. In this paper, we present efforts to developing a convex function for CP(k).. However, in the latest version, in the absence of a convex function, we have introduced a new function; and for a certain instance, when we provide partial solutions (that is, for 5 vertices out of 150), the frequency of hitting an optimal complete integer solution increases significantly.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…