pub unsafe extern "C" fn SCIPgetNDualLPs(
scip: *mut SCIP,
) -> c_longlongExpand description
gets total number of dual LPs solved so far
@return the total number of dual LPs solved so far
@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