SCIPgetVectorEfficacyNorm

Function SCIPgetVectorEfficacyNorm 

Source
pub unsafe extern "C" fn SCIPgetVectorEfficacyNorm(
    scip: *mut SCIP,
    vals: *mut f64,
    nvals: c_int,
) -> f64
Expand description

calculates the efficacy norm of the given vector, which depends on the “separating/efficacynorm” parameter

@return the efficacy norm of the given vector, which depends on the “separating/efficacynorm” parameter