Changes between Version 11 and Version 12 of Challenge


Ignore:
Timestamp:
03/12/19 04:14:59 (7 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Challenge

    v11 v12  
    8383 * `$forall (int i:a..b) p(i)`  -- same as above, but more convenient
    8484
     85 `int $choose_int(int n)`::
     86 Returns an integer nondeterministically chosen from 0..n-1.
    8587
     88 `$choose { stmt1 stmt2 ... }`
     89 Structural nondeterminism.  Chooses one of the enabled statements
     90 nondeterministically.  The statements are often guarded using `$when`.
    8691
    8792== MPI Reference ==