pub fn integer_overflow_arith(
node_count: u32,
arith_set: &str,
attacker_reach: &str,
overflow_check_dominates: &str,
intermediate: &str,
out: &str,
) -> ProgramExpand description
Build an overflow-check Program: arith_set AND attacker_reach AND NOT overflow_check_dominates.