SCIPsetBranchruleFree

Function SCIPsetBranchruleFree 

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

sets destructor method of branching rule