SCIPnodeGetAncestorBranchingPath

Function SCIPnodeGetAncestorBranchingPath 

Source
pub unsafe extern "C" fn SCIPnodeGetAncestorBranchingPath(
    node: *mut SCIP_NODE,
    branchvars: *mut *mut SCIP_VAR,
    branchbounds: *mut f64,
    boundtypes: *mut SCIP_BOUNDTYPE,
    nbranchvars: *mut c_int,
    branchvarssize: c_int,
    nodeswitches: *mut c_int,
    nnodes: *mut c_int,
    nodeswitchsize: 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 sorted by the nodes, starting from the current node going up to the root