pub fn is_cap_hall_witness(
adj: &[Vec<usize>],
capacities: &[usize],
w: &CapHallWitness,
) -> boolExpand description
Re-check a capacitated Hall witness: every item in S reaches only slots in T, and the total
capacity of T is below |S|.