pub unsafe extern "C" fn SCIPgetPseudocostVariance(
    scip: *mut SCIP,
    branchdir: SCIP_BRANCHDIR,
    onlycurrentrun: c_uint
) -> f64
Expand description

returns the variance of pseudo costs for all variables in the requested direction

@return the variance of pseudo costs for all variables in the requested direction

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