pub unsafe extern "C" fn SCIPsetBranchruleExecExt(
scip: *mut SCIP,
branchrule: *mut SCIP_BRANCHRULE,
branchexecext: Option<unsafe extern "C" fn(scip: *mut SCIP, branchrule: *mut SCIP_BRANCHRULE, allowaddcons: c_uint, result: *mut SCIP_RESULT) -> SCIP_RETCODE>,
) -> SCIP_RETCODEExpand description
sets branching execution method for external candidates