Skip to main content

check_primal_certificate

Function check_primal_certificate 

Source
pub fn check_primal_certificate(
    problem: &QpProblem,
    certificate: &PrimalCertificate,
) -> Result<PrimalCertificateResiduals, KktError>
Expand description

Recomputes the defining residuals of a primal infeasibility certificate on the original problem data.

ยงErrors

Returns KktError::Dimension when a multiplier block has the wrong length.