Changes between Version 15 and Version 16 of Language
- Timestamp:
- 05/18/23 20:43:36 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language
v15 v16 476 476 This mechanism serves as a "widening operator" (in the sense of abstract interpretation), which enables symbolic execution to converge. 477 477 478 479 === `$choose_int` 478 === Nondeterministic choice of integer: `$choose_int` 479 480 This function has signature 481 {{{ 482 $system int $choose_int(int n); 483 }}} 484 and returns an arbitrary integer in [0.''n''-1]. In verification mode, all possible choices are enumerated and explored. 480 485 481 486 === `$default_value`
