llvm - Klee with stp vs. Klee with other sat solver -


klee uses stp constraint solver, theoretically possible change solver. stp not allow floating point operations. if decide replace stp constraint solver, z3, klee able generate floating point constraints?

the flow is: c code -> llvm bitcode -> klee -> stp clauses -> klee -> output

if klee gets floating point llvm instructions, able interpret them? generate fp constraints in smt language, stp not able handle them, or doesn't generate fp constraints @ all?

any reference answer appreciated.

peter collingbourne have fork of klee floating point support. no idea how far it, though.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -