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] Problem with loop invariant
- Subject: [Frama-c-discuss] Problem with loop invariant
- From: Claude.Marche at inria.fr (Claude Marche)
- Date: Mon, 21 Jun 2010 11:03:49 +0200
- In-reply-to: <1276795121.1681.16.camel@iti27>
- References: <1276795121.1681.16.camel@iti27>
Boris Hollas wrote: > Hello, > > in the loop below, both assertion can be verified, but not the loop > invariant. The assertions are the same as the 3rd loop invariant that > can't be proved. Since the assertion holds (as proved by Jessie) both at > the beginning and at the end of the loop body, I don't understand why > the loop invariant can't be proved. > I guess it is because internal.msgnum++ is executed between the second assert and the loop invariant preservation checking - Claude > I should have used integer instead of int in the specification, btw. > > /*@ > loop variant MSGCOUNT - internal.msgnum; > loop invariant 0 <= internal.msgnum && > \forall int x; 0 <= x < internal.msgnum ==> > tosend->data[x] == received->data[x]; > */ > for (internal.msgnum = 0;internal.msgnum < MSGCOUNT; internal.msgnum++) > { > //@ assert \forall int x; 0 <= x < internal.msgnum ==> > tosend->data[x] == received->data[x]; > sreadi(msg_send,tosend,internal.msgnum); > abpRound(msg_send,msg_receive,&channel,&internal); > swritei(received,msg_receive,internal.msgnum); > //@ assert \forall int x; 0 <= x < internal.msgnum ==> > tosend->data[x] == received->data[x]; > } > > > -- Claude March? | tel: +33 1 72 92 59 69 INRIA Saclay - ?le-de-France | mobile: +33 6 33 14 57 93 Parc Orsay Universit? | fax: +33 1 74 85 42 29 4, rue Jacques Monod - B?timent N | http://www.lri.fr/~marche/ F-91893 ORSAY Cedex |
- Follow-Ups:
- [Frama-c-discuss] Problem with loop invariant
- From: hollas at informatik.htw-dresden.de (Boris Hollas)
- [Frama-c-discuss] Problem with loop invariant
- References:
- [Frama-c-discuss] Problem with loop invariant
- From: hollas at informatik.htw-dresden.de (Boris Hollas)
- [Frama-c-discuss] Problem with loop invariant
- Prev by Date: [Frama-c-discuss] Proving the correctness of shifting operations
- Next by Date: [Frama-c-discuss] Type invariants
- Previous by thread: [Frama-c-discuss] Problem with loop invariant
- Next by thread: [Frama-c-discuss] Problem with loop invariant
- Index(es):