Function scip_sys::SCIPgetAvgPseudocostCountCurrentRun
source · pub unsafe extern "C" fn SCIPgetAvgPseudocostCountCurrentRun(
scip: *mut SCIP,
dir: SCIP_BRANCHDIR
) -> f64Expand description
gets the average number of pseudo cost updates for the given direction over all variables, only using the pseudo cost information of the current run
@return the average number of pseudo cost updates for the given direction over all variables, only using the pseudo cost 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