Skip to main content

certify_pigeonhole_unsat

Function certify_pigeonhole_unsat 

Source
pub fn certify_pigeonhole_unsat(
    pigeons: u128,
    holes: u128,
) -> Option<CountingCert>
Expand description

Certify PHP(pigeons → holes) UNSAT by pure counting, in O(1). Some iff pigeons > holes (Hall violated by the full pigeon set); None otherwise (feasible — a perfect matching can exist).