ApproxSymate / klee

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

Generate multiple ktest files for a path condition #74

Closed domainexpert closed 6 years ago

domainexpert commented 6 years ago

@Himeshi This resolves #73 . This should work with either Z3 or STP as backend solver. The option added is -multi-ktest=<N> where <N> is the maximum number of .ktest files test<M>.ktest1 ... test<M>.ktest<N> for each test. It is possible that the number of .ktest files is less than N since it may not be impossible for the path condition to have as many as N solutions.