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
325 B
Plaintext

aft = array1d(1..6, [{1, 2, 3, 4}, {1, 2, 3, 4}, {1, 3, 4}, {1, 3, 4}, {1, 3}, {}]);
bef = array1d(1..6, [{}, {2, 4}, {1, 2, 4}, {1, 2, 3, 4}, {1, 2, 3, 4}, {1, 2, 3, 4}]);
cost = 48;
dur = array1d(1..6, [{2, 4}, {1, 2, 4}, {1, 3, 4}, {1, 3, 4}, {1, 3}, {1, 3}]);
s = array1d(1..6, [4, 1, 2, 3, 6, 5]);
----------
==========