pub unsafe extern "C" fn SCIPsetBendersPostsolve(
scip: *mut SCIP,
benders: *mut SCIP_BENDERS,
benderspostsolve: Option<unsafe extern "C" fn(scip: *mut SCIP, benders: *mut SCIP_BENDERS, sol: *mut SCIP_SOL, type_: SCIP_BENDERSENFOTYPE, mergecands: *mut c_int, npriomergecands: c_int, nmergecands: c_int, checkint: c_uint, infeasible: c_uint, merged: *mut c_uint) -> SCIP_RETCODE>,
) -> SCIP_RETCODEExpand description
sets the post solving methods for benders
@return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref SCIP_Retcode “SCIP_RETCODE” for a complete list of error codes.
@pre This method can be called if SCIP is in one of the following stages: - \ref SCIP_STAGE_INIT - \ref SCIP_STAGE_PROBLEM