pub unsafe extern "C" fn SCIPsetBranchruleInitsol(
scip: *mut SCIP,
branchrule: *mut SCIP_BRANCHRULE,
branchinitsol: Option<unsafe extern "C" fn(scip: *mut SCIP, branchrule: *mut SCIP_BRANCHRULE) -> SCIP_RETCODE>,
) -> SCIP_RETCODEExpand description
sets solving process initialization method of branching rule