SCIPsetBranchruleExit

Function SCIPsetBranchruleExit 

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

sets deinitialization method of branching rule