SCIPtreeEndProbing

Function SCIPtreeEndProbing 

Source
pub unsafe extern "C" fn SCIPtreeEndProbing(
    tree: *mut SCIP_TREE,
    reopt: *mut SCIP_REOPT,
    blkmem: *mut BMS_BLKMEM,
    set: *mut SCIP_SET,
    messagehdlr: *mut SCIP_MESSAGEHDLR,
    stat: *mut SCIP_STAT,
    transprob: *mut SCIP_PROB,
    origprob: *mut SCIP_PROB,
    lp: *mut SCIP_LP,
    relaxation: *mut SCIP_RELAXATION,
    primal: *mut SCIP_PRIMAL,
    branchcand: *mut SCIP_BRANCHCAND,
    eventqueue: *mut SCIP_EVENTQUEUE,
    eventfilter: *mut SCIP_EVENTFILTER,
    cliquetable: *mut SCIP_CLIQUETABLE,
) -> SCIP_RETCODE
Expand description

switches back from probing to normal operation mode, frees all nodes on the probing path, restores bounds of all variables and restores active constraints arrays of focus node