Function SCIPsetBranchruleExitsol

Source
pub unsafe extern "C" fn SCIPsetBranchruleExitsol(
    scip: *mut SCIP,
    branchrule: *mut SCIP_BRANCHRULE,
    branchexitsol: Option<unsafe extern "C" fn(scip: *mut SCIP, branchrule: *mut SCIP_BRANCHRULE) -> SCIP_RETCODE>,
) -> SCIP_RETCODE
Expand description

sets solving process deinitialization method of branching rule