Skip to main content

solve

Function solve 

Source
pub fn solve(problem: &SetCoverProblem) -> Result<SetCoverSolution>
Expand description

Solve set cover using greedy algorithm