pub unsafe extern "C" fn SCIPnodeGetParentBranchings(
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 the parent node to create this node