SCIPgetNPrimalResolveLPs

Function SCIPgetNPrimalResolveLPs 

Source
pub unsafe extern "C" fn SCIPgetNPrimalResolveLPs(
    scip: *mut SCIP,
) -> c_longlong
Expand description

gets total number of primal LPs solved so far that were resolved from an advanced start basis

@return the total number of primal LPs solved so far that were resolved from an advanced start basis

@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