ApproxSymate / klee

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

Added klee_track_error API #7

Closed domainexpert closed 7 years ago

domainexpert commented 7 years ago

@Himeshi klee_track_error is needed to specify the variable name of the input error. Whenever the input error is unspecified, _unspecified_error_<varname> will be used for the error amount of variable <varname>. Please see the sample usage of klee_track_error in basic/get_sign.c of fp-examples repository.