SCIPtreeCalcChildEstimate

Function SCIPtreeCalcChildEstimate 

Source
pub unsafe extern "C" fn SCIPtreeCalcChildEstimate(
    tree: *mut SCIP_TREE,
    set: *mut SCIP_SET,
    stat: *mut SCIP_STAT,
    var: *mut SCIP_VAR,
    targetvalue: f64,
) -> f64
Expand description

calculates an estimate for the objective of the best feasible solution contained in the subtree after applying the given branching; this estimate can be given to the SCIPcreateChild() call