pub unsafe extern "C" fn SCIPgetNCutsFoundRound(
scip: *mut SCIP,
) -> c_intExpand description
get number of cuts found so far in current separation round
@return the number of cuts found so far in current separation round
@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