pub unsafe extern "C" fn SCIPgetNStrongbranchs(
scip: *mut SCIP,
) -> c_longlongExpand description
gets total number of times, strong branching was called (each call represents solving two LPs)
@return the total number of times, strong branching was called (each call represents solving two LPs)
@pre This method can be called if SCIP is in one of the following stages: - \ref SCIP_STAGE_PRESOLVED - \ref SCIP_STAGE_SOLVING - \ref SCIP_STAGE_SOLVED