SCIPtreeGetCurrentDepth

Function SCIPtreeGetCurrentDepth 

Source
pub unsafe extern "C" fn SCIPtreeGetCurrentDepth(
    tree: *mut SCIP_TREE,
) -> c_int
Expand description

gets depth of current node in the tree, i.e. the length of the active path minus 1, or -1 if no current node exists