Function SCIPincludeBendersDefault

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

creates the default Benders’ decomposition and includes it in SCIP

@ingroup BendersIncludes