pub unsafe extern "C" fn SCIPgetNRootStrongbranchLPIterations(
scip: *mut SCIP,
) -> c_longlong
Expand description
gets total number of simplex iterations used so far in strong branching at the root node
@return the total number of simplex iterations used so far in strong branching at the root node
@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