Date: Fri, 11 Dec 1998 21:07:52 +0000
From: Christoph Frerichs <christoph.frerichs@gmx.de>
Subject: Algorithms for set cover?
What algorithms for the set cover problem are known?
Best regards,
Christoph Frerichs
Date: 27 Jun 1997 13:34:19 GMT
From: palpacel@cli.di.unipi.it (Luigino Palpacelli)
Subject: LOOKING for OPTIMAL SET COVERING algorithm
I'm looking for references (Papers AND/OR Software) on optimal set covering
algorithms and in particular references suited for boolean function
semplification.
THANK YOU for the attention
Date: 14 Apr 1997 14:10:22 +0200
From: Tuomo Takkula <tuomo@cs.chalmers.se>
Subject: Help! Set Covering Problems...
You can write the whole problem down as a integer program (in fact you wrote it almost completely down) as follows:
If you want to avoid overcovers (more than one person assigned to one job, than you have to exchange the '>=' operator by '=' and you have a set-partitioning problem. The above paragraph still holds, just you have to expect more fractional solutions in the soptimal solution of your LP-relaxation (no theorem, just experience on random problems) and Branch&Cut works better.
Check the extensive literature, if you want to solve large problems.
Best regards, Tuomo
Date: Tue, 01 Apr 1997 20:37:10 -0800
From: Patrizio Tassone <tassone@italway.it>
Subject: Help! Set Covering Problems...
Excuse me... i'm an italian student... i've a problem with Set Covering
Problems...
i've a list of job and a list of person who can do this jobs.
Each person may do several job. The number of person is less than the number of job, of course.
so, i have a matrix like this
The soft may produce a matrix where, for each job, there's almost one worker may do it.
the numbero of workers is not fixed, but it must been as less as possible.
Can you help me? do you have something ready or you can tell me where to find something interesting?
Thank you for your interesting...
Patrizio Tassone
tassone@italway.it
Date: Wed, 02 Apr 1997 09:12:51 -0800
From: arndt lueder <arndt@hamlet.et.uni-magdeburg.de>
Subject: Help! Set Covering Problems..
Dear Patrizio,
you can translat you problem into a graph theoretical problem. You can generate a biparite graph with one node for each jab, one node for each worker and an arc for each posibility of one worker to do one job (the arc is incident to the nodes belonging to the job and the worker).
Your problem is then the marriage problem. You can find it in nearly each graph theoretical book.
Greatings Arndt
I would go for a Set Partitioning formulation, with the jobs as rows, and the possible sets of jobs as columns. You may need some artificial jobs to take care of each person being used exactly once.
RJ
You can find some thing about the marriage problem in the Book of Claude Berge named Graphs published at North-Holland Mathematical Library.
There is a good chapter about matchings in it. And there you can find the marriage problem, the theorem of Hall and the theorem of Koenig. They are not named explicitly, but I am sure you will find it.
Arndt Lueder
Date: Wed, 19 Feb 1997 16:19:10 +0100
From: Maurizio Bartoli <Maurizio.Bartoli@cselt.stet.it>
Subject: help on set covering problems
Hi to all,
I am looking for references to algorithms about set covering problems.
Any one can help me? Any help would be appreciated.
Maurizio
Date: Mon, 13 Jan 1997 06:45:10 -0800
From: Roy Jonker <roy_jonker@magiclogic.com>
Subject: set covering
RJ
Date: Tue, 07 Jan 1997 18:00:25 +0100
From: Tore Gruenert <tore@or.rwth-aachen.de>
Subject: set covering
Dear readers,
We are interested in articles/papers for solving large-scale set-covering problems (about 200 rows and > 10000 columns). Good (and easy-to-implement) heuristics would be appropriate in our case.
Best regards,
Tore
Sebastian Ceria, Paolo Nobili and Antonio Sassano, A Lagrangian-based Heuristic for Large-scale Set Covering Problems, to appear in Mathematical Programming , (1996).
reporting about good solutions to real-world problems with up to one million variables and 5000 rows and
Best regards, Tuomo
Date: 28 Dec 1995 13:01:53 GMT
From: ts110@pmms.cam.ac.uk (Tomaz Slivnik)
Subject: Set covering problem
What is the best available technology (I'm looking for either
commercial or public domain software or references to published
algoritms) for solving the set covering problem (given a cover of a
finite set by sets of given weights, find the subcover of minimal
weight).
I'm looking both for code producing provably optimal solutions as well as any heuristics claiming to produce good solutions.
Thank you very much.
Tomaz Slivnik
Date: 29 Dec 1995 10:37:21 GMT
From: jeb1@ic.ac.uk (Dr J.E. Beasley)
Subject: Set covering problem
Some relevant references can be found on my WWW page
http://mscmga.ms.ic.ac.uk/jeb/jeb.html
Date: Sun, 31 Dec 1995 12:36:17 GMT
From: yash@rakefet.weizmann.ac.il (Wool Avishai)
Subject: Set covering problem
you can find a comparison between 9 set-covering approximation
algs in a paper by Grossman and myself (available via my home page)
Avishai Wool ( yash@wisdom.weizmann.ac.il )
Dept. of Applied Mathematics and Computer Science
Weizmann Institute of Science, Rehovot 76100, Israel
WWW: http://www.wisdom.weizmann.ac.il/~yash
Date: 15 May 1996 00:55:43 GMT
From: Steven Spitz <spitz@usc.edu>
Subject: Minimum Clustering Problem?!
Assume a collection of n sets A := {A1, A2, ..., An}.
A cluster is a subset of 'A' that has a non-null intersection.
The minimum clustering problem:
Find a minimum number of clusters that cover 'A'.
This problem is NP-Complete. It is easy to show a reduction from the vertex-coloring problem to this problem.
My questions are as follows:
Thanks,
Date: 23 Jul 1996 12:46:09 GMT
From: stormark@diku.dk (Thomas Stormark)
Subject: Where to find testbed (standard problems) for WVCP (Weighted Vertex Cover problem)
Does anyone know if there is a testbed (package of standard-problems, with
known solutions) for the WVCP (Weighted Vertex Cover Problem) and where
it is reachable.
-Thomas Stormark (E-Mail:stormark@diku.dk)
Date: 26 Jul 1996 20:12:26 GMT
From: rubin@msu.edu (Paul A. Rubin)
Subject: Where to find testbed (standard problems) for WVCP (Weighted Vertex Cover problem)
I'm not familiar with the WVCP, but if it is a form of set covering
problem, you might find suitable test problems at the Imperial College (London) OR Library: http://mscmga.ms.ic.ac.uk/info.html
Paul
Crawl back to front page.