pub type nodesuppT = nodesuppST;Expand description
supplementary data structure for secondary nodes
Aliased Type§
#[repr(C)]pub struct nodesuppT {
pub row: i32,
pub col: i32,
pub neighbornodes: *mut *mut nodeST,
pub outarcs: *mut *mut scndryarcST,
pub noutarcs: i32,
}Fields§
§row: i32§col: i32row of node in primary network problem
neighbornodes: *mut *mut nodeSTcol of node in primary network problem
outarcs: *mut *mut scndryarcSTpointers to neighboring secondary nodes
noutarcs: i32pointers to secondary arcs to neighbors