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

checks for two nodes whether they share the same root path, i.e., whether one is an ancestor of the other