Skip to main content

arc

Type Alias arc 

Source
pub type arc = arc_st;
Expand description

Arc

Aliased Type§

#[repr(C)]
pub struct arc { pub r_cap: i16, pub cost: i16, pub head: *mut node_st, pub sister: *mut arc_st, }

Fields§

§r_cap: i16§cost: i16

residual capasity

§head: *mut node_st

cost of the arc

§sister: *mut arc_st

head node