pub unsafe extern "C" fn SCIPnodeGetAncestorBranchingsPart(
    node: *mut SCIP_NODE,
    parent: *mut SCIP_NODE,
    branchvars: *mut *mut SCIP_VAR,
    branchbounds: *mut f64,
    boundtypes: *mut SCIP_BOUNDTYPE,
    nbranchvars: *mut c_int,
    branchvarssize: c_int
)
Expand description

returns the set of variable branchings that were performed between the given @p node and the given @p parent node.