Set Covering Algorithm
Is there a Sage implementation of the Set Covering Algorithm?
Thanks in advance
I guess you speak about the "set cover problem", which is a well known NP-hard problem (Karp). Sage does not have this though it could be added as a method of IncidenceStructure
.
You can however code it yourself :
MixedIntegerProgramming
examples and tutorialPlease start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-09-09 01:02:27 +0100
Seen: 429 times
Last updated: Sep 09 '17
Could you provide a reference to the "Set Covering Algorithm" you mention?