-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproblem1.yaml
More file actions
68 lines (56 loc) · 1.03 KB
/
Copy pathproblem1.yaml
File metadata and controls
68 lines (56 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
time_units: 20
plot_adjacency:
1: [2]
2: [3]
3: [4]
4: [5]
5: [6]
6: [7]
7: [8]
8: [9]
9: []
crops:
Cotton:
family: Mallows
planting: [2, 3]
grow_time: 6
Sunflower:
family: Aster
planting: [10, 12]
grow_time: 7
Peas:
family: Legume
planting: [6, 7]
grow_time: 3
Beans:
family: Legume
planting: [11, 12]
grow_time: 6
Tomato:
family: Solanum
planting: [11, 12]
grow_time: 4
Potato:
family: Solanum
planting: [9, 10]
grow_time: 6
Turnip:
family: Cole
planting: [2, 14]
grow_time: 4
Carrot:
family: Apium
planting: [7, 8]
grow_time: 4
Onion:
family: Alium
planting: [5, 7]
grow_time: 5
Garlic:
family: Alium
planting: [2, 2]
grow_time: 10
Spinach:
family: Chenopodium
planting: [6, 7]
grow_time: 3