pub unsafe extern "C" fn SCIPgetVarPseudocostVariance(
scip: *mut SCIP,
var: *mut SCIP_VAR,
dir: SCIP_BRANCHDIR,
onlycurrentrun: c_uint,
) -> f64Expand description
get pseudo cost variance of the variable, either for entire solve or only for current branch and bound run
@return returns the (corrected) variance of pseudo code information collected so far.
@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_INITPRESOLVE - \ref SCIP_STAGE_PRESOLVING - \ref SCIP_STAGE_EXITPRESOLVE - \ref SCIP_STAGE_PRESOLVED - \ref SCIP_STAGE_INITSOLVE - \ref SCIP_STAGE_SOLVING - \ref SCIP_STAGE_SOLVED