SCIPisEfficacious

Function SCIPisEfficacious 

Source
pub unsafe extern "C" fn SCIPisEfficacious(
    scip: *mut SCIP,
    efficacy: f64,
) -> c_uint
Expand 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