3 lines
37 B
MiniZinc
3 lines
37 B
MiniZinc
constraint x < 10;
|
|
constraint y < x;
|
constraint x < 10;
|
|
constraint y < x;
|