SCIPtreeGetCurrentNode

Function SCIPtreeGetCurrentNode 

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

gets current node of the tree, i.e. the last node in the active path, or NULL if no current node exists