Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] question about a simple example and jessie



> you can always
> add to the program a ghost variable and ghost statements to make the
> logic of the loop clearer.

A didactic example taking advantage of ghost code can be found pages
74-77 of the library/tutorial "ACSL by Example", for function
remove_copy:

http://www.first.fraunhofer.de/owx_download/acsl-by-example-4_2_1.pdf

Pascal