SCIPincludeExprhdlrValue

Function SCIPincludeExprhdlrValue 

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

creates the handler for constant value expression and includes it into SCIP

@ingroup ExprhdlrIncludes