Changes between Version 5 and Version 6 of Challenge


Ignore:
Timestamp:
03/11/19 16:12:10 (7 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Challenge

    v5 v6  
    3434 the latter you must include `assert.h`.    CIVL-C has a richer assertion
    3535 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.
    3640
    3741 `$forall` and `$exists`::