Tips: Writing Models for ProB

Revision as of 08:22, 2 March 2011 by Michael Leuschel (talk | contribs) (Created page with 'Category:User Manual * Try to put complicated properties into ASSERTIONS rather than PROPERTIES. Something like <tt>!s.(s<:S => P)</tt> will have to check <tt>P</tt> for all…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


  • Try to put complicated properties into ASSERTIONS rather than PROPERTIES. Something like !s.(s<:S => P) will have to check P for all subsets of S (i.e., checking is exponential in the size of S)