SCIPgetPoolCuts

Function SCIPgetPoolCuts 

Source
pub unsafe extern "C" fn SCIPgetPoolCuts(
    scip: *mut SCIP,
) -> *mut *mut SCIP_CUT
Expand description

gets current cuts in the global cut pool

@return the current cuts 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