pub unsafe extern "C" fn SCIPgetNResolveLPIterations(
scip: *mut SCIP,
) -> c_longlongExpand description
gets total number of simplex iterations used so far in primal and dual simplex calls where an advanced start basis was available
@return the total number of simplex iterations used so far in primal and dual simplex calls where an advanced start basis was available
@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