pub unsafe extern "C" fn SCIPtreeCutoff(
tree: *mut SCIP_TREE,
reopt: *mut SCIP_REOPT,
blkmem: *mut BMS_BLKMEM,
set: *mut SCIP_SET,
stat: *mut SCIP_STAT,
eventqueue: *mut SCIP_EVENTQUEUE,
eventfilter: *mut SCIP_EVENTFILTER,
lp: *mut SCIP_LP,
cutoffbound: f64,
) -> SCIP_RETCODEExpand description
cuts off nodes with lower bound not better than given upper bound