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

creates the handler for Benders’ decomposition and includes it in SCIP

@ingroup ConshdlrIncludes