Changes between Version 5 and Version 6 of Tour
- Timestamp:
- 09/07/18 10:08:37 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tour
v5 v6 12 12 13 13 {{{ 14 /* Dining philosophers, standard version, which deadlocks. 15 * 16 * civl verify -inputB=4 diningBad.cvl 17 * or (if you want to find the minimal counterexample) 18 * civl verify -inputB=4 diningBad.cvl -min 19 */ 14 20 #include <civlc.cvh> 15 21 … … 33 39 34 40 void main() { 41 $elaborate(n); 35 42 $for(int i: 0 .. n-1) 36 43 forks[i] = $true;
