Need a new KLEE API function to declare output variable in the code. Aside from making it clear which output is of interest, another advantage is that we can declare it in loop body so that loops need not be unrolled to completion (many numerical programs have loops).
Need a new KLEE API function to declare output variable in the code. Aside from making it clear which output is of interest, another advantage is that we can declare it in loop body so that loops need not be unrolled to completion (many numerical programs have loops).