开发者

Not Greedy algorithm for Set Cover

开发者 https://www.devze.com 2023-03-23 11:31 出处:网络
Details about my sets: each set have exactly M elements, and each element belongs to exactly N sets. I need a Non greedy algorithm to compute t开发者_如何学运维he size of the minimal set cover.

Details about my sets: each set have exactly M elements, and each element belongs to exactly N sets.

I need a Non greedy algorithm to compute t开发者_如何学运维he size of the minimal set cover.

is there a good algorithm? (for my special case)

thanks.


The hardness results and probably the inapproximability results (perhaps with a worse constant) apply even to your special case. Use a solver for mixed-integer programs such as GLPK.

0

精彩评论

暂无评论...
验证码 换一张
取 消