pub fn smallest_wires(program: &[CombineOperation]) -> (usize, usize)
Expand description

Get the largest (arithmetic, boolean) wires in a program so we know how much memory to allocate. Does NOT respect size hints.