SCIPisCutEfficacious

Function SCIPisCutEfficacious 

Source
pub unsafe extern "C" fn SCIPisCutEfficacious(
    scip: *mut SCIP,
    sol: *mut SCIP_SOL,
    cut: *mut SCIP_ROW,
) -> c_uint
Expand description

returns whether the cut’s efficacy with respect to the given primal solution or the current LP solution is greater than the minimal cut efficacy

@return TRUE if the cut’s efficacy with respect to the given primal solution or the current LP solution is greater than the minimal cut efficacy, otherwise FALSE

@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_SOLVING