Skip to main content

proof_from_measure

Function proof_from_measure 

Source
pub fn proof_from_measure<M: LyapunovMeasure>(measure: &M) -> RankedRefutation
Expand description

The constructive proof of the ⟸ theorem. Drive the measure’s descent from L down to 0, self-checking every step (fail-closed), then close with unit propagation. Returns a ranked refutation whose descent has ≤ L·w steps — read its certificate with crate::complexity::RankedRefutation::certify.