pub fn step_op_alu(op: Alu, stack: &mut Stack) -> OpResult<()>
Step forward constraint checking by the given ALU operation.