pub unsafe extern "C" fn SCIPcheckCumulativeCondition(
scip: *mut SCIP,
sol: *mut SCIP_SOL,
nvars: c_int,
vars: *mut *mut SCIP_VAR,
durations: *mut c_int,
demands: *mut c_int,
capacity: c_int,
hmin: c_int,
hmax: c_int,
violated: *mut c_uint,
cons: *mut SCIP_CONS,
printreason: c_uint,
) -> SCIP_RETCODEExpand description
check for the given starting time variables with their demands and durations if the cumulative conditions for the given solution is satisfied