pub unsafe extern "C" fn SCIPisEfficacious(
scip: *mut SCIP,
efficacy: f64,
) -> c_uintExpand description
checks if the given cut’s efficacy is larger than the minimal cut efficacy
@return TRUE if the given cut’s efficacy is larger than the minimal cut efficacy, otherwise FALSE