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] Non-terminating loops


  • Subject: [Frama-c-discuss] Non-terminating loops
  • From: hollas at informatik.htw-dresden.de (Boris Hollas)
  • Date: Thu, 27 May 2010 19:05:44 +0200

I have a loop that I don't want Jessie to generate a VC for termination.
With "terminates \false", Jessie still tries to prove termination. Is
there anything that can be done about this? I use the Beryllium 2
distribution.

The loop is of the form
while(rand() < 100) {...}
which eventually terminates, but it requires probability theory to prove
this.

-Boris