Thread: Set covering

  1. #1
    Bit Fiddler
    Join Date
    Sep 2009
    Posts
    79

    Set covering

    I'm searching algorithms for set covering in C. Is there any good resource for things like this on the net?

  2. #2
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    Well, Googling "set covering" and "set covering algorithms" turned up some decent stuff. I don't know if you'll find a site that has a comprehensive list of all possible set covering algorithms with examples, complexity analyses, etc. What exactly are you looking for (be specific)? Do you need an optimized (i.e. least number of sets to cover) solution, or just any solution, or do you not eve have to write this? What is the intended application?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 7
    Last Post: 01-14-2012, 11:40 AM
  2. Replies: 1
    Last Post: 08-28-2007, 09:06 AM
  3. Set covering problem
    By joan in forum C++ Programming
    Replies: 2
    Last Post: 11-26-2006, 07:48 PM
  4. Status bar covering parent window....by the way, thanks Ward
    By Unregistered in forum Windows Programming
    Replies: 1
    Last Post: 10-02-2001, 08:16 PM