Function scip_sys::SCIPgetPseudocostCount
source · pub unsafe extern "C" fn SCIPgetPseudocostCount(
scip: *mut SCIP,
dir: SCIP_BRANCHDIR,
onlycurrentrun: c_uint
) -> f64Expand description
gets the number of pseudo cost updates for the given direction over all variables
@return the number of pseudo cost updates for the given direction over all variables
@pre This method can be called if SCIP is in one of the following stages: - \ref SCIP_STAGE_SOLVING - \ref SCIP_STAGE_SOLVED