SCIPgetGlobalCutpool

Function SCIPgetGlobalCutpool 

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

gets the global cut pool used by SCIP

@return the global cut pool used by SCIP

@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