SCIPgetNReoptLeaves

Function SCIPgetNReoptLeaves 

Source
pub unsafe extern "C" fn SCIPgetNReoptLeaves(
    scip: *mut SCIP,
    node: *mut SCIP_NODE,
) -> c_int
Expand description

returns the number of leave nodes of the subtree induced by @p node; if @p node == NULL, the method returns the number of leaf nodes of the whole reoptimization tree.