SCIPgetAvgConflictlengthScoreCurrentRun

Function SCIPgetAvgConflictlengthScoreCurrentRun 

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

gets the average conflictlength score value over all variables, only using the conflictlength information of the current run

@return the average conflictlength score value over all variables, only using the conflictlength information of the current run

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