Skip to main content

candidateT

Type Alias candidateT 

Source
pub type candidateT = candidateST;
Expand description

arc candidate data structure

Aliased Type§

#[repr(C)]
pub struct candidateT { pub from: *mut nodeST, pub to: *mut nodeST, pub violation: i64, pub arcrow: i32, pub arccol: i32, pub arcdir: i8, }

Fields§

§from: *mut nodeST§to: *mut nodeST§violation: i64

endpoints of candidate arc

§arcrow: i32

magnitude of arc violation

§arccol: i32

magnitude of arc violation

§arcdir: i8

indexes into arc arrays