SCIPnodeAddBoundchg

Function SCIPnodeAddBoundchg 

Source
pub unsafe extern "C" fn SCIPnodeAddBoundchg(
    node: *mut SCIP_NODE,
    blkmem: *mut BMS_BLKMEM,
    set: *mut SCIP_SET,
    stat: *mut SCIP_STAT,
    transprob: *mut SCIP_PROB,
    origprob: *mut SCIP_PROB,
    tree: *mut SCIP_TREE,
    reopt: *mut SCIP_REOPT,
    lp: *mut SCIP_LP,
    branchcand: *mut SCIP_BRANCHCAND,
    eventqueue: *mut SCIP_EVENTQUEUE,
    eventfilter: *mut SCIP_EVENTFILTER,
    cliquetable: *mut SCIP_CLIQUETABLE,
    var: *mut SCIP_VAR,
    newbound: f64,
    boundtype: SCIP_BOUNDTYPE,
    probingchange: c_uint,
) -> SCIP_RETCODE
Expand description

adds bound change to focus node, or child of focus node, or probing node; if possible, adjusts bound to integral value