SCIPgetNCutsFound

Function SCIPgetNCutsFound 

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

get total number of cuts added to the sepastore so far; this includes global cuts from the cut pool as often as they are separated

@return the total number of cuts added to the sepastore 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