pub unsafe extern "C" fn SCIPnodeGetAncestorBranchings(
node: *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 in all ancestor nodes (nodes on the path to the root) to create this node