git-subtree-dir: software/mza git-subtree-split: f970a59b177c13ca3dd8aaef8cc6681d83b7e813
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
%% test-ff3.mzn: output should be x = 5, y = 1, z = 1, w = 3
|
|
x = 5;
|
|
y = 1;
|
|
z = 1;
|
|
w = 3;
|
|
----------
|