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] Jessie: Local variables leading to



On Mon, Oct 18, 2010 at 9:18 AM, Claude Marche <Claude.Marche at inria.fr> wrote:
>
> Hi,
>
> Changing the contract of my_changes into
>
> /*@
> ?requires \valid(s);
> ?assigns s->i;
> ?ensures s->i == s->j;
> */
>
> would probably be better.

And Simplify proves all the generated obligations, so there is not
reason to think that the axiomatization is lacking. You should be able
to prove the same obligations in Coq if you wish.

Pascal