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