pub unsafe extern "C" fn SCIPgetNBarrierLPIterations(
scip: *mut SCIP,
) -> c_longlongExpand description
gets total number of iterations used so far in barrier algorithm
@return the total number of iterations used so far in barrier algorithm
@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