this repo has no description
1% RUNS ON mzn20_fd 2% RUNS ON mzn-fzn_fd 3constraint 4 let { 5 var float: x = true 6 } 7 in 8 x >= 0.0 9; 10solve satisfy;