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

creates the handler for set partitioning / packing / covering constraints and includes it in SCIP

@ingroup ConshdlrIncludes