Default solver
Default ILP solver for the set cover problem.
The DefaultSolver uses the Pulp library to solve the set cover problem.
- class DefaultSolver(overlapped_atoms: List, fragments: dict, search_multiple_solutions: bool = False)[source]
Bases:
ILPSolver
Default ILP solver for the set cover problem.