SCIPincludeExprhdlrSum

Function SCIPincludeExprhdlrSum 

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

creates the handler for sum expressions and includes it into SCIP

@ingroup ExprhdlrIncludes