pub unsafe extern "C" fn SCIPsetSetSeparating(
set: *mut SCIP_SET,
messagehdlr: *mut SCIP_MESSAGEHDLR,
paramsetting: SCIP_PARAMSETTING,
quiet: c_uint,
) -> SCIP_RETCODEExpand description
sets separating parameters to
- SCIP_PARAMSETTING_DEFAULT which are the default values of all separating parameters
- SCIP_PARAMSETTING_FAST such that the time spend for separating is decreased
- SCIP_PARAMSETTING_AGGRESSIVE such that the separating is done more aggregative
- SCIP_PARAMSETTING_OFF which turn off all separating