-
Notifications
You must be signed in to change notification settings - Fork 3
/
poset.dot
372 lines (304 loc) · 12.8 KB
/
poset.dot
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
digraph g {
ratio=0.6;
node [style="filled,setlinewidth(3)", shape=circle, color=black, fillcolor=white]
edge [arrowsize=1.8, len=.75]
/* everything in same compartment, no hardening */
R1N1S1L1 [label="", tooltip="R1 N1 S1 L1", fillcolor="#000000", shape=doublecircle]
/* redis+newlib+uksched in 1 compartment, lwip in the other ------------- */
R1N1S1L2 [label="", tooltip="R1 N1 S1 L2", fillcolor="#202020"]
/* + hardening on 1 component */
R1HN1S1L2 [label="", tooltip="R1H N1 S1 L2", fillcolor="#ababab"]
R1N1HS1L2 [label="", tooltip="R1 N1H S1 L2", fillcolor="#d2d2d2"]
R1N1S1HL2 [label="", tooltip="R1 N1 S1H L2", fillcolor="#5c5c5c"]
R1N1S1L2H [label="", tooltip="R1 N1 S1 L2H", fillcolor="#747474"]
/* hardening on two components */
R1HN1HS1L2 [label="", tooltip="R1H N1H S1 L2", fillcolor="#ebebeb"]
R1HN1S1HL2 [label="", tooltip="R1H N1 S1H L2", fillcolor="#b1b1b1"]
R1HN1S1L2H [label="", tooltip="R1H N1 S1 L2H", fillcolor="#bababa"]
R1N1HS1HL2 [label="", tooltip="R1 N1H S1H L2", fillcolor="#d2d2d2"]
R1N1HS1L2H [label="", tooltip="R1 N1H S1 L2H", fillcolor="#d9d9d9"]
R1N1S1HL2H [label="", tooltip="R1 N1 S1H L2H", fillcolor="#7e7e7e"]
/* hardening on 3 components */
R1HN1HS1HL2 [label="", tooltip="R1H N1H S1H L2", fillcolor="#ebebeb"]
R1HN1S1HL2H [label="", tooltip="R1H N1 S1H L2H", fillcolor="#bcbcbc", color="red", shape=star]
R1HN1HS1L2H [label="", tooltip="R1H N1H S1 L2H", fillcolor="#efefef"]
R1N1HS1HL2H [label="", tooltip="R1 N1H S1H L2H", fillcolor="#dddddd"]
/* hardening everywhere */
R1HN1HS1HL2H [label="", tooltip="R1H N1H S1H L2H", fillcolor="#f1f1f1"]
/* redis+newlib+lwip in 1 compartment, uksched in the other ------------- */
R1N1S2L1 [label="", tooltip="R1 N1 S2 L1", fillcolor="#8a8a8a"]
/* + hardening on 1 component */
R1HN1S2L1 [label="", tooltip="R1H N1 S2 L1", fillcolor="#cecece"]
R1N1HS2L1 [label="", tooltip="R1 N1H S2 L1", fillcolor="#e6e6e6"]
R1N1S2HL1 [label="", tooltip="R1 N1 S2H L1", fillcolor="#ababab"]
R1N1S2L1H [label="", tooltip="R1 N1 S2 L1H", fillcolor="#aeaeae"]
/* hardening on two components */
R1HN1HS2L1 [label="", tooltip="R1H N1H S2 L1", fillcolor="#f8f8f8"]
R1HN1S2HL1 [label="", tooltip="R1H N1 S2H L1", fillcolor="#d4d4d4"]
R1HN1S2L1H [label="", tooltip="R1H N1 S2 L1H", fillcolor="#eeeeee"]
R1N1HS2HL1 [label="", tooltip="R1 N1H S2H L1", fillcolor="#e8e8e8"]
R1N1HS2L1H [label="", tooltip="R1 N1H S2 L1H", fillcolor="#e9e9e9"]
R1N1S2HL1H [label="", tooltip="R1 N1 S2H L1H", fillcolor="#b0b0b0", color="red", shape=star]
/* hardening on 3 components */
R1HN1HS2HL1 [label="", tooltip="R1H N1H S2H L1", fillcolor="#f9f9f9"]
R1HN1S2HL1H [label="", tooltip="R1H N1 S2H L1H", fillcolor="#d9d9d9"]
R1HN1HS2L1H [label="", tooltip="R1H N1H S2 L1H", fillcolor="#f9f9f9"]
R1N1HS2HL1H [label="", tooltip="R1 N1H S2H L1H", fillcolor="#eeeeee"]
/* hardening everywhere */
R1HN1HS2HL1H [label="", tooltip="R1H N1H S2H L1H", fillcolor="#fbfbfb"]
/* redis+newlib in 1 compartment, uksched+lwip in the other ------------- */
R2N2S1L1 [label="", tooltip="R2 N2 S1 L1", fillcolor="#949494"]
/* + hardening on 1 component */
R2HN2S1L1 [label="", tooltip="R2H N2 S1 L1", fillcolor="#d2d2d2"]
R2N2HS1L1 [label="", tooltip="R2 N2H S1 L1", fillcolor="#e8e8e8"]
R2N2S1HL1 [label="", tooltip="R2 N2 S1H L1", fillcolor="#acacac"]
R2N2S1L1H [label="", tooltip="R2 N2 S1 L1H", fillcolor="#b1b1b1"]
/* hardening on two components */
R2HN2HS1L1 [label="", tooltip="R2H N2H S1 L1", fillcolor="#fafafa"]
R2HN2S1HL1 [label="", tooltip="R2H N2 S1H L1", fillcolor="#d4d4d4"]
R2HN2S1L1H [label="", tooltip="R2H N2 S1 L1H", fillcolor="#dadada"]
R2N2HS1HL1 [label="", tooltip="R2 N2H S1H L1", fillcolor="#ebebeb"]
R2N2HS1L1H [label="", tooltip="R2 N2H S1 L1H", fillcolor="#ececec"]
R2N2S1HL1H [label="", tooltip="R2 N2 S1H L1H", shape=star, color="red", fillcolor="#b6b6b6"]
/* hardening on 3 components */
R2HN2HS1HL1 [label="", tooltip="R2H N2H S1H L1", fillcolor="#f9f9f9"]
R2HN2S1HL1H [label="", tooltip="R2H N2 S1H L1H", fillcolor="#dbdbdb"]
R2HN2HS1L1H [label="", tooltip="R2H N2H S1 L1H", fillcolor="#fbfbfb"]
R2N2HS1HL1H [label="", tooltip="R2 N2H S1H L1H", fillcolor="#ededed"]
/* hardening everywhere */
R2HN2HS1HL1H [label="", tooltip="R2H N2H S1H L1H", fillcolor="#ffffff"]
/* everything in 1 compartment ------------------------------------------ */
/* + hardening on 1 component */
R1HN1S1L1 [label="", tooltip="R1H N1 S1 L1", fillcolor="#a0a0a0"]
R1N1HS1L1 [label="", tooltip="R1 N1H S1 L1", fillcolor="#cfcfcf"]
R1N1S1HL1 [label="", tooltip="R1 N1 S1H L1", fillcolor="#4c4c4c"]
R1N1S1L1H [label="", tooltip="R1 N1 S1 L1H", fillcolor="#676767"]
/* hardening on two components */
R1HN1HS1L1 [label="", tooltip="R1H N1H S1 L1", fillcolor="#e7e7e7"]
R1HN1S1HL1 [label="", tooltip="R1H N1 S1H L1", fillcolor="#a7a7a7"]
R1HN1S1L1H [label="", tooltip="R1H N1 S1 L1H", fillcolor="#b2b2b2"]
R1N1HS1HL1 [label="", tooltip="R1 N1H S1H L1", fillcolor="#d2d2d2"]
R1N1HS1L1H [label="", tooltip="R1 N1H S1 L1H", fillcolor="#d6d6d6"]
R1N1S1HL1H [label="", tooltip="R1 N1 S1H L1H", fillcolor="#727272"]
/* hardening on 3 components */
R1HN1HS1HL1 [label="", tooltip="R1H N1H S1H L1" fillcolor="#ebebeb"]
R1HN1S1HL1H [label="", tooltip="R1H N1 S1H L1H", shape=star, color="red", fillcolor="#b9b9b9"]
R1HN1HS1L1H [label="", tooltip="R1H N1H S1 L1H", fillcolor="#ededed"]
R1N1HS1HL1H [label="", tooltip="R1 N1H S1H L1H", fillcolor="#d8d8d8"]
/* hardening everywhere */
R1HN1HS1HL1H [label="", tooltip="R1H N1H S1H L1H", fillcolor="#ededed"]
/* redis+newlib in 1 comp, uksched in another, lwip in another------------ */
R1N1S2L3 [label="", tooltip="R1 N1 S2 L3", fillcolor="#8e8e8e"]
/* + hardening on 1 component */
R1HN1S2L3 [label="", tooltip="R1H N1 S2 L3", fillcolor="#d3d3d3"]
R1N1HS2L3 [label="", tooltip="R1 N1H S2 L3", fillcolor="#e7e7e7"]
R1N1S2HL3 [label="", tooltip="R1 N1 S2H L3", fillcolor="#acacac"]
R1N1S2L3H [label="", tooltip="R1 N1 S2 L3H", fillcolor="#b1b1b1"]
/* hardening on two components */
R1HN1HS2L3 [label="", tooltip="R1H N1H S2 L3", fillcolor="#f9f9f9"]
R1HN1S2HL3 [label="", tooltip="R1H N1 S2H L3", fillcolor="#d4d4d4"]
R1HN1S2L3H [label="", tooltip="R1H N1 S2 L3H", fillcolor="#d8d8d8"]
R1N1HS2HL3 [label="", tooltip="R1 N1H S2H L3", fillcolor="#ececec"]
R1N1HS2L3H [label="", tooltip="R1 N1H S2 L3H", fillcolor="#ececec"]
R1N1S2HL3H [label="", tooltip="R1 N1 S2H L3H", shape=star, color="red", fillcolor="#bababa"]
/* hardening on 3 components */
R1HN1HS2HL3 [label="", tooltip="R1H N1H S2H L3", fillcolor="#fcfcfc"]
R1HN1S2HL3H [label="", tooltip="R1H N1 S2H L3H", fillcolor="#dbdbdb"]
R1HN1HS2L3H [label="", tooltip="R1H N1H S2 L3H", fillcolor="#fbfbfb"]
R1N1HS2HL3H [label="", tooltip="R1 N1H S2H L3H", fillcolor="#f2f2f2"]
/* hardening everywhere */
R1HN1HS2HL3H [label="", tooltip="R1H N1H S2H L3H", fillcolor="#fefefe"]
/* LINKS ================================================================ */
/* high level links wrt adding more compartments */
R1N1S1L1 -> R1N1S1L2
R1N1S1L1 -> R1N1S2L1
R1N1S1L1 -> R2N2S1L1
R1N1S1L2 -> R1N1S2L3
R1N1S2L1 -> R1N1S2L3
R2N2S1L1 -> R1N1S2L3
/* links for redis+newlib+uksched in 1 compartment, lwip in the other ---- */
/* hadening on 1 */
R1N1S1L2 -> R1HN1S1L2
R1N1S1L2 -> R1N1HS1L2
R1N1S1L2 -> R1N1S1HL2
R1N1S1L2 -> R1N1S1L2H
/* hardening on 2 */
R1HN1S1L2 -> R1HN1HS1L2
R1HN1S1L2 -> R1HN1S1HL2
R1HN1S1L2 -> R1HN1S1L2H
R1N1HS1L2 -> R1HN1HS1L2
R1N1HS1L2 -> R1N1HS1HL2
R1N1HS1L2 -> R1N1HS1L2H
R1N1S1HL2 -> R1HN1S1HL2
R1N1S1HL2 -> R1N1HS1HL2
R1N1S1HL2 -> R1N1S1HL2H
R1N1S1L2H -> R1HN1S1L2H
R1N1S1L2H -> R1N1HS1L2H
R1N1S1L2H -> R1N1S1HL2H
/* hadening on 3 */
R1HN1HS1L2 -> R1HN1HS1HL2
R1HN1HS1L2 -> R1HN1HS1L2H
R1HN1S1HL2 -> R1HN1HS1HL2
R1HN1S1HL2 -> R1HN1S1HL2H
R1HN1S1L2H -> R1HN1S1HL2H
R1HN1S1L2H -> R1HN1HS1L2H
R1N1HS1HL2 -> R1HN1HS1HL2
R1N1HS1HL2 -> R1N1HS1HL2H
R1N1HS1L2H -> R1HN1HS1L2H
R1N1HS1L2H -> R1N1HS1HL2H
R1N1S1HL2H -> R1HN1S1HL2H
R1N1S1HL2H -> R1N1HS1HL2H
/* hardening everywhere */
R1HN1HS1HL2 -> R1HN1HS1HL2H
R1HN1S1HL2H -> R1HN1HS1HL2H
R1HN1HS1L2H -> R1HN1HS1HL2H
R1N1HS1HL2H -> R1HN1HS1HL2H
/* links for redis+newlib+lwip in 1 compartment, uksched in the other ---- */
/* hadening on 1 */
R1N1S2L1 -> R1HN1S2L1
R1N1S2L1 -> R1N1HS2L1
R1N1S2L1 -> R1N1S2HL1
R1N1S2L1 -> R1N1S2L1H
/* hardening on 2 */
R1HN1S2L1 -> R1HN1HS2L1
R1HN1S2L1 -> R1HN1S2HL1
R1HN1S2L1 -> R1HN1S2L1H
R1N1HS2L1 -> R1HN1HS2L1
R1N1HS2L1 -> R1N1HS2HL1
R1N1HS2L1 -> R1N1HS2L1H
R1N1S2HL1 -> R1HN1S2HL1
R1N1S2HL1 -> R1N1HS2HL1
R1N1S2HL1 -> R1N1S2HL1H
R1N1S2L1H -> R1HN1S2L1H
R1N1S2L1H -> R1N1HS2L1H
R1N1S2L1H -> R1N1S2HL1H
/* hadening on 3 */
R1HN1HS2L1 -> R1HN1HS2HL1
R1HN1HS2L1 -> R1HN1HS2L1H
R1HN1S2HL1 -> R1HN1HS2HL1
R1HN1S2HL1 -> R1HN1S2HL1H
R1HN1S2L1H -> R1HN1S2HL1H
R1HN1S2L1H -> R1HN1HS2L1H
R1N1HS2HL1 -> R1HN1HS2HL1
R1N1HS2HL1 -> R1N1HS2HL1H
R1N1HS2L1H -> R1HN1HS2L1H
R1N1HS2L1H -> R1N1HS2HL1H
R1N1S2HL1H -> R1HN1S2HL1H
R1N1S2HL1H -> R1N1HS2HL1H
/* hardening everywhere */
R1HN1HS2HL1 -> R1HN1HS2HL1H
R1HN1S2HL1H -> R1HN1HS2HL1H
R1HN1HS2L1H -> R1HN1HS2HL1H
R1N1HS2HL1H -> R1HN1HS2HL1H
/* links for redis+newlib in 1 compartment, uksched+lwip in the other ---- */
/* hadening on 1 */
R2N2S1L1 -> R2HN2S1L1
R2N2S1L1 -> R2N2HS1L1
R2N2S1L1 -> R2N2S1HL1
R2N2S1L1 -> R2N2S1L1H
/* hardening on 2 */
R2HN2S1L1 -> R2HN2HS1L1
R2HN2S1L1 -> R2HN2S1HL1
R2HN2S1L1 -> R2HN2S1L1H
R2N2HS1L1 -> R2HN2HS1L1
R2N2HS1L1 -> R2N2HS1HL1
R2N2HS1L1 -> R2N2HS1L1H
R2N2S1HL1 -> R2HN2S1HL1
R2N2S1HL1 -> R2N2HS1HL1
R2N2S1HL1 -> R2N2S1HL1H
R2N2S1L1H -> R2HN2S1L1H
R2N2S1L1H -> R2N2HS1L1H
R2N2S1L1H -> R2N2S1HL1H
/* hadening on 3 */
R2HN2HS1L1 -> R2HN2HS1HL1
R2HN2HS1L1 -> R2HN2HS1L1H
R2HN2S1HL1 -> R2HN2HS1HL1
R2HN2S1HL1 -> R2HN2S1HL1H
R2HN2S1L1H -> R2HN2S1HL1H
R2HN2S1L1H -> R2HN2HS1L1H
R2N2HS1HL1 -> R2HN2HS1HL1
R2N2HS1HL1 -> R2N2HS1HL1H
R2N2HS1L1H -> R2HN2HS1L1H
R2N2HS1L1H -> R2N2HS1HL1H
R2N2S1HL1H -> R2HN2S1HL1H
R2N2S1HL1H -> R2N2HS1HL1H
/* hardening everywhere */
R2HN2HS1HL1 -> R2HN2HS1HL1H
R2HN2S1HL1H -> R2HN2HS1HL1H
R2HN2HS1L1H -> R2HN2HS1HL1H
R2N2HS1HL1H -> R2HN2HS1HL1H
/* links for everything in a single compartment ------------------------ */
/* hadening on 1 */
R1N1S1L1 -> R1HN1S1L1
R1N1S1L1 -> R1N1HS1L1
R1N1S1L1 -> R1N1S1HL1
R1N1S1L1 -> R1N1S1L1H
/* hardening on 2 */
R1HN1S1L1 -> R1HN1HS1L1
R1HN1S1L1 -> R1HN1S1HL1
R1HN1S1L1 -> R1HN1S1L1H
R1N1HS1L1 -> R1HN1HS1L1
R1N1HS1L1 -> R1N1HS1HL1
R1N1HS1L1 -> R1N1HS1L1H
R1N1S1HL1 -> R1HN1S1HL1
R1N1S1HL1 -> R1N1HS1HL1
R1N1S1HL1 -> R1N1S1HL1H
R1N1S1L1H -> R1HN1S1L1H
R1N1S1L1H -> R1N1HS1L1H
R1N1S1L1H -> R1N1S1HL1H
/* hadening on 3 */
R1HN1HS1L1 -> R1HN1HS1HL1
R1HN1HS1L1 -> R1HN1HS1L1H
R1HN1S1HL1 -> R1HN1HS1HL1
R1HN1S1HL1 -> R1HN1S1HL1H
R1HN1S1L1H -> R1HN1S1HL1H
R1HN1S1L1H -> R1HN1HS1L1H
R1N1HS1HL1 -> R1HN1HS1HL1
R1N1HS1HL1 -> R1N1HS1HL1H
R1N1HS1L1H -> R1HN1HS1L1H
R1N1HS1L1H -> R1N1HS1HL1H
R1N1S1HL1H -> R1HN1S1HL1H
R1N1S1HL1H -> R1N1HS1HL1H
/* hardening everywhere */
R1HN1HS1HL1 -> R1HN1HS1HL1H
R1HN1S1HL1H -> R1HN1HS1HL1H
R1HN1HS1L1H -> R1HN1HS1HL1H
R1N1HS1HL1H -> R1HN1HS1HL1H
/* links for redis+newlib/uksched/lwip */
/* hadening on 1 */
R1N1S2L3 -> R1HN1S2L3
R1N1S2L3 -> R1N1HS2L3
R1N1S2L3 -> R1N1S2HL3
R1N1S2L3 -> R1N1S2L3H
/* hardening on 2 */
R1HN1S2L3 -> R1HN1HS2L3
R1HN1S2L3 -> R1HN1S2HL3
R1HN1S2L3 -> R1HN1S2L3H
R1N1HS2L3 -> R1HN1HS2L3
R1N1HS2L3 -> R1N1HS2HL3
R1N1HS2L3 -> R1N1HS2L3H
R1N1S2HL3 -> R1HN1S2HL3
R1N1S2HL3 -> R1N1HS2HL3
R1N1S2HL3 -> R1N1S2HL3H
R1N1S2L3H -> R1HN1S2L3H
R1N1S2L3H -> R1N1HS2L3H
R1N1S2L3H -> R1N1S2HL3H
/* hadening on 3 */
R1HN1HS2L3 -> R1HN1HS2HL3
R1HN1HS2L3 -> R1HN1HS2L3H
R1HN1S2HL3 -> R1HN1HS2HL3
R1HN1S2HL3 -> R1HN1S2HL3H
R1HN1S2L3H -> R1HN1S2HL3H
R1HN1S2L3H -> R1HN1HS2L3H
R1N1HS2HL3 -> R1HN1HS2HL3
R1N1HS2HL3 -> R1N1HS2HL3H
R1N1HS2L3H -> R1HN1HS2L3H
R1N1HS2L3H -> R1N1HS2HL3H
R1N1S2HL3H -> R1HN1S2HL3H
R1N1S2HL3H -> R1N1HS2HL3H
/* hardening everywhere */
R1HN1HS2HL3 -> R1HN1HS2HL3H
R1HN1S2HL3H -> R1HN1HS2HL3H
R1HN1HS2L3H -> R1HN1HS2HL3H
R1N1HS2HL3H -> R1HN1HS2HL3H
}