pub fn largest_wires(program: &[CombineOperation]) -> (usize, usize)Expand description
Get the largest (arithmetic, boolean) wires in a program so we know how much memory to allocate. Respects size hints, if present at the start of the circuit
pub fn largest_wires(program: &[CombineOperation]) -> (usize, usize)Get the largest (arithmetic, boolean) wires in a program so we know how much memory to allocate. Respects size hints, if present at the start of the circuit