Discussion:
SMT formulae from KLEE
Mohammad Wamiq Saifi
2014-05-06 17:27:23 UTC
Permalink
How can we get SMT formulae out of Klee..???
Paul Marinescu
2014-05-07 09:28:31 UTC
Permalink
Have you tried the --use-query-log=all:smt2 option mentioned in the manual? (http://klee.github.io/klee/klee-options.html#logging)
Post by Mohammad Wamiq Saifi
How can we get SMT formulae out of Klee..???
_______________________________________________
klee-dev mailing list
https://mailman.ic.ac.uk/mailman/listinfo/klee-dev
Daniel Liew
2014-05-07 09:59:24 UTC
Permalink
Please see http://klee.github.io/klee/klee-files.html

There is a command line options --write-smt2s that will cause .smt2
files to be generated for each generated test case.

Hope that help.

Thanks,
Dan.
Post by Mohammad Wamiq Saifi
How can we get SMT formulae out of Klee..???
Loading...