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.

14 lines
1.0 KiB
MiniZinc

% Earliest project completion wrt. precedence relations: 40
% Used factor: 1.000000
t_max = 40;
n_res = 4;
cost = [8, 9, 8, 8];
n_tasks = 30;
dur = [3, 3, 4, 1, 6, 4, 1, 2, 6, 8, 4, 3, 6, 2, 3, 9, 5, 7, 10, 4, 3, 9, 7, 7, 6, 1, 10, 7, 3, 4];
succ = [{7, 11, 24}, {5, 15, 25}, {4, 12, 14}, {6, 16, 20}, {10, 23}, {24}, {8, 13, 19}, {9, 28}, {12, 14}, {18, 27}, {18}, {17, 27}, {17, 28}, {25}, {18, 21}, {17, 25, 30}, {23}, {22, 26}, {22, 30}, {21, 23, 24}, {22, 27, 29}, {28}, {26}, {26}, {29}, {29}, {30}, {}, {}, {}];
rr = [| 1, 0, 5, 0, 0, 10, 1, 8, 3, 0, 5, 0, 4, 5, 9, 2, 0, 10, 9, 0, 0, 4, 0, 4, 5, 7, 5, 8, 2, 1
| 4, 0, 8, 0, 4, 7, 9, 2, 0, 6, 7, 2, 0, 8, 10, 2, 9, 9, 9, 7, 8, 2, 8, 8, 1, 5, 0, 8, 8, 3
| 5, 0, 5, 10, 3, 10, 0, 7, 0, 4, 3, 3, 4, 0, 10, 9, 7, 0, 7, 0, 2, 2, 3, 8, 0, 3, 5, 0, 7, 2
| 2, 9, 0, 10, 10, 7, 5, 0, 0, 0, 5, 4, 1, 4, 9, 8, 0, 7, 0, 9, 2, 0, 2, 3, 5, 4, 8, 5, 9, 1
|];