SCIPgetNCuts

Function SCIPgetNCuts 

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

get current number of cuts in the separation storage

@return the current number of cuts in the separation storage

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