ApproxSymate / klee

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

Implementation of path scoring based more/less probable edges count #53

Closed domainexpert closed 6 years ago

domainexpert commented 6 years ago

… better probability in each branch point

@Himeshi I think this implementation implements the selection criteria that we want: We select the path that always has better execution probability at every branch point.

domainexpert commented 6 years ago

@Himeshi So the latest commit modifies this PR to instead produce *.improb file for each path containing the count of edges with less probability taken. I hope this will be more useful, and thanks for the feedback!

domainexpert commented 6 years ago

@Himeshi This approach not to be used.