[][src]Function algorithms_edu::problems::network_flow::mice_and_owls::mice_and_owls

pub fn mice_and_owls<S: MaxFlowSolver>(
    mice: &[Mouse],
    holes: &[Hole],
    radius: f64
) -> i32