SCIPtreeCreatePresolvingRoot

Function SCIPtreeCreatePresolvingRoot 

Source
pub unsafe extern "C" fn SCIPtreeCreatePresolvingRoot(
    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,
    primal: *mut SCIP_PRIMAL,
    lp: *mut SCIP_LP,
    branchcand: *mut SCIP_BRANCHCAND,
    conflict: *mut SCIP_CONFLICT,
    conflictstore: *mut SCIP_CONFLICTSTORE,
    eventqueue: *mut SCIP_EVENTQUEUE,
    eventfilter: *mut SCIP_EVENTFILTER,
    cliquetable: *mut SCIP_CLIQUETABLE,
) -> SCIP_RETCODE
Expand description

creates a temporary presolving root node of the tree and installs it as focus node