SCIPnodeFree

Function SCIPnodeFree 

Source
pub unsafe extern "C" fn SCIPnodeFree(
    node: *mut *mut SCIP_NODE,
    blkmem: *mut BMS_BLKMEM,
    set: *mut SCIP_SET,
    stat: *mut SCIP_STAT,
    eventqueue: *mut SCIP_EVENTQUEUE,
    eventfilter: *mut SCIP_EVENTFILTER,
    tree: *mut SCIP_TREE,
    lp: *mut SCIP_LP,
) -> SCIP_RETCODE
Expand description

frees node and inactive path iteratively