Algorithm 787: Fortran subroutines for approximate solution of maximum independent set problems using GRASP

Citation
Mgc. Resende et al., Algorithm 787: Fortran subroutines for approximate solution of maximum independent set problems using GRASP, ACM T MATH, 24(4), 1998, pp. 386-394
Citations number
10
Categorie Soggetti
Computer Science & Engineering
Journal title
ACM TRANSACTIONS ON MATHEMATICAL SOFTWARE
ISSN journal
00983500 → ACNP
Volume
24
Issue
4
Year of publication
1998
Pages
386 - 394
Database
ISI
SICI code
0098-3500(199812)24:4<386:A7FSFA>2.0.ZU;2-O
Abstract
Let G = (V, E) be an undirected graph, where V and E are the sets of vertic es and edges of G, respectively. A subset of the vertices S subset of or eq ual to V is independent if all of its members are pairwise nonadjacent, i.e ., have no edge between them. A solution to the NP-hard maximum independent set problem is an independent set of maximum cardinality. This article des cribes gmis, a set of Fortran subroutines to find an approximate solution o f a maximum independent set problem. A greedy randomized adaptive search pr ocedure (GRASP) is used to produce the solutions. The algorithm is describe d in detail. Implementation and usage of the package is outlined, and compu tational experiments are reported, illustrating solution quality as a funct ion of running time.