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 tutorialAsked: 2017-09-09 01:02:27 +0200
Seen: 547 times
Last updated: Sep 09 '17
Could you provide a reference to the "Set Covering Algorithm" you mention?