--- layout: fc_discuss_archives title: Message 98 from Frama-C-discuss on May 2010 ---
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Non-terminating loops



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