tylerxdurden commited on
Commit
c14aeb8
·
verified ·
1 Parent(s): f3c3278

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. task_04_ca_inverse/medium/2048/puzzle_0009.png +3 -0
  2. task_04_ca_inverse/medium/2048/puzzle_0035.png +3 -0
  3. task_04_ca_inverse/medium/2048/solution_0155.png +3 -0
  4. task_06_graph_coloring/easy/meta_0004.json +23 -0
  5. task_06_graph_coloring/easy/meta_0008.json +23 -0
  6. task_06_graph_coloring/easy/meta_0012.json +23 -0
  7. task_06_graph_coloring/easy/meta_0024.json +23 -0
  8. task_06_graph_coloring/easy/meta_0028.json +23 -0
  9. task_06_graph_coloring/easy/meta_0032.json +23 -0
  10. task_06_graph_coloring/easy/meta_0049.json +23 -0
  11. task_06_graph_coloring/easy/meta_0053.json +23 -0
  12. task_06_graph_coloring/easy/meta_0065.json +23 -0
  13. task_06_graph_coloring/easy/meta_0069.json +23 -0
  14. task_06_graph_coloring/easy/meta_0073.json +23 -0
  15. task_06_graph_coloring/easy/meta_0086.json +23 -0
  16. task_06_graph_coloring/easy/meta_0090.json +23 -0
  17. task_06_graph_coloring/easy/meta_0100.json +23 -0
  18. task_06_graph_coloring/easy/meta_0116.json +23 -0
  19. task_06_graph_coloring/easy/meta_0120.json +23 -0
  20. task_06_graph_coloring/easy/meta_0136.json +23 -0
  21. task_06_graph_coloring/easy/meta_0141.json +23 -0
  22. task_06_graph_coloring/easy/meta_0157.json +23 -0
  23. task_06_graph_coloring/easy/meta_0161.json +23 -0
  24. task_06_graph_coloring/easy/meta_0177.json +23 -0
  25. task_06_graph_coloring/easy/meta_0182.json +23 -0
  26. task_06_graph_coloring/easy/meta_0194.json +23 -0
  27. task_06_graph_coloring/easy/meta_0198.json +23 -0
  28. task_06_graph_coloring/hard/meta_0000.json +23 -0
  29. task_06_graph_coloring/hard/meta_0001.json +23 -0
  30. task_06_graph_coloring/hard/meta_0002.json +23 -0
  31. task_06_graph_coloring/hard/meta_0003.json +23 -0
  32. task_06_graph_coloring/hard/meta_0004.json +23 -0
  33. task_06_graph_coloring/hard/meta_0005.json +23 -0
  34. task_06_graph_coloring/hard/meta_0006.json +23 -0
  35. task_06_graph_coloring/hard/meta_0007.json +23 -0
  36. task_06_graph_coloring/hard/meta_0008.json +23 -0
  37. task_06_graph_coloring/hard/meta_0009.json +23 -0
  38. task_06_graph_coloring/hard/meta_0010.json +23 -0
  39. task_06_graph_coloring/hard/meta_0011.json +23 -0
  40. task_06_graph_coloring/hard/meta_0012.json +23 -0
  41. task_06_graph_coloring/hard/meta_0013.json +23 -0
  42. task_06_graph_coloring/hard/meta_0014.json +23 -0
  43. task_06_graph_coloring/hard/meta_0015.json +23 -0
  44. task_06_graph_coloring/hard/meta_0016.json +23 -0
  45. task_06_graph_coloring/hard/meta_0017.json +23 -0
  46. task_06_graph_coloring/hard/meta_0018.json +23 -0
  47. task_06_graph_coloring/hard/meta_0019.json +23 -0
  48. task_06_graph_coloring/hard/meta_0020.json +23 -0
  49. task_06_graph_coloring/hard/meta_0021.json +23 -0
  50. task_06_graph_coloring/hard/meta_0022.json +23 -0
task_04_ca_inverse/medium/2048/puzzle_0009.png ADDED

Git LFS Details

  • SHA256: 92d6acaa09f34a8e3dbc7fb359f1a91cb0ebba20ba752d792d88fbea1e37af74
  • Pointer size: 130 Bytes
  • Size of remote file: 48.6 kB
task_04_ca_inverse/medium/2048/puzzle_0035.png ADDED

Git LFS Details

  • SHA256: 1fbf2fd8a74cc3fe94604be89d02ea981981822bffb7c43079779495166bcc7a
  • Pointer size: 130 Bytes
  • Size of remote file: 49 kB
task_04_ca_inverse/medium/2048/solution_0155.png ADDED

Git LFS Details

  • SHA256: bb21f390550b90d826d2181530d9ad2e1db23dce4145a181e64f751562221b6e
  • Pointer size: 130 Bytes
  • Size of remote file: 30.3 kB
