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.

52 lines
537 B
MiniZinc

k = 18;
b = 9;
AtomicConstraints = [|
4, 8|
5, 8|
5, 9|
6, 1|
6, 9|
7, 1|
7, 2|
10, 15|
10, 16|
11, 15|
11, 16|
17, 10|
17, 11|
17, 15|
17, 16|
17, 13|
17, 14|
18, 11|
18, 16|
18, 13|
18, 14|
12, 14|
13, 10|
13, 11|
13, 15|
13, 16|
14, 11|
14, 16|];
DisjunctiveConstraints = [|4, 3, 4, 5|
17, 2, 17, 11|
17, 7, 17, 16|
18, 17, 18, 12|
13, 2, 13, 11|
13, 7, 13, 16|];
SoftAtomicConstraints = [|
9, 1|
1, 2|
3, 4|
4, 5|
5, 6|
6, 7|
8, 9|
10, 11|
18, 12|
13, 14|
15, 16|
17, 18|];
DirectSuccessors = [];