--- layout: fc_discuss_archives title: Message 98 from Frama-C-discuss on May 2010 ---
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