Changes between Version 5 and Version 6 of Challenge
- Timestamp:
- 03/11/19 16:12:10 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Challenge
v5 v6 34 34 the latter you must include `assert.h`. CIVL-C has a richer assertion 35 35 language that C---e.g., you can use quantifiers. 36 37 `$assume(expr)`:: 38 Assumes this expression is true, i.e., if the expression is not true, the 39 the execution is not considered to be a valid execution of the program. 36 40 37 41 `$forall` and `$exists`::
