SCIPincludeConshdlrCumulative

Function SCIPincludeConshdlrCumulative 

Source
pub unsafe extern "C" fn SCIPincludeConshdlrCumulative(
    scip: *mut SCIP,
) -> SCIP_RETCODE
Expand description

creates the constraint handler for cumulative constraints and includes it in SCIP

@ingroup ConshdlrIncludes