this repo has no description
at develop 150 B view raw
1/*** 2!Test 3expected: !Error 4 type: MiniZincError 5***/ 6 7var 1..10: x; 8var bool: b; 9constraint b <-> ( let { var 1..10: y } in x = y ); 10solve satisfy;