Skip to main content

nodesuppT

Type Alias nodesuppT 

Source
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: i32

row of node in primary network problem

§neighbornodes: *mut *mut nodeST

col of node in primary network problem

§outarcs: *mut *mut scndryarcST

pointers to neighboring secondary nodes

§noutarcs: i32

pointers to secondary arcs to neighbors