Open jensgerlach opened 5 years ago
Hi..iam a university student..we're learning frama-c can u help me doing loop pgms?
Probably not.
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 forcvc4
(or the other supported provers) of the examplefind.c
below. I triedbut the directory
find.wp
is empty except for the empty subdirectorytyped
.find.c