Changes between Version 11 and Version 12 of Challenge
- Timestamp:
- 03/12/19 04:14:59 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Challenge
v11 v12 83 83 * `$forall (int i:a..b) p(i)` -- same as above, but more convenient 84 84 85 `int $choose_int(int n)`:: 86 Returns an integer nondeterministically chosen from 0..n-1. 85 87 88 `$choose { stmt1 stmt2 ... }` 89 Structural nondeterminism. Chooses one of the enabled statements 90 nondeterministically. The statements are often guarded using `$when`. 86 91 87 92 == MPI Reference ==
