pub unsafe extern "C" fn SCIPgetOpenNodesData(
scip: *mut SCIP,
leaves: *mut *mut *mut SCIP_NODE,
children: *mut *mut *mut SCIP_NODE,
siblings: *mut *mut *mut SCIP_NODE,
nleaves: *mut c_int,
nchildren: *mut c_int,
nsiblings: *mut c_int,
) -> SCIP_RETCODEExpand description
access to all data of open nodes (leaves, children, and siblings)
@pre This method can be called if @p scip is in one of the following stages: - \ref SCIP_STAGE_SOLVING