Function SCIPnodesGetCommonAncestor

Source
pub unsafe extern "C" fn SCIPnodesGetCommonAncestor(
    node1: *mut SCIP_NODE,
    node2: *mut SCIP_NODE,
) -> *mut SCIP_NODE
Expand description

finds the common ancestor node of two given nodes