Function SCIPsetBranchruleInitsol

Source
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_RETCODE
Expand description

sets solving process initialization method of branching rule