SCIPgetNNodeLPs

Function SCIPgetNNodeLPs 

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

gets total number of LPs solved so far for node relaxations

@return the total number of LPs solved so far for node relaxations

@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