SCIPtreeCalcNodeselPriority

Function SCIPtreeCalcNodeselPriority 

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

calculates the node selection priority for moving the given variable’s LP value to the given target value; this node selection priority can be given to the SCIPcreateChild() call