I'm facing a deadend. Already searched trough stack forum, hope the question has not Already been asked..
I have a univers called U ( with Many elements). I have N sets containing several elements from U. We can find same element in different set. Each set has a weight ( not related to the number of elements it contains).
I must find à algorithm that find the combinaison of sets, with a minimum weight, that contains at least all the elements from the univers.
I think its common issue ( Maybe a well known np complet problem) but I can't tell myself that it's impossible. I'm looking for some ways to optimize but don't know where to begin with.
Any advices ?
Kind regards,
Yann