pub unsafe extern "C" fn SCIPgetVectorEfficacyNorm(
scip: *mut SCIP,
vals: *mut f64,
nvals: c_int,
) -> f64Expand 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