task_06_graph_coloring/easy/meta_0004.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 46,
10
+ "puzzle_id": "graph_coloring_easy_0046",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0008.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 50,
10
+ "puzzle_id": "graph_coloring_easy_0050",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0012.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 54,
10
+ "puzzle_id": "graph_coloring_easy_0054",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0024.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 66,
10
+ "puzzle_id": "graph_coloring_easy_0066",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0028.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 70,
10
+ "puzzle_id": "graph_coloring_easy_0070",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0032.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 74,
10
+ "puzzle_id": "graph_coloring_easy_0074",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0049.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 91,
10
+ "puzzle_id": "graph_coloring_easy_0091",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0053.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 95,
10
+ "puzzle_id": "graph_coloring_easy_0095",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0065.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 107,
10
+ "puzzle_id": "graph_coloring_easy_0107",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0069.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 111,
10
+ "puzzle_id": "graph_coloring_easy_0111",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0073.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 115,
10
+ "puzzle_id": "graph_coloring_easy_0115",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0086.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 128,
10
+ "puzzle_id": "graph_coloring_easy_0128",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0090.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 132,
10
+ "puzzle_id": "graph_coloring_easy_0132",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0100.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 142,
10
+ "puzzle_id": "graph_coloring_easy_0142",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0116.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 158,
10
+ "puzzle_id": "graph_coloring_easy_0158",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0120.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 162,
10
+ "puzzle_id": "graph_coloring_easy_0162",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0136.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 178,
10
+ "puzzle_id": "graph_coloring_easy_0178",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0141.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 183,
10
+ "puzzle_id": "graph_coloring_easy_0183",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0157.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 199,
10
+ "puzzle_id": "graph_coloring_easy_0199",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0161.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 203,
10
+ "puzzle_id": "graph_coloring_easy_0203",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0177.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 219,
10
+ "puzzle_id": "graph_coloring_easy_0219",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0182.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 224,
10
+ "puzzle_id": "graph_coloring_easy_0224",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0194.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 236,
10
+ "puzzle_id": "graph_coloring_easy_0236",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/easy/meta_0198.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "nodes": 6,
6
+ "edge_density": 0.3,
7
+ "k": 4
8
+ },
9
+ "seed": 240,
10
+ "puzzle_id": "graph_coloring_easy_0240",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0000.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 42,
10
+ "puzzle_id": "graph_coloring_hard_0042",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0001.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 43,
10
+ "puzzle_id": "graph_coloring_hard_0043",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0002.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 44,
10
+ "puzzle_id": "graph_coloring_hard_0044",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0003.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 45,
10
+ "puzzle_id": "graph_coloring_hard_0045",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0004.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 46,
10
+ "puzzle_id": "graph_coloring_hard_0046",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0005.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 47,
10
+ "puzzle_id": "graph_coloring_hard_0047",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0006.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 48,
10
+ "puzzle_id": "graph_coloring_hard_0048",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0007.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 49,
10
+ "puzzle_id": "graph_coloring_hard_0049",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0008.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 50,
10
+ "puzzle_id": "graph_coloring_hard_0050",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0009.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 51,
10
+ "puzzle_id": "graph_coloring_hard_0051",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0010.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 52,
10
+ "puzzle_id": "graph_coloring_hard_0052",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0011.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 53,
10
+ "puzzle_id": "graph_coloring_hard_0053",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0012.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 54,
10
+ "puzzle_id": "graph_coloring_hard_0054",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0013.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 55,
10
+ "puzzle_id": "graph_coloring_hard_0055",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0014.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 56,
10
+ "puzzle_id": "graph_coloring_hard_0056",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0015.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 57,
10
+ "puzzle_id": "graph_coloring_hard_0057",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0016.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 58,
10
+ "puzzle_id": "graph_coloring_hard_0058",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0017.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 59,
10
+ "puzzle_id": "graph_coloring_hard_0059",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0018.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 60,
10
+ "puzzle_id": "graph_coloring_hard_0060",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0019.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 61,
10
+ "puzzle_id": "graph_coloring_hard_0061",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0020.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 62,
10
+ "puzzle_id": "graph_coloring_hard_0062",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0021.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 63,
10
+ "puzzle_id": "graph_coloring_hard_0063",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_06_graph_coloring/hard/meta_0022.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "graph_coloring",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "nodes": 20,
6
+ "edge_density": 0.5,
7
+ "k": 3
8
+ },
9
+ "seed": 64,
10
+ "puzzle_id": "graph_coloring_hard_0064",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "adjacent_conflict",
14
+ "missing_color",
15
+ "wrong_k",
16
+ "adjacent_conflict"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }