ApproxSymate / klee

KLEE Symbolic Virtual Machine for Numerical Precision Analysis
Other
0 stars 0 forks source link

Modify automatic error expression writing to obtain error expressions after each iteration for loops #82

Open Himeshi opened 6 years ago

Himeshi commented 6 years ago

The current automatic error expression generation stores the last expression. Check how this works for loops to try to perforate loops with our framework (we need to be able to get error expressions after each iteration).