11 lines
134 B
MiniZinc
11 lines
134 B
MiniZinc
% RUNS ON mzn20_fd
|
|
% RUNS ON mzn-fzn_fd
|
|
constraint
|
|
let {
|
|
var float: x = true
|
|
}
|
|
in
|
|
x >= 0.0
|
|
;
|
|
solve satisfy;
|