pub unsafe extern "C" fn SCIPgetAvgConflictScoreCurrentRun(
scip: *mut SCIP,
) -> f64Expand description
gets the average conflict score value over all variables, only using the conflict score information of the current run
@return the average conflict score value over all variables, only using the conflict score 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