SCIPincludeExprhdlrVar

Function SCIPincludeExprhdlrVar 

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

creates the handler for variable expression and includes it into SCIP

@ingroup ExprhdlrIncludes