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.

8 lines
311 B
MiniZinc

planks = 9;
plank_width = [3, 11, 11, 4, 2, 7, 7, 6, 8];
pillars = 27;
pillar_height = [1, 4, 1, 4, 1, 3, 4, 3, 4, 3, 3, 1, 2, 1, 3, 3, 4, 1, 2, 3, 1, 4, 4, 4, 2, 3, 1];
pillar_width = [2, 1, 2, 1, 2, 1, 2, 1, 2, 2, 2, 1, 1, 2, 2, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 1, 1];
available_width= 20;
available_height= 24;