-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraphviz.dot
More file actions
125 lines (125 loc) · 2.64 KB
/
graphviz.dot
File metadata and controls
125 lines (125 loc) · 2.64 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
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
graph G {
Calculo -- ISC;
Calculo -- APC;
Calculo -- InfoSoc;
ISC -- Calculo;
ISC -- APC;
ISC -- InfoSoc;
APC -- Calculo;
APC -- ISC;
APC -- InfoSoc;
InfoSoc -- Calculo;
InfoSoc -- APC;
InfoSoc -- ISC;
FTC -- CircuitosL;
FTC -- LCL;
FTC -- C2;
FTC -- IAL;
FTC -- ED;
CircuitosL -- FTC;
CircuitosL -- LCL;
CircuitosL -- C2;
CircuitosL -- IAL;
CircuitosL -- ED;
LCL -- CircuitosL;
LCL -- FTC;
LCL -- C2;
LCL -- IAL;
LCL -- ED;
C2 -- CircuitosL;
C2 -- FTC;
C2 -- IAL;
C2 -- ED;
C2 -- LCL;
IAL -- C2;
IAL -- CircuitosL;
IAL -- FTC;
IAL -- ED;
IAL -- LCL;
ED -- IAL;
ED -- C2;
ED -- CircuitosL;
ED -- FTC;
ED -- LCL;
OAC -- TP1;
OAC -- A1;
OAC -- CN;
OAC -- PE;
TP1 -- OAC;
TP1 -- A1;
TP1 -- CN;
TP1 -- PE;
A1 -- TP1;
A1 -- OAC;
A1 -- CN;
A1 -- PE;
CN -- A1;
CN -- TP1;
CN -- OAC;
CN -- PE;
PE -- CN;
PE -- A1;
PE -- TP1;
PE -- OAC;
LC1 -- TP2;
LC1 -- TAG;
LC1 -- Redes;
TP2 -- LC1;
TP2 -- TAG;
TP2 -- Redes;
TAG -- TP2;
TAG -- LC1;
TAG -- Redes;
Redes -- TAG;
Redes -- TP2;
Redes -- LC1;
LP -- PC;
LP -- ES;
LP -- BD;
LP -- IIA;
PC -- LC;
PC -- ES;
PC -- BD;
PC -- IIA;
ES -- PC;
ES -- LC;
ES -- BD;
ES -- IIA;
BD -- ES;
BD -- PC;
BD -- LC;
BD -- IIA;
IIA -- BD;
IIA -- ES;
IIA -- PC;
IIA -- LC;
SB -- FSO;
SB -- Automatos;
SB -- SI;
SB -- CompExperimenta;
FSO -- SB;
FSO -- Automatos;
FSO -- SI;
FSO -- CompExperimenta;
Automatos -- FSO;
Automatos -- SB;
Automatos -- SI;
Automatos -- CompExperimenta;
SI -- Automatos;
SI -- FSO;
SI -- SB;
SI -- CompExperimenta;
CompExperimenta -- SI;
CompExperimenta -- Automatos;
CompExperimenta -- FSO;
CompExperimenta -- SB;
ProjAnaliseAlgo -- Compiladores;
ProjAnaliseAlgo -- SegurancaCompu;
Compiladores -- ProjAnaliseAlgo;
Compiladores -- SegurancaCompu;
SegurancaCompu -- Compiladores;
SegurancaCompu -- ProjAnaliseAlgo;
MetodologiaC -- TrabalhoGrad;
TrabGrad2 -- TopAvancados;
TopAvancados -- TrabGrad2;
}