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: i16residual capasity
head: *mut node_stcost of the arc
sister: *mut arc_sthead node