pub unsafe extern "C" fn SCIPgetCuts(
scip: *mut SCIP,
) -> *mut *mut SCIP_ROW
Expand description
gets the array of cuts currently stored in the separation storage
@return the array of cuts currently stored 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