ApproxSymate / klee

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

Path condition real solutions #76

Closed domainexpert closed 6 years ago

domainexpert commented 6 years ago

This adds an option -compute-real-solution to get real number solutions for the input values in test<N>.reals files from the path condition constraints. It seems for at least the simple test examples, the solution obtained equals the integral solution. It cannot be ascertained if this will always be the case.

Himeshi commented 6 years ago

@domainexpert Were the simple examples, the ones that exist in the fp-examples repo?