3 lines
60 B
MiniZinc
3 lines
60 B
MiniZinc
array [1..3] of var opt 1..5: x;
|
|
|
|
constraint product(x) = 6; |
array [1..3] of var opt 1..5: x;
|
|
|
|
constraint product(x) = 6; |