1984
DOI: 10.1002/nav.3800310118
|View full text |Cite
|
Sign up to set email alerts
|

An efficient heuristic for large set covering problems

Abstract: A heuristic solution procedure for set covering is presented that works well for large, relatively dense problems. In addition, a confidence interval is established about the unknown global optimum. Results are presented for 30 large randomly generated problems. INTRODUCTIONThe set covering problem is a combinatorial optimization problem that was shown by Karp [9] to be NP-complete. Since there are many applications of set covering in scheduling, assembly-line balancing, capital investment, switching theory, a… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
15
0
1

Year Published

1985
1985
2015
2015

Publication Types

Select...
7
1

Relationship

1
7

Authors

Journals

citations
Cited by 68 publications
(16 citation statements)
references
References 9 publications
0
15
0
1
Order By: Relevance
“…All of the test problems (except problem set VW) have been produced using the scheme of Balas and Ho [3], namely, column costs (c,) are integers randomly generated from [l, 1001; every column covers at least one row; every row is covered by at least two columns. In order to compare the heuristic algorithm presented in this article with other heuristics we also coded in FORTRAN the BH heuristic of Balas and Ho [3] involving using five different functions f(j, c,, S ) and choosing the best solution found; the SCHEURI heuristic of Vasko and Wilson [17] involving using seven different functions f(j, c,, S ) and choosing the best solution found; and the SCFUNClT07 heuristic of Vasko and Wilson [17] involving a random choice from seven different functions f(j, c,, S ) (we executed SCFUNClT07 ten times and choose the best solution found).…”
Section: Computational Resultsmentioning
confidence: 99%
See 1 more Smart Citation
“…All of the test problems (except problem set VW) have been produced using the scheme of Balas and Ho [3], namely, column costs (c,) are integers randomly generated from [l, 1001; every column covers at least one row; every row is covered by at least two columns. In order to compare the heuristic algorithm presented in this article with other heuristics we also coded in FORTRAN the BH heuristic of Balas and Ho [3] involving using five different functions f(j, c,, S ) and choosing the best solution found; the SCHEURI heuristic of Vasko and Wilson [17] involving using seven different functions f(j, c,, S ) and choosing the best solution found; and the SCFUNClT07 heuristic of Vasko and Wilson [17] involving a random choice from seven different functions f(j, c,, S ) (we executed SCFUNClT07 ten times and choose the best solution found).…”
Section: Computational Resultsmentioning
confidence: 99%
“…Note here that we modified the Vasko and Wilson [17] heuristics (SCHEURI and SCFUNClT07) slightly in that the final step in both of these heuristics involves a 1-opt neighborhood search on a feasible solution S to the original SCP. Given the usual definition of a 1-opt neighborhood search this means that the number of columns in the solution (ISl) cannot change.…”
Section: Computational Resultsmentioning
confidence: 99%
“…The simplest one for SCPs is the greedy algorithm (Chvatal, 1979). Later, several randomized greedy algorithms (Feo & Resende, 1989;Vasko, 1984) are proposed. They usually produce better results than the deterministic greedy one.…”
Section: Related Workmentioning
confidence: 99%
“…Random and probabilistic greedy approximate algorithms [7,8,9] produce better solutions than the classical greedy algorithm for set covering problem. Randomized greedy algorithm used by Grossman and Wool [2] is same as classical greedy algorithm except that ties are broken at random and the basic algorithm is repeated N times and returns the best solution among the N solutions.…”
Section: Algorithm Gmc(sk)mentioning
confidence: 99%