SourceGraph

Type Alias SourceGraph 

Source
pub type SourceGraph = (Vec<(usize, usize)>, Vec<(usize, usize)>, Vec<usize>);
Expand description

Type alias for source graph representation: (locations, pin_edges, source_pins).