Function SCIPincludeExprhdlrProduct

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

creates the handler for product expressions and includes it into SCIP

@ingroup ExprhdlrIncludes