You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How does the option -wp-gen work in Frama-C 20?
Specifically, I would like to obtain the proof obligations for cvc4 (or the other supported provers) of the example find.c below.
I tried
Option -wp-gen is not currently working (it was designed for -wp-prover native:* outputs only).
There is a trick : when using cache, digests are computed by pretty-printing the Why3 task for each prover, which is indeed very closed to what is actually sent to solvers, but in pseudo-why3 syntax. These preprints are generated in temporary directory but you can reveal them by using -wp-out <dir>.
How does the option
-wp-gen
work in Frama-C 20?Specifically, I would like to obtain the proof obligations for
cvc4
(or the other supported provers) of the examplefind.c
below.I tried
but the directory
find.wp
is empty except for the empty subdirectorytyped
.find.c
The text was updated successfully, but these errors were encountered: