pub unsafe extern "C" fn SCIPnodeAddHolechg(
node: *mut SCIP_NODE,
blkmem: *mut BMS_BLKMEM,
set: *mut SCIP_SET,
stat: *mut SCIP_STAT,
tree: *mut SCIP_TREE,
eventqueue: *mut SCIP_EVENTQUEUE,
var: *mut SCIP_VAR,
left: f64,
right: f64,
probingchange: c_uint,
added: *mut c_uint,
) -> SCIP_RETCODEExpand description
adds hole change to focus node, or child of focus node