SCIPgetNPoolCuts

Function SCIPgetNPoolCuts 

Source
pub unsafe extern "C" fn SCIPgetNPoolCuts(scip: *mut SCIP) -> c_int
Expand description

gets current number of rows in the global cut pool

@return the current number of rows in the global cut pool

@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_SOLVING - \ref SCIP_STAGE_SOLVED - \ref SCIP_STAGE_EXITSOLVE