pub unsafe extern "C" fn SCIPcreateWorstCaseProfile(
scip: *mut SCIP,
profile: *mut SCIP_PROFILE,
nvars: c_int,
vars: *mut *mut SCIP_VAR,
durations: *mut c_int,
demands: *mut c_int,
) -> SCIP_RETCODEExpand description
creates the worst case resource profile, that is, all jobs are inserted with the earliest start and latest completion time