1 | initial version |
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 tutorial