1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.

9 lines
222 B
MiniZinc

X = 10;
Y = 10;
N = 9;
end_points_start_x = [1, 2, 6, 7, 4, 2, 6, 5, 3];
end_points_start_y = [1, 1, 3, 4, 6, 9, 5, 8, 9];
end_points_end_x = [9, 9, 10, 10, 9, 6, 6, 8, 8];
end_points_end_y = [1, 2, 8, 7, 9, 4, 8, 7, 6];