Example application of a "forall"

From: Seawright, Andrew <Andrew_Seawright@mentorg.com>
Date: Wed Nov 24 2004 - 08:50:41 PST

This is an example application of a forall extension that I ran across:
 
property p = always(a -> (prev(b,N) ||
   prev(b,N+1) ||
   prev(b, N+2) ||
     ...
   prev(b, M)));
 
The user would like to use a forall construct and, make this into
a parameterized property and pass in N, M etc.
 
(I mentioned this example in the extensions meeting yesterday)
Received on Wed Nov 24 08:50:46 2004

This archive was generated by hypermail 2.1.8 : Wed Nov 24 2004 - 08:50:51 PST