Skip to content

Instantly share code, notes, and snippets.

@marcusmueller
Created June 22, 2024 09:58
Show Gist options
  • Save marcusmueller/91450eadb36301487e1d33c3e7c27e19 to your computer and use it in GitHub Desktop.
Save marcusmueller/91450eadb36301487e1d33c3e7c27e19 to your computer and use it in GitHub Desktop.
module multiply (clk, a, b, result);
input clk;
input [7:0] a;
input [7:0] b;
output [15:0] result;
always @(posedge clk)
result = a * b;
endmodule // multiply
digraph "multiply" {
label="multiply";
rankdir="LR";
remincross=true;
n1119 [ shape=octagon, label="a", color="black", fontcolor="black"];
n1120 [ shape=octagon, label="b", color="black", fontcolor="black"];
n1121 [ shape=octagon, label="clk", color="black", fontcolor="black"];
n1122 [ shape=octagon, label="result", color="black", fontcolor="black"];
c1125 [ shape=record, label="{{<p1123> A}|$1337\nNOT|{<p1124> Y}}", ];
c1126 [ shape=record, label="{{<p1123> A}|$1338\nNOT|{<p1124> Y}}", ];
c1127 [ shape=record, label="{{<p1123> A}|$1339\nNOT|{<p1124> Y}}", ];
c1128 [ shape=record, label="{{<p1123> A}|$1340\nNOT|{<p1124> Y}}", ];
c1129 [ shape=record, label="{{<p1123> A}|$1341\nNOT|{<p1124> Y}}", ];
c1131 [ shape=record, label="{{<p1123> A|<p1130> B}|$1342\nNAND|{<p1124> Y}}", ];
c1132 [ shape=record, label="{{<p1123> A|<p1130> B}|$1343\nNAND|{<p1124> Y}}", ];
c1133 [ shape=record, label="{{<p1123> A|<p1130> B}|$1344\nNAND|{<p1124> Y}}", ];
c1134 [ shape=record, label="{{<p1123> A|<p1130> B}|$1345\nNAND|{<p1124> Y}}", ];
c1135 [ shape=record, label="{{<p1123> A}|$1346\nNOT|{<p1124> Y}}", ];
c1136 [ shape=record, label="{{<p1123> A|<p1130> B}|$1347\nNOR|{<p1124> Y}}", ];
c1137 [ shape=record, label="{{<p1123> A}|$1348\nNOT|{<p1124> Y}}", ];
c1138 [ shape=record, label="{{<p1123> A|<p1130> B}|$1349\nNAND|{<p1124> Y}}", ];
c1139 [ shape=record, label="{{<p1123> A|<p1130> B}|$1350\nNAND|{<p1124> Y}}", ];
c1140 [ shape=record, label="{{<p1123> A|<p1130> B}|$1351\nNAND|{<p1124> Y}}", ];
c1141 [ shape=record, label="{{<p1123> A}|$1352\nNOT|{<p1124> Y}}", ];
c1142 [ shape=record, label="{{<p1123> A|<p1130> B}|$1353\nNOR|{<p1124> Y}}", ];
c1143 [ shape=record, label="{{<p1123> A}|$1354\nNOT|{<p1124> Y}}", ];
c1144 [ shape=record, label="{{<p1123> A|<p1130> B}|$1355\nNAND|{<p1124> Y}}", ];
c1145 [ shape=record, label="{{<p1123> A|<p1130> B}|$1356\nNAND|{<p1124> Y}}", ];
c1146 [ shape=record, label="{{<p1123> A|<p1130> B}|$1357\nNAND|{<p1124> Y}}", ];
c1147 [ shape=record, label="{{<p1123> A}|$1358\nNOT|{<p1124> Y}}", ];
c1148 [ shape=record, label="{{<p1123> A|<p1130> B}|$1359\nNOR|{<p1124> Y}}", ];
c1149 [ shape=record, label="{{<p1123> A|<p1130> B}|$1360\nNOR|{<p1124> Y}}", ];
c1150 [ shape=record, label="{{<p1123> A}|$1361\nNOT|{<p1124> Y}}", ];
c1151 [ shape=record, label="{{<p1123> A|<p1130> B}|$1362\nNOR|{<p1124> Y}}", ];
c1152 [ shape=record, label="{{<p1123> A}|$1363\nNOT|{<p1124> Y}}", ];
c1153 [ shape=record, label="{{<p1123> A|<p1130> B}|$1364\nNAND|{<p1124> Y}}", ];
c1154 [ shape=record, label="{{<p1123> A}|$1365\nNOT|{<p1124> Y}}", ];
c1155 [ shape=record, label="{{<p1123> A|<p1130> B}|$1366\nNOR|{<p1124> Y}}", ];
c1156 [ shape=record, label="{{<p1123> A|<p1130> B}|$1367\nNAND|{<p1124> Y}}", ];
c1157 [ shape=record, label="{{<p1123> A}|$1368\nNOT|{<p1124> Y}}", ];
c1158 [ shape=record, label="{{<p1123> A|<p1130> B}|$1369\nNAND|{<p1124> Y}}", ];
c1159 [ shape=record, label="{{<p1123> A}|$1370\nNOT|{<p1124> Y}}", ];
c1160 [ shape=record, label="{{<p1123> A|<p1130> B}|$1371\nNAND|{<p1124> Y}}", ];
c1161 [ shape=record, label="{{<p1123> A|<p1130> B}|$1372\nNOR|{<p1124> Y}}", ];
c1162 [ shape=record, label="{{<p1123> A|<p1130> B}|$1373\nNAND|{<p1124> Y}}", ];
c1163 [ shape=record, label="{{<p1123> A|<p1130> B}|$1374\nNAND|{<p1124> Y}}", ];
c1164 [ shape=record, label="{{<p1123> A}|$1375\nNOT|{<p1124> Y}}", ];
c1165 [ shape=record, label="{{<p1123> A|<p1130> B}|$1376\nNOR|{<p1124> Y}}", ];
c1166 [ shape=record, label="{{<p1123> A|<p1130> B}|$1377\nNAND|{<p1124> Y}}", ];
c1167 [ shape=record, label="{{<p1123> A|<p1130> B}|$1378\nNAND|{<p1124> Y}}", ];
c1168 [ shape=record, label="{{<p1123> A|<p1130> B}|$1379\nNOR|{<p1124> Y}}", ];
c1169 [ shape=record, label="{{<p1123> A|<p1130> B}|$1380\nNAND|{<p1124> Y}}", ];
c1170 [ shape=record, label="{{<p1123> A|<p1130> B}|$1381\nNAND|{<p1124> Y}}", ];
c1171 [ shape=record, label="{{<p1123> A|<p1130> B}|$1382\nNOR|{<p1124> Y}}", ];
c1172 [ shape=record, label="{{<p1123> A}|$1383\nNOT|{<p1124> Y}}", ];
c1173 [ shape=record, label="{{<p1123> A|<p1130> B}|$1384\nNAND|{<p1124> Y}}", ];
c1174 [ shape=record, label="{{<p1123> A|<p1130> B}|$1385\nNAND|{<p1124> Y}}", ];
c1175 [ shape=record, label="{{<p1123> A|<p1130> B}|$1386\nNAND|{<p1124> Y}}", ];
c1176 [ shape=record, label="{{<p1123> A}|$1387\nNOT|{<p1124> Y}}", ];
c1177 [ shape=record, label="{{<p1123> A|<p1130> B}|$1388\nNOR|{<p1124> Y}}", ];
c1178 [ shape=record, label="{{<p1123> A|<p1130> B}|$1389\nNOR|{<p1124> Y}}", ];
c1179 [ shape=record, label="{{<p1123> A}|$1390\nNOT|{<p1124> Y}}", ];
c1180 [ shape=record, label="{{<p1123> A|<p1130> B}|$1391\nNOR|{<p1124> Y}}", ];
c1181 [ shape=record, label="{{<p1123> A}|$1392\nNOT|{<p1124> Y}}", ];
c1182 [ shape=record, label="{{<p1123> A|<p1130> B}|$1393\nNOR|{<p1124> Y}}", ];
c1183 [ shape=record, label="{{<p1123> A|<p1130> B}|$1394\nNOR|{<p1124> Y}}", ];
c1184 [ shape=record, label="{{<p1123> A|<p1130> B}|$1395\nNOR|{<p1124> Y}}", ];
c1185 [ shape=record, label="{{<p1123> A|<p1130> B}|$1396\nNAND|{<p1124> Y}}", ];
c1186 [ shape=record, label="{{<p1123> A|<p1130> B}|$1397\nNAND|{<p1124> Y}}", ];
c1187 [ shape=record, label="{{<p1123> A|<p1130> B}|$1398\nNAND|{<p1124> Y}}", ];
c1188 [ shape=record, label="{{<p1123> A}|$1399\nNOT|{<p1124> Y}}", ];
c1189 [ shape=record, label="{{<p1123> A|<p1130> B}|$1400\nNOR|{<p1124> Y}}", ];
c1190 [ shape=record, label="{{<p1123> A|<p1130> B}|$1401\nNAND|{<p1124> Y}}", ];
c1191 [ shape=record, label="{{<p1123> A|<p1130> B}|$1402\nNAND|{<p1124> Y}}", ];
c1192 [ shape=record, label="{{<p1123> A|<p1130> B}|$1403\nNAND|{<p1124> Y}}", ];
c1193 [ shape=record, label="{{<p1123> A}|$1404\nNOT|{<p1124> Y}}", ];
c1194 [ shape=record, label="{{<p1123> A|<p1130> B}|$1405\nNOR|{<p1124> Y}}", ];
c1195 [ shape=record, label="{{<p1123> A|<p1130> B}|$1406\nNAND|{<p1124> Y}}", ];
c1196 [ shape=record, label="{{<p1123> A|<p1130> B}|$1407\nNAND|{<p1124> Y}}", ];
c1197 [ shape=record, label="{{<p1123> A}|$1408\nNOT|{<p1124> Y}}", ];
c1198 [ shape=record, label="{{<p1123> A|<p1130> B}|$1409\nNAND|{<p1124> Y}}", ];
c1199 [ shape=record, label="{{<p1123> A|<p1130> B}|$1410\nNAND|{<p1124> Y}}", ];
c1200 [ shape=record, label="{{<p1123> A}|$1411\nNOT|{<p1124> Y}}", ];
c1201 [ shape=record, label="{{<p1123> A|<p1130> B}|$1412\nNOR|{<p1124> Y}}", ];
c1202 [ shape=record, label="{{<p1123> A|<p1130> B}|$1413\nNAND|{<p1124> Y}}", ];
c1203 [ shape=record, label="{{<p1123> A|<p1130> B}|$1414\nNAND|{<p1124> Y}}", ];
c1204 [ shape=record, label="{{<p1123> A}|$1415\nNOT|{<p1124> Y}}", ];
c1205 [ shape=record, label="{{<p1123> A|<p1130> B}|$1416\nNOR|{<p1124> Y}}", ];
c1206 [ shape=record, label="{{<p1123> A|<p1130> B}|$1417\nNAND|{<p1124> Y}}", ];
c1207 [ shape=record, label="{{<p1123> A|<p1130> B}|$1418\nNOR|{<p1124> Y}}", ];
c1208 [ shape=record, label="{{<p1123> A|<p1130> B}|$1419\nNAND|{<p1124> Y}}", ];
c1209 [ shape=record, label="{{<p1123> A|<p1130> B}|$1420\nNOR|{<p1124> Y}}", ];
c1210 [ shape=record, label="{{<p1123> A|<p1130> B}|$1421\nNAND|{<p1124> Y}}", ];
c1211 [ shape=record, label="{{<p1123> A|<p1130> B}|$1422\nNOR|{<p1124> Y}}", ];
c1212 [ shape=record, label="{{<p1123> A|<p1130> B}|$1423\nNAND|{<p1124> Y}}", ];
c1213 [ shape=record, label="{{<p1123> A|<p1130> B}|$1424\nNOR|{<p1124> Y}}", ];
c1214 [ shape=record, label="{{<p1123> A|<p1130> B}|$1425\nNAND|{<p1124> Y}}", ];
c1215 [ shape=record, label="{{<p1123> A|<p1130> B}|$1426\nNOR|{<p1124> Y}}", ];
c1216 [ shape=record, label="{{<p1123> A|<p1130> B}|$1427\nNAND|{<p1124> Y}}", ];
c1217 [ shape=record, label="{{<p1123> A|<p1130> B}|$1428\nNOR|{<p1124> Y}}", ];
c1218 [ shape=record, label="{{<p1123> A|<p1130> B}|$1429\nNAND|{<p1124> Y}}", ];
c1219 [ shape=record, label="{{<p1123> A|<p1130> B}|$1430\nNAND|{<p1124> Y}}", ];
c1220 [ shape=record, label="{{<p1123> A|<p1130> B}|$1431\nNOR|{<p1124> Y}}", ];
c1221 [ shape=record, label="{{<p1123> A|<p1130> B}|$1432\nNAND|{<p1124> Y}}", ];
c1222 [ shape=record, label="{{<p1123> A|<p1130> B}|$1433\nNAND|{<p1124> Y}}", ];
c1223 [ shape=record, label="{{<p1123> A|<p1130> B}|$1434\nNAND|{<p1124> Y}}", ];
c1224 [ shape=record, label="{{<p1123> A}|$1435\nNOT|{<p1124> Y}}", ];
c1225 [ shape=record, label="{{<p1123> A|<p1130> B}|$1436\nNOR|{<p1124> Y}}", ];
c1226 [ shape=record, label="{{<p1123> A}|$1437\nNOT|{<p1124> Y}}", ];
c1227 [ shape=record, label="{{<p1123> A|<p1130> B}|$1438\nNOR|{<p1124> Y}}", ];
c1228 [ shape=record, label="{{<p1123> A}|$1439\nNOT|{<p1124> Y}}", ];
c1229 [ shape=record, label="{{<p1123> A|<p1130> B}|$1440\nNOR|{<p1124> Y}}", ];
c1230 [ shape=record, label="{{<p1123> A}|$1441\nNOT|{<p1124> Y}}", ];
c1231 [ shape=record, label="{{<p1123> A|<p1130> B}|$1442\nNOR|{<p1124> Y}}", ];
c1232 [ shape=record, label="{{<p1123> A|<p1130> B}|$1443\nNOR|{<p1124> Y}}", ];
c1233 [ shape=record, label="{{<p1123> A|<p1130> B}|$1444\nNOR|{<p1124> Y}}", ];
c1234 [ shape=record, label="{{<p1123> A|<p1130> B}|$1445\nNAND|{<p1124> Y}}", ];
c1235 [ shape=record, label="{{<p1123> A|<p1130> B}|$1446\nNOR|{<p1124> Y}}", ];
c1236 [ shape=record, label="{{<p1123> A|<p1130> B}|$1447\nNAND|{<p1124> Y}}", ];
c1237 [ shape=record, label="{{<p1123> A|<p1130> B}|$1448\nNAND|{<p1124> Y}}", ];
c1238 [ shape=record, label="{{<p1123> A}|$1449\nNOT|{<p1124> Y}}", ];
c1239 [ shape=record, label="{{<p1123> A|<p1130> B}|$1450\nNAND|{<p1124> Y}}", ];
c1240 [ shape=record, label="{{<p1123> A|<p1130> B}|$1451\nNOR|{<p1124> Y}}", ];
c1241 [ shape=record, label="{{<p1123> A|<p1130> B}|$1452\nNAND|{<p1124> Y}}", ];
c1242 [ shape=record, label="{{<p1123> A|<p1130> B}|$1453\nNAND|{<p1124> Y}}", ];
c1243 [ shape=record, label="{{<p1123> A}|$1454\nNOT|{<p1124> Y}}", ];
c1244 [ shape=record, label="{{<p1123> A|<p1130> B}|$1455\nNOR|{<p1124> Y}}", ];
c1245 [ shape=record, label="{{<p1123> A|<p1130> B}|$1456\nNAND|{<p1124> Y}}", ];
c1246 [ shape=record, label="{{<p1123> A|<p1130> B}|$1457\nNAND|{<p1124> Y}}", ];
c1247 [ shape=record, label="{{<p1123> A}|$1458\nNOT|{<p1124> Y}}", ];
c1248 [ shape=record, label="{{<p1123> A|<p1130> B}|$1459\nNOR|{<p1124> Y}}", ];
c1249 [ shape=record, label="{{<p1123> A|<p1130> B}|$1460\nNAND|{<p1124> Y}}", ];
c1250 [ shape=record, label="{{<p1123> A|<p1130> B}|$1461\nNOR|{<p1124> Y}}", ];
c1251 [ shape=record, label="{{<p1123> A|<p1130> B}|$1462\nNAND|{<p1124> Y}}", ];
c1252 [ shape=record, label="{{<p1123> A|<p1130> B}|$1463\nNOR|{<p1124> Y}}", ];
c1253 [ shape=record, label="{{<p1123> A|<p1130> B}|$1464\nNAND|{<p1124> Y}}", ];
c1254 [ shape=record, label="{{<p1123> A|<p1130> B}|$1465\nNOR|{<p1124> Y}}", ];
c1255 [ shape=record, label="{{<p1123> A|<p1130> B}|$1466\nNAND|{<p1124> Y}}", ];
c1256 [ shape=record, label="{{<p1123> A|<p1130> B}|$1467\nNOR|{<p1124> Y}}", ];
c1257 [ shape=record, label="{{<p1123> A|<p1130> B}|$1468\nNAND|{<p1124> Y}}", ];
c1258 [ shape=record, label="{{<p1123> A|<p1130> B}|$1469\nNOR|{<p1124> Y}}", ];
c1259 [ shape=record, label="{{<p1123> A|<p1130> B}|$1470\nNAND|{<p1124> Y}}", ];
c1260 [ shape=record, label="{{<p1123> A|<p1130> B}|$1471\nNAND|{<p1124> Y}}", ];
c1261 [ shape=record, label="{{<p1123> A|<p1130> B}|$1472\nNAND|{<p1124> Y}}", ];
c1262 [ shape=record, label="{{<p1123> A|<p1130> B}|$1473\nNAND|{<p1124> Y}}", ];
c1263 [ shape=record, label="{{<p1123> A|<p1130> B}|$1474\nNOR|{<p1124> Y}}", ];
c1264 [ shape=record, label="{{<p1123> A}|$1475\nNOT|{<p1124> Y}}", ];
c1265 [ shape=record, label="{{<p1123> A|<p1130> B}|$1476\nNAND|{<p1124> Y}}", ];
c1266 [ shape=record, label="{{<p1123> A|<p1130> B}|$1477\nNAND|{<p1124> Y}}", ];
c1267 [ shape=record, label="{{<p1123> A|<p1130> B}|$1478\nNOR|{<p1124> Y}}", ];
c1268 [ shape=record, label="{{<p1123> A}|$1479\nNOT|{<p1124> Y}}", ];
c1269 [ shape=record, label="{{<p1123> A|<p1130> B}|$1480\nNAND|{<p1124> Y}}", ];
c1270 [ shape=record, label="{{<p1123> A}|$1481\nNOT|{<p1124> Y}}", ];
c1271 [ shape=record, label="{{<p1123> A|<p1130> B}|$1482\nNOR|{<p1124> Y}}", ];
c1272 [ shape=record, label="{{<p1123> A|<p1130> B}|$1483\nNAND|{<p1124> Y}}", ];
c1273 [ shape=record, label="{{<p1123> A|<p1130> B}|$1484\nNOR|{<p1124> Y}}", ];
c1274 [ shape=record, label="{{<p1123> A|<p1130> B}|$1485\nNAND|{<p1124> Y}}", ];
c1275 [ shape=record, label="{{<p1123> A|<p1130> B}|$1486\nNOR|{<p1124> Y}}", ];
c1276 [ shape=record, label="{{<p1123> A|<p1130> B}|$1487\nNAND|{<p1124> Y}}", ];
c1277 [ shape=record, label="{{<p1123> A|<p1130> B}|$1488\nNOR|{<p1124> Y}}", ];
c1278 [ shape=record, label="{{<p1123> A|<p1130> B}|$1489\nNAND|{<p1124> Y}}", ];
c1279 [ shape=record, label="{{<p1123> A|<p1130> B}|$1490\nNOR|{<p1124> Y}}", ];
c1280 [ shape=record, label="{{<p1123> A|<p1130> B}|$1491\nNAND|{<p1124> Y}}", ];
c1281 [ shape=record, label="{{<p1123> A|<p1130> B}|$1492\nNOR|{<p1124> Y}}", ];
c1282 [ shape=record, label="{{<p1123> A|<p1130> B}|$1493\nNAND|{<p1124> Y}}", ];
c1283 [ shape=record, label="{{<p1123> A|<p1130> B}|$1494\nNOR|{<p1124> Y}}", ];
c1284 [ shape=record, label="{{<p1123> A|<p1130> B}|$1495\nNAND|{<p1124> Y}}", ];
c1285 [ shape=record, label="{{<p1123> A|<p1130> B}|$1496\nNOR|{<p1124> Y}}", ];
c1286 [ shape=record, label="{{<p1123> A|<p1130> B}|$1497\nNAND|{<p1124> Y}}", ];
c1287 [ shape=record, label="{{<p1123> A|<p1130> B}|$1498\nNOR|{<p1124> Y}}", ];
c1288 [ shape=record, label="{{<p1123> A|<p1130> B}|$1499\nNAND|{<p1124> Y}}", ];
c1289 [ shape=record, label="{{<p1123> A|<p1130> B}|$1500\nNOR|{<p1124> Y}}", ];
c1290 [ shape=record, label="{{<p1123> A|<p1130> B}|$1501\nNAND|{<p1124> Y}}", ];
c1291 [ shape=record, label="{{<p1123> A|<p1130> B}|$1502\nNOR|{<p1124> Y}}", ];
c1292 [ shape=record, label="{{<p1123> A|<p1130> B}|$1503\nNAND|{<p1124> Y}}", ];
c1293 [ shape=record, label="{{<p1123> A|<p1130> B}|$1504\nNOR|{<p1124> Y}}", ];
c1294 [ shape=record, label="{{<p1123> A|<p1130> B}|$1505\nNOR|{<p1124> Y}}", ];
c1295 [ shape=record, label="{{<p1123> A}|$1506\nNOT|{<p1124> Y}}", ];
c1296 [ shape=record, label="{{<p1123> A|<p1130> B}|$1507\nNOR|{<p1124> Y}}", ];
c1297 [ shape=record, label="{{<p1123> A|<p1130> B}|$1508\nNAND|{<p1124> Y}}", ];
c1298 [ shape=record, label="{{<p1123> A|<p1130> B}|$1509\nNOR|{<p1124> Y}}", ];
c1299 [ shape=record, label="{{<p1123> A|<p1130> B}|$1510\nNAND|{<p1124> Y}}", ];
c1300 [ shape=record, label="{{<p1123> A|<p1130> B}|$1511\nNAND|{<p1124> Y}}", ];
c1301 [ shape=record, label="{{<p1123> A}|$1512\nNOT|{<p1124> Y}}", ];
c1302 [ shape=record, label="{{<p1123> A|<p1130> B}|$1513\nNOR|{<p1124> Y}}", ];
c1303 [ shape=record, label="{{<p1123> A}|$1514\nNOT|{<p1124> Y}}", ];
c1304 [ shape=record, label="{{<p1123> A|<p1130> B}|$1515\nNOR|{<p1124> Y}}", ];
c1305 [ shape=record, label="{{<p1123> A|<p1130> B}|$1516\nNAND|{<p1124> Y}}", ];
c1306 [ shape=record, label="{{<p1123> A|<p1130> B}|$1517\nNAND|{<p1124> Y}}", ];
c1307 [ shape=record, label="{{<p1123> A}|$1518\nNOT|{<p1124> Y}}", ];
c1308 [ shape=record, label="{{<p1123> A|<p1130> B}|$1519\nNOR|{<p1124> Y}}", ];
c1309 [ shape=record, label="{{<p1123> A|<p1130> B}|$1520\nNAND|{<p1124> Y}}", ];
c1310 [ shape=record, label="{{<p1123> A|<p1130> B}|$1521\nNOR|{<p1124> Y}}", ];
c1311 [ shape=record, label="{{<p1123> A|<p1130> B}|$1522\nNAND|{<p1124> Y}}", ];
c1312 [ shape=record, label="{{<p1123> A|<p1130> B}|$1523\nNAND|{<p1124> Y}}", ];
c1313 [ shape=record, label="{{<p1123> A}|$1524\nNOT|{<p1124> Y}}", ];
c1314 [ shape=record, label="{{<p1123> A|<p1130> B}|$1525\nNAND|{<p1124> Y}}", ];
c1315 [ shape=record, label="{{<p1123> A|<p1130> B}|$1526\nNAND|{<p1124> Y}}", ];
c1316 [ shape=record, label="{{<p1123> A|<p1130> B}|$1527\nNOR|{<p1124> Y}}", ];
c1317 [ shape=record, label="{{<p1123> A}|$1528\nNOT|{<p1124> Y}}", ];
c1318 [ shape=record, label="{{<p1123> A|<p1130> B}|$1529\nNAND|{<p1124> Y}}", ];
c1319 [ shape=record, label="{{<p1123> A}|$1530\nNOT|{<p1124> Y}}", ];
c1320 [ shape=record, label="{{<p1123> A|<p1130> B}|$1531\nNOR|{<p1124> Y}}", ];
c1321 [ shape=record, label="{{<p1123> A|<p1130> B}|$1532\nNAND|{<p1124> Y}}", ];
c1322 [ shape=record, label="{{<p1123> A|<p1130> B}|$1533\nNOR|{<p1124> Y}}", ];
c1323 [ shape=record, label="{{<p1123> A|<p1130> B}|$1534\nNAND|{<p1124> Y}}", ];
c1324 [ shape=record, label="{{<p1123> A|<p1130> B}|$1535\nNOR|{<p1124> Y}}", ];
c1325 [ shape=record, label="{{<p1123> A}|$1536\nNOT|{<p1124> Y}}", ];
c1326 [ shape=record, label="{{<p1123> A|<p1130> B}|$1537\nNOR|{<p1124> Y}}", ];
c1327 [ shape=record, label="{{<p1123> A|<p1130> B}|$1538\nNAND|{<p1124> Y}}", ];
c1328 [ shape=record, label="{{<p1123> A|<p1130> B}|$1539\nNOR|{<p1124> Y}}", ];
c1329 [ shape=record, label="{{<p1123> A|<p1130> B}|$1540\nNAND|{<p1124> Y}}", ];
c1330 [ shape=record, label="{{<p1123> A|<p1130> B}|$1541\nNAND|{<p1124> Y}}", ];
c1331 [ shape=record, label="{{<p1123> A}|$1542\nNOT|{<p1124> Y}}", ];
c1332 [ shape=record, label="{{<p1123> A|<p1130> B}|$1543\nNAND|{<p1124> Y}}", ];
c1333 [ shape=record, label="{{<p1123> A|<p1130> B}|$1544\nNOR|{<p1124> Y}}", ];
c1334 [ shape=record, label="{{<p1123> A|<p1130> B}|$1545\nNAND|{<p1124> Y}}", ];
c1335 [ shape=record, label="{{<p1123> A|<p1130> B}|$1546\nNOR|{<p1124> Y}}", ];
c1336 [ shape=record, label="{{<p1123> A|<p1130> B}|$1547\nNAND|{<p1124> Y}}", ];
c1337 [ shape=record, label="{{<p1123> A|<p1130> B}|$1548\nNAND|{<p1124> Y}}", ];
c1338 [ shape=record, label="{{<p1123> A}|$1549\nNOT|{<p1124> Y}}", ];
c1339 [ shape=record, label="{{<p1123> A|<p1130> B}|$1550\nNOR|{<p1124> Y}}", ];
c1340 [ shape=record, label="{{<p1123> A|<p1130> B}|$1551\nNAND|{<p1124> Y}}", ];
c1341 [ shape=record, label="{{<p1123> A|<p1130> B}|$1552\nNOR|{<p1124> Y}}", ];
c1342 [ shape=record, label="{{<p1123> A|<p1130> B}|$1553\nNAND|{<p1124> Y}}", ];
c1343 [ shape=record, label="{{<p1123> A|<p1130> B}|$1554\nNOR|{<p1124> Y}}", ];
c1344 [ shape=record, label="{{<p1123> A|<p1130> B}|$1555\nNAND|{<p1124> Y}}", ];
c1345 [ shape=record, label="{{<p1123> A|<p1130> B}|$1556\nNOR|{<p1124> Y}}", ];
c1346 [ shape=record, label="{{<p1123> A|<p1130> B}|$1557\nNAND|{<p1124> Y}}", ];
c1347 [ shape=record, label="{{<p1123> A|<p1130> B}|$1558\nNOR|{<p1124> Y}}", ];
c1348 [ shape=record, label="{{<p1123> A|<p1130> B}|$1559\nNAND|{<p1124> Y}}", ];
c1349 [ shape=record, label="{{<p1123> A|<p1130> B}|$1560\nNOR|{<p1124> Y}}", ];
c1350 [ shape=record, label="{{<p1123> A|<p1130> B}|$1561\nNAND|{<p1124> Y}}", ];
c1351 [ shape=record, label="{{<p1123> A|<p1130> B}|$1562\nNOR|{<p1124> Y}}", ];
c1352 [ shape=record, label="{{<p1123> A|<p1130> B}|$1563\nNAND|{<p1124> Y}}", ];
c1353 [ shape=record, label="{{<p1123> A|<p1130> B}|$1564\nNOR|{<p1124> Y}}", ];
c1354 [ shape=record, label="{{<p1123> A|<p1130> B}|$1565\nNAND|{<p1124> Y}}", ];
c1355 [ shape=record, label="{{<p1123> A|<p1130> B}|$1566\nNOR|{<p1124> Y}}", ];
c1356 [ shape=record, label="{{<p1123> A|<p1130> B}|$1567\nNAND|{<p1124> Y}}", ];
c1357 [ shape=record, label="{{<p1123> A|<p1130> B}|$1568\nNOR|{<p1124> Y}}", ];
c1358 [ shape=record, label="{{<p1123> A|<p1130> B}|$1569\nNAND|{<p1124> Y}}", ];
c1359 [ shape=record, label="{{<p1123> A|<p1130> B}|$1570\nNOR|{<p1124> Y}}", ];
c1360 [ shape=record, label="{{<p1123> A|<p1130> B}|$1571\nNAND|{<p1124> Y}}", ];
c1361 [ shape=record, label="{{<p1123> A|<p1130> B}|$1572\nNOR|{<p1124> Y}}", ];
c1362 [ shape=record, label="{{<p1123> A|<p1130> B}|$1573\nNAND|{<p1124> Y}}", ];
c1363 [ shape=record, label="{{<p1123> A|<p1130> B}|$1574\nNOR|{<p1124> Y}}", ];
c1364 [ shape=record, label="{{<p1123> A|<p1130> B}|$1575\nNAND|{<p1124> Y}}", ];
c1365 [ shape=record, label="{{<p1123> A|<p1130> B}|$1576\nNOR|{<p1124> Y}}", ];
c1366 [ shape=record, label="{{<p1123> A|<p1130> B}|$1577\nNAND|{<p1124> Y}}", ];
c1367 [ shape=record, label="{{<p1123> A|<p1130> B}|$1578\nNOR|{<p1124> Y}}", ];
c1368 [ shape=record, label="{{<p1123> A|<p1130> B}|$1579\nNAND|{<p1124> Y}}", ];
c1369 [ shape=record, label="{{<p1123> A|<p1130> B}|$1580\nNOR|{<p1124> Y}}", ];
c1370 [ shape=record, label="{{<p1123> A|<p1130> B}|$1581\nNAND|{<p1124> Y}}", ];
c1371 [ shape=record, label="{{<p1123> A|<p1130> B}|$1582\nNOR|{<p1124> Y}}", ];
c1372 [ shape=record, label="{{<p1123> A|<p1130> B}|$1583\nNAND|{<p1124> Y}}", ];
c1373 [ shape=record, label="{{<p1123> A|<p1130> B}|$1584\nNOR|{<p1124> Y}}", ];
c1374 [ shape=record, label="{{<p1123> A|<p1130> B}|$1585\nNAND|{<p1124> Y}}", ];
c1375 [ shape=record, label="{{<p1123> A|<p1130> B}|$1586\nNOR|{<p1124> Y}}", ];
c1376 [ shape=record, label="{{<p1123> A|<p1130> B}|$1587\nNAND|{<p1124> Y}}", ];
c1377 [ shape=record, label="{{<p1123> A|<p1130> B}|$1588\nNOR|{<p1124> Y}}", ];
c1378 [ shape=record, label="{{<p1123> A|<p1130> B}|$1589\nNAND|{<p1124> Y}}", ];
c1379 [ shape=record, label="{{<p1123> A|<p1130> B}|$1590\nNOR|{<p1124> Y}}", ];
c1380 [ shape=record, label="{{<p1123> A|<p1130> B}|$1591\nNAND|{<p1124> Y}}", ];
c1381 [ shape=record, label="{{<p1123> A|<p1130> B}|$1592\nNOR|{<p1124> Y}}", ];
c1382 [ shape=record, label="{{<p1123> A|<p1130> B}|$1593\nNAND|{<p1124> Y}}", ];
c1383 [ shape=record, label="{{<p1123> A|<p1130> B}|$1594\nNOR|{<p1124> Y}}", ];
c1384 [ shape=record, label="{{<p1123> A|<p1130> B}|$1595\nNAND|{<p1124> Y}}", ];
c1385 [ shape=record, label="{{<p1123> A|<p1130> B}|$1596\nNOR|{<p1124> Y}}", ];
c1386 [ shape=record, label="{{<p1123> A|<p1130> B}|$1597\nNOR|{<p1124> Y}}", ];
c1387 [ shape=record, label="{{<p1123> A|<p1130> B}|$1598\nNOR|{<p1124> Y}}", ];
c1388 [ shape=record, label="{{<p1123> A|<p1130> B}|$1599\nNAND|{<p1124> Y}}", ];
c1389 [ shape=record, label="{{<p1123> A|<p1130> B}|$1600\nNOR|{<p1124> Y}}", ];
c1390 [ shape=record, label="{{<p1123> A|<p1130> B}|$1601\nNAND|{<p1124> Y}}", ];
c1391 [ shape=record, label="{{<p1123> A|<p1130> B}|$1602\nNAND|{<p1124> Y}}", ];
c1392 [ shape=record, label="{{<p1123> A}|$1603\nNOT|{<p1124> Y}}", ];
c1393 [ shape=record, label="{{<p1123> A|<p1130> B}|$1604\nNAND|{<p1124> Y}}", ];
c1394 [ shape=record, label="{{<p1123> A|<p1130> B}|$1605\nNOR|{<p1124> Y}}", ];
c1395 [ shape=record, label="{{<p1123> A|<p1130> B}|$1606\nNOR|{<p1124> Y}}", ];
c1396 [ shape=record, label="{{<p1123> A}|$1607\nNOT|{<p1124> Y}}", ];
c1397 [ shape=record, label="{{<p1123> A|<p1130> B}|$1608\nNAND|{<p1124> Y}}", ];
c1398 [ shape=record, label="{{<p1123> A}|$1609\nNOT|{<p1124> Y}}", ];
c1399 [ shape=record, label="{{<p1123> A|<p1130> B}|$1610\nNOR|{<p1124> Y}}", ];
c1400 [ shape=record, label="{{<p1123> A|<p1130> B}|$1611\nNAND|{<p1124> Y}}", ];
c1401 [ shape=record, label="{{<p1123> A|<p1130> B}|$1612\nNOR|{<p1124> Y}}", ];
c1402 [ shape=record, label="{{<p1123> A|<p1130> B}|$1613\nNAND|{<p1124> Y}}", ];
c1403 [ shape=record, label="{{<p1123> A|<p1130> B}|$1614\nNOR|{<p1124> Y}}", ];
c1404 [ shape=record, label="{{<p1123> A}|$1615\nNOT|{<p1124> Y}}", ];
c1405 [ shape=record, label="{{<p1123> A|<p1130> B}|$1616\nNOR|{<p1124> Y}}", ];
c1406 [ shape=record, label="{{<p1123> A|<p1130> B}|$1617\nNAND|{<p1124> Y}}", ];
c1407 [ shape=record, label="{{<p1123> A|<p1130> B}|$1618\nNOR|{<p1124> Y}}", ];
c1408 [ shape=record, label="{{<p1123> A|<p1130> B}|$1619\nNAND|{<p1124> Y}}", ];
c1409 [ shape=record, label="{{<p1123> A|<p1130> B}|$1620\nNAND|{<p1124> Y}}", ];
c1410 [ shape=record, label="{{<p1123> A}|$1621\nNOT|{<p1124> Y}}", ];
c1411 [ shape=record, label="{{<p1123> A|<p1130> B}|$1622\nNAND|{<p1124> Y}}", ];
c1412 [ shape=record, label="{{<p1123> A|<p1130> B}|$1623\nNAND|{<p1124> Y}}", ];
c1413 [ shape=record, label="{{<p1123> A|<p1130> B}|$1624\nNOR|{<p1124> Y}}", ];
c1414 [ shape=record, label="{{<p1123> A}|$1625\nNOT|{<p1124> Y}}", ];
c1415 [ shape=record, label="{{<p1123> A|<p1130> B}|$1626\nNAND|{<p1124> Y}}", ];
c1416 [ shape=record, label="{{<p1123> A}|$1627\nNOT|{<p1124> Y}}", ];
c1417 [ shape=record, label="{{<p1123> A|<p1130> B}|$1628\nNOR|{<p1124> Y}}", ];
c1418 [ shape=record, label="{{<p1123> A|<p1130> B}|$1629\nNAND|{<p1124> Y}}", ];
c1419 [ shape=record, label="{{<p1123> A|<p1130> B}|$1630\nNOR|{<p1124> Y}}", ];
c1420 [ shape=record, label="{{<p1123> A|<p1130> B}|$1631\nNAND|{<p1124> Y}}", ];
c1421 [ shape=record, label="{{<p1123> A|<p1130> B}|$1632\nNOR|{<p1124> Y}}", ];
c1422 [ shape=record, label="{{<p1123> A}|$1633\nNOT|{<p1124> Y}}", ];
c1423 [ shape=record, label="{{<p1123> A|<p1130> B}|$1634\nNOR|{<p1124> Y}}", ];
c1424 [ shape=record, label="{{<p1123> A|<p1130> B}|$1635\nNAND|{<p1124> Y}}", ];
c1425 [ shape=record, label="{{<p1123> A|<p1130> B}|$1636\nNOR|{<p1124> Y}}", ];
c1426 [ shape=record, label="{{<p1123> A|<p1130> B}|$1637\nNAND|{<p1124> Y}}", ];
c1427 [ shape=record, label="{{<p1123> A|<p1130> B}|$1638\nNAND|{<p1124> Y}}", ];
c1428 [ shape=record, label="{{<p1123> A}|$1639\nNOT|{<p1124> Y}}", ];
c1429 [ shape=record, label="{{<p1123> A|<p1130> B}|$1640\nNAND|{<p1124> Y}}", ];
c1430 [ shape=record, label="{{<p1123> A|<p1130> B}|$1641\nNAND|{<p1124> Y}}", ];
c1431 [ shape=record, label="{{<p1123> A|<p1130> B}|$1642\nNOR|{<p1124> Y}}", ];
c1432 [ shape=record, label="{{<p1123> A}|$1643\nNOT|{<p1124> Y}}", ];
c1433 [ shape=record, label="{{<p1123> A|<p1130> B}|$1644\nNAND|{<p1124> Y}}", ];
c1434 [ shape=record, label="{{<p1123> A}|$1645\nNOT|{<p1124> Y}}", ];
c1435 [ shape=record, label="{{<p1123> A|<p1130> B}|$1646\nNOR|{<p1124> Y}}", ];
c1436 [ shape=record, label="{{<p1123> A|<p1130> B}|$1647\nNAND|{<p1124> Y}}", ];
c1437 [ shape=record, label="{{<p1123> A|<p1130> B}|$1648\nNOR|{<p1124> Y}}", ];
c1438 [ shape=record, label="{{<p1123> A|<p1130> B}|$1649\nNAND|{<p1124> Y}}", ];
c1439 [ shape=record, label="{{<p1123> A|<p1130> B}|$1650\nNOR|{<p1124> Y}}", ];
c1440 [ shape=record, label="{{<p1123> A|<p1130> B}|$1651\nNAND|{<p1124> Y}}", ];
c1441 [ shape=record, label="{{<p1123> A|<p1130> B}|$1652\nNOR|{<p1124> Y}}", ];
c1442 [ shape=record, label="{{<p1123> A|<p1130> B}|$1653\nNAND|{<p1124> Y}}", ];
c1443 [ shape=record, label="{{<p1123> A|<p1130> B}|$1654\nNOR|{<p1124> Y}}", ];
c1444 [ shape=record, label="{{<p1123> A|<p1130> B}|$1655\nNAND|{<p1124> Y}}", ];
c1445 [ shape=record, label="{{<p1123> A|<p1130> B}|$1656\nNOR|{<p1124> Y}}", ];
c1446 [ shape=record, label="{{<p1123> A|<p1130> B}|$1657\nNAND|{<p1124> Y}}", ];
c1447 [ shape=record, label="{{<p1123> A|<p1130> B}|$1658\nNOR|{<p1124> Y}}", ];
c1448 [ shape=record, label="{{<p1123> A|<p1130> B}|$1659\nNAND|{<p1124> Y}}", ];
c1449 [ shape=record, label="{{<p1123> A|<p1130> B}|$1660\nNOR|{<p1124> Y}}", ];
c1450 [ shape=record, label="{{<p1123> A|<p1130> B}|$1661\nNAND|{<p1124> Y}}", ];
c1451 [ shape=record, label="{{<p1123> A|<p1130> B}|$1662\nNOR|{<p1124> Y}}", ];
c1452 [ shape=record, label="{{<p1123> A|<p1130> B}|$1663\nNAND|{<p1124> Y}}", ];
c1453 [ shape=record, label="{{<p1123> A|<p1130> B}|$1664\nNOR|{<p1124> Y}}", ];
c1454 [ shape=record, label="{{<p1123> A|<p1130> B}|$1665\nNAND|{<p1124> Y}}", ];
c1455 [ shape=record, label="{{<p1123> A|<p1130> B}|$1666\nNOR|{<p1124> Y}}", ];
c1456 [ shape=record, label="{{<p1123> A|<p1130> B}|$1667\nNAND|{<p1124> Y}}", ];
c1457 [ shape=record, label="{{<p1123> A|<p1130> B}|$1668\nNOR|{<p1124> Y}}", ];
c1458 [ shape=record, label="{{<p1123> A|<p1130> B}|$1669\nNAND|{<p1124> Y}}", ];
c1459 [ shape=record, label="{{<p1123> A|<p1130> B}|$1670\nNOR|{<p1124> Y}}", ];
c1460 [ shape=record, label="{{<p1123> A|<p1130> B}|$1671\nNAND|{<p1124> Y}}", ];
c1461 [ shape=record, label="{{<p1123> A|<p1130> B}|$1672\nNOR|{<p1124> Y}}", ];
c1462 [ shape=record, label="{{<p1123> A|<p1130> B}|$1673\nNAND|{<p1124> Y}}", ];
c1463 [ shape=record, label="{{<p1123> A|<p1130> B}|$1674\nNOR|{<p1124> Y}}", ];
c1464 [ shape=record, label="{{<p1123> A|<p1130> B}|$1675\nNAND|{<p1124> Y}}", ];
c1465 [ shape=record, label="{{<p1123> A|<p1130> B}|$1676\nNOR|{<p1124> Y}}", ];
c1466 [ shape=record, label="{{<p1123> A|<p1130> B}|$1677\nNAND|{<p1124> Y}}", ];
c1467 [ shape=record, label="{{<p1123> A|<p1130> B}|$1678\nNOR|{<p1124> Y}}", ];
c1468 [ shape=record, label="{{<p1123> A|<p1130> B}|$1679\nNAND|{<p1124> Y}}", ];
c1469 [ shape=record, label="{{<p1123> A|<p1130> B}|$1680\nNOR|{<p1124> Y}}", ];
c1470 [ shape=record, label="{{<p1123> A|<p1130> B}|$1681\nNAND|{<p1124> Y}}", ];
c1471 [ shape=record, label="{{<p1123> A|<p1130> B}|$1682\nNOR|{<p1124> Y}}", ];
c1472 [ shape=record, label="{{<p1123> A|<p1130> B}|$1683\nNAND|{<p1124> Y}}", ];
c1473 [ shape=record, label="{{<p1123> A|<p1130> B}|$1684\nNOR|{<p1124> Y}}", ];
c1474 [ shape=record, label="{{<p1123> A|<p1130> B}|$1685\nNAND|{<p1124> Y}}", ];
c1475 [ shape=record, label="{{<p1123> A|<p1130> B}|$1686\nNOR|{<p1124> Y}}", ];
c1476 [ shape=record, label="{{<p1123> A|<p1130> B}|$1687\nNAND|{<p1124> Y}}", ];
c1477 [ shape=record, label="{{<p1123> A|<p1130> B}|$1688\nNOR|{<p1124> Y}}", ];
c1478 [ shape=record, label="{{<p1123> A|<p1130> B}|$1689\nNAND|{<p1124> Y}}", ];
c1479 [ shape=record, label="{{<p1123> A|<p1130> B}|$1690\nNOR|{<p1124> Y}}", ];
c1480 [ shape=record, label="{{<p1123> A|<p1130> B}|$1691\nNAND|{<p1124> Y}}", ];
c1481 [ shape=record, label="{{<p1123> A|<p1130> B}|$1692\nNOR|{<p1124> Y}}", ];
c1482 [ shape=record, label="{{<p1123> A|<p1130> B}|$1693\nNAND|{<p1124> Y}}", ];
c1483 [ shape=record, label="{{<p1123> A|<p1130> B}|$1694\nNOR|{<p1124> Y}}", ];
c1484 [ shape=record, label="{{<p1123> A|<p1130> B}|$1695\nNAND|{<p1124> Y}}", ];
c1485 [ shape=record, label="{{<p1123> A|<p1130> B}|$1696\nNOR|{<p1124> Y}}", ];
c1486 [ shape=record, label="{{<p1123> A|<p1130> B}|$1697\nNAND|{<p1124> Y}}", ];
c1487 [ shape=record, label="{{<p1123> A|<p1130> B}|$1698\nNOR|{<p1124> Y}}", ];
c1488 [ shape=record, label="{{<p1123> A|<p1130> B}|$1699\nNOR|{<p1124> Y}}", ];
c1489 [ shape=record, label="{{<p1123> A|<p1130> B}|$1700\nNOR|{<p1124> Y}}", ];
c1490 [ shape=record, label="{{<p1123> A|<p1130> B}|$1701\nNAND|{<p1124> Y}}", ];
c1491 [ shape=record, label="{{<p1123> A|<p1130> B}|$1702\nNOR|{<p1124> Y}}", ];
c1492 [ shape=record, label="{{<p1123> A|<p1130> B}|$1703\nNAND|{<p1124> Y}}", ];
c1493 [ shape=record, label="{{<p1123> A|<p1130> B}|$1704\nNOR|{<p1124> Y}}", ];
c1494 [ shape=record, label="{{<p1123> A}|$1705\nNOT|{<p1124> Y}}", ];
c1495 [ shape=record, label="{{<p1123> A|<p1130> B}|$1706\nNOR|{<p1124> Y}}", ];
c1496 [ shape=record, label="{{<p1123> A|<p1130> B}|$1707\nNAND|{<p1124> Y}}", ];
c1497 [ shape=record, label="{{<p1123> A|<p1130> B}|$1708\nNAND|{<p1124> Y}}", ];
c1498 [ shape=record, label="{{<p1123> A}|$1709\nNOT|{<p1124> Y}}", ];
c1499 [ shape=record, label="{{<p1123> A|<p1130> B}|$1710\nNAND|{<p1124> Y}}", ];
c1500 [ shape=record, label="{{<p1123> A|<p1130> B}|$1711\nNOR|{<p1124> Y}}", ];
c1501 [ shape=record, label="{{<p1123> A|<p1130> B}|$1712\nNOR|{<p1124> Y}}", ];
c1502 [ shape=record, label="{{<p1123> A}|$1713\nNOT|{<p1124> Y}}", ];
c1503 [ shape=record, label="{{<p1123> A|<p1130> B}|$1714\nNAND|{<p1124> Y}}", ];
c1504 [ shape=record, label="{{<p1123> A}|$1715\nNOT|{<p1124> Y}}", ];
c1505 [ shape=record, label="{{<p1123> A|<p1130> B}|$1716\nNOR|{<p1124> Y}}", ];
c1506 [ shape=record, label="{{<p1123> A|<p1130> B}|$1717\nNAND|{<p1124> Y}}", ];
c1507 [ shape=record, label="{{<p1123> A|<p1130> B}|$1718\nNOR|{<p1124> Y}}", ];
c1508 [ shape=record, label="{{<p1123> A}|$1719\nNOT|{<p1124> Y}}", ];
c1509 [ shape=record, label="{{<p1123> A|<p1130> B}|$1720\nNOR|{<p1124> Y}}", ];
c1510 [ shape=record, label="{{<p1123> A|<p1130> B}|$1721\nNAND|{<p1124> Y}}", ];
c1511 [ shape=record, label="{{<p1123> A|<p1130> B}|$1722\nNOR|{<p1124> Y}}", ];
c1512 [ shape=record, label="{{<p1123> A|<p1130> B}|$1723\nNAND|{<p1124> Y}}", ];
c1513 [ shape=record, label="{{<p1123> A|<p1130> B}|$1724\nNOR|{<p1124> Y}}", ];
c1514 [ shape=record, label="{{<p1123> A|<p1130> B}|$1725\nNAND|{<p1124> Y}}", ];
c1515 [ shape=record, label="{{<p1123> A|<p1130> B}|$1726\nNAND|{<p1124> Y}}", ];
c1516 [ shape=record, label="{{<p1123> A|<p1130> B}|$1727\nNAND|{<p1124> Y}}", ];
c1517 [ shape=record, label="{{<p1123> A|<p1130> B}|$1728\nNAND|{<p1124> Y}}", ];
c1518 [ shape=record, label="{{<p1123> A|<p1130> B}|$1729\nNOR|{<p1124> Y}}", ];
c1519 [ shape=record, label="{{<p1123> A}|$1730\nNOT|{<p1124> Y}}", ];
c1520 [ shape=record, label="{{<p1123> A|<p1130> B}|$1731\nNAND|{<p1124> Y}}", ];
c1521 [ shape=record, label="{{<p1123> A|<p1130> B}|$1732\nNAND|{<p1124> Y}}", ];
c1522 [ shape=record, label="{{<p1123> A|<p1130> B}|$1733\nNAND|{<p1124> Y}}", ];
c1523 [ shape=record, label="{{<p1123> A}|$1734\nNOT|{<p1124> Y}}", ];
c1524 [ shape=record, label="{{<p1123> A|<p1130> B}|$1735\nNOR|{<p1124> Y}}", ];
c1525 [ shape=record, label="{{<p1123> A}|$1736\nNOT|{<p1124> Y}}", ];
c1526 [ shape=record, label="{{<p1123> A|<p1130> B}|$1737\nNOR|{<p1124> Y}}", ];
c1527 [ shape=record, label="{{<p1123> A|<p1130> B}|$1738\nNAND|{<p1124> Y}}", ];
c1528 [ shape=record, label="{{<p1123> A|<p1130> B}|$1739\nNOR|{<p1124> Y}}", ];
c1529 [ shape=record, label="{{<p1123> A}|$1740\nNOT|{<p1124> Y}}", ];
c1530 [ shape=record, label="{{<p1123> A|<p1130> B}|$1741\nNAND|{<p1124> Y}}", ];
c1531 [ shape=record, label="{{<p1123> A|<p1130> B}|$1742\nNOR|{<p1124> Y}}", ];
c1532 [ shape=record, label="{{<p1123> A|<p1130> B}|$1743\nNAND|{<p1124> Y}}", ];
c1533 [ shape=record, label="{{<p1123> A|<p1130> B}|$1744\nNOR|{<p1124> Y}}", ];
c1534 [ shape=record, label="{{<p1123> A|<p1130> B}|$1745\nNAND|{<p1124> Y}}", ];
c1535 [ shape=record, label="{{<p1123> A|<p1130> B}|$1746\nNAND|{<p1124> Y}}", ];
c1536 [ shape=record, label="{{<p1123> A|<p1130> B}|$1747\nNAND|{<p1124> Y}}", ];
c1537 [ shape=record, label="{{<p1123> A}|$1748\nNOT|{<p1124> Y}}", ];
c1538 [ shape=record, label="{{<p1123> A|<p1130> B}|$1749\nNOR|{<p1124> Y}}", ];
c1539 [ shape=record, label="{{<p1123> A|<p1130> B}|$1750\nNAND|{<p1124> Y}}", ];
c1540 [ shape=record, label="{{<p1123> A|<p1130> B}|$1751\nNAND|{<p1124> Y}}", ];
c1541 [ shape=record, label="{{<p1123> A}|$1752\nNOT|{<p1124> Y}}", ];
c1542 [ shape=record, label="{{<p1123> A|<p1130> B}|$1753\nNOR|{<p1124> Y}}", ];
c1543 [ shape=record, label="{{<p1123> A|<p1130> B}|$1754\nNAND|{<p1124> Y}}", ];
c1544 [ shape=record, label="{{<p1123> A|<p1130> B}|$1755\nNOR|{<p1124> Y}}", ];
c1545 [ shape=record, label="{{<p1123> A|<p1130> B}|$1756\nNAND|{<p1124> Y}}", ];
c1546 [ shape=record, label="{{<p1123> A|<p1130> B}|$1757\nNOR|{<p1124> Y}}", ];
c1547 [ shape=record, label="{{<p1123> A|<p1130> B}|$1758\nNAND|{<p1124> Y}}", ];
c1548 [ shape=record, label="{{<p1123> A|<p1130> B}|$1759\nNOR|{<p1124> Y}}", ];
c1549 [ shape=record, label="{{<p1123> A|<p1130> B}|$1760\nNAND|{<p1124> Y}}", ];
c1550 [ shape=record, label="{{<p1123> A|<p1130> B}|$1761\nNOR|{<p1124> Y}}", ];
c1551 [ shape=record, label="{{<p1123> A|<p1130> B}|$1762\nNAND|{<p1124> Y}}", ];
c1552 [ shape=record, label="{{<p1123> A|<p1130> B}|$1763\nNOR|{<p1124> Y}}", ];
c1553 [ shape=record, label="{{<p1123> A|<p1130> B}|$1764\nNAND|{<p1124> Y}}", ];
c1554 [ shape=record, label="{{<p1123> A|<p1130> B}|$1765\nNOR|{<p1124> Y}}", ];
c1555 [ shape=record, label="{{<p1123> A|<p1130> B}|$1766\nNAND|{<p1124> Y}}", ];
c1556 [ shape=record, label="{{<p1123> A|<p1130> B}|$1767\nNOR|{<p1124> Y}}", ];
c1557 [ shape=record, label="{{<p1123> A|<p1130> B}|$1768\nNAND|{<p1124> Y}}", ];
c1558 [ shape=record, label="{{<p1123> A|<p1130> B}|$1769\nNOR|{<p1124> Y}}", ];
c1559 [ shape=record, label="{{<p1123> A|<p1130> B}|$1770\nNAND|{<p1124> Y}}", ];
c1560 [ shape=record, label="{{<p1123> A|<p1130> B}|$1771\nNOR|{<p1124> Y}}", ];
c1561 [ shape=record, label="{{<p1123> A|<p1130> B}|$1772\nNAND|{<p1124> Y}}", ];
c1562 [ shape=record, label="{{<p1123> A|<p1130> B}|$1773\nNAND|{<p1124> Y}}", ];
c1563 [ shape=record, label="{{<p1123> A|<p1130> B}|$1774\nNAND|{<p1124> Y}}", ];
c1564 [ shape=record, label="{{<p1123> A|<p1130> B}|$1775\nNAND|{<p1124> Y}}", ];
c1565 [ shape=record, label="{{<p1123> A}|$1776\nNOT|{<p1124> Y}}", ];
c1566 [ shape=record, label="{{<p1123> A|<p1130> B}|$1777\nNAND|{<p1124> Y}}", ];
c1567 [ shape=record, label="{{<p1123> A}|$1778\nNOT|{<p1124> Y}}", ];
c1568 [ shape=record, label="{{<p1123> A|<p1130> B}|$1779\nNOR|{<p1124> Y}}", ];
c1569 [ shape=record, label="{{<p1123> A|<p1130> B}|$1780\nNAND|{<p1124> Y}}", ];
c1570 [ shape=record, label="{{<p1123> A|<p1130> B}|$1781\nNOR|{<p1124> Y}}", ];
c1571 [ shape=record, label="{{<p1123> A|<p1130> B}|$1782\nNAND|{<p1124> Y}}", ];
c1572 [ shape=record, label="{{<p1123> A|<p1130> B}|$1783\nNOR|{<p1124> Y}}", ];
c1573 [ shape=record, label="{{<p1123> A|<p1130> B}|$1784\nNAND|{<p1124> Y}}", ];
c1574 [ shape=record, label="{{<p1123> A|<p1130> B}|$1785\nNOR|{<p1124> Y}}", ];
c1575 [ shape=record, label="{{<p1123> A|<p1130> B}|$1786\nNAND|{<p1124> Y}}", ];
c1576 [ shape=record, label="{{<p1123> A|<p1130> B}|$1787\nNOR|{<p1124> Y}}", ];
c1577 [ shape=record, label="{{<p1123> A|<p1130> B}|$1788\nNAND|{<p1124> Y}}", ];
c1578 [ shape=record, label="{{<p1123> A|<p1130> B}|$1789\nNOR|{<p1124> Y}}", ];
c1579 [ shape=record, label="{{<p1123> A|<p1130> B}|$1790\nNAND|{<p1124> Y}}", ];
c1580 [ shape=record, label="{{<p1123> A|<p1130> B}|$1791\nNOR|{<p1124> Y}}", ];
c1581 [ shape=record, label="{{<p1123> A|<p1130> B}|$1792\nNOR|{<p1124> Y}}", ];
c1582 [ shape=record, label="{{<p1123> A|<p1130> B}|$1793\nNOR|{<p1124> Y}}", ];
c1583 [ shape=record, label="{{<p1123> A|<p1130> B}|$1794\nNAND|{<p1124> Y}}", ];
c1584 [ shape=record, label="{{<p1123> A|<p1130> B}|$1795\nNAND|{<p1124> Y}}", ];
c1585 [ shape=record, label="{{<p1123> A}|$1796\nNOT|{<p1124> Y}}", ];
c1586 [ shape=record, label="{{<p1123> A|<p1130> B}|$1797\nNOR|{<p1124> Y}}", ];
c1587 [ shape=record, label="{{<p1123> A|<p1130> B}|$1798\nNOR|{<p1124> Y}}", ];
c1588 [ shape=record, label="{{<p1123> A|<p1130> B}|$1799\nNAND|{<p1124> Y}}", ];
c1589 [ shape=record, label="{{<p1123> A|<p1130> B}|$1800\nNAND|{<p1124> Y}}", ];
c1590 [ shape=record, label="{{<p1123> A|<p1130> B}|$1801\nNAND|{<p1124> Y}}", ];
c1591 [ shape=record, label="{{<p1123> A|<p1130> B}|$1802\nNOR|{<p1124> Y}}", ];
c1592 [ shape=record, label="{{<p1123> A|<p1130> B}|$1803\nNOR|{<p1124> Y}}", ];
c1593 [ shape=record, label="{{<p1123> A}|$1804\nNOT|{<p1124> Y}}", ];
c1594 [ shape=record, label="{{<p1123> A|<p1130> B}|$1805\nNAND|{<p1124> Y}}", ];
c1595 [ shape=record, label="{{<p1123> A|<p1130> B}|$1806\nNAND|{<p1124> Y}}", ];
c1596 [ shape=record, label="{{<p1123> A|<p1130> B}|$1807\nNOR|{<p1124> Y}}", ];
c1597 [ shape=record, label="{{<p1123> A}|$1808\nNOT|{<p1124> Y}}", ];
c1598 [ shape=record, label="{{<p1123> A|<p1130> B}|$1809\nNAND|{<p1124> Y}}", ];
c1599 [ shape=record, label="{{<p1123> A}|$1810\nNOT|{<p1124> Y}}", ];
c1600 [ shape=record, label="{{<p1123> A|<p1130> B}|$1811\nNOR|{<p1124> Y}}", ];
c1601 [ shape=record, label="{{<p1123> A|<p1130> B}|$1812\nNAND|{<p1124> Y}}", ];
c1602 [ shape=record, label="{{<p1123> A|<p1130> B}|$1813\nNOR|{<p1124> Y}}", ];
c1603 [ shape=record, label="{{<p1123> A|<p1130> B}|$1814\nNAND|{<p1124> Y}}", ];
c1604 [ shape=record, label="{{<p1123> A|<p1130> B}|$1815\nNAND|{<p1124> Y}}", ];
c1605 [ shape=record, label="{{<p1123> A|<p1130> B}|$1816\nNAND|{<p1124> Y}}", ];
c1606 [ shape=record, label="{{<p1123> A|<p1130> B}|$1817\nNAND|{<p1124> Y}}", ];
c1607 [ shape=record, label="{{<p1123> A}|$1818\nNOT|{<p1124> Y}}", ];
c1608 [ shape=record, label="{{<p1123> A|<p1130> B}|$1819\nNOR|{<p1124> Y}}", ];
c1609 [ shape=record, label="{{<p1123> A}|$1820\nNOT|{<p1124> Y}}", ];
c1610 [ shape=record, label="{{<p1123> A|<p1130> B}|$1821\nNAND|{<p1124> Y}}", ];
c1611 [ shape=record, label="{{<p1123> A|<p1130> B}|$1822\nNAND|{<p1124> Y}}", ];
c1612 [ shape=record, label="{{<p1123> A|<p1130> B}|$1823\nNAND|{<p1124> Y}}", ];
c1613 [ shape=record, label="{{<p1123> A}|$1824\nNOT|{<p1124> Y}}", ];
c1614 [ shape=record, label="{{<p1123> A|<p1130> B}|$1825\nNOR|{<p1124> Y}}", ];
c1615 [ shape=record, label="{{<p1123> A}|$1826\nNOT|{<p1124> Y}}", ];
c1616 [ shape=record, label="{{<p1123> A|<p1130> B}|$1827\nNOR|{<p1124> Y}}", ];
c1617 [ shape=record, label="{{<p1123> A|<p1130> B}|$1828\nNAND|{<p1124> Y}}", ];
c1618 [ shape=record, label="{{<p1123> A|<p1130> B}|$1829\nNOR|{<p1124> Y}}", ];
c1619 [ shape=record, label="{{<p1123> A|<p1130> B}|$1830\nNAND|{<p1124> Y}}", ];
c1620 [ shape=record, label="{{<p1123> A|<p1130> B}|$1831\nNOR|{<p1124> Y}}", ];
c1621 [ shape=record, label="{{<p1123> A|<p1130> B}|$1832\nNAND|{<p1124> Y}}", ];
c1622 [ shape=record, label="{{<p1123> A|<p1130> B}|$1833\nNOR|{<p1124> Y}}", ];
c1623 [ shape=record, label="{{<p1123> A|<p1130> B}|$1834\nNAND|{<p1124> Y}}", ];
c1624 [ shape=record, label="{{<p1123> A|<p1130> B}|$1835\nNOR|{<p1124> Y}}", ];
c1625 [ shape=record, label="{{<p1123> A|<p1130> B}|$1836\nNAND|{<p1124> Y}}", ];
c1626 [ shape=record, label="{{<p1123> A|<p1130> B}|$1837\nNOR|{<p1124> Y}}", ];
c1627 [ shape=record, label="{{<p1123> A|<p1130> B}|$1838\nNAND|{<p1124> Y}}", ];
c1628 [ shape=record, label="{{<p1123> A|<p1130> B}|$1839\nNOR|{<p1124> Y}}", ];
c1629 [ shape=record, label="{{<p1123> A|<p1130> B}|$1840\nNAND|{<p1124> Y}}", ];
c1630 [ shape=record, label="{{<p1123> A|<p1130> B}|$1841\nNOR|{<p1124> Y}}", ];
c1631 [ shape=record, label="{{<p1123> A|<p1130> B}|$1842\nNAND|{<p1124> Y}}", ];
c1632 [ shape=record, label="{{<p1123> A|<p1130> B}|$1843\nNOR|{<p1124> Y}}", ];
c1633 [ shape=record, label="{{<p1123> A|<p1130> B}|$1844\nNAND|{<p1124> Y}}", ];
c1634 [ shape=record, label="{{<p1123> A|<p1130> B}|$1845\nNOR|{<p1124> Y}}", ];
c1635 [ shape=record, label="{{<p1123> A|<p1130> B}|$1846\nNAND|{<p1124> Y}}", ];
c1636 [ shape=record, label="{{<p1123> A|<p1130> B}|$1847\nNOR|{<p1124> Y}}", ];
c1637 [ shape=record, label="{{<p1123> A|<p1130> B}|$1848\nNAND|{<p1124> Y}}", ];
c1638 [ shape=record, label="{{<p1123> A|<p1130> B}|$1849\nNAND|{<p1124> Y}}", ];
c1639 [ shape=record, label="{{<p1123> A|<p1130> B}|$1850\nNAND|{<p1124> Y}}", ];
c1640 [ shape=record, label="{{<p1123> A|<p1130> B}|$1851\nNAND|{<p1124> Y}}", ];
c1641 [ shape=record, label="{{<p1123> A|<p1130> B}|$1852\nNOR|{<p1124> Y}}", ];
c1642 [ shape=record, label="{{<p1123> A}|$1853\nNOT|{<p1124> Y}}", ];
c1643 [ shape=record, label="{{<p1123> A|<p1130> B}|$1854\nNAND|{<p1124> Y}}", ];
c1644 [ shape=record, label="{{<p1123> A}|$1855\nNOT|{<p1124> Y}}", ];
c1645 [ shape=record, label="{{<p1123> A|<p1130> B}|$1856\nNOR|{<p1124> Y}}", ];
c1646 [ shape=record, label="{{<p1123> A}|$1857\nNOT|{<p1124> Y}}", ];
c1647 [ shape=record, label="{{<p1123> A|<p1130> B}|$1858\nNOR|{<p1124> Y}}", ];
c1648 [ shape=record, label="{{<p1123> A|<p1130> B}|$1859\nNOR|{<p1124> Y}}", ];
c1649 [ shape=record, label="{{<p1123> A}|$1860\nNOT|{<p1124> Y}}", ];
c1650 [ shape=record, label="{{<p1123> A|<p1130> B}|$1861\nNOR|{<p1124> Y}}", ];
c1651 [ shape=record, label="{{<p1123> A}|$1862\nNOT|{<p1124> Y}}", ];
c1652 [ shape=record, label="{{<p1123> A|<p1130> B}|$1863\nNOR|{<p1124> Y}}", ];
c1653 [ shape=record, label="{{<p1123> A|<p1130> B}|$1864\nNAND|{<p1124> Y}}", ];
c1654 [ shape=record, label="{{<p1123> A|<p1130> B}|$1865\nNOR|{<p1124> Y}}", ];
c1655 [ shape=record, label="{{<p1123> A|<p1130> B}|$1866\nNOR|{<p1124> Y}}", ];
c1656 [ shape=record, label="{{<p1123> A|<p1130> B}|$1867\nNOR|{<p1124> Y}}", ];
c1657 [ shape=record, label="{{<p1123> A|<p1130> B}|$1868\nNAND|{<p1124> Y}}", ];
c1658 [ shape=record, label="{{<p1123> A|<p1130> B}|$1869\nNAND|{<p1124> Y}}", ];
c1659 [ shape=record, label="{{<p1123> A}|$1870\nNOT|{<p1124> Y}}", ];
c1660 [ shape=record, label="{{<p1123> A|<p1130> B}|$1871\nNOR|{<p1124> Y}}", ];
c1661 [ shape=record, label="{{<p1123> A|<p1130> B}|$1872\nNOR|{<p1124> Y}}", ];
c1662 [ shape=record, label="{{<p1123> A|<p1130> B}|$1873\nNAND|{<p1124> Y}}", ];
c1663 [ shape=record, label="{{<p1123> A|<p1130> B}|$1874\nNAND|{<p1124> Y}}", ];
c1664 [ shape=record, label="{{<p1123> A|<p1130> B}|$1875\nNAND|{<p1124> Y}}", ];
c1665 [ shape=record, label="{{<p1123> A|<p1130> B}|$1876\nNOR|{<p1124> Y}}", ];
c1666 [ shape=record, label="{{<p1123> A|<p1130> B}|$1877\nNOR|{<p1124> Y}}", ];
c1667 [ shape=record, label="{{<p1123> A}|$1878\nNOT|{<p1124> Y}}", ];
c1668 [ shape=record, label="{{<p1123> A|<p1130> B}|$1879\nNAND|{<p1124> Y}}", ];
c1669 [ shape=record, label="{{<p1123> A|<p1130> B}|$1880\nNAND|{<p1124> Y}}", ];
c1670 [ shape=record, label="{{<p1123> A|<p1130> B}|$1881\nNOR|{<p1124> Y}}", ];
c1671 [ shape=record, label="{{<p1123> A}|$1882\nNOT|{<p1124> Y}}", ];
c1672 [ shape=record, label="{{<p1123> A|<p1130> B}|$1883\nNAND|{<p1124> Y}}", ];
c1673 [ shape=record, label="{{<p1123> A}|$1884\nNOT|{<p1124> Y}}", ];
c1674 [ shape=record, label="{{<p1123> A|<p1130> B}|$1885\nNOR|{<p1124> Y}}", ];
c1675 [ shape=record, label="{{<p1123> A|<p1130> B}|$1886\nNAND|{<p1124> Y}}", ];
c1676 [ shape=record, label="{{<p1123> A|<p1130> B}|$1887\nNOR|{<p1124> Y}}", ];
c1677 [ shape=record, label="{{<p1123> A|<p1130> B}|$1888\nNAND|{<p1124> Y}}", ];
c1678 [ shape=record, label="{{<p1123> A|<p1130> B}|$1889\nNAND|{<p1124> Y}}", ];
c1679 [ shape=record, label="{{<p1123> A}|$1890\nNOT|{<p1124> Y}}", ];
c1680 [ shape=record, label="{{<p1123> A|<p1130> B}|$1891\nNAND|{<p1124> Y}}", ];
c1681 [ shape=record, label="{{<p1123> A|<p1130> B}|$1892\nNAND|{<p1124> Y}}", ];
c1682 [ shape=record, label="{{<p1123> A|<p1130> B}|$1893\nNOR|{<p1124> Y}}", ];
c1683 [ shape=record, label="{{<p1123> A}|$1894\nNOT|{<p1124> Y}}", ];
c1684 [ shape=record, label="{{<p1123> A|<p1130> B}|$1895\nNAND|{<p1124> Y}}", ];
c1685 [ shape=record, label="{{<p1123> A}|$1896\nNOT|{<p1124> Y}}", ];
c1686 [ shape=record, label="{{<p1123> A|<p1130> B}|$1897\nNOR|{<p1124> Y}}", ];
c1687 [ shape=record, label="{{<p1123> A|<p1130> B}|$1898\nNAND|{<p1124> Y}}", ];
c1688 [ shape=record, label="{{<p1123> A|<p1130> B}|$1899\nNOR|{<p1124> Y}}", ];
c1689 [ shape=record, label="{{<p1123> A}|$1900\nNOT|{<p1124> Y}}", ];
c1690 [ shape=record, label="{{<p1123> A|<p1130> B}|$1901\nNOR|{<p1124> Y}}", ];
c1691 [ shape=record, label="{{<p1123> A|<p1130> B}|$1902\nNAND|{<p1124> Y}}", ];
c1692 [ shape=record, label="{{<p1123> A|<p1130> B}|$1903\nNOR|{<p1124> Y}}", ];
c1693 [ shape=record, label="{{<p1123> A|<p1130> B}|$1904\nNAND|{<p1124> Y}}", ];
c1694 [ shape=record, label="{{<p1123> A|<p1130> B}|$1905\nNOR|{<p1124> Y}}", ];
c1695 [ shape=record, label="{{<p1123> A|<p1130> B}|$1906\nNAND|{<p1124> Y}}", ];
c1696 [ shape=record, label="{{<p1123> A|<p1130> B}|$1907\nNOR|{<p1124> Y}}", ];
c1697 [ shape=record, label="{{<p1123> A|<p1130> B}|$1908\nNAND|{<p1124> Y}}", ];
c1698 [ shape=record, label="{{<p1123> A|<p1130> B}|$1909\nNOR|{<p1124> Y}}", ];
c1699 [ shape=record, label="{{<p1123> A|<p1130> B}|$1910\nNAND|{<p1124> Y}}", ];
c1700 [ shape=record, label="{{<p1123> A|<p1130> B}|$1911\nNOR|{<p1124> Y}}", ];
c1701 [ shape=record, label="{{<p1123> A|<p1130> B}|$1912\nNAND|{<p1124> Y}}", ];
c1702 [ shape=record, label="{{<p1123> A|<p1130> B}|$1913\nNOR|{<p1124> Y}}", ];
c1703 [ shape=record, label="{{<p1123> A|<p1130> B}|$1914\nNAND|{<p1124> Y}}", ];
c1704 [ shape=record, label="{{<p1123> A|<p1130> B}|$1915\nNOR|{<p1124> Y}}", ];
c1705 [ shape=record, label="{{<p1123> A|<p1130> B}|$1916\nNAND|{<p1124> Y}}", ];
c1706 [ shape=record, label="{{<p1123> A|<p1130> B}|$1917\nNAND|{<p1124> Y}}", ];
c1707 [ shape=record, label="{{<p1123> A|<p1130> B}|$1918\nNAND|{<p1124> Y}}", ];
c1708 [ shape=record, label="{{<p1123> A|<p1130> B}|$1919\nNAND|{<p1124> Y}}", ];
c1709 [ shape=record, label="{{<p1123> A|<p1130> B}|$1920\nNAND|{<p1124> Y}}", ];
c1710 [ shape=record, label="{{<p1123> A}|$1921\nNOT|{<p1124> Y}}", ];
c1711 [ shape=record, label="{{<p1123> A|<p1130> B}|$1922\nNOR|{<p1124> Y}}", ];
c1712 [ shape=record, label="{{<p1123> A}|$1923\nNOT|{<p1124> Y}}", ];
c1713 [ shape=record, label="{{<p1123> A|<p1130> B}|$1924\nNOR|{<p1124> Y}}", ];
c1714 [ shape=record, label="{{<p1123> A}|$1925\nNOT|{<p1124> Y}}", ];
c1715 [ shape=record, label="{{<p1123> A|<p1130> B}|$1926\nNOR|{<p1124> Y}}", ];
c1716 [ shape=record, label="{{<p1123> A|<p1130> B}|$1927\nNOR|{<p1124> Y}}", ];
c1717 [ shape=record, label="{{<p1123> A}|$1928\nNOT|{<p1124> Y}}", ];
c1718 [ shape=record, label="{{<p1123> A|<p1130> B}|$1929\nNOR|{<p1124> Y}}", ];
c1719 [ shape=record, label="{{<p1123> A}|$1930\nNOT|{<p1124> Y}}", ];
c1720 [ shape=record, label="{{<p1123> A|<p1130> B}|$1931\nNOR|{<p1124> Y}}", ];
c1721 [ shape=record, label="{{<p1123> A|<p1130> B}|$1932\nNAND|{<p1124> Y}}", ];
c1722 [ shape=record, label="{{<p1123> A|<p1130> B}|$1933\nNOR|{<p1124> Y}}", ];
c1723 [ shape=record, label="{{<p1123> A|<p1130> B}|$1934\nNOR|{<p1124> Y}}", ];
c1724 [ shape=record, label="{{<p1123> A|<p1130> B}|$1935\nNOR|{<p1124> Y}}", ];
c1725 [ shape=record, label="{{<p1123> A|<p1130> B}|$1936\nNAND|{<p1124> Y}}", ];
c1726 [ shape=record, label="{{<p1123> A|<p1130> B}|$1937\nNAND|{<p1124> Y}}", ];
c1727 [ shape=record, label="{{<p1123> A}|$1938\nNOT|{<p1124> Y}}", ];
c1728 [ shape=record, label="{{<p1123> A|<p1130> B}|$1939\nNOR|{<p1124> Y}}", ];
c1729 [ shape=record, label="{{<p1123> A|<p1130> B}|$1940\nNOR|{<p1124> Y}}", ];
c1730 [ shape=record, label="{{<p1123> A|<p1130> B}|$1941\nNAND|{<p1124> Y}}", ];
c1731 [ shape=record, label="{{<p1123> A|<p1130> B}|$1942\nNAND|{<p1124> Y}}", ];
c1732 [ shape=record, label="{{<p1123> A}|$1943\nNOT|{<p1124> Y}}", ];
c1733 [ shape=record, label="{{<p1123> A|<p1130> B}|$1944\nNAND|{<p1124> Y}}", ];
c1734 [ shape=record, label="{{<p1123> A|<p1130> B}|$1945\nNOR|{<p1124> Y}}", ];
c1735 [ shape=record, label="{{<p1123> A|<p1130> B}|$1946\nNOR|{<p1124> Y}}", ];
c1736 [ shape=record, label="{{<p1123> A}|$1947\nNOT|{<p1124> Y}}", ];
c1737 [ shape=record, label="{{<p1123> A|<p1130> B}|$1948\nNAND|{<p1124> Y}}", ];
c1738 [ shape=record, label="{{<p1123> A}|$1949\nNOT|{<p1124> Y}}", ];
c1739 [ shape=record, label="{{<p1123> A|<p1130> B}|$1950\nNOR|{<p1124> Y}}", ];
c1740 [ shape=record, label="{{<p1123> A|<p1130> B}|$1951\nNAND|{<p1124> Y}}", ];
c1741 [ shape=record, label="{{<p1123> A|<p1130> B}|$1952\nNOR|{<p1124> Y}}", ];
c1742 [ shape=record, label="{{<p1123> A}|$1953\nNOT|{<p1124> Y}}", ];
c1743 [ shape=record, label="{{<p1123> A|<p1130> B}|$1954\nNOR|{<p1124> Y}}", ];
c1744 [ shape=record, label="{{<p1123> A|<p1130> B}|$1955\nNAND|{<p1124> Y}}", ];
c1745 [ shape=record, label="{{<p1123> A|<p1130> B}|$1956\nNOR|{<p1124> Y}}", ];
c1746 [ shape=record, label="{{<p1123> A|<p1130> B}|$1957\nNAND|{<p1124> Y}}", ];
c1747 [ shape=record, label="{{<p1123> A|<p1130> B}|$1958\nNAND|{<p1124> Y}}", ];
c1748 [ shape=record, label="{{<p1123> A|<p1130> B}|$1959\nNOR|{<p1124> Y}}", ];
c1749 [ shape=record, label="{{<p1123> A|<p1130> B}|$1960\nNAND|{<p1124> Y}}", ];
c1750 [ shape=record, label="{{<p1123> A|<p1130> B}|$1961\nNOR|{<p1124> Y}}", ];
c1751 [ shape=record, label="{{<p1123> A|<p1130> B}|$1962\nNAND|{<p1124> Y}}", ];
c1752 [ shape=record, label="{{<p1123> A|<p1130> B}|$1963\nNAND|{<p1124> Y}}", ];
c1753 [ shape=record, label="{{<p1123> A}|$1964\nNOT|{<p1124> Y}}", ];
c1754 [ shape=record, label="{{<p1123> A|<p1130> B}|$1965\nNOR|{<p1124> Y}}", ];
c1755 [ shape=record, label="{{<p1123> A|<p1130> B}|$1966\nNAND|{<p1124> Y}}", ];
c1756 [ shape=record, label="{{<p1123> A|<p1130> B}|$1967\nNAND|{<p1124> Y}}", ];
c1757 [ shape=record, label="{{<p1123> A|<p1130> B}|$1968\nNAND|{<p1124> Y}}", ];
c1758 [ shape=record, label="{{<p1123> A}|$1969\nNOT|{<p1124> Y}}", ];
c1759 [ shape=record, label="{{<p1123> A|<p1130> B}|$1970\nNAND|{<p1124> Y}}", ];
c1760 [ shape=record, label="{{<p1123> A}|$1971\nNOT|{<p1124> Y}}", ];
c1761 [ shape=record, label="{{<p1123> A|<p1130> B}|$1972\nNAND|{<p1124> Y}}", ];
c1762 [ shape=record, label="{{<p1123> A|<p1130> B}|$1973\nNAND|{<p1124> Y}}", ];
c1763 [ shape=record, label="{{<p1123> A|<p1130> B}|$1974\nNAND|{<p1124> Y}}", ];
c1764 [ shape=record, label="{{<p1123> A|<p1130> B}|$1975\nNAND|{<p1124> Y}}", ];
c1765 [ shape=record, label="{{<p1123> A}|$1976\nNOT|{<p1124> Y}}", ];
c1766 [ shape=record, label="{{<p1123> A|<p1130> B}|$1977\nNOR|{<p1124> Y}}", ];
c1767 [ shape=record, label="{{<p1123> A}|$1978\nNOT|{<p1124> Y}}", ];
c1768 [ shape=record, label="{{<p1123> A|<p1130> B}|$1979\nNOR|{<p1124> Y}}", ];
c1769 [ shape=record, label="{{<p1123> A}|$1980\nNOT|{<p1124> Y}}", ];
c1770 [ shape=record, label="{{<p1123> A|<p1130> B}|$1981\nNOR|{<p1124> Y}}", ];
c1771 [ shape=record, label="{{<p1123> A|<p1130> B}|$1982\nNOR|{<p1124> Y}}", ];
c1772 [ shape=record, label="{{<p1123> A}|$1983\nNOT|{<p1124> Y}}", ];
c1773 [ shape=record, label="{{<p1123> A|<p1130> B}|$1984\nNOR|{<p1124> Y}}", ];
c1774 [ shape=record, label="{{<p1123> A}|$1985\nNOT|{<p1124> Y}}", ];
c1775 [ shape=record, label="{{<p1123> A|<p1130> B}|$1986\nNOR|{<p1124> Y}}", ];
c1776 [ shape=record, label="{{<p1123> A|<p1130> B}|$1987\nNAND|{<p1124> Y}}", ];
c1777 [ shape=record, label="{{<p1123> A|<p1130> B}|$1988\nNOR|{<p1124> Y}}", ];
c1778 [ shape=record, label="{{<p1123> A|<p1130> B}|$1989\nNOR|{<p1124> Y}}", ];
c1779 [ shape=record, label="{{<p1123> A|<p1130> B}|$1990\nNOR|{<p1124> Y}}", ];
c1780 [ shape=record, label="{{<p1123> A|<p1130> B}|$1991\nNAND|{<p1124> Y}}", ];
c1781 [ shape=record, label="{{<p1123> A|<p1130> B}|$1992\nNAND|{<p1124> Y}}", ];
c1782 [ shape=record, label="{{<p1123> A}|$1993\nNOT|{<p1124> Y}}", ];
c1783 [ shape=record, label="{{<p1123> A|<p1130> B}|$1994\nNOR|{<p1124> Y}}", ];
c1784 [ shape=record, label="{{<p1123> A|<p1130> B}|$1995\nNAND|{<p1124> Y}}", ];
c1785 [ shape=record, label="{{<p1123> A}|$1996\nNOT|{<p1124> Y}}", ];
c1786 [ shape=record, label="{{<p1123> A|<p1130> B}|$1997\nNAND|{<p1124> Y}}", ];
c1787 [ shape=record, label="{{<p1123> A}|$1998\nNOT|{<p1124> Y}}", ];
c1788 [ shape=record, label="{{<p1123> A|<p1130> B}|$1999\nNAND|{<p1124> Y}}", ];
c1789 [ shape=record, label="{{<p1123> A}|$2000\nNOT|{<p1124> Y}}", ];
c1790 [ shape=record, label="{{<p1123> A|<p1130> B}|$2001\nNAND|{<p1124> Y}}", ];
c1791 [ shape=record, label="{{<p1123> A|<p1130> B}|$2002\nNAND|{<p1124> Y}}", ];
c1792 [ shape=record, label="{{<p1123> A}|$2003\nNOT|{<p1124> Y}}", ];
c1793 [ shape=record, label="{{<p1123> A|<p1130> B}|$2004\nNOR|{<p1124> Y}}", ];
c1794 [ shape=record, label="{{<p1123> A|<p1130> B}|$2005\nNAND|{<p1124> Y}}", ];
c1795 [ shape=record, label="{{<p1123> A|<p1130> B}|$2006\nNAND|{<p1124> Y}}", ];
c1796 [ shape=record, label="{{<p1123> A}|$2007\nNOT|{<p1124> Y}}", ];
c1797 [ shape=record, label="{{<p1123> A|<p1130> B}|$2008\nNOR|{<p1124> Y}}", ];
c1798 [ shape=record, label="{{<p1123> A|<p1130> B}|$2009\nNAND|{<p1124> Y}}", ];
c1799 [ shape=record, label="{{<p1123> A|<p1130> B}|$2010\nNAND|{<p1124> Y}}", ];
c1800 [ shape=record, label="{{<p1123> A|<p1130> B}|$2011\nNOR|{<p1124> Y}}", ];
c1801 [ shape=record, label="{{<p1123> A|<p1130> B}|$2012\nNAND|{<p1124> Y}}", ];
c1802 [ shape=record, label="{{<p1123> A|<p1130> B}|$2013\nNAND|{<p1124> Y}}", ];
c1803 [ shape=record, label="{{<p1123> A}|$2014\nNOT|{<p1124> Y}}", ];
c1804 [ shape=record, label="{{<p1123> A|<p1130> B}|$2015\nNAND|{<p1124> Y}}", ];
c1805 [ shape=record, label="{{<p1123> A}|$2016\nNOT|{<p1124> Y}}", ];
c1806 [ shape=record, label="{{<p1123> A|<p1130> B}|$2017\nNAND|{<p1124> Y}}", ];
c1807 [ shape=record, label="{{<p1123> A|<p1130> B}|$2018\nNAND|{<p1124> Y}}", ];
c1808 [ shape=record, label="{{<p1123> A|<p1130> B}|$2019\nNAND|{<p1124> Y}}", ];
c1809 [ shape=record, label="{{<p1123> A}|$2020\nNOT|{<p1124> Y}}", ];
c1810 [ shape=record, label="{{<p1123> A|<p1130> B}|$2021\nNOR|{<p1124> Y}}", ];
c1811 [ shape=record, label="{{<p1123> A}|$2022\nNOT|{<p1124> Y}}", ];
c1812 [ shape=record, label="{{<p1123> A|<p1130> B}|$2023\nNOR|{<p1124> Y}}", ];
c1813 [ shape=record, label="{{<p1123> A}|$2024\nNOT|{<p1124> Y}}", ];
c1814 [ shape=record, label="{{<p1123> A|<p1130> B}|$2025\nNOR|{<p1124> Y}}", ];
c1815 [ shape=record, label="{{<p1123> A|<p1130> B}|$2026\nNOR|{<p1124> Y}}", ];
c1816 [ shape=record, label="{{<p1123> A}|$2027\nNOT|{<p1124> Y}}", ];
c1817 [ shape=record, label="{{<p1123> A|<p1130> B}|$2028\nNOR|{<p1124> Y}}", ];
c1818 [ shape=record, label="{{<p1123> A}|$2029\nNOT|{<p1124> Y}}", ];
c1819 [ shape=record, label="{{<p1123> A|<p1130> B}|$2030\nNOR|{<p1124> Y}}", ];
c1820 [ shape=record, label="{{<p1123> A|<p1130> B}|$2031\nNAND|{<p1124> Y}}", ];
c1821 [ shape=record, label="{{<p1123> A|<p1130> B}|$2032\nNOR|{<p1124> Y}}", ];
c1822 [ shape=record, label="{{<p1123> A|<p1130> B}|$2033\nNOR|{<p1124> Y}}", ];
c1823 [ shape=record, label="{{<p1123> A|<p1130> B}|$2034\nNOR|{<p1124> Y}}", ];
c1824 [ shape=record, label="{{<p1123> A|<p1130> B}|$2035\nNAND|{<p1124> Y}}", ];
c1825 [ shape=record, label="{{<p1123> A|<p1130> B}|$2036\nNOR|{<p1124> Y}}", ];
c1826 [ shape=record, label="{{<p1123> A|<p1130> B}|$2037\nNAND|{<p1124> Y}}", ];
c1827 [ shape=record, label="{{<p1123> A|<p1130> B}|$2038\nNOR|{<p1124> Y}}", ];
c1828 [ shape=record, label="{{<p1123> A|<p1130> B}|$2039\nNAND|{<p1124> Y}}", ];
c1829 [ shape=record, label="{{<p1123> A|<p1130> B}|$2040\nNAND|{<p1124> Y}}", ];
c1830 [ shape=record, label="{{<p1123> A|<p1130> B}|$2041\nNAND|{<p1124> Y}}", ];
c1831 [ shape=record, label="{{<p1123> A|<p1130> B}|$2042\nNAND|{<p1124> Y}}", ];
c1832 [ shape=record, label="{{<p1123> A}|$2043\nNOT|{<p1124> Y}}", ];
c1833 [ shape=record, label="{{<p1123> A|<p1130> B}|$2044\nNOR|{<p1124> Y}}", ];
c1834 [ shape=record, label="{{<p1123> A}|$2045\nNOT|{<p1124> Y}}", ];
c1835 [ shape=record, label="{{<p1123> A|<p1130> B}|$2046\nNAND|{<p1124> Y}}", ];
c1836 [ shape=record, label="{{<p1123> A}|$2047\nNOT|{<p1124> Y}}", ];
c1837 [ shape=record, label="{{<p1123> A|<p1130> B}|$2048\nNOR|{<p1124> Y}}", ];
c1838 [ shape=record, label="{{<p1123> A|<p1130> B}|$2049\nNAND|{<p1124> Y}}", ];
c1839 [ shape=record, label="{{<p1123> A|<p1130> B}|$2050\nNOR|{<p1124> Y}}", ];
c1840 [ shape=record, label="{{<p1123> A|<p1130> B}|$2051\nNAND|{<p1124> Y}}", ];
c1841 [ shape=record, label="{{<p1123> A|<p1130> B}|$2052\nNOR|{<p1124> Y}}", ];
c1842 [ shape=record, label="{{<p1123> A|<p1130> B}|$2053\nNAND|{<p1124> Y}}", ];
c1843 [ shape=record, label="{{<p1123> A|<p1130> B}|$2054\nNOR|{<p1124> Y}}", ];
c1844 [ shape=record, label="{{<p1123> A|<p1130> B}|$2055\nNAND|{<p1124> Y}}", ];
c1845 [ shape=record, label="{{<p1123> A|<p1130> B}|$2056\nNOR|{<p1124> Y}}", ];
c1846 [ shape=record, label="{{<p1123> A|<p1130> B}|$2057\nNAND|{<p1124> Y}}", ];
c1847 [ shape=record, label="{{<p1123> A|<p1130> B}|$2058\nNOR|{<p1124> Y}}", ];
c1848 [ shape=record, label="{{<p1123> A|<p1130> B}|$2059\nNAND|{<p1124> Y}}", ];
c1849 [ shape=record, label="{{<p1123> A|<p1130> B}|$2060\nNOR|{<p1124> Y}}", ];
c1850 [ shape=record, label="{{<p1123> A|<p1130> B}|$2061\nNAND|{<p1124> Y}}", ];
c1851 [ shape=record, label="{{<p1123> A|<p1130> B}|$2062\nNAND|{<p1124> Y}}", ];
c1852 [ shape=record, label="{{<p1123> A|<p1130> B}|$2063\nNAND|{<p1124> Y}}", ];
c1853 [ shape=record, label="{{<p1123> A|<p1130> B}|$2064\nNAND|{<p1124> Y}}", ];
c1854 [ shape=record, label="{{<p1123> A|<p1130> B}|$2065\nNAND|{<p1124> Y}}", ];
c1855 [ shape=record, label="{{<p1123> A}|$2066\nNOT|{<p1124> Y}}", ];
c1856 [ shape=record, label="{{<p1123> A|<p1130> B}|$2067\nNOR|{<p1124> Y}}", ];
c1857 [ shape=record, label="{{<p1123> A|<p1130> B}|$2068\nNOR|{<p1124> Y}}", ];
c1858 [ shape=record, label="{{<p1123> A|<p1130> B}|$2069\nNOR|{<p1124> Y}}", ];
c1859 [ shape=record, label="{{<p1123> A|<p1130> B}|$2070\nNAND|{<p1124> Y}}", ];
c1860 [ shape=record, label="{{<p1123> A|<p1130> B}|$2071\nNOR|{<p1124> Y}}", ];
c1861 [ shape=record, label="{{<p1123> A|<p1130> B}|$2072\nNAND|{<p1124> Y}}", ];
c1862 [ shape=record, label="{{<p1123> A|<p1130> B}|$2073\nNOR|{<p1124> Y}}", ];
c1863 [ shape=record, label="{{<p1123> A|<p1130> B}|$2074\nNOR|{<p1124> Y}}", ];
c1864 [ shape=record, label="{{<p1123> A|<p1130> B}|$2075\nNOR|{<p1124> Y}}", ];
c1865 [ shape=record, label="{{<p1123> A}|$2076\nNOT|{<p1124> Y}}", ];
c1866 [ shape=record, label="{{<p1123> A|<p1130> B}|$2077\nNAND|{<p1124> Y}}", ];
c1867 [ shape=record, label="{{<p1123> A|<p1130> B}|$2078\nNAND|{<p1124> Y}}", ];
c1868 [ shape=record, label="{{<p1123> A|<p1130> B}|$2079\nNAND|{<p1124> Y}}", ];
c1869 [ shape=record, label="{{<p1123> A|<p1130> B}|$2080\nNAND|{<p1124> Y}}", ];
c1870 [ shape=record, label="{{<p1123> A|<p1130> B}|$2081\nNOR|{<p1124> Y}}", ];
c1871 [ shape=record, label="{{<p1123> A|<p1130> B}|$2082\nNAND|{<p1124> Y}}", ];
c1872 [ shape=record, label="{{<p1123> A|<p1130> B}|$2083\nNOR|{<p1124> Y}}", ];
c1873 [ shape=record, label="{{<p1123> A|<p1130> B}|$2084\nNOR|{<p1124> Y}}", ];
c1874 [ shape=record, label="{{<p1123> A|<p1130> B}|$2085\nNOR|{<p1124> Y}}", ];
c1875 [ shape=record, label="{{<p1123> A|<p1130> B}|$2086\nNAND|{<p1124> Y}}", ];
c1876 [ shape=record, label="{{<p1123> A|<p1130> B}|$2087\nNOR|{<p1124> Y}}", ];
c1877 [ shape=record, label="{{<p1123> A|<p1130> B}|$2088\nNOR|{<p1124> Y}}", ];
c1878 [ shape=record, label="{{<p1123> A|<p1130> B}|$2089\nNAND|{<p1124> Y}}", ];
c1879 [ shape=record, label="{{<p1123> A}|$2090\nNOT|{<p1124> Y}}", ];
c1880 [ shape=record, label="{{<p1123> A|<p1130> B}|$2091\nNOR|{<p1124> Y}}", ];
c1881 [ shape=record, label="{{<p1123> A|<p1130> B}|$2092\nNOR|{<p1124> Y}}", ];
c1882 [ shape=record, label="{{<p1123> A|<p1130> B}|$2093\nNOR|{<p1124> Y}}", ];
c1886 [ shape=record, label="{{<p1883> C|<p1884> D}|$120\nDFF|{<p1885> Q}}", ];
x0 [ shape=record, style=rounded, label="<s0> 0:0 - 0:0 ", color="black", fontcolor="black" ];
x0:e -> c1886:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x1 [ shape=record, style=rounded, label="<s0> 0:0 - 0:0 ", color="black", fontcolor="black" ];
c1886:p1885:e -> x1:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1887 [ shape=record, label="{{<p1883> C|<p1884> D}|$121\nDFF|{<p1885> Q}}", ];
x2 [ shape=record, style=rounded, label="<s0> 1:1 - 0:0 ", color="black", fontcolor="black" ];
x2:e -> c1887:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x3 [ shape=record, style=rounded, label="<s0> 0:0 - 1:1 ", color="black", fontcolor="black" ];
c1887:p1885:e -> x3:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1888 [ shape=record, label="{{<p1883> C|<p1884> D}|$122\nDFF|{<p1885> Q}}", ];
x4 [ shape=record, style=rounded, label="<s0> 2:2 - 0:0 ", color="black", fontcolor="black" ];
x4:e -> c1888:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x5 [ shape=record, style=rounded, label="<s0> 0:0 - 2:2 ", color="black", fontcolor="black" ];
c1888:p1885:e -> x5:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1889 [ shape=record, label="{{<p1883> C|<p1884> D}|$123\nDFF|{<p1885> Q}}", ];
x6 [ shape=record, style=rounded, label="<s0> 3:3 - 0:0 ", color="black", fontcolor="black" ];
x6:e -> c1889:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x7 [ shape=record, style=rounded, label="<s0> 0:0 - 3:3 ", color="black", fontcolor="black" ];
c1889:p1885:e -> x7:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1890 [ shape=record, label="{{<p1883> C|<p1884> D}|$124\nDFF|{<p1885> Q}}", ];
x8 [ shape=record, style=rounded, label="<s0> 4:4 - 0:0 ", color="black", fontcolor="black" ];
x8:e -> c1890:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x9 [ shape=record, style=rounded, label="<s0> 0:0 - 4:4 ", color="black", fontcolor="black" ];
c1890:p1885:e -> x9:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1891 [ shape=record, label="{{<p1883> C|<p1884> D}|$125\nDFF|{<p1885> Q}}", ];
x10 [ shape=record, style=rounded, label="<s0> 5:5 - 0:0 ", color="black", fontcolor="black" ];
x10:e -> c1891:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x11 [ shape=record, style=rounded, label="<s0> 0:0 - 5:5 ", color="black", fontcolor="black" ];
c1891:p1885:e -> x11:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1892 [ shape=record, label="{{<p1883> C|<p1884> D}|$126\nDFF|{<p1885> Q}}", ];
x12 [ shape=record, style=rounded, label="<s0> 6:6 - 0:0 ", color="black", fontcolor="black" ];
x12:e -> c1892:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x13 [ shape=record, style=rounded, label="<s0> 0:0 - 6:6 ", color="black", fontcolor="black" ];
c1892:p1885:e -> x13:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1893 [ shape=record, label="{{<p1883> C|<p1884> D}|$127\nDFF|{<p1885> Q}}", ];
x14 [ shape=record, style=rounded, label="<s0> 7:7 - 0:0 ", color="black", fontcolor="black" ];
x14:e -> c1893:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x15 [ shape=record, style=rounded, label="<s0> 0:0 - 7:7 ", color="black", fontcolor="black" ];
c1893:p1885:e -> x15:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1894 [ shape=record, label="{{<p1883> C|<p1884> D}|$128\nDFF|{<p1885> Q}}", ];
x16 [ shape=record, style=rounded, label="<s0> 8:8 - 0:0 ", color="black", fontcolor="black" ];
x16:e -> c1894:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x17 [ shape=record, style=rounded, label="<s0> 0:0 - 8:8 ", color="black", fontcolor="black" ];
c1894:p1885:e -> x17:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1895 [ shape=record, label="{{<p1883> C|<p1884> D}|$129\nDFF|{<p1885> Q}}", ];
x18 [ shape=record, style=rounded, label="<s0> 9:9 - 0:0 ", color="black", fontcolor="black" ];
x18:e -> c1895:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x19 [ shape=record, style=rounded, label="<s0> 0:0 - 9:9 ", color="black", fontcolor="black" ];
c1895:p1885:e -> x19:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1896 [ shape=record, label="{{<p1883> C|<p1884> D}|$130\nDFF|{<p1885> Q}}", ];
x20 [ shape=record, style=rounded, label="<s0> 10:10 - 0:0 ", color="black", fontcolor="black" ];
x20:e -> c1896:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x21 [ shape=record, style=rounded, label="<s0> 0:0 - 10:10 ", color="black", fontcolor="black" ];
c1896:p1885:e -> x21:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1897 [ shape=record, label="{{<p1883> C|<p1884> D}|$131\nDFF|{<p1885> Q}}", ];
x22 [ shape=record, style=rounded, label="<s0> 11:11 - 0:0 ", color="black", fontcolor="black" ];
x22:e -> c1897:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x23 [ shape=record, style=rounded, label="<s0> 0:0 - 11:11 ", color="black", fontcolor="black" ];
c1897:p1885:e -> x23:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1898 [ shape=record, label="{{<p1883> C|<p1884> D}|$132\nDFF|{<p1885> Q}}", ];
x24 [ shape=record, style=rounded, label="<s0> 12:12 - 0:0 ", color="black", fontcolor="black" ];
x24:e -> c1898:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x25 [ shape=record, style=rounded, label="<s0> 0:0 - 12:12 ", color="black", fontcolor="black" ];
c1898:p1885:e -> x25:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1899 [ shape=record, label="{{<p1883> C|<p1884> D}|$133\nDFF|{<p1885> Q}}", ];
x26 [ shape=record, style=rounded, label="<s0> 13:13 - 0:0 ", color="black", fontcolor="black" ];
x26:e -> c1899:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x27 [ shape=record, style=rounded, label="<s0> 0:0 - 13:13 ", color="black", fontcolor="black" ];
c1899:p1885:e -> x27:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1900 [ shape=record, label="{{<p1883> C|<p1884> D}|$134\nDFF|{<p1885> Q}}", ];
x28 [ shape=record, style=rounded, label="<s0> 14:14 - 0:0 ", color="black", fontcolor="black" ];
x28:e -> c1900:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x29 [ shape=record, style=rounded, label="<s0> 0:0 - 14:14 ", color="black", fontcolor="black" ];
c1900:p1885:e -> x29:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
c1901 [ shape=record, label="{{<p1883> C|<p1884> D}|$135\nDFF|{<p1885> Q}}", ];
x30 [ shape=record, style=rounded, label="<s0> 15:15 - 0:0 ", color="black", fontcolor="black" ];
x30:e -> c1901:p1884:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
x31 [ shape=record, style=rounded, label="<s0> 0:0 - 15:15 ", color="black", fontcolor="black" ];
c1901:p1885:e -> x31:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", label=""];
v32 [ label="8'00000000" ];
x33 [ shape=record, style=rounded, label="<s0> 7:0 - 15:8 ", color="black", fontcolor="black" ];
x34 [ shape=record, style=rounded, label="0 -&gt; 6:1 |<s0> 0:0 - 0:0 ", color="black", fontcolor="black" ];
x35 [ shape=record, style=rounded, label="<s1> 6:1 - 15:10 |<s0> 0:0 - 0:0 ", color="black", fontcolor="black" ];
x34:e -> x35:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x36 [ shape=record, style=rounded, label="0 -&gt; 4:2 |<s1> 1:1 - 1:1 |<s0> 0:0 - 0:0 ", color="black", fontcolor="black" ];
x37 [ shape=record, style=rounded, label="<s1> 4:2 - 15:13 |<s0> 1:0 - 1:0 ", color="black", fontcolor="black" ];
x36:e -> x37:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x38 [ shape=record, style=rounded, label="0 -&gt; 3:3 |<s2> 2:2 - 2:2 |<s1> 1:1 - 1:1 |<s0> 0:0 - 0:0 ", color="black", fontcolor="black" ];
x39 [ shape=record, style=rounded, label="<s1> 3:3 - 15:15 |<s0> 2:0 - 2:0 ", color="black", fontcolor="black" ];
x38:e -> x39:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x40 [ shape=record, style=rounded, label="0 -&gt; 4:4 |<s3> 3:3 - 3:3 |<s2> 2:2 - 2:2 |<s1> 1:1 - 1:1 |<s0> 0:0 - 0:0 ", color="black", fontcolor="black" ];
x41 [ shape=record, style=rounded, label="<s1> 4:4 - 15:15 |<s0> 3:0 - 3:0 ", color="black", fontcolor="black" ];
x40:e -> x41:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x42 [ shape=record, style=rounded, label="<s4> 4:4 - 4:4 |<s3> 3:3 - 3:3 |<s2> 2:2 - 2:2 |<s1> 1:1 - 1:1 |<s0> 0:0 - 0:0 ", color="black", fontcolor="black" ];
x43 [ shape=record, style=rounded, label="<s0> 4:0 - 4:0 ", color="black", fontcolor="black" ];
x42:e -> x43:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x44 [ shape=record, style=rounded, label="<s5> 5:5 - 5:5 |<s4> 4:4 - 4:4 |<s3> 3:3 - 3:3 |<s2> 2:2 - 2:2 |<s1> 1:1 - 1:1 |<s0> 0:0 - 0:0 ", color="black", fontcolor="black" ];
x45 [ shape=record, style=rounded, label="<s0> 5:0 - 5:0 ", color="black", fontcolor="black" ];
x44:e -> x45:w [arrowhead=odiamond, arrowtail=odiamond, dir=both, color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x46 [ shape=record, style=rounded, label="<s0> 3:3 - 0:0 ", color="black", fontcolor="black" ];
x47 [ shape=record, style=rounded, label="<s0> 0:0 - 0:0 ", color="black", fontcolor="black" ];
x48 [ shape=record, style=rounded, label="<s0> 0:0 - 3:3 ", color="black", fontcolor="black" ];
x49 [ shape=record, style=rounded, label="<s0> 4:4 - 0:0 ", color="black", fontcolor="black" ];
x50 [ shape=record, style=rounded, label="<s0> 0:0 - 0:0 ", color="black", fontcolor="black" ];
x51 [ shape=record, style=rounded, label="<s0> 1:1 - 0:0 ", color="black", fontcolor="black" ];
x52 [ shape=record, style=rounded, label="<s0> 3:3 - 0:0 ", color="black", fontcolor="black" ];
x53 [ shape=record, style=rounded, label="<s0> 2:2 - 0:0 ", color="black", fontcolor="black" ];
x54 [ shape=record, style=rounded, label="<s0> 2:2 - 0:0 ", color="black", fontcolor="black" ];
x55 [ shape=record, style=rounded, label="<s0> 1:1 - 0:0 ", color="black", fontcolor="black" ];
x56 [ shape=record, style=rounded, label="<s0> 4:4 - 0:0 ", color="black", fontcolor="black" ];
x57 [ shape=record, style=rounded, label="<s0> 0:0 - 4:4 ", color="black", fontcolor="black" ];
x58 [ shape=record, style=rounded, label="<s0> 6:6 - 0:0 ", color="black", fontcolor="black" ];
x59 [ shape=record, style=rounded, label="<s0> 5:5 - 0:0 ", color="black", fontcolor="black" ];
x60 [ shape=record, style=rounded, label="<s0> 5:5 - 0:0 ", color="black", fontcolor="black" ];
x61 [ shape=record, style=rounded, label="<s0> 6:6 - 0:0 ", color="black", fontcolor="black" ];
x62 [ shape=record, style=rounded, label="<s0> 0:0 - 6:6 ", color="black", fontcolor="black" ];
x63 [ shape=record, style=rounded, label="<s0> 7:7 - 0:0 ", color="black", fontcolor="black" ];
x64 [ shape=record, style=rounded, label="<s0> 7:7 - 0:0 ", color="black", fontcolor="black" ];
x65 [ shape=record, style=rounded, label="<s0> 0:0 - 7:7 ", color="black", fontcolor="black" ];
x66 [ shape=record, style=rounded, label="<s0> 0:0 - 8:8 ", color="black", fontcolor="black" ];
x67 [ shape=record, style=rounded, label="<s0> 0:0 - 9:9 ", color="black", fontcolor="black" ];
x68 [ shape=record, style=rounded, label="<s0> 0:0 - 10:10 ", color="black", fontcolor="black" ];
x69 [ shape=record, style=rounded, label="<s0> 0:0 - 11:11 ", color="black", fontcolor="black" ];
x70 [ shape=record, style=rounded, label="<s0> 0:0 - 12:12 ", color="black", fontcolor="black" ];
x71 [ shape=record, style=rounded, label="<s0> 0:0 - 13:13 ", color="black", fontcolor="black" ];
x72 [ shape=record, style=rounded, label="<s0> 0:0 - 14:14 ", color="black", fontcolor="black" ];
x73 [ shape=record, style=rounded, label="<s0> 0:0 - 15:15 ", color="black", fontcolor="black" ];
x74 [ shape=record, style=rounded, label="<s0> 0:0 - 5:5 ", color="black", fontcolor="black" ];
x75 [ shape=record, style=rounded, label="<s0> 0:0 - 0:0 ", color="black", fontcolor="black" ];
x76 [ shape=record, style=rounded, label="<s0> 0:0 - 1:1 ", color="black", fontcolor="black" ];
x77 [ shape=record, style=rounded, label="<s0> 0:0 - 2:2 ", color="black", fontcolor="black" ];
n1 [ shape=point ];
x47:e -> n1:w [color="black", fontcolor="black", label=""];
n1:e -> c1132:p1123:w [color="black", fontcolor="black", label=""];
n1:e -> c1134:p1123:w [color="black", fontcolor="black", label=""];
n1:e -> c1138:p1123:w [color="black", fontcolor="black", label=""];
n1:e -> c1153:p1130:w [color="black", fontcolor="black", label=""];
n1:e -> c1185:p1123:w [color="black", fontcolor="black", label=""];
n1:e -> c1260:p1123:w [color="black", fontcolor="black", label=""];
n1:e -> c1300:p1123:w [color="black", fontcolor="black", label=""];
n1:e -> c1391:p1123:w [color="black", fontcolor="black", label=""];
c1880:p1124:e -> x76:w [color="black", fontcolor="black", label=""];
n100 [ shape=point ];
c1261:p1124:e -> n100:w [color="black", fontcolor="black", label=""];
n100:e -> c1263:p1130:w [color="black", fontcolor="black", label=""];
n100:e -> c1265:p1130:w [color="black", fontcolor="black", label=""];
n101 [ shape=point ];
c1262:p1124:e -> n101:w [color="black", fontcolor="black", label=""];
n101:e -> c1316:p1123:w [color="black", fontcolor="black", label=""];
n101:e -> c1318:p1123:w [color="black", fontcolor="black", label=""];
n102 [ shape=point ];
c1263:p1124:e -> n102:w [color="black", fontcolor="black", label=""];
n102:e -> c1264:p1123:w [color="black", fontcolor="black", label=""];
n102:e -> c1302:p1123:w [color="black", fontcolor="black", label=""];
c1264:p1124:e -> c1266:p1123:w [color="black", fontcolor="black", label=""];
c1265:p1124:e -> c1266:p1130:w [color="black", fontcolor="black", label=""];
n105 [ shape=point ];
c1266:p1124:e -> n105:w [color="black", fontcolor="black", label=""];
n105:e -> c1267:p1130:w [color="black", fontcolor="black", label=""];
n105:e -> c1269:p1130:w [color="black", fontcolor="black", label=""];
n106 [ shape=point ];
c1267:p1124:e -> n106:w [color="black", fontcolor="black", label=""];
n106:e -> c1268:p1123:w [color="black", fontcolor="black", label=""];
n106:e -> c1271:p1123:w [color="black", fontcolor="black", label=""];
n106:e -> c1302:p1130:w [color="black", fontcolor="black", label=""];
c1268:p1124:e -> c1272:p1123:w [color="black", fontcolor="black", label=""];
n108 [ shape=point ];
c1269:p1124:e -> n108:w [color="black", fontcolor="black", label=""];
n108:e -> c1270:p1123:w [color="black", fontcolor="black", label=""];
n108:e -> c1272:p1130:w [color="black", fontcolor="black", label=""];
c1270:p1124:e -> c1271:p1130:w [color="black", fontcolor="black", label=""];
c1882:p1124:e -> x77:w [color="black", fontcolor="black", label=""];
n110 [ shape=point ];
c1271:p1124:e -> n110:w [color="black", fontcolor="black", label=""];
n110:e -> c1274:p1130:w [color="black", fontcolor="black", label=""];
n110:e -> c1275:p1130:w [color="black", fontcolor="black", label=""];
n111 [ shape=point ];
c1272:p1124:e -> n111:w [color="black", fontcolor="black", label=""];
n111:e -> c1273:p1130:w [color="black", fontcolor="black", label=""];
n111:e -> c1276:p1130:w [color="black", fontcolor="black", label=""];
n1112 [ shape=point ];
x33:s0:e -> n1112:w [color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x75:s0:e -> n1112:w [color="black", fontcolor="black", label=""];
n1112:e -> x0:s0:w [color="black", fontcolor="black", label=""];
n1112:e -> x34:s0:w [color="black", fontcolor="black", label=""];
n1112:e -> x36:s0:w [color="black", fontcolor="black", label=""];
n1112:e -> x38:s0:w [color="black", fontcolor="black", label=""];
n1112:e -> x40:s0:w [color="black", fontcolor="black", label=""];
n1112:e -> x42:s0:w [color="black", fontcolor="black", label=""];
n1112:e -> x44:s0:w [color="black", fontcolor="black", label=""];
n1113 [ shape=point ];
x35:s0:e -> n1113:w [color="black", fontcolor="black", label=""];
x35:s1:e -> n1113:w [color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x76:s0:e -> n1113:w [color="black", fontcolor="black", label=""];
n1113:e -> x2:s0:w [color="black", fontcolor="black", label=""];
n1113:e -> x36:s1:w [color="black", fontcolor="black", label=""];
n1113:e -> x38:s1:w [color="black", fontcolor="black", label=""];
n1113:e -> x40:s1:w [color="black", fontcolor="black", label=""];
n1113:e -> x42:s1:w [color="black", fontcolor="black", label=""];
n1113:e -> x44:s1:w [color="black", fontcolor="black", label=""];
n1114 [ shape=point ];
x37:s0:e -> n1114:w [color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x37:s1:e -> n1114:w [color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x77:s0:e -> n1114:w [color="black", fontcolor="black", label=""];
n1114:e -> x38:s2:w [color="black", fontcolor="black", label=""];
n1114:e -> x40:s2:w [color="black", fontcolor="black", label=""];
n1114:e -> x42:s2:w [color="black", fontcolor="black", label=""];
n1114:e -> x44:s2:w [color="black", fontcolor="black", label=""];
n1114:e -> x4:s0:w [color="black", fontcolor="black", label=""];
n1115 [ shape=point ];
x39:s0:e -> n1115:w [color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x39:s1:e -> n1115:w [color="black", fontcolor="black", label=""];
x48:s0:e -> n1115:w [color="black", fontcolor="black", label=""];
n1115:e -> x40:s3:w [color="black", fontcolor="black", label=""];
n1115:e -> x42:s3:w [color="black", fontcolor="black", label=""];
n1115:e -> x44:s3:w [color="black", fontcolor="black", label=""];
n1115:e -> x6:s0:w [color="black", fontcolor="black", label=""];
n1116 [ shape=point ];
x41:s0:e -> n1116:w [color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x41:s1:e -> n1116:w [color="black", fontcolor="black", label=""];
x57:s0:e -> n1116:w [color="black", fontcolor="black", label=""];
n1116:e -> x42:s4:w [color="black", fontcolor="black", label=""];
n1116:e -> x44:s4:w [color="black", fontcolor="black", label=""];
n1116:e -> x8:s0:w [color="black", fontcolor="black", label=""];
n1117 [ shape=point ];
x43:s0:e -> n1117:w [color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x74:s0:e -> n1117:w [color="black", fontcolor="black", label=""];
n1117:e -> x10:s0:w [color="black", fontcolor="black", label=""];
n1117:e -> x44:s5:w [color="black", fontcolor="black", label=""];
n1118 [ shape=point ];
x45:s0:e -> n1118:w [color="black", fontcolor="black", style="setlinewidth(3)", label=""];
x62:s0:e -> n1118:w [color="black", fontcolor="black", label=""];
x65:s0:e -> n1118:w [color="black", fontcolor="black", label=""];
x66:s0:e -> n1118:w [color="black", fontcolor="black", label=""];
x67:s0:e -> n1118:w [color="black", fontcolor="black", label=""];
x68:s0:e -> n1118:w [color="black", fontcolor="black", label=""];
x69:s0:e -> n1118:w [color="black", fontcolor="black", label=""];
x70:s0:e -> n1118:w [color="black", fontcolor="black", label=""];
x71:s0:e -> n1118:w [color="black", fontcolor="black", label=""];
x72:s0:e -> n1118:w [color="black", fontcolor="black", label=""];
x73:s0:e -> n1118:w [color="black", fontcolor="black", label=""];
n1118:e -> x12:s0:w [color="black", fontcolor="black", label=""];
n1118:e -> x14:s0:w [color="black", fontcolor="black", label=""];
n1118:e -> x16:s0:w [color="black", fontcolor="black", label=""];
n1118:e -> x18:s0:w [color="black", fontcolor="black", label=""];
n1118:e -> x20:s0:w [color="black", fontcolor="black", label=""];
n1118:e -> x22:s0:w [color="black", fontcolor="black", label=""];
n1118:e -> x24:s0:w [color="black", fontcolor="black", label=""];
n1118:e -> x26:s0:w [color="black", fontcolor="black", label=""];
n1118:e -> x28:s0:w [color="black", fontcolor="black", label=""];
n1118:e -> x30:s0:w [color="black", fontcolor="black", label=""];
n1119:e -> x47:s0:w [color="black", fontcolor="black", label=""];
n1119:e -> x49:s0:w [color="black", fontcolor="black", label=""];
n1119:e -> x52:s0:w [color="black", fontcolor="black", label=""];
n1119:e -> x54:s0:w [color="black", fontcolor="black", label=""];
n1119:e -> x55:s0:w [color="black", fontcolor="black", label=""];
n1119:e -> x58:s0:w [color="black", fontcolor="black", label=""];
n1119:e -> x59:s0:w [color="black", fontcolor="black", label=""];
n1119:e -> x63:s0:w [color="black", fontcolor="black", label=""];
n112 [ shape=point ];
c1273:p1124:e -> n112:w [color="black", fontcolor="black", label=""];
n112:e -> c1277:p1123:w [color="black", fontcolor="black", label=""];
n112:e -> c1310:p1130:w [color="black", fontcolor="black", label=""];
n1120:e -> x46:s0:w [color="black", fontcolor="black", label=""];
n1120:e -> x50:s0:w [color="black", fontcolor="black", label=""];
n1120:e -> x51:s0:w [color="black", fontcolor="black", label=""];
n1120:e -> x53:s0:w [color="black", fontcolor="black", label=""];
n1120:e -> x56:s0:w [color="black", fontcolor="black", label=""];
n1120:e -> x60:s0:w [color="black", fontcolor="black", label=""];
n1120:e -> x61:s0:w [color="black", fontcolor="black", label=""];
n1120:e -> x64:s0:w [color="black", fontcolor="black", label=""];
n1121:e -> c1886:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1887:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1888:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1889:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1890:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1891:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1892:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1893:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1894:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1895:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1896:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1897:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1898:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1899:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1900:p1883:w [color="black", fontcolor="black", label=""];
n1121:e -> c1901:p1883:w [color="black", fontcolor="black", label=""];
x11:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x13:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x15:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x17:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x19:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x1:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x21:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x23:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x25:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x27:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x29:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x31:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x3:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x5:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x7:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
x9:s0:e -> n1122:w [color="black", fontcolor="black", label=""];
n113 [ shape=point ];
c1274:p1124:e -> n113:w [color="black", fontcolor="black", label=""];
n113:e -> c1278:p1123:w [color="black", fontcolor="black", label=""];
n113:e -> c1311:p1130:w [color="black", fontcolor="black", label=""];
c1275:p1124:e -> c1277:p1130:w [color="black", fontcolor="black", label=""];
c1276:p1124:e -> c1278:p1130:w [color="black", fontcolor="black", label=""];
n116 [ shape=point ];
c1277:p1124:e -> n116:w [color="black", fontcolor="black", label=""];
n116:e -> c1279:p1130:w [color="black", fontcolor="black", label=""];
n116:e -> c1282:p1130:w [color="black", fontcolor="black", label=""];
n117 [ shape=point ];
c1278:p1124:e -> n117:w [color="black", fontcolor="black", label=""];
n117:e -> c1280:p1130:w [color="black", fontcolor="black", label=""];
n117:e -> c1281:p1130:w [color="black", fontcolor="black", label=""];
c1279:p1124:e -> c1283:p1123:w [color="black", fontcolor="black", label=""];
c1280:p1124:e -> c1284:p1123:w [color="black", fontcolor="black", label=""];
c1183:p1124:e -> x48:w [color="black", fontcolor="black", label=""];
n120 [ shape=point ];
c1281:p1124:e -> n120:w [color="black", fontcolor="black", label=""];
n120:e -> c1283:p1130:w [color="black", fontcolor="black", label=""];
n120:e -> c1298:p1123:w [color="black", fontcolor="black", label=""];
n121 [ shape=point ];
c1282:p1124:e -> n121:w [color="black", fontcolor="black", label=""];
n121:e -> c1284:p1130:w [color="black", fontcolor="black", label=""];
n121:e -> c1299:p1123:w [color="black", fontcolor="black", label=""];
n122 [ shape=point ];
c1283:p1124:e -> n122:w [color="black", fontcolor="black", label=""];
n122:e -> c1285:p1130:w [color="black", fontcolor="black", label=""];
n122:e -> c1288:p1130:w [color="black", fontcolor="black", label=""];
n123 [ shape=point ];
c1284:p1124:e -> n123:w [color="black", fontcolor="black", label=""];
n123:e -> c1286:p1130:w [color="black", fontcolor="black", label=""];
n123:e -> c1287:p1130:w [color="black", fontcolor="black", label=""];
c1285:p1124:e -> c1289:p1123:w [color="black", fontcolor="black", label=""];
c1286:p1124:e -> c1290:p1123:w [color="black", fontcolor="black", label=""];
n126 [ shape=point ];
c1287:p1124:e -> n126:w [color="black", fontcolor="black", label=""];
n126:e -> c1289:p1130:w [color="black", fontcolor="black", label=""];
n126:e -> c1298:p1130:w [color="black", fontcolor="black", label=""];
n127 [ shape=point ];
c1288:p1124:e -> n127:w [color="black", fontcolor="black", label=""];
n127:e -> c1290:p1130:w [color="black", fontcolor="black", label=""];
n127:e -> c1299:p1130:w [color="black", fontcolor="black", label=""];
n128 [ shape=point ];
c1289:p1124:e -> n128:w [color="black", fontcolor="black", label=""];
n128:e -> c1292:p1130:w [color="black", fontcolor="black", label=""];
n128:e -> c1293:p1130:w [color="black", fontcolor="black", label=""];
c1290:p1124:e -> c1291:p1130:w [color="black", fontcolor="black", label=""];
c1232:p1124:e -> x57:w [color="black", fontcolor="black", label=""];
n130 [ shape=point ];
c1291:p1124:e -> n130:w [color="black", fontcolor="black", label=""];
n130:e -> c1294:p1123:w [color="black", fontcolor="black", label=""];
n130:e -> c1377:p1123:w [color="black", fontcolor="black", label=""];
n130:e -> c1380:p1123:w [color="black", fontcolor="black", label=""];
n131 [ shape=point ];
c1292:p1124:e -> n131:w [color="black", fontcolor="black", label=""];
n131:e -> c1378:p1123:w [color="black", fontcolor="black", label=""];
n131:e -> c1379:p1123:w [color="black", fontcolor="black", label=""];
c1293:p1124:e -> c1294:p1130:w [color="black", fontcolor="black", label=""];
n133 [ shape=point ];
c1294:p1124:e -> n133:w [color="black", fontcolor="black", label=""];
n133:e -> c1295:p1123:w [color="black", fontcolor="black", label=""];
n133:e -> c1297:p1130:w [color="black", fontcolor="black", label=""];
n133:e -> c1876:p1130:w [color="black", fontcolor="black", label=""];
c1295:p1124:e -> c1296:p1130:w [color="black", fontcolor="black", label=""];
n135 [ shape=point ];
c1296:p1124:e -> n135:w [color="black", fontcolor="black", label=""];
n135:e -> c1384:p1123:w [color="black", fontcolor="black", label=""];
n135:e -> c1385:p1123:w [color="black", fontcolor="black", label=""];
n135:e -> c1877:p1123:w [color="black", fontcolor="black", label=""];
c1297:p1124:e -> c1383:p1123:w [color="black", fontcolor="black", label=""];
n137 [ shape=point ];
c1298:p1124:e -> n137:w [color="black", fontcolor="black", label=""];
n137:e -> c1372:p1123:w [color="black", fontcolor="black", label=""];
n137:e -> c1373:p1123:w [color="black", fontcolor="black", label=""];
n138 [ shape=point ];
c1299:p1124:e -> n138:w [color="black", fontcolor="black", label=""];
n138:e -> c1371:p1123:w [color="black", fontcolor="black", label=""];
n138:e -> c1374:p1123:w [color="black", fontcolor="black", label=""];
n139 [ shape=point ];
c1300:p1124:e -> n139:w [color="black", fontcolor="black", label=""];
n139:e -> c1301:p1123:w [color="black", fontcolor="black", label=""];
n139:e -> c1304:p1123:w [color="black", fontcolor="black", label=""];
n139:e -> c1306:p1123:w [color="black", fontcolor="black", label=""];
c1877:p1124:e -> x74:w [color="black", fontcolor="black", label=""];
c1301:p1124:e -> c1305:p1123:w [color="black", fontcolor="black", label=""];
n141 [ shape=point ];
c1302:p1124:e -> n141:w [color="black", fontcolor="black", label=""];
n141:e -> c1303:p1123:w [color="black", fontcolor="black", label=""];
n141:e -> c1304:p1130:w [color="black", fontcolor="black", label=""];
n141:e -> c1306:p1130:w [color="black", fontcolor="black", label=""];
c1303:p1124:e -> c1305:p1130:w [color="black", fontcolor="black", label=""];
n143 [ shape=point ];
c1304:p1124:e -> n143:w [color="black", fontcolor="black", label=""];
n143:e -> c1308:p1123:w [color="black", fontcolor="black", label=""];
n143:e -> c1473:p1123:w [color="black", fontcolor="black", label=""];
n143:e -> c1476:p1123:w [color="black", fontcolor="black", label=""];
n144 [ shape=point ];
c1305:p1124:e -> n144:w [color="black", fontcolor="black", label=""];
n144:e -> c1309:p1123:w [color="black", fontcolor="black", label=""];
n144:e -> c1474:p1123:w [color="black", fontcolor="black", label=""];
n144:e -> c1475:p1123:w [color="black", fontcolor="black", label=""];
n145 [ shape=point ];
c1306:p1124:e -> n145:w [color="black", fontcolor="black", label=""];
n145:e -> c1307:p1123:w [color="black", fontcolor="black", label=""];
n145:e -> c1309:p1130:w [color="black", fontcolor="black", label=""];
c1307:p1124:e -> c1308:p1130:w [color="black", fontcolor="black", label=""];
n147 [ shape=point ];
c1308:p1124:e -> n147:w [color="black", fontcolor="black", label=""];
n147:e -> c1366:p1123:w [color="black", fontcolor="black", label=""];
n147:e -> c1367:p1123:w [color="black", fontcolor="black", label=""];
n148 [ shape=point ];
c1309:p1124:e -> n148:w [color="black", fontcolor="black", label=""];
n148:e -> c1365:p1123:w [color="black", fontcolor="black", label=""];
n148:e -> c1368:p1123:w [color="black", fontcolor="black", label=""];
n149 [ shape=point ];
c1310:p1124:e -> n149:w [color="black", fontcolor="black", label=""];
n149:e -> c1359:p1123:w [color="black", fontcolor="black", label=""];
n149:e -> c1362:p1123:w [color="black", fontcolor="black", label=""];
c1723:p1124:e -> x68:w [color="black", fontcolor="black", label=""];
n150 [ shape=point ];
c1311:p1124:e -> n150:w [color="black", fontcolor="black", label=""];
n150:e -> c1360:p1123:w [color="black", fontcolor="black", label=""];
n150:e -> c1361:p1123:w [color="black", fontcolor="black", label=""];
n151 [ shape=point ];
c1312:p1124:e -> n151:w [color="black", fontcolor="black", label=""];
n151:e -> c1313:p1123:w [color="black", fontcolor="black", label=""];
n151:e -> c1323:p1123:w [color="black", fontcolor="black", label=""];
n151:e -> c1324:p1123:w [color="black", fontcolor="black", label=""];
c1313:p1124:e -> c1322:p1123:w [color="black", fontcolor="black", label=""];
n153 [ shape=point ];
c1314:p1124:e -> n153:w [color="black", fontcolor="black", label=""];
n153:e -> c1316:p1130:w [color="black", fontcolor="black", label=""];
n153:e -> c1318:p1130:w [color="black", fontcolor="black", label=""];
n154 [ shape=point ];
c1315:p1124:e -> n154:w [color="black", fontcolor="black", label=""];
n154:e -> c1413:p1123:w [color="black", fontcolor="black", label=""];
n154:e -> c1415:p1123:w [color="black", fontcolor="black", label=""];
n155 [ shape=point ];
c1316:p1124:e -> n155:w [color="black", fontcolor="black", label=""];
n155:e -> c1317:p1123:w [color="black", fontcolor="black", label=""];
n155:e -> c1320:p1123:w [color="black", fontcolor="black", label=""];
n155:e -> c1394:p1123:w [color="black", fontcolor="black", label=""];
c1317:p1124:e -> c1321:p1123:w [color="black", fontcolor="black", label=""];
n157 [ shape=point ];
c1318:p1124:e -> n157:w [color="black", fontcolor="black", label=""];
n157:e -> c1319:p1123:w [color="black", fontcolor="black", label=""];
n157:e -> c1321:p1130:w [color="black", fontcolor="black", label=""];
c1319:p1124:e -> c1320:p1130:w [color="black", fontcolor="black", label=""];
c1320:p1124:e -> c1322:p1130:w [color="black", fontcolor="black", label=""];
c1778:p1124:e -> x69:w [color="black", fontcolor="black", label=""];
n160 [ shape=point ];
c1321:p1124:e -> n160:w [color="black", fontcolor="black", label=""];
n160:e -> c1323:p1130:w [color="black", fontcolor="black", label=""];
n160:e -> c1324:p1130:w [color="black", fontcolor="black", label=""];
c1322:p1124:e -> c1326:p1123:w [color="black", fontcolor="black", label=""];
c1323:p1124:e -> c1327:p1123:w [color="black", fontcolor="black", label=""];
n163 [ shape=point ];
c1324:p1124:e -> n163:w [color="black", fontcolor="black", label=""];
n163:e -> c1325:p1123:w [color="black", fontcolor="black", label=""];
n163:e -> c1326:p1130:w [color="black", fontcolor="black", label=""];
n163:e -> c1394:p1130:w [color="black", fontcolor="black", label=""];
c1325:p1124:e -> c1327:p1130:w [color="black", fontcolor="black", label=""];
n165 [ shape=point ];
c1326:p1124:e -> n165:w [color="black", fontcolor="black", label=""];
n165:e -> c1353:p1123:w [color="black", fontcolor="black", label=""];
n165:e -> c1356:p1123:w [color="black", fontcolor="black", label=""];
n166 [ shape=point ];
c1327:p1124:e -> n166:w [color="black", fontcolor="black", label=""];
n166:e -> c1354:p1123:w [color="black", fontcolor="black", label=""];
n166:e -> c1355:p1123:w [color="black", fontcolor="black", label=""];
n167 [ shape=point ];
c1328:p1124:e -> n167:w [color="black", fontcolor="black", label=""];
n167:e -> c1347:p1123:w [color="black", fontcolor="black", label=""];
n167:e -> c1350:p1123:w [color="black", fontcolor="black", label=""];
n168 [ shape=point ];
c1329:p1124:e -> n168:w [color="black", fontcolor="black", label=""];
n168:e -> c1348:p1123:w [color="black", fontcolor="black", label=""];
n168:e -> c1349:p1123:w [color="black", fontcolor="black", label=""];
n169 [ shape=point ];
c1330:p1124:e -> n169:w [color="black", fontcolor="black", label=""];
n169:e -> c1331:p1123:w [color="black", fontcolor="black", label=""];
n169:e -> c1342:p1123:w [color="black", fontcolor="black", label=""];
n169:e -> c1343:p1123:w [color="black", fontcolor="black", label=""];
c1822:p1124:e -> x70:w [color="black", fontcolor="black", label=""];
n170 [ shape=point ];
c1331:p1124:e -> n170:w [color="black", fontcolor="black", label=""];
n170:e -> c1341:p1123:w [color="black", fontcolor="black", label=""];
n170:e -> c1344:p1123:w [color="black", fontcolor="black", label=""];
n171 [ shape=point ];
c1332:p1124:e -> n171:w [color="black", fontcolor="black", label=""];
n171:e -> c1337:p1130:w [color="black", fontcolor="black", label=""];
n171:e -> c1431:p1123:w [color="black", fontcolor="black", label=""];
n172 [ shape=point ];
c1333:p1124:e -> n172:w [color="black", fontcolor="black", label=""];
n172:e -> c1336:p1130:w [color="black", fontcolor="black", label=""];
n172:e -> c1534:p1123:w [color="black", fontcolor="black", label=""];
n172:e -> c1618:p1123:w [color="black", fontcolor="black", label=""];
n173 [ shape=point ];
c1334:p1124:e -> n173:w [color="black", fontcolor="black", label=""];
n173:e -> c1335:p1130:w [color="black", fontcolor="black", label=""];
n173:e -> c1433:p1123:w [color="black", fontcolor="black", label=""];
n173:e -> c1533:p1123:w [color="black", fontcolor="black", label=""];
n173:e -> c1619:p1123:w [color="black", fontcolor="black", label=""];
n174 [ shape=point ];
c1335:p1124:e -> n174:w [color="black", fontcolor="black", label=""];
n174:e -> c1339:p1123:w [color="black", fontcolor="black", label=""];
n174:e -> c1425:p1123:w [color="black", fontcolor="black", label=""];
n175 [ shape=point ];
c1336:p1124:e -> n175:w [color="black", fontcolor="black", label=""];
n175:e -> c1340:p1123:w [color="black", fontcolor="black", label=""];
n175:e -> c1426:p1123:w [color="black", fontcolor="black", label=""];
n176 [ shape=point ];
c1337:p1124:e -> n176:w [color="black", fontcolor="black", label=""];
n176:e -> c1338:p1123:w [color="black", fontcolor="black", label=""];
n176:e -> c1340:p1130:w [color="black", fontcolor="black", label=""];
c1338:p1124:e -> c1339:p1130:w [color="black", fontcolor="black", label=""];
n178 [ shape=point ];
c1339:p1124:e -> n178:w [color="black", fontcolor="black", label=""];
n178:e -> c1341:p1130:w [color="black", fontcolor="black", label=""];
n178:e -> c1344:p1130:w [color="black", fontcolor="black", label=""];
n179 [ shape=point ];
c1340:p1124:e -> n179:w [color="black", fontcolor="black", label=""];
n179:e -> c1342:p1130:w [color="black", fontcolor="black", label=""];
n179:e -> c1343:p1130:w [color="black", fontcolor="black", label=""];
c1857:p1124:e -> x71:w [color="black", fontcolor="black", label=""];
c1341:p1124:e -> c1345:p1123:w [color="black", fontcolor="black", label=""];
c1342:p1124:e -> c1346:p1123:w [color="black", fontcolor="black", label=""];
n182 [ shape=point ];
c1343:p1124:e -> n182:w [color="black", fontcolor="black", label=""];
n182:e -> c1345:p1130:w [color="black", fontcolor="black", label=""];
n182:e -> c1425:p1130:w [color="black", fontcolor="black", label=""];
n183 [ shape=point ];
c1344:p1124:e -> n183:w [color="black", fontcolor="black", label=""];
n183:e -> c1346:p1130:w [color="black", fontcolor="black", label=""];
n183:e -> c1426:p1130:w [color="black", fontcolor="black", label=""];
n184 [ shape=point ];
c1345:p1124:e -> n184:w [color="black", fontcolor="black", label=""];
n184:e -> c1348:p1130:w [color="black", fontcolor="black", label=""];
n184:e -> c1349:p1130:w [color="black", fontcolor="black", label=""];
n185 [ shape=point ];
c1346:p1124:e -> n185:w [color="black", fontcolor="black", label=""];
n185:e -> c1347:p1130:w [color="black", fontcolor="black", label=""];
n185:e -> c1350:p1130:w [color="black", fontcolor="black", label=""];
n186 [ shape=point ];
c1347:p1124:e -> n186:w [color="black", fontcolor="black", label=""];
n186:e -> c1351:p1123:w [color="black", fontcolor="black", label=""];
n186:e -> c1407:p1123:w [color="black", fontcolor="black", label=""];
n187 [ shape=point ];
c1348:p1124:e -> n187:w [color="black", fontcolor="black", label=""];
n187:e -> c1352:p1123:w [color="black", fontcolor="black", label=""];
n187:e -> c1408:p1123:w [color="black", fontcolor="black", label=""];
c1349:p1124:e -> c1351:p1130:w [color="black", fontcolor="black", label=""];
c1350:p1124:e -> c1352:p1130:w [color="black", fontcolor="black", label=""];
c1873:p1124:e -> x72:w [color="black", fontcolor="black", label=""];
n190 [ shape=point ];
c1351:p1124:e -> n190:w [color="black", fontcolor="black", label=""];
n190:e -> c1353:p1130:w [color="black", fontcolor="black", label=""];
n190:e -> c1356:p1130:w [color="black", fontcolor="black", label=""];
n191 [ shape=point ];
c1352:p1124:e -> n191:w [color="black", fontcolor="black", label=""];
n191:e -> c1354:p1130:w [color="black", fontcolor="black", label=""];
n191:e -> c1355:p1130:w [color="black", fontcolor="black", label=""];
c1353:p1124:e -> c1357:p1123:w [color="black", fontcolor="black", label=""];
c1354:p1124:e -> c1358:p1123:w [color="black", fontcolor="black", label=""];
n194 [ shape=point ];
c1355:p1124:e -> n194:w [color="black", fontcolor="black", label=""];
n194:e -> c1357:p1130:w [color="black", fontcolor="black", label=""];
n194:e -> c1407:p1130:w [color="black", fontcolor="black", label=""];
n195 [ shape=point ];
c1356:p1124:e -> n195:w [color="black", fontcolor="black", label=""];
n195:e -> c1358:p1130:w [color="black", fontcolor="black", label=""];
n195:e -> c1408:p1130:w [color="black", fontcolor="black", label=""];
n196 [ shape=point ];
c1357:p1124:e -> n196:w [color="black", fontcolor="black", label=""];
n196:e -> c1360:p1130:w [color="black", fontcolor="black", label=""];
n196:e -> c1361:p1130:w [color="black", fontcolor="black", label=""];
n197 [ shape=point ];
c1358:p1124:e -> n197:w [color="black", fontcolor="black", label=""];
n197:e -> c1359:p1130:w [color="black", fontcolor="black", label=""];
n197:e -> c1362:p1130:w [color="black", fontcolor="black", label=""];
n198 [ shape=point ];
c1359:p1124:e -> n198:w [color="black", fontcolor="black", label=""];
n198:e -> c1363:p1123:w [color="black", fontcolor="black", label=""];
n198:e -> c1389:p1123:w [color="black", fontcolor="black", label=""];
n199 [ shape=point ];
c1360:p1124:e -> n199:w [color="black", fontcolor="black", label=""];
n199:e -> c1364:p1123:w [color="black", fontcolor="black", label=""];
n199:e -> c1390:p1123:w [color="black", fontcolor="black", label=""];
n2 [ shape=point ];
x55:e -> n2:w [color="black", fontcolor="black", label=""];
n2:e -> c1131:p1130:w [color="black", fontcolor="black", label=""];
n2:e -> c1133:p1130:w [color="black", fontcolor="black", label=""];
n2:e -> c1156:p1130:w [color="black", fontcolor="black", label=""];
n2:e -> c1186:p1130:w [color="black", fontcolor="black", label=""];
n2:e -> c1187:p1123:w [color="black", fontcolor="black", label=""];
n2:e -> c1312:p1123:w [color="black", fontcolor="black", label=""];
n2:e -> c1393:p1123:w [color="black", fontcolor="black", label=""];
n2:e -> c1497:p1123:w [color="black", fontcolor="black", label=""];
c1875:p1124:e -> x73:w [color="black", fontcolor="black", label=""];
c1361:p1124:e -> c1363:p1130:w [color="black", fontcolor="black", label=""];
c1362:p1124:e -> c1364:p1130:w [color="black", fontcolor="black", label=""];
n202 [ shape=point ];
c1363:p1124:e -> n202:w [color="black", fontcolor="black", label=""];
n202:e -> c1366:p1130:w [color="black", fontcolor="black", label=""];
n202:e -> c1367:p1130:w [color="black", fontcolor="black", label=""];
n203 [ shape=point ];
c1364:p1124:e -> n203:w [color="black", fontcolor="black", label=""];
n203:e -> c1365:p1130:w [color="black", fontcolor="black", label=""];
n203:e -> c1368:p1130:w [color="black", fontcolor="black", label=""];
n204 [ shape=point ];
c1365:p1124:e -> n204:w [color="black", fontcolor="black", label=""];
n204:e -> c1369:p1123:w [color="black", fontcolor="black", label=""];
n204:e -> c1389:p1130:w [color="black", fontcolor="black", label=""];
n205 [ shape=point ];
c1366:p1124:e -> n205:w [color="black", fontcolor="black", label=""];
n205:e -> c1370:p1123:w [color="black", fontcolor="black", label=""];
n205:e -> c1390:p1130:w [color="black", fontcolor="black", label=""];
c1367:p1124:e -> c1369:p1130:w [color="black", fontcolor="black", label=""];
c1368:p1124:e -> c1370:p1130:w [color="black", fontcolor="black", label=""];
n208 [ shape=point ];
c1369:p1124:e -> n208:w [color="black", fontcolor="black", label=""];
n208:e -> c1371:p1130:w [color="black", fontcolor="black", label=""];
n208:e -> c1374:p1130:w [color="black", fontcolor="black", label=""];
n209 [ shape=point ];
c1370:p1124:e -> n209:w [color="black", fontcolor="black", label=""];
n209:e -> c1372:p1130:w [color="black", fontcolor="black", label=""];
n209:e -> c1373:p1130:w [color="black", fontcolor="black", label=""];
c1386:p1124:e -> x62:w [color="black", fontcolor="black", label=""];
c1371:p1124:e -> c1375:p1123:w [color="black", fontcolor="black", label=""];
c1372:p1124:e -> c1376:p1123:w [color="black", fontcolor="black", label=""];
n212 [ shape=point ];
c1373:p1124:e -> n212:w [color="black", fontcolor="black", label=""];
n212:e -> c1375:p1130:w [color="black", fontcolor="black", label=""];
n212:e -> c1480:p1123:w [color="black", fontcolor="black", label=""];
n212:e -> c1481:p1123:w [color="black", fontcolor="black", label=""];
n213 [ shape=point ];
c1374:p1124:e -> n213:w [color="black", fontcolor="black", label=""];
n213:e -> c1376:p1130:w [color="black", fontcolor="black", label=""];
n213:e -> c1479:p1123:w [color="black", fontcolor="black", label=""];
n213:e -> c1482:p1123:w [color="black", fontcolor="black", label=""];
n214 [ shape=point ];
c1375:p1124:e -> n214:w [color="black", fontcolor="black", label=""];
n214:e -> c1377:p1130:w [color="black", fontcolor="black", label=""];
n214:e -> c1380:p1130:w [color="black", fontcolor="black", label=""];
n215 [ shape=point ];
c1376:p1124:e -> n215:w [color="black", fontcolor="black", label=""];
n215:e -> c1378:p1130:w [color="black", fontcolor="black", label=""];
n215:e -> c1379:p1130:w [color="black", fontcolor="black", label=""];
c1377:p1124:e -> c1381:p1123:w [color="black", fontcolor="black", label=""];
c1378:p1124:e -> c1382:p1123:w [color="black", fontcolor="black", label=""];
n218 [ shape=point ];
c1379:p1124:e -> n218:w [color="black", fontcolor="black", label=""];
n218:e -> c1381:p1130:w [color="black", fontcolor="black", label=""];
n218:e -> c1387:p1123:w [color="black", fontcolor="black", label=""];
n219 [ shape=point ];
c1380:p1124:e -> n219:w [color="black", fontcolor="black", label=""];
n219:e -> c1382:p1130:w [color="black", fontcolor="black", label=""];
n219:e -> c1388:p1123:w [color="black", fontcolor="black", label=""];
c1488:p1124:e -> x65:w [color="black", fontcolor="black", label=""];
n220 [ shape=point ];
c1381:p1124:e -> n220:w [color="black", fontcolor="black", label=""];
n220:e -> c1384:p1130:w [color="black", fontcolor="black", label=""];
n220:e -> c1385:p1130:w [color="black", fontcolor="black", label=""];
c1382:p1124:e -> c1383:p1130:w [color="black", fontcolor="black", label=""];
n222 [ shape=point ];
c1383:p1124:e -> n222:w [color="black", fontcolor="black", label=""];
n222:e -> c1386:p1123:w [color="black", fontcolor="black", label=""];
n222:e -> c1387:p1130:w [color="black", fontcolor="black", label=""];
c1384:p1124:e -> c1388:p1130:w [color="black", fontcolor="black", label=""];
c1385:p1124:e -> c1386:p1130:w [color="black", fontcolor="black", label=""];
c1387:p1124:e -> c1485:p1123:w [color="black", fontcolor="black", label=""];
n226 [ shape=point ];
c1388:p1124:e -> n226:w [color="black", fontcolor="black", label=""];
n226:e -> c1486:p1123:w [color="black", fontcolor="black", label=""];
n226:e -> c1487:p1123:w [color="black", fontcolor="black", label=""];
n227 [ shape=point ];
c1389:p1124:e -> n227:w [color="black", fontcolor="black", label=""];
n227:e -> c1467:p1123:w [color="black", fontcolor="black", label=""];
n227:e -> c1470:p1123:w [color="black", fontcolor="black", label=""];
n228 [ shape=point ];
c1390:p1124:e -> n228:w [color="black", fontcolor="black", label=""];
n228:e -> c1468:p1123:w [color="black", fontcolor="black", label=""];
n228:e -> c1469:p1123:w [color="black", fontcolor="black", label=""];
n229 [ shape=point ];
c1391:p1124:e -> n229:w [color="black", fontcolor="black", label=""];
n229:e -> c1392:p1123:w [color="black", fontcolor="black", label=""];
n229:e -> c1402:p1123:w [color="black", fontcolor="black", label=""];
n229:e -> c1403:p1123:w [color="black", fontcolor="black", label=""];
c1581:p1124:e -> x66:w [color="black", fontcolor="black", label=""];
c1392:p1124:e -> c1401:p1123:w [color="black", fontcolor="black", label=""];
n231 [ shape=point ];
c1393:p1124:e -> n231:w [color="black", fontcolor="black", label=""];
n231:e -> c1395:p1123:w [color="black", fontcolor="black", label=""];
n231:e -> c1397:p1123:w [color="black", fontcolor="black", label=""];
n232 [ shape=point ];
c1394:p1124:e -> n232:w [color="black", fontcolor="black", label=""];
n232:e -> c1395:p1130:w [color="black", fontcolor="black", label=""];
n232:e -> c1397:p1130:w [color="black", fontcolor="black", label=""];
n233 [ shape=point ];
c1395:p1124:e -> n233:w [color="black", fontcolor="black", label=""];
n233:e -> c1396:p1123:w [color="black", fontcolor="black", label=""];
n233:e -> c1399:p1123:w [color="black", fontcolor="black", label=""];
n233:e -> c1493:p1123:w [color="black", fontcolor="black", label=""];
c1396:p1124:e -> c1400:p1123:w [color="black", fontcolor="black", label=""];
n235 [ shape=point ];
c1397:p1124:e -> n235:w [color="black", fontcolor="black", label=""];
n235:e -> c1398:p1123:w [color="black", fontcolor="black", label=""];
n235:e -> c1400:p1130:w [color="black", fontcolor="black", label=""];
c1398:p1124:e -> c1399:p1130:w [color="black", fontcolor="black", label=""];
c1399:p1124:e -> c1401:p1130:w [color="black", fontcolor="black", label=""];
n238 [ shape=point ];
c1400:p1124:e -> n238:w [color="black", fontcolor="black", label=""];
n238:e -> c1402:p1130:w [color="black", fontcolor="black", label=""];
n238:e -> c1403:p1130:w [color="black", fontcolor="black", label=""];
c1401:p1124:e -> c1405:p1123:w [color="black", fontcolor="black", label=""];
c1655:p1124:e -> x67:w [color="black", fontcolor="black", label=""];
c1402:p1124:e -> c1406:p1123:w [color="black", fontcolor="black", label=""];
n241 [ shape=point ];
c1403:p1124:e -> n241:w [color="black", fontcolor="black", label=""];
n241:e -> c1404:p1123:w [color="black", fontcolor="black", label=""];
n241:e -> c1405:p1130:w [color="black", fontcolor="black", label=""];
n241:e -> c1493:p1130:w [color="black", fontcolor="black", label=""];
c1404:p1124:e -> c1406:p1130:w [color="black", fontcolor="black", label=""];
n243 [ shape=point ];
c1405:p1124:e -> n243:w [color="black", fontcolor="black", label=""];
n243:e -> c1461:p1123:w [color="black", fontcolor="black", label=""];
n243:e -> c1464:p1123:w [color="black", fontcolor="black", label=""];
n244 [ shape=point ];
c1406:p1124:e -> n244:w [color="black", fontcolor="black", label=""];
n244:e -> c1462:p1123:w [color="black", fontcolor="black", label=""];
n244:e -> c1463:p1123:w [color="black", fontcolor="black", label=""];
n245 [ shape=point ];
c1407:p1124:e -> n245:w [color="black", fontcolor="black", label=""];
n245:e -> c1455:p1123:w [color="black", fontcolor="black", label=""];
n245:e -> c1458:p1123:w [color="black", fontcolor="black", label=""];
n246 [ shape=point ];
c1408:p1124:e -> n246:w [color="black", fontcolor="black", label=""];
n246:e -> c1456:p1123:w [color="black", fontcolor="black", label=""];
n246:e -> c1457:p1123:w [color="black", fontcolor="black", label=""];
n247 [ shape=point ];
c1409:p1124:e -> n247:w [color="black", fontcolor="black", label=""];
n247:e -> c1410:p1123:w [color="black", fontcolor="black", label=""];
n247:e -> c1420:p1123:w [color="black", fontcolor="black", label=""];
n247:e -> c1421:p1123:w [color="black", fontcolor="black", label=""];
c1410:p1124:e -> c1419:p1123:w [color="black", fontcolor="black", label=""];
n249 [ shape=point ];
c1411:p1124:e -> n249:w [color="black", fontcolor="black", label=""];
n249:e -> c1413:p1130:w [color="black", fontcolor="black", label=""];
n249:e -> c1415:p1130:w [color="black", fontcolor="black", label=""];
n25 [ shape=point ];
x50:e -> n25:w [color="black", fontcolor="black", label=""];
n25:e -> c1131:p1123:w [color="black", fontcolor="black", label=""];
n25:e -> c1134:p1130:w [color="black", fontcolor="black", label=""];
n25:e -> c1139:p1123:w [color="black", fontcolor="black", label=""];
n25:e -> c1158:p1123:w [color="black", fontcolor="black", label=""];
n25:e -> c1198:p1130:w [color="black", fontcolor="black", label=""];
n25:e -> c1237:p1123:w [color="black", fontcolor="black", label=""];
n25:e -> c1332:p1123:w [color="black", fontcolor="black", label=""];
n25:e -> c1429:p1123:w [color="black", fontcolor="black", label=""];
n250 [ shape=point ];
c1412:p1124:e -> n250:w [color="black", fontcolor="black", label=""];
n250:e -> c1518:p1123:w [color="black", fontcolor="black", label=""];
n250:e -> c1520:p1123:w [color="black", fontcolor="black", label=""];
n251 [ shape=point ];
c1413:p1124:e -> n251:w [color="black", fontcolor="black", label=""];
n251:e -> c1414:p1123:w [color="black", fontcolor="black", label=""];
n251:e -> c1417:p1123:w [color="black", fontcolor="black", label=""];
n251:e -> c1500:p1123:w [color="black", fontcolor="black", label=""];
c1414:p1124:e -> c1418:p1123:w [color="black", fontcolor="black", label=""];
n253 [ shape=point ];
c1415:p1124:e -> n253:w [color="black", fontcolor="black", label=""];
n253:e -> c1416:p1123:w [color="black", fontcolor="black", label=""];
n253:e -> c1418:p1130:w [color="black", fontcolor="black", label=""];
c1416:p1124:e -> c1417:p1130:w [color="black", fontcolor="black", label=""];
c1417:p1124:e -> c1419:p1130:w [color="black", fontcolor="black", label=""];
n256 [ shape=point ];
c1418:p1124:e -> n256:w [color="black", fontcolor="black", label=""];
n256:e -> c1420:p1130:w [color="black", fontcolor="black", label=""];
n256:e -> c1421:p1130:w [color="black", fontcolor="black", label=""];
c1419:p1124:e -> c1423:p1123:w [color="black", fontcolor="black", label=""];
c1420:p1124:e -> c1424:p1123:w [color="black", fontcolor="black", label=""];
n259 [ shape=point ];
c1421:p1124:e -> n259:w [color="black", fontcolor="black", label=""];
n259:e -> c1422:p1123:w [color="black", fontcolor="black", label=""];
n259:e -> c1423:p1130:w [color="black", fontcolor="black", label=""];
n259:e -> c1500:p1130:w [color="black", fontcolor="black", label=""];
n26 [ shape=point ];
x51:e -> n26:w [color="black", fontcolor="black", label=""];
n26:e -> c1125:p1123:w [color="black", fontcolor="black", label=""];
n26:e -> c1132:p1130:w [color="black", fontcolor="black", label=""];
n26:e -> c1133:p1123:w [color="black", fontcolor="black", label=""];
n26:e -> c1140:p1123:w [color="black", fontcolor="black", label=""];
n26:e -> c1160:p1123:w [color="black", fontcolor="black", label=""];
n26:e -> c1199:p1130:w [color="black", fontcolor="black", label=""];
n26:e -> c1239:p1123:w [color="black", fontcolor="black", label=""];
n26:e -> c1334:p1123:w [color="black", fontcolor="black", label=""];
n26:e -> c1430:p1123:w [color="black", fontcolor="black", label=""];
c1422:p1124:e -> c1424:p1130:w [color="black", fontcolor="black", label=""];
c1125:p1124:e -> c1333:p1123:w [color="black", fontcolor="black", label=""];
n262 [ shape=point ];
c1423:p1124:e -> n262:w [color="black", fontcolor="black", label=""];
n262:e -> c1449:p1123:w [color="black", fontcolor="black", label=""];
n262:e -> c1452:p1123:w [color="black", fontcolor="black", label=""];
n263 [ shape=point ];
c1424:p1124:e -> n263:w [color="black", fontcolor="black", label=""];
n263:e -> c1450:p1123:w [color="black", fontcolor="black", label=""];
n263:e -> c1451:p1123:w [color="black", fontcolor="black", label=""];
n264 [ shape=point ];
c1425:p1124:e -> n264:w [color="black", fontcolor="black", label=""];
n264:e -> c1443:p1123:w [color="black", fontcolor="black", label=""];
n264:e -> c1446:p1123:w [color="black", fontcolor="black", label=""];
n265 [ shape=point ];
c1426:p1124:e -> n265:w [color="black", fontcolor="black", label=""];
n265:e -> c1444:p1123:w [color="black", fontcolor="black", label=""];
n265:e -> c1445:p1123:w [color="black", fontcolor="black", label=""];
n266 [ shape=point ];
c1427:p1124:e -> n266:w [color="black", fontcolor="black", label=""];
n266:e -> c1428:p1123:w [color="black", fontcolor="black", label=""];
n266:e -> c1438:p1123:w [color="black", fontcolor="black", label=""];
n266:e -> c1439:p1123:w [color="black", fontcolor="black", label=""];
n267 [ shape=point ];
c1428:p1124:e -> n267:w [color="black", fontcolor="black", label=""];
n267:e -> c1437:p1123:w [color="black", fontcolor="black", label=""];
n267:e -> c1440:p1123:w [color="black", fontcolor="black", label=""];
c1429:p1124:e -> c1433:p1130:w [color="black", fontcolor="black", label=""];
n269 [ shape=point ];
c1430:p1124:e -> n269:w [color="black", fontcolor="black", label=""];
n269:e -> c1431:p1130:w [color="black", fontcolor="black", label=""];
n269:e -> c1535:p1123:w [color="black", fontcolor="black", label=""];
n27 [ shape=point ];
x53:e -> n27:w [color="black", fontcolor="black", label=""];
n27:e -> c1126:p1123:w [color="black", fontcolor="black", label=""];
n27:e -> c1138:p1130:w [color="black", fontcolor="black", label=""];
n27:e -> c1156:p1123:w [color="black", fontcolor="black", label=""];
n27:e -> c1196:p1123:w [color="black", fontcolor="black", label=""];
n27:e -> c1246:p1130:w [color="black", fontcolor="black", label=""];
n27:e -> c1330:p1130:w [color="black", fontcolor="black", label=""];
n27:e -> c1427:p1123:w [color="black", fontcolor="black", label=""];
n27:e -> c1530:p1123:w [color="black", fontcolor="black", label=""];
n27:e -> c1532:p1123:w [color="black", fontcolor="black", label=""];
n270 [ shape=point ];
c1431:p1124:e -> n270:w [color="black", fontcolor="black", label=""];
n270:e -> c1432:p1123:w [color="black", fontcolor="black", label=""];
n270:e -> c1435:p1123:w [color="black", fontcolor="black", label=""];
n270:e -> c1528:p1123:w [color="black", fontcolor="black", label=""];
c1432:p1124:e -> c1436:p1123:w [color="black", fontcolor="black", label=""];
c1126:p1124:e -> c1531:p1123:w [color="black", fontcolor="black", label=""];
n273 [ shape=point ];
c1433:p1124:e -> n273:w [color="black", fontcolor="black", label=""];
n273:e -> c1434:p1123:w [color="black", fontcolor="black", label=""];
n273:e -> c1436:p1130:w [color="black", fontcolor="black", label=""];
c1434:p1124:e -> c1435:p1130:w [color="black", fontcolor="black", label=""];
n275 [ shape=point ];
c1435:p1124:e -> n275:w [color="black", fontcolor="black", label=""];
n275:e -> c1437:p1130:w [color="black", fontcolor="black", label=""];
n275:e -> c1440:p1130:w [color="black", fontcolor="black", label=""];
n276 [ shape=point ];
c1436:p1124:e -> n276:w [color="black", fontcolor="black", label=""];
n276:e -> c1438:p1130:w [color="black", fontcolor="black", label=""];
n276:e -> c1439:p1130:w [color="black", fontcolor="black", label=""];
c1437:p1124:e -> c1441:p1123:w [color="black", fontcolor="black", label=""];
c1438:p1124:e -> c1442:p1123:w [color="black", fontcolor="black", label=""];
n279 [ shape=point ];
c1439:p1124:e -> n279:w [color="black", fontcolor="black", label=""];
n279:e -> c1441:p1130:w [color="black", fontcolor="black", label=""];
n279:e -> c1528:p1130:w [color="black", fontcolor="black", label=""];
n28 [ shape=point ];
x46:e -> n28:w [color="black", fontcolor="black", label=""];
n28:e -> c1153:p1123:w [color="black", fontcolor="black", label=""];
n28:e -> c1186:p1123:w [color="black", fontcolor="black", label=""];
n28:e -> c1261:p1123:w [color="black", fontcolor="black", label=""];
n28:e -> c1314:p1123:w [color="black", fontcolor="black", label=""];
n28:e -> c1411:p1123:w [color="black", fontcolor="black", label=""];
n28:e -> c1516:p1123:w [color="black", fontcolor="black", label=""];
n28:e -> c1605:p1123:w [color="black", fontcolor="black", label=""];
n28:e -> c1680:p1123:w [color="black", fontcolor="black", label=""];
c1440:p1124:e -> c1442:p1130:w [color="black", fontcolor="black", label=""];
n281 [ shape=point ];
c1441:p1124:e -> n281:w [color="black", fontcolor="black", label=""];
n281:e -> c1444:p1130:w [color="black", fontcolor="black", label=""];
n281:e -> c1445:p1130:w [color="black", fontcolor="black", label=""];
n282 [ shape=point ];
c1442:p1124:e -> n282:w [color="black", fontcolor="black", label=""];
n282:e -> c1443:p1130:w [color="black", fontcolor="black", label=""];
n282:e -> c1446:p1130:w [color="black", fontcolor="black", label=""];
c1127:p1124:e -> c1333:p1130:w [color="black", fontcolor="black", label=""];
n284 [ shape=point ];
c1443:p1124:e -> n284:w [color="black", fontcolor="black", label=""];
n284:e -> c1447:p1123:w [color="black", fontcolor="black", label=""];
n284:e -> c1513:p1123:w [color="black", fontcolor="black", label=""];
n285 [ shape=point ];
c1444:p1124:e -> n285:w [color="black", fontcolor="black", label=""];
n285:e -> c1448:p1123:w [color="black", fontcolor="black", label=""];
n285:e -> c1514:p1123:w [color="black", fontcolor="black", label=""];
c1445:p1124:e -> c1447:p1130:w [color="black", fontcolor="black", label=""];
c1446:p1124:e -> c1448:p1130:w [color="black", fontcolor="black", label=""];
n288 [ shape=point ];
c1447:p1124:e -> n288:w [color="black", fontcolor="black", label=""];
n288:e -> c1449:p1130:w [color="black", fontcolor="black", label=""];
n288:e -> c1452:p1130:w [color="black", fontcolor="black", label=""];
n289 [ shape=point ];
c1448:p1124:e -> n289:w [color="black", fontcolor="black", label=""];
n289:e -> c1450:p1130:w [color="black", fontcolor="black", label=""];
n289:e -> c1451:p1130:w [color="black", fontcolor="black", label=""];
n29 [ shape=point ];
x56:e -> n29:w [color="black", fontcolor="black", label=""];
n29:e -> c1185:p1130:w [color="black", fontcolor="black", label=""];
n29:e -> c1187:p1130:w [color="black", fontcolor="black", label=""];
n29:e -> c1262:p1130:w [color="black", fontcolor="black", label=""];
n29:e -> c1315:p1130:w [color="black", fontcolor="black", label=""];
n29:e -> c1412:p1130:w [color="black", fontcolor="black", label=""];
n29:e -> c1517:p1123:w [color="black", fontcolor="black", label=""];
n29:e -> c1606:p1123:w [color="black", fontcolor="black", label=""];
n29:e -> c1681:p1123:w [color="black", fontcolor="black", label=""];
c1449:p1124:e -> c1453:p1123:w [color="black", fontcolor="black", label=""];
c1450:p1124:e -> c1454:p1123:w [color="black", fontcolor="black", label=""];
n292 [ shape=point ];
c1451:p1124:e -> n292:w [color="black", fontcolor="black", label=""];
n292:e -> c1453:p1130:w [color="black", fontcolor="black", label=""];
n292:e -> c1513:p1130:w [color="black", fontcolor="black", label=""];
n293 [ shape=point ];
c1452:p1124:e -> n293:w [color="black", fontcolor="black", label=""];
n293:e -> c1454:p1130:w [color="black", fontcolor="black", label=""];
n293:e -> c1514:p1130:w [color="black", fontcolor="black", label=""];
c1128:p1124:e -> c1748:p1123:w [color="black", fontcolor="black", label=""];
n295 [ shape=point ];
c1453:p1124:e -> n295:w [color="black", fontcolor="black", label=""];
n295:e -> c1456:p1130:w [color="black", fontcolor="black", label=""];
n295:e -> c1457:p1130:w [color="black", fontcolor="black", label=""];
n296 [ shape=point ];
c1454:p1124:e -> n296:w [color="black", fontcolor="black", label=""];
n296:e -> c1455:p1130:w [color="black", fontcolor="black", label=""];
n296:e -> c1458:p1130:w [color="black", fontcolor="black", label=""];
n297 [ shape=point ];
c1455:p1124:e -> n297:w [color="black", fontcolor="black", label=""];
n297:e -> c1459:p1123:w [color="black", fontcolor="black", label=""];
n297:e -> c1495:p1123:w [color="black", fontcolor="black", label=""];
n298 [ shape=point ];
c1456:p1124:e -> n298:w [color="black", fontcolor="black", label=""];
n298:e -> c1460:p1123:w [color="black", fontcolor="black", label=""];
n298:e -> c1496:p1123:w [color="black", fontcolor="black", label=""];
c1457:p1124:e -> c1459:p1130:w [color="black", fontcolor="black", label=""];
n3 [ shape=point ];
x54:e -> n3:w [color="black", fontcolor="black", label=""];
n3:e -> c1139:p1130:w [color="black", fontcolor="black", label=""];
n3:e -> c1140:p1130:w [color="black", fontcolor="black", label=""];
n3:e -> c1196:p1130:w [color="black", fontcolor="black", label=""];
n3:e -> c1261:p1130:w [color="black", fontcolor="black", label=""];
n3:e -> c1262:p1123:w [color="black", fontcolor="black", label=""];
n3:e -> c1409:p1123:w [color="black", fontcolor="black", label=""];
n3:e -> c1499:p1123:w [color="black", fontcolor="black", label=""];
n3:e -> c1589:p1123:w [color="black", fontcolor="black", label=""];
n30 [ shape=point ];
x60:e -> n30:w [color="black", fontcolor="black", label=""];
n30:e -> c1128:p1123:w [color="black", fontcolor="black", label=""];
n30:e -> c1260:p1130:w [color="black", fontcolor="black", label=""];
n30:e -> c1312:p1130:w [color="black", fontcolor="black", label=""];
n30:e -> c1409:p1130:w [color="black", fontcolor="black", label=""];
n30:e -> c1515:p1130:w [color="black", fontcolor="black", label=""];
n30:e -> c1604:p1130:w [color="black", fontcolor="black", label=""];
n30:e -> c1678:p1130:w [color="black", fontcolor="black", label=""];
n30:e -> c1747:p1130:w [color="black", fontcolor="black", label=""];
n30:e -> c1749:p1123:w [color="black", fontcolor="black", label=""];
c1458:p1124:e -> c1460:p1130:w [color="black", fontcolor="black", label=""];
n301 [ shape=point ];
c1459:p1124:e -> n301:w [color="black", fontcolor="black", label=""];
n301:e -> c1461:p1130:w [color="black", fontcolor="black", label=""];
n301:e -> c1464:p1130:w [color="black", fontcolor="black", label=""];
n302 [ shape=point ];
c1460:p1124:e -> n302:w [color="black", fontcolor="black", label=""];
n302:e -> c1462:p1130:w [color="black", fontcolor="black", label=""];
n302:e -> c1463:p1130:w [color="black", fontcolor="black", label=""];
c1461:p1124:e -> c1465:p1123:w [color="black", fontcolor="black", label=""];
c1462:p1124:e -> c1466:p1123:w [color="black", fontcolor="black", label=""];
n305 [ shape=point ];
c1129:p1124:e -> n305:w [color="black", fontcolor="black", label=""];
n305:e -> c1531:p1130:w [color="black", fontcolor="black", label=""];
n305:e -> c1748:p1130:w [color="black", fontcolor="black", label=""];
n306 [ shape=point ];
c1463:p1124:e -> n306:w [color="black", fontcolor="black", label=""];
n306:e -> c1465:p1130:w [color="black", fontcolor="black", label=""];
n306:e -> c1495:p1130:w [color="black", fontcolor="black", label=""];
n307 [ shape=point ];
c1464:p1124:e -> n307:w [color="black", fontcolor="black", label=""];
n307:e -> c1466:p1130:w [color="black", fontcolor="black", label=""];
n307:e -> c1496:p1130:w [color="black", fontcolor="black", label=""];
n308 [ shape=point ];
c1465:p1124:e -> n308:w [color="black", fontcolor="black", label=""];
n308:e -> c1468:p1130:w [color="black", fontcolor="black", label=""];
n308:e -> c1469:p1130:w [color="black", fontcolor="black", label=""];
n309 [ shape=point ];
c1466:p1124:e -> n309:w [color="black", fontcolor="black", label=""];
n309:e -> c1467:p1130:w [color="black", fontcolor="black", label=""];
n309:e -> c1470:p1130:w [color="black", fontcolor="black", label=""];
n31 [ shape=point ];
x61:e -> n31:w [color="black", fontcolor="black", label=""];
n31:e -> c1300:p1130:w [color="black", fontcolor="black", label=""];
n31:e -> c1393:p1130:w [color="black", fontcolor="black", label=""];
n31:e -> c1499:p1130:w [color="black", fontcolor="black", label=""];
n31:e -> c1590:p1130:w [color="black", fontcolor="black", label=""];
n31:e -> c1664:p1130:w [color="black", fontcolor="black", label=""];
n31:e -> c1733:p1130:w [color="black", fontcolor="black", label=""];
n31:e -> c1786:p1123:w [color="black", fontcolor="black", label=""];
n31:e -> c1788:p1130:w [color="black", fontcolor="black", label=""];
n31:e -> c1830:p1123:w [color="black", fontcolor="black", label=""];
n310 [ shape=point ];
c1467:p1124:e -> n310:w [color="black", fontcolor="black", label=""];
n310:e -> c1471:p1123:w [color="black", fontcolor="black", label=""];
n310:e -> c1491:p1123:w [color="black", fontcolor="black", label=""];
n311 [ shape=point ];
c1468:p1124:e -> n311:w [color="black", fontcolor="black", label=""];
n311:e -> c1472:p1123:w [color="black", fontcolor="black", label=""];
n311:e -> c1492:p1123:w [color="black", fontcolor="black", label=""];
c1469:p1124:e -> c1471:p1130:w [color="black", fontcolor="black", label=""];
c1470:p1124:e -> c1472:p1130:w [color="black", fontcolor="black", label=""];
n314 [ shape=point ];
c1471:p1124:e -> n314:w [color="black", fontcolor="black", label=""];
n314:e -> c1473:p1130:w [color="black", fontcolor="black", label=""];
n314:e -> c1476:p1130:w [color="black", fontcolor="black", label=""];
n315 [ shape=point ];
c1472:p1124:e -> n315:w [color="black", fontcolor="black", label=""];
n315:e -> c1474:p1130:w [color="black", fontcolor="black", label=""];
n315:e -> c1475:p1130:w [color="black", fontcolor="black", label=""];
c1131:p1124:e -> c1878:p1123:w [color="black", fontcolor="black", label=""];
c1473:p1124:e -> c1477:p1123:w [color="black", fontcolor="black", label=""];
c1474:p1124:e -> c1478:p1123:w [color="black", fontcolor="black", label=""];
n319 [ shape=point ];
c1475:p1124:e -> n319:w [color="black", fontcolor="black", label=""];
n319:e -> c1477:p1130:w [color="black", fontcolor="black", label=""];
n319:e -> c1491:p1130:w [color="black", fontcolor="black", label=""];
n32 [ shape=point ];
x64:e -> n32:w [color="black", fontcolor="black", label=""];
n32:e -> c1391:p1130:w [color="black", fontcolor="black", label=""];
n32:e -> c1497:p1130:w [color="black", fontcolor="black", label=""];
n32:e -> c1589:p1130:w [color="black", fontcolor="black", label=""];
n32:e -> c1663:p1130:w [color="black", fontcolor="black", label=""];
n32:e -> c1731:p1130:w [color="black", fontcolor="black", label=""];
n32:e -> c1784:p1130:w [color="black", fontcolor="black", label=""];
n32:e -> c1829:p1130:w [color="black", fontcolor="black", label=""];
n32:e -> c1831:p1130:w [color="black", fontcolor="black", label=""];
n320 [ shape=point ];
c1476:p1124:e -> n320:w [color="black", fontcolor="black", label=""];
n320:e -> c1478:p1130:w [color="black", fontcolor="black", label=""];
n320:e -> c1492:p1130:w [color="black", fontcolor="black", label=""];
n321 [ shape=point ];
c1477:p1124:e -> n321:w [color="black", fontcolor="black", label=""];
n321:e -> c1480:p1130:w [color="black", fontcolor="black", label=""];
n321:e -> c1481:p1130:w [color="black", fontcolor="black", label=""];
n322 [ shape=point ];
c1478:p1124:e -> n322:w [color="black", fontcolor="black", label=""];
n322:e -> c1479:p1130:w [color="black", fontcolor="black", label=""];
n322:e -> c1482:p1130:w [color="black", fontcolor="black", label=""];
n323 [ shape=point ];
c1479:p1124:e -> n323:w [color="black", fontcolor="black", label=""];
n323:e -> c1483:p1123:w [color="black", fontcolor="black", label=""];
n323:e -> c1489:p1123:w [color="black", fontcolor="black", label=""];
n324 [ shape=point ];
c1480:p1124:e -> n324:w [color="black", fontcolor="black", label=""];
n324:e -> c1484:p1123:w [color="black", fontcolor="black", label=""];
n324:e -> c1490:p1123:w [color="black", fontcolor="black", label=""];
c1481:p1124:e -> c1483:p1130:w [color="black", fontcolor="black", label=""];
c1482:p1124:e -> c1484:p1130:w [color="black", fontcolor="black", label=""];
c1132:p1124:e -> c1878:p1130:w [color="black", fontcolor="black", label=""];
n328 [ shape=point ];
c1483:p1124:e -> n328:w [color="black", fontcolor="black", label=""];
n328:e -> c1486:p1130:w [color="black", fontcolor="black", label=""];
n328:e -> c1487:p1130:w [color="black", fontcolor="black", label=""];
c1484:p1124:e -> c1485:p1130:w [color="black", fontcolor="black", label=""];
c1193:p1124:e -> c1221:p1123:w [color="black", fontcolor="black", label=""];
n330 [ shape=point ];
c1485:p1124:e -> n330:w [color="black", fontcolor="black", label=""];
n330:e -> c1488:p1123:w [color="black", fontcolor="black", label=""];
n330:e -> c1489:p1130:w [color="black", fontcolor="black", label=""];
c1486:p1124:e -> c1490:p1130:w [color="black", fontcolor="black", label=""];
c1487:p1124:e -> c1488:p1130:w [color="black", fontcolor="black", label=""];
c1489:p1124:e -> c1578:p1123:w [color="black", fontcolor="black", label=""];
n334 [ shape=point ];
c1490:p1124:e -> n334:w [color="black", fontcolor="black", label=""];
n334:e -> c1579:p1123:w [color="black", fontcolor="black", label=""];
n334:e -> c1580:p1123:w [color="black", fontcolor="black", label=""];
n335 [ shape=point ];
c1491:p1124:e -> n335:w [color="black", fontcolor="black", label=""];
n335:e -> c1573:p1123:w [color="black", fontcolor="black", label=""];
n335:e -> c1574:p1123:w [color="black", fontcolor="black", label=""];
n336 [ shape=point ];
c1492:p1124:e -> n336:w [color="black", fontcolor="black", label=""];
n336:e -> c1572:p1123:w [color="black", fontcolor="black", label=""];
n336:e -> c1575:p1123:w [color="black", fontcolor="black", label=""];
n337 [ shape=point ];
c1133:p1124:e -> n337:w [color="black", fontcolor="black", label=""];
n337:e -> c1136:p1123:w [color="black", fontcolor="black", label=""];
n337:e -> c1142:p1123:w [color="black", fontcolor="black", label=""];
n337:e -> c1144:p1123:w [color="black", fontcolor="black", label=""];
n338 [ shape=point ];
c1493:p1124:e -> n338:w [color="black", fontcolor="black", label=""];
n338:e -> c1494:p1123:w [color="black", fontcolor="black", label=""];
n338:e -> c1566:p1123:w [color="black", fontcolor="black", label=""];
n338:e -> c1568:p1123:w [color="black", fontcolor="black", label=""];
c1494:p1124:e -> c1569:p1123:w [color="black", fontcolor="black", label=""];
n34 [ shape=point ];
c1194:p1124:e -> n34:w [color="black", fontcolor="black", label=""];
n34:e -> c1213:p1123:w [color="black", fontcolor="black", label=""];
n34:e -> c1216:p1123:w [color="black", fontcolor="black", label=""];
c1495:p1124:e -> c1563:p1123:w [color="black", fontcolor="black", label=""];
c1496:p1124:e -> c1562:p1123:w [color="black", fontcolor="black", label=""];
n342 [ shape=point ];
c1497:p1124:e -> n342:w [color="black", fontcolor="black", label=""];
n342:e -> c1498:p1123:w [color="black", fontcolor="black", label=""];
n342:e -> c1507:p1123:w [color="black", fontcolor="black", label=""];
n342:e -> c1510:p1123:w [color="black", fontcolor="black", label=""];
c1498:p1124:e -> c1509:p1123:w [color="black", fontcolor="black", label=""];
n344 [ shape=point ];
c1499:p1124:e -> n344:w [color="black", fontcolor="black", label=""];
n344:e -> c1501:p1123:w [color="black", fontcolor="black", label=""];
n344:e -> c1503:p1123:w [color="black", fontcolor="black", label=""];
n345 [ shape=point ];
c1500:p1124:e -> n345:w [color="black", fontcolor="black", label=""];
n345:e -> c1501:p1130:w [color="black", fontcolor="black", label=""];
n345:e -> c1503:p1130:w [color="black", fontcolor="black", label=""];
n346 [ shape=point ];
c1501:p1124:e -> n346:w [color="black", fontcolor="black", label=""];
n346:e -> c1502:p1123:w [color="black", fontcolor="black", label=""];
n346:e -> c1505:p1123:w [color="black", fontcolor="black", label=""];
n346:e -> c1586:p1123:w [color="black", fontcolor="black", label=""];
c1502:p1124:e -> c1506:p1123:w [color="black", fontcolor="black", label=""];
n348 [ shape=point ];
c1134:p1124:e -> n348:w [color="black", fontcolor="black", label=""];
n348:e -> c1135:p1123:w [color="black", fontcolor="black", label=""];
n348:e -> c1136:p1130:w [color="black", fontcolor="black", label=""];
n349 [ shape=point ];
c1503:p1124:e -> n349:w [color="black", fontcolor="black", label=""];
n349:e -> c1504:p1123:w [color="black", fontcolor="black", label=""];
n349:e -> c1506:p1130:w [color="black", fontcolor="black", label=""];
n35 [ shape=point ];
c1195:p1124:e -> n35:w [color="black", fontcolor="black", label=""];
n35:e -> c1214:p1123:w [color="black", fontcolor="black", label=""];
n35:e -> c1215:p1123:w [color="black", fontcolor="black", label=""];
c1504:p1124:e -> c1505:p1130:w [color="black", fontcolor="black", label=""];
c1505:p1124:e -> c1509:p1130:w [color="black", fontcolor="black", label=""];
n352 [ shape=point ];
c1506:p1124:e -> n352:w [color="black", fontcolor="black", label=""];
n352:e -> c1507:p1130:w [color="black", fontcolor="black", label=""];
n352:e -> c1510:p1130:w [color="black", fontcolor="black", label=""];
n353 [ shape=point ];
c1507:p1124:e -> n353:w [color="black", fontcolor="black", label=""];
n353:e -> c1508:p1123:w [color="black", fontcolor="black", label=""];
n353:e -> c1511:p1123:w [color="black", fontcolor="black", label=""];
n353:e -> c1586:p1130:w [color="black", fontcolor="black", label=""];
c1508:p1124:e -> c1512:p1123:w [color="black", fontcolor="black", label=""];
c1509:p1124:e -> c1511:p1130:w [color="black", fontcolor="black", label=""];
c1510:p1124:e -> c1512:p1130:w [color="black", fontcolor="black", label=""];
n357 [ shape=point ];
c1511:p1124:e -> n357:w [color="black", fontcolor="black", label=""];
n357:e -> c1556:p1123:w [color="black", fontcolor="black", label=""];
n357:e -> c1559:p1123:w [color="black", fontcolor="black", label=""];
n358 [ shape=point ];
c1512:p1124:e -> n358:w [color="black", fontcolor="black", label=""];
n358:e -> c1557:p1123:w [color="black", fontcolor="black", label=""];
n358:e -> c1558:p1123:w [color="black", fontcolor="black", label=""];
n359 [ shape=point ];
c1513:p1124:e -> n359:w [color="black", fontcolor="black", label=""];
n359:e -> c1550:p1123:w [color="black", fontcolor="black", label=""];
n359:e -> c1553:p1123:w [color="black", fontcolor="black", label=""];
n36 [ shape=point ];
c1196:p1124:e -> n36:w [color="black", fontcolor="black", label=""];
n36:e -> c1197:p1123:w [color="black", fontcolor="black", label=""];
n36:e -> c1208:p1123:w [color="black", fontcolor="black", label=""];
n36:e -> c1209:p1123:w [color="black", fontcolor="black", label=""];
n360 [ shape=point ];
c1514:p1124:e -> n360:w [color="black", fontcolor="black", label=""];
n360:e -> c1551:p1123:w [color="black", fontcolor="black", label=""];
n360:e -> c1552:p1123:w [color="black", fontcolor="black", label=""];
n361 [ shape=point ];
c1515:p1124:e -> n361:w [color="black", fontcolor="black", label=""];
n361:e -> c1522:p1123:w [color="black", fontcolor="black", label=""];
n361:e -> c1524:p1123:w [color="black", fontcolor="black", label=""];
n362 [ shape=point ];
c1516:p1124:e -> n362:w [color="black", fontcolor="black", label=""];
n362:e -> c1518:p1130:w [color="black", fontcolor="black", label=""];
n362:e -> c1520:p1130:w [color="black", fontcolor="black", label=""];
n362:e -> c1608:p1123:w [color="black", fontcolor="black", label=""];
c1517:p1124:e -> c1610:p1123:w [color="black", fontcolor="black", label=""];
n364 [ shape=point ];
c1518:p1124:e -> n364:w [color="black", fontcolor="black", label=""];
n364:e -> c1519:p1123:w [color="black", fontcolor="black", label=""];
n364:e -> c1591:p1123:w [color="black", fontcolor="black", label=""];
c1519:p1124:e -> c1521:p1123:w [color="black", fontcolor="black", label=""];
c1520:p1124:e -> c1521:p1130:w [color="black", fontcolor="black", label=""];
n367 [ shape=point ];
c1521:p1124:e -> n367:w [color="black", fontcolor="black", label=""];
n367:e -> c1522:p1130:w [color="black", fontcolor="black", label=""];
n367:e -> c1524:p1130:w [color="black", fontcolor="black", label=""];
n368 [ shape=point ];
c1522:p1124:e -> n368:w [color="black", fontcolor="black", label=""];
n368:e -> c1523:p1123:w [color="black", fontcolor="black", label=""];
n368:e -> c1527:p1123:w [color="black", fontcolor="black", label=""];
n369 [ shape=point ];
c1136:p1124:e -> n369:w [color="black", fontcolor="black", label=""];
n369:e -> c1137:p1123:w [color="black", fontcolor="black", label=""];
n369:e -> c1880:p1123:w [color="black", fontcolor="black", label=""];
n369:e -> c1881:p1123:w [color="black", fontcolor="black", label=""];
n37 [ shape=point ];
c1197:p1124:e -> n37:w [color="black", fontcolor="black", label=""];
n37:e -> c1207:p1123:w [color="black", fontcolor="black", label=""];
n37:e -> c1210:p1123:w [color="black", fontcolor="black", label=""];
c1523:p1124:e -> c1526:p1123:w [color="black", fontcolor="black", label=""];
n371 [ shape=point ];
c1524:p1124:e -> n371:w [color="black", fontcolor="black", label=""];
n371:e -> c1525:p1123:w [color="black", fontcolor="black", label=""];
n371:e -> c1526:p1130:w [color="black", fontcolor="black", label=""];
n371:e -> c1591:p1130:w [color="black", fontcolor="black", label=""];
c1525:p1124:e -> c1527:p1130:w [color="black", fontcolor="black", label=""];
n373 [ shape=point ];
c1526:p1124:e -> n373:w [color="black", fontcolor="black", label=""];
n373:e -> c1544:p1123:w [color="black", fontcolor="black", label=""];
n373:e -> c1547:p1123:w [color="black", fontcolor="black", label=""];
n374 [ shape=point ];
c1527:p1124:e -> n374:w [color="black", fontcolor="black", label=""];
n374:e -> c1545:p1123:w [color="black", fontcolor="black", label=""];
n374:e -> c1546:p1123:w [color="black", fontcolor="black", label=""];
n375 [ shape=point ];
c1528:p1124:e -> n375:w [color="black", fontcolor="black", label=""];
n375:e -> c1529:p1123:w [color="black", fontcolor="black", label=""];
n375:e -> c1538:p1123:w [color="black", fontcolor="black", label=""];
n375:e -> c1540:p1123:w [color="black", fontcolor="black", label=""];
c1529:p1124:e -> c1539:p1123:w [color="black", fontcolor="black", label=""];
c1530:p1124:e -> c1535:p1130:w [color="black", fontcolor="black", label=""];
n378 [ shape=point ];
c1531:p1124:e -> n378:w [color="black", fontcolor="black", label=""];
n378:e -> c1534:p1130:w [color="black", fontcolor="black", label=""];
n378:e -> c1619:p1130:w [color="black", fontcolor="black", label=""];
n379 [ shape=point ];
c1532:p1124:e -> n379:w [color="black", fontcolor="black", label=""];
n379:e -> c1533:p1130:w [color="black", fontcolor="black", label=""];
n379:e -> c1618:p1130:w [color="black", fontcolor="black", label=""];
n38 [ shape=point ];
c1198:p1124:e -> n38:w [color="black", fontcolor="black", label=""];
n38:e -> c1201:p1130:w [color="black", fontcolor="black", label=""];
n38:e -> c1203:p1130:w [color="black", fontcolor="black", label=""];
c1137:p1124:e -> c1151:p1123:w [color="black", fontcolor="black", label=""];
c1533:p1124:e -> c1676:p1123:w [color="black", fontcolor="black", label=""];
n382 [ shape=point ];
c1534:p1124:e -> n382:w [color="black", fontcolor="black", label=""];
n382:e -> c1536:p1123:w [color="black", fontcolor="black", label=""];
n382:e -> c1677:p1123:w [color="black", fontcolor="black", label=""];
c1535:p1124:e -> c1536:p1130:w [color="black", fontcolor="black", label=""];
n384 [ shape=point ];
c1536:p1124:e -> n384:w [color="black", fontcolor="black", label=""];
n384:e -> c1537:p1123:w [color="black", fontcolor="black", label=""];
n384:e -> c1538:p1130:w [color="black", fontcolor="black", label=""];
n384:e -> c1540:p1130:w [color="black", fontcolor="black", label=""];
c1537:p1124:e -> c1539:p1130:w [color="black", fontcolor="black", label=""];
n386 [ shape=point ];
c1538:p1124:e -> n386:w [color="black", fontcolor="black", label=""];
n386:e -> c1542:p1123:w [color="black", fontcolor="black", label=""];
n386:e -> c1602:p1123:w [color="black", fontcolor="black", label=""];
n387 [ shape=point ];
c1539:p1124:e -> n387:w [color="black", fontcolor="black", label=""];
n387:e -> c1543:p1123:w [color="black", fontcolor="black", label=""];
n387:e -> c1603:p1123:w [color="black", fontcolor="black", label=""];
n388 [ shape=point ];
c1540:p1124:e -> n388:w [color="black", fontcolor="black", label=""];
n388:e -> c1541:p1123:w [color="black", fontcolor="black", label=""];
n388:e -> c1543:p1130:w [color="black", fontcolor="black", label=""];
c1541:p1124:e -> c1542:p1130:w [color="black", fontcolor="black", label=""];
n39 [ shape=point ];
c1199:p1124:e -> n39:w [color="black", fontcolor="black", label=""];
n39:e -> c1200:p1123:w [color="black", fontcolor="black", label=""];
n39:e -> c1240:p1123:w [color="black", fontcolor="black", label=""];
n39:e -> c1242:p1123:w [color="black", fontcolor="black", label=""];
n390 [ shape=point ];
c1542:p1124:e -> n390:w [color="black", fontcolor="black", label=""];
n390:e -> c1544:p1130:w [color="black", fontcolor="black", label=""];
n390:e -> c1547:p1130:w [color="black", fontcolor="black", label=""];
n391 [ shape=point ];
c1138:p1124:e -> n391:w [color="black", fontcolor="black", label=""];
n391:e -> c1146:p1123:w [color="black", fontcolor="black", label=""];
n391:e -> c1148:p1123:w [color="black", fontcolor="black", label=""];
n392 [ shape=point ];
c1543:p1124:e -> n392:w [color="black", fontcolor="black", label=""];
n392:e -> c1545:p1130:w [color="black", fontcolor="black", label=""];
n392:e -> c1546:p1130:w [color="black", fontcolor="black", label=""];
c1544:p1124:e -> c1548:p1123:w [color="black", fontcolor="black", label=""];
c1545:p1124:e -> c1549:p1123:w [color="black", fontcolor="black", label=""];
n395 [ shape=point ];
c1546:p1124:e -> n395:w [color="black", fontcolor="black", label=""];
n395:e -> c1548:p1130:w [color="black", fontcolor="black", label=""];
n395:e -> c1602:p1130:w [color="black", fontcolor="black", label=""];
n396 [ shape=point ];
c1547:p1124:e -> n396:w [color="black", fontcolor="black", label=""];
n396:e -> c1549:p1130:w [color="black", fontcolor="black", label=""];
n396:e -> c1603:p1130:w [color="black", fontcolor="black", label=""];
n397 [ shape=point ];
c1548:p1124:e -> n397:w [color="black", fontcolor="black", label=""];
n397:e -> c1551:p1130:w [color="black", fontcolor="black", label=""];
n397:e -> c1552:p1130:w [color="black", fontcolor="black", label=""];
n398 [ shape=point ];
c1549:p1124:e -> n398:w [color="black", fontcolor="black", label=""];
n398:e -> c1550:p1130:w [color="black", fontcolor="black", label=""];
n398:e -> c1553:p1130:w [color="black", fontcolor="black", label=""];
n399 [ shape=point ];
c1550:p1124:e -> n399:w [color="black", fontcolor="black", label=""];
n399:e -> c1554:p1123:w [color="black", fontcolor="black", label=""];
n399:e -> c1587:p1123:w [color="black", fontcolor="black", label=""];
n4 [ shape=point ];
x52:e -> n4:w [color="black", fontcolor="black", label=""];
n4:e -> c1158:p1130:w [color="black", fontcolor="black", label=""];
n4:e -> c1160:p1130:w [color="black", fontcolor="black", label=""];
n4:e -> c1246:p1123:w [color="black", fontcolor="black", label=""];
n4:e -> c1314:p1130:w [color="black", fontcolor="black", label=""];
n4:e -> c1315:p1123:w [color="black", fontcolor="black", label=""];
n4:e -> c1515:p1123:w [color="black", fontcolor="black", label=""];
n4:e -> c1590:p1123:w [color="black", fontcolor="black", label=""];
n4:e -> c1663:p1123:w [color="black", fontcolor="black", label=""];
n40 [ shape=point ];
c1200:p1124:e -> n40:w [color="black", fontcolor="black", label=""];
n40:e -> c1202:p1130:w [color="black", fontcolor="black", label=""];
n40:e -> c1241:p1123:w [color="black", fontcolor="black", label=""];
n400 [ shape=point ];
c1551:p1124:e -> n400:w [color="black", fontcolor="black", label=""];
n400:e -> c1555:p1123:w [color="black", fontcolor="black", label=""];
n400:e -> c1588:p1123:w [color="black", fontcolor="black", label=""];
c1552:p1124:e -> c1554:p1130:w [color="black", fontcolor="black", label=""];
n402 [ shape=point ];
c1139:p1124:e -> n402:w [color="black", fontcolor="black", label=""];
n402:e -> c1142:p1130:w [color="black", fontcolor="black", label=""];
n402:e -> c1144:p1130:w [color="black", fontcolor="black", label=""];
c1553:p1124:e -> c1555:p1130:w [color="black", fontcolor="black", label=""];
n404 [ shape=point ];
c1554:p1124:e -> n404:w [color="black", fontcolor="black", label=""];
n404:e -> c1556:p1130:w [color="black", fontcolor="black", label=""];
n404:e -> c1559:p1130:w [color="black", fontcolor="black", label=""];
n405 [ shape=point ];
c1555:p1124:e -> n405:w [color="black", fontcolor="black", label=""];
n405:e -> c1557:p1130:w [color="black", fontcolor="black", label=""];
n405:e -> c1558:p1130:w [color="black", fontcolor="black", label=""];
c1556:p1124:e -> c1560:p1123:w [color="black", fontcolor="black", label=""];
c1557:p1124:e -> c1561:p1123:w [color="black", fontcolor="black", label=""];
n408 [ shape=point ];
c1558:p1124:e -> n408:w [color="black", fontcolor="black", label=""];
n408:e -> c1560:p1130:w [color="black", fontcolor="black", label=""];
n408:e -> c1587:p1130:w [color="black", fontcolor="black", label=""];
n409 [ shape=point ];
c1559:p1124:e -> n409:w [color="black", fontcolor="black", label=""];
n409:e -> c1561:p1130:w [color="black", fontcolor="black", label=""];
n409:e -> c1588:p1130:w [color="black", fontcolor="black", label=""];
n41 [ shape=point ];
c1201:p1124:e -> n41:w [color="black", fontcolor="black", label=""];
n41:e -> c1205:p1123:w [color="black", fontcolor="black", label=""];
n41:e -> c1235:p1123:w [color="black", fontcolor="black", label=""];
c1560:p1124:e -> c1562:p1130:w [color="black", fontcolor="black", label=""];
c1561:p1124:e -> c1563:p1130:w [color="black", fontcolor="black", label=""];
n412 [ shape=point ];
c1562:p1124:e -> n412:w [color="black", fontcolor="black", label=""];
n412:e -> c1564:p1123:w [color="black", fontcolor="black", label=""];
n412:e -> c1584:p1123:w [color="black", fontcolor="black", label=""];
n413 [ shape=point ];
c1140:p1124:e -> n413:w [color="black", fontcolor="black", label=""];
n413:e -> c1141:p1123:w [color="black", fontcolor="black", label=""];
n413:e -> c1161:p1123:w [color="black", fontcolor="black", label=""];
n413:e -> c1163:p1123:w [color="black", fontcolor="black", label=""];
c1563:p1124:e -> c1564:p1130:w [color="black", fontcolor="black", label=""];
n415 [ shape=point ];
c1564:p1124:e -> n415:w [color="black", fontcolor="black", label=""];
n415:e -> c1565:p1123:w [color="black", fontcolor="black", label=""];
n415:e -> c1566:p1130:w [color="black", fontcolor="black", label=""];
n415:e -> c1568:p1130:w [color="black", fontcolor="black", label=""];
c1565:p1124:e -> c1569:p1130:w [color="black", fontcolor="black", label=""];
n417 [ shape=point ];
c1566:p1124:e -> n417:w [color="black", fontcolor="black", label=""];
n417:e -> c1567:p1123:w [color="black", fontcolor="black", label=""];
n417:e -> c1571:p1123:w [color="black", fontcolor="black", label=""];
c1567:p1124:e -> c1570:p1123:w [color="black", fontcolor="black", label=""];
c1568:p1124:e -> c1570:p1130:w [color="black", fontcolor="black", label=""];
n42 [ shape=point ];
c1202:p1124:e -> n42:w [color="black", fontcolor="black", label=""];
n42:e -> c1206:p1123:w [color="black", fontcolor="black", label=""];
n42:e -> c1236:p1123:w [color="black", fontcolor="black", label=""];
n420 [ shape=point ];
c1569:p1124:e -> n420:w [color="black", fontcolor="black", label=""];
n420:e -> c1571:p1130:w [color="black", fontcolor="black", label=""];
n420:e -> c1584:p1130:w [color="black", fontcolor="black", label=""];
n421 [ shape=point ];
c1570:p1124:e -> n421:w [color="black", fontcolor="black", label=""];
n421:e -> c1572:p1130:w [color="black", fontcolor="black", label=""];
n421:e -> c1575:p1130:w [color="black", fontcolor="black", label=""];
n422 [ shape=point ];
c1571:p1124:e -> n422:w [color="black", fontcolor="black", label=""];
n422:e -> c1573:p1130:w [color="black", fontcolor="black", label=""];
n422:e -> c1574:p1130:w [color="black", fontcolor="black", label=""];
c1572:p1124:e -> c1576:p1123:w [color="black", fontcolor="black", label=""];
c1141:p1124:e -> c1162:p1123:w [color="black", fontcolor="black", label=""];
c1573:p1124:e -> c1577:p1123:w [color="black", fontcolor="black", label=""];
n426 [ shape=point ];
c1574:p1124:e -> n426:w [color="black", fontcolor="black", label=""];
n426:e -> c1576:p1130:w [color="black", fontcolor="black", label=""];
n426:e -> c1582:p1123:w [color="black", fontcolor="black", label=""];
n427 [ shape=point ];
c1575:p1124:e -> n427:w [color="black", fontcolor="black", label=""];
n427:e -> c1577:p1130:w [color="black", fontcolor="black", label=""];
n427:e -> c1583:p1123:w [color="black", fontcolor="black", label=""];
n428 [ shape=point ];
c1576:p1124:e -> n428:w [color="black", fontcolor="black", label=""];
n428:e -> c1579:p1130:w [color="black", fontcolor="black", label=""];
n428:e -> c1580:p1130:w [color="black", fontcolor="black", label=""];
c1577:p1124:e -> c1578:p1130:w [color="black", fontcolor="black", label=""];
n43 [ shape=point ];
c1203:p1124:e -> n43:w [color="black", fontcolor="black", label=""];
n43:e -> c1204:p1123:w [color="black", fontcolor="black", label=""];
n43:e -> c1206:p1130:w [color="black", fontcolor="black", label=""];
n430 [ shape=point ];
c1578:p1124:e -> n430:w [color="black", fontcolor="black", label=""];
n430:e -> c1581:p1123:w [color="black", fontcolor="black", label=""];
n430:e -> c1582:p1130:w [color="black", fontcolor="black", label=""];
c1579:p1124:e -> c1583:p1130:w [color="black", fontcolor="black", label=""];
c1580:p1124:e -> c1581:p1130:w [color="black", fontcolor="black", label=""];
c1582:p1124:e -> c1652:p1123:w [color="black", fontcolor="black", label=""];
n434 [ shape=point ];
c1142:p1124:e -> n434:w [color="black", fontcolor="black", label=""];
n434:e -> c1143:p1123:w [color="black", fontcolor="black", label=""];
n434:e -> c1155:p1123:w [color="black", fontcolor="black", label=""];
n435 [ shape=point ];
c1583:p1124:e -> n435:w [color="black", fontcolor="black", label=""];
n435:e -> c1653:p1123:w [color="black", fontcolor="black", label=""];
n435:e -> c1654:p1123:w [color="black", fontcolor="black", label=""];
n436 [ shape=point ];
c1584:p1124:e -> n436:w [color="black", fontcolor="black", label=""];
n436:e -> c1585:p1123:w [color="black", fontcolor="black", label=""];
n436:e -> c1647:p1123:w [color="black", fontcolor="black", label=""];
c1585:p1124:e -> c1648:p1123:w [color="black", fontcolor="black", label=""];
n438 [ shape=point ];
c1586:p1124:e -> n438:w [color="black", fontcolor="black", label=""];
n438:e -> c1641:p1123:w [color="black", fontcolor="black", label=""];
n438:e -> c1643:p1123:w [color="black", fontcolor="black", label=""];
c1587:p1124:e -> c1639:p1123:w [color="black", fontcolor="black", label=""];
c1204:p1124:e -> c1205:p1130:w [color="black", fontcolor="black", label=""];
c1588:p1124:e -> c1638:p1123:w [color="black", fontcolor="black", label=""];
n441 [ shape=point ];
c1589:p1124:e -> n441:w [color="black", fontcolor="black", label=""];
n441:e -> c1596:p1123:w [color="black", fontcolor="black", label=""];
n441:e -> c1598:p1123:w [color="black", fontcolor="black", label=""];
n442 [ shape=point ];
c1590:p1124:e -> n442:w [color="black", fontcolor="black", label=""];
n442:e -> c1592:p1123:w [color="black", fontcolor="black", label=""];
n442:e -> c1594:p1123:w [color="black", fontcolor="black", label=""];
n443 [ shape=point ];
c1591:p1124:e -> n443:w [color="black", fontcolor="black", label=""];
n443:e -> c1592:p1130:w [color="black", fontcolor="black", label=""];
n443:e -> c1594:p1130:w [color="black", fontcolor="black", label=""];
n444 [ shape=point ];
c1592:p1124:e -> n444:w [color="black", fontcolor="black", label=""];
n444:e -> c1593:p1123:w [color="black", fontcolor="black", label=""];
n444:e -> c1660:p1123:w [color="black", fontcolor="black", label=""];
c1143:p1124:e -> c1145:p1123:w [color="black", fontcolor="black", label=""];
c1593:p1124:e -> c1595:p1123:w [color="black", fontcolor="black", label=""];
c1594:p1124:e -> c1595:p1130:w [color="black", fontcolor="black", label=""];
n448 [ shape=point ];
c1595:p1124:e -> n448:w [color="black", fontcolor="black", label=""];
n448:e -> c1596:p1130:w [color="black", fontcolor="black", label=""];
n448:e -> c1598:p1130:w [color="black", fontcolor="black", label=""];
n449 [ shape=point ];
c1596:p1124:e -> n449:w [color="black", fontcolor="black", label=""];
n449:e -> c1597:p1123:w [color="black", fontcolor="black", label=""];
n449:e -> c1600:p1123:w [color="black", fontcolor="black", label=""];
n449:e -> c1660:p1130:w [color="black", fontcolor="black", label=""];
n45 [ shape=point ];
c1205:p1124:e -> n45:w [color="black", fontcolor="black", label=""];
n45:e -> c1207:p1130:w [color="black", fontcolor="black", label=""];
n45:e -> c1210:p1130:w [color="black", fontcolor="black", label=""];
c1597:p1124:e -> c1601:p1123:w [color="black", fontcolor="black", label=""];
n451 [ shape=point ];
c1598:p1124:e -> n451:w [color="black", fontcolor="black", label=""];
n451:e -> c1599:p1123:w [color="black", fontcolor="black", label=""];
n451:e -> c1601:p1130:w [color="black", fontcolor="black", label=""];
c1599:p1124:e -> c1600:p1130:w [color="black", fontcolor="black", label=""];
n453 [ shape=point ];
c1600:p1124:e -> n453:w [color="black", fontcolor="black", label=""];
n453:e -> c1632:p1123:w [color="black", fontcolor="black", label=""];
n453:e -> c1635:p1123:w [color="black", fontcolor="black", label=""];
n454 [ shape=point ];
c1601:p1124:e -> n454:w [color="black", fontcolor="black", label=""];
n454:e -> c1633:p1123:w [color="black", fontcolor="black", label=""];
n454:e -> c1634:p1123:w [color="black", fontcolor="black", label=""];
n455 [ shape=point ];
c1602:p1124:e -> n455:w [color="black", fontcolor="black", label=""];
n455:e -> c1626:p1123:w [color="black", fontcolor="black", label=""];
n455:e -> c1629:p1123:w [color="black", fontcolor="black", label=""];
c1144:p1124:e -> c1145:p1130:w [color="black", fontcolor="black", label=""];
n457 [ shape=point ];
c1603:p1124:e -> n457:w [color="black", fontcolor="black", label=""];
n457:e -> c1627:p1123:w [color="black", fontcolor="black", label=""];
n457:e -> c1628:p1123:w [color="black", fontcolor="black", label=""];
n458 [ shape=point ];
c1604:p1124:e -> n458:w [color="black", fontcolor="black", label=""];
n458:e -> c1612:p1123:w [color="black", fontcolor="black", label=""];
n458:e -> c1614:p1123:w [color="black", fontcolor="black", label=""];
n459 [ shape=point ];
c1605:p1124:e -> n459:w [color="black", fontcolor="black", label=""];
n459:e -> c1610:p1130:w [color="black", fontcolor="black", label=""];
n459:e -> c1682:p1123:w [color="black", fontcolor="black", label=""];
n46 [ shape=point ];
c1206:p1124:e -> n46:w [color="black", fontcolor="black", label=""];
n46:e -> c1208:p1130:w [color="black", fontcolor="black", label=""];
n46:e -> c1209:p1130:w [color="black", fontcolor="black", label=""];
n460 [ shape=point ];
c1606:p1124:e -> n460:w [color="black", fontcolor="black", label=""];
n460:e -> c1607:p1123:w [color="black", fontcolor="black", label=""];
n460:e -> c1608:p1130:w [color="black", fontcolor="black", label=""];
n460:e -> c1684:p1123:w [color="black", fontcolor="black", label=""];
n460:e -> c1750:p1123:w [color="black", fontcolor="black", label=""];
c1607:p1124:e -> c1751:p1123:w [color="black", fontcolor="black", label=""];
n462 [ shape=point ];
c1608:p1124:e -> n462:w [color="black", fontcolor="black", label=""];
n462:e -> c1609:p1123:w [color="black", fontcolor="black", label=""];
n462:e -> c1665:p1123:w [color="black", fontcolor="black", label=""];
c1609:p1124:e -> c1611:p1123:w [color="black", fontcolor="black", label=""];
c1610:p1124:e -> c1611:p1130:w [color="black", fontcolor="black", label=""];
n465 [ shape=point ];
c1611:p1124:e -> n465:w [color="black", fontcolor="black", label=""];
n465:e -> c1612:p1130:w [color="black", fontcolor="black", label=""];
n465:e -> c1614:p1130:w [color="black", fontcolor="black", label=""];
n466 [ shape=point ];
c1612:p1124:e -> n466:w [color="black", fontcolor="black", label=""];
n466:e -> c1613:p1123:w [color="black", fontcolor="black", label=""];
n466:e -> c1617:p1123:w [color="black", fontcolor="black", label=""];
n467 [ shape=point ];
c1145:p1124:e -> n467:w [color="black", fontcolor="black", label=""];
n467:e -> c1146:p1130:w [color="black", fontcolor="black", label=""];
n467:e -> c1148:p1130:w [color="black", fontcolor="black", label=""];
c1613:p1124:e -> c1616:p1123:w [color="black", fontcolor="black", label=""];
n469 [ shape=point ];
c1614:p1124:e -> n469:w [color="black", fontcolor="black", label=""];
n469:e -> c1615:p1123:w [color="black", fontcolor="black", label=""];
n469:e -> c1616:p1130:w [color="black", fontcolor="black", label=""];
n469:e -> c1665:p1130:w [color="black", fontcolor="black", label=""];
c1207:p1124:e -> c1211:p1123:w [color="black", fontcolor="black", label=""];
c1615:p1124:e -> c1617:p1130:w [color="black", fontcolor="black", label=""];
n471 [ shape=point ];
c1616:p1124:e -> n471:w [color="black", fontcolor="black", label=""];
n471:e -> c1620:p1123:w [color="black", fontcolor="black", label=""];
n471:e -> c1623:p1123:w [color="black", fontcolor="black", label=""];
n472 [ shape=point ];
c1617:p1124:e -> n472:w [color="black", fontcolor="black", label=""];
n472:e -> c1621:p1123:w [color="black", fontcolor="black", label=""];
n472:e -> c1622:p1123:w [color="black", fontcolor="black", label=""];
n473 [ shape=point ];
c1618:p1124:e -> n473:w [color="black", fontcolor="black", label=""];
n473:e -> c1620:p1130:w [color="black", fontcolor="black", label=""];
n473:e -> c1623:p1130:w [color="black", fontcolor="black", label=""];
n474 [ shape=point ];
c1619:p1124:e -> n474:w [color="black", fontcolor="black", label=""];
n474:e -> c1621:p1130:w [color="black", fontcolor="black", label=""];
n474:e -> c1622:p1130:w [color="black", fontcolor="black", label=""];
c1620:p1124:e -> c1624:p1123:w [color="black", fontcolor="black", label=""];
c1621:p1124:e -> c1625:p1123:w [color="black", fontcolor="black", label=""];
n477 [ shape=point ];
c1622:p1124:e -> n477:w [color="black", fontcolor="black", label=""];
n477:e -> c1624:p1130:w [color="black", fontcolor="black", label=""];
n477:e -> c1676:p1130:w [color="black", fontcolor="black", label=""];
c1146:p1124:e -> c1147:p1123:w [color="black", fontcolor="black", label=""];
n479 [ shape=point ];
c1623:p1124:e -> n479:w [color="black", fontcolor="black", label=""];
n479:e -> c1625:p1130:w [color="black", fontcolor="black", label=""];
n479:e -> c1677:p1130:w [color="black", fontcolor="black", label=""];
c1208:p1124:e -> c1212:p1123:w [color="black", fontcolor="black", label=""];
n480 [ shape=point ];
c1624:p1124:e -> n480:w [color="black", fontcolor="black", label=""];
n480:e -> c1627:p1130:w [color="black", fontcolor="black", label=""];
n480:e -> c1628:p1130:w [color="black", fontcolor="black", label=""];
n481 [ shape=point ];
c1625:p1124:e -> n481:w [color="black", fontcolor="black", label=""];
n481:e -> c1626:p1130:w [color="black", fontcolor="black", label=""];
n481:e -> c1629:p1130:w [color="black", fontcolor="black", label=""];
n482 [ shape=point ];
c1626:p1124:e -> n482:w [color="black", fontcolor="black", label=""];
n482:e -> c1630:p1123:w [color="black", fontcolor="black", label=""];
n482:e -> c1661:p1123:w [color="black", fontcolor="black", label=""];
n483 [ shape=point ];
c1627:p1124:e -> n483:w [color="black", fontcolor="black", label=""];
n483:e -> c1631:p1123:w [color="black", fontcolor="black", label=""];
n483:e -> c1662:p1123:w [color="black", fontcolor="black", label=""];
c1628:p1124:e -> c1630:p1130:w [color="black", fontcolor="black", label=""];
c1629:p1124:e -> c1631:p1130:w [color="black", fontcolor="black", label=""];
n486 [ shape=point ];
c1630:p1124:e -> n486:w [color="black", fontcolor="black", label=""];
n486:e -> c1632:p1130:w [color="black", fontcolor="black", label=""];
n486:e -> c1635:p1130:w [color="black", fontcolor="black", label=""];
n487 [ shape=point ];
c1631:p1124:e -> n487:w [color="black", fontcolor="black", label=""];
n487:e -> c1633:p1130:w [color="black", fontcolor="black", label=""];
n487:e -> c1634:p1130:w [color="black", fontcolor="black", label=""];
c1632:p1124:e -> c1636:p1123:w [color="black", fontcolor="black", label=""];
c1147:p1124:e -> c1149:p1123:w [color="black", fontcolor="black", label=""];
n49 [ shape=point ];
c1209:p1124:e -> n49:w [color="black", fontcolor="black", label=""];
n49:e -> c1211:p1130:w [color="black", fontcolor="black", label=""];
n49:e -> c1235:p1130:w [color="black", fontcolor="black", label=""];
c1633:p1124:e -> c1637:p1123:w [color="black", fontcolor="black", label=""];
n491 [ shape=point ];
c1634:p1124:e -> n491:w [color="black", fontcolor="black", label=""];
n491:e -> c1636:p1130:w [color="black", fontcolor="black", label=""];
n491:e -> c1661:p1130:w [color="black", fontcolor="black", label=""];
n492 [ shape=point ];
c1635:p1124:e -> n492:w [color="black", fontcolor="black", label=""];
n492:e -> c1637:p1130:w [color="black", fontcolor="black", label=""];
n492:e -> c1662:p1130:w [color="black", fontcolor="black", label=""];
c1636:p1124:e -> c1638:p1130:w [color="black", fontcolor="black", label=""];
c1637:p1124:e -> c1639:p1130:w [color="black", fontcolor="black", label=""];
n495 [ shape=point ];
c1638:p1124:e -> n495:w [color="black", fontcolor="black", label=""];
n495:e -> c1640:p1123:w [color="black", fontcolor="black", label=""];
n495:e -> c1658:p1123:w [color="black", fontcolor="black", label=""];
c1639:p1124:e -> c1640:p1130:w [color="black", fontcolor="black", label=""];
n497 [ shape=point ];
c1640:p1124:e -> n497:w [color="black", fontcolor="black", label=""];
n497:e -> c1641:p1130:w [color="black", fontcolor="black", label=""];
n497:e -> c1643:p1130:w [color="black", fontcolor="black", label=""];
n498 [ shape=point ];
c1641:p1124:e -> n498:w [color="black", fontcolor="black", label=""];
n498:e -> c1642:p1123:w [color="black", fontcolor="black", label=""];
n498:e -> c1645:p1123:w [color="black", fontcolor="black", label=""];
c1642:p1124:e -> c1658:p1130:w [color="black", fontcolor="black", label=""];
n5 [ shape=point ];
x49:e -> n5:w [color="black", fontcolor="black", label=""];
n5:e -> c1198:p1123:w [color="black", fontcolor="black", label=""];
n5:e -> c1199:p1123:w [color="black", fontcolor="black", label=""];
n5:e -> c1330:p1123:w [color="black", fontcolor="black", label=""];
n5:e -> c1411:p1130:w [color="black", fontcolor="black", label=""];
n5:e -> c1412:p1123:w [color="black", fontcolor="black", label=""];
n5:e -> c1604:p1123:w [color="black", fontcolor="black", label=""];
n5:e -> c1664:p1123:w [color="black", fontcolor="black", label=""];
n5:e -> c1731:p1123:w [color="black", fontcolor="black", label=""];
n50 [ shape=point ];
c1210:p1124:e -> n50:w [color="black", fontcolor="black", label=""];
n50:e -> c1212:p1130:w [color="black", fontcolor="black", label=""];
n50:e -> c1236:p1130:w [color="black", fontcolor="black", label=""];
n500 [ shape=point ];
c1148:p1124:e -> n500:w [color="black", fontcolor="black", label=""];
n500:e -> c1149:p1130:w [color="black", fontcolor="black", label=""];
n500:e -> c1155:p1130:w [color="black", fontcolor="black", label=""];
c1643:p1124:e -> c1644:p1123:w [color="black", fontcolor="black", label=""];
c1644:p1124:e -> c1645:p1130:w [color="black", fontcolor="black", label=""];
n503 [ shape=point ];
c1645:p1124:e -> n503:w [color="black", fontcolor="black", label=""];
n503:e -> c1646:p1123:w [color="black", fontcolor="black", label=""];
n503:e -> c1647:p1130:w [color="black", fontcolor="black", label=""];
c1646:p1124:e -> c1648:p1130:w [color="black", fontcolor="black", label=""];
c1647:p1124:e -> c1650:p1123:w [color="black", fontcolor="black", label=""];
n506 [ shape=point ];
c1648:p1124:e -> n506:w [color="black", fontcolor="black", label=""];
n506:e -> c1649:p1123:w [color="black", fontcolor="black", label=""];
n506:e -> c1650:p1130:w [color="black", fontcolor="black", label=""];
n506:e -> c1656:p1123:w [color="black", fontcolor="black", label=""];
c1649:p1124:e -> c1657:p1123:w [color="black", fontcolor="black", label=""];
n508 [ shape=point ];
c1650:p1124:e -> n508:w [color="black", fontcolor="black", label=""];
n508:e -> c1651:p1123:w [color="black", fontcolor="black", label=""];
n508:e -> c1653:p1130:w [color="black", fontcolor="black", label=""];
n508:e -> c1654:p1130:w [color="black", fontcolor="black", label=""];
c1651:p1124:e -> c1652:p1130:w [color="black", fontcolor="black", label=""];
n51 [ shape=point ];
c1211:p1124:e -> n51:w [color="black", fontcolor="black", label=""];
n51:e -> c1214:p1130:w [color="black", fontcolor="black", label=""];
n51:e -> c1215:p1130:w [color="black", fontcolor="black", label=""];
n510 [ shape=point ];
c1652:p1124:e -> n510:w [color="black", fontcolor="black", label=""];
n510:e -> c1655:p1123:w [color="black", fontcolor="black", label=""];
n510:e -> c1656:p1130:w [color="black", fontcolor="black", label=""];
n511 [ shape=point ];
c1149:p1124:e -> n511:w [color="black", fontcolor="black", label=""];
n511:e -> c1150:p1123:w [color="black", fontcolor="black", label=""];
n511:e -> c1881:p1130:w [color="black", fontcolor="black", label=""];
c1653:p1124:e -> c1657:p1130:w [color="black", fontcolor="black", label=""];
c1654:p1124:e -> c1655:p1130:w [color="black", fontcolor="black", label=""];
c1656:p1124:e -> c1720:p1123:w [color="black", fontcolor="black", label=""];
n515 [ shape=point ];
c1657:p1124:e -> n515:w [color="black", fontcolor="black", label=""];
n515:e -> c1721:p1123:w [color="black", fontcolor="black", label=""];
n515:e -> c1722:p1123:w [color="black", fontcolor="black", label=""];
n516 [ shape=point ];
c1658:p1124:e -> n516:w [color="black", fontcolor="black", label=""];
n516:e -> c1659:p1123:w [color="black", fontcolor="black", label=""];
n516:e -> c1715:p1123:w [color="black", fontcolor="black", label=""];
c1659:p1124:e -> c1716:p1123:w [color="black", fontcolor="black", label=""];
n518 [ shape=point ];
c1660:p1124:e -> n518:w [color="black", fontcolor="black", label=""];
n518:e -> c1709:p1123:w [color="black", fontcolor="black", label=""];
n518:e -> c1711:p1123:w [color="black", fontcolor="black", label=""];
c1661:p1124:e -> c1707:p1123:w [color="black", fontcolor="black", label=""];
n52 [ shape=point ];
c1212:p1124:e -> n52:w [color="black", fontcolor="black", label=""];
n52:e -> c1213:p1130:w [color="black", fontcolor="black", label=""];
n52:e -> c1216:p1130:w [color="black", fontcolor="black", label=""];
c1662:p1124:e -> c1706:p1123:w [color="black", fontcolor="black", label=""];
c1150:p1124:e -> c1151:p1130:w [color="black", fontcolor="black", label=""];
n522 [ shape=point ];
c1663:p1124:e -> n522:w [color="black", fontcolor="black", label=""];
n522:e -> c1670:p1123:w [color="black", fontcolor="black", label=""];
n522:e -> c1672:p1123:w [color="black", fontcolor="black", label=""];
n523 [ shape=point ];
c1664:p1124:e -> n523:w [color="black", fontcolor="black", label=""];
n523:e -> c1666:p1123:w [color="black", fontcolor="black", label=""];
n523:e -> c1668:p1123:w [color="black", fontcolor="black", label=""];
n524 [ shape=point ];
c1665:p1124:e -> n524:w [color="black", fontcolor="black", label=""];
n524:e -> c1666:p1130:w [color="black", fontcolor="black", label=""];
n524:e -> c1668:p1130:w [color="black", fontcolor="black", label=""];
n525 [ shape=point ];
c1666:p1124:e -> n525:w [color="black", fontcolor="black", label=""];
n525:e -> c1667:p1123:w [color="black", fontcolor="black", label=""];
n525:e -> c1728:p1123:w [color="black", fontcolor="black", label=""];
c1667:p1124:e -> c1669:p1123:w [color="black", fontcolor="black", label=""];
c1668:p1124:e -> c1669:p1130:w [color="black", fontcolor="black", label=""];
n528 [ shape=point ];
c1669:p1124:e -> n528:w [color="black", fontcolor="black", label=""];
n528:e -> c1670:p1130:w [color="black", fontcolor="black", label=""];
n528:e -> c1672:p1130:w [color="black", fontcolor="black", label=""];
n529 [ shape=point ];
c1670:p1124:e -> n529:w [color="black", fontcolor="black", label=""];
n529:e -> c1671:p1123:w [color="black", fontcolor="black", label=""];
n529:e -> c1674:p1123:w [color="black", fontcolor="black", label=""];
n529:e -> c1728:p1130:w [color="black", fontcolor="black", label=""];
n53 [ shape=point ];
c1213:p1124:e -> n53:w [color="black", fontcolor="black", label=""];
n53:e -> c1217:p1123:w [color="black", fontcolor="black", label=""];
n53:e -> c1233:p1123:w [color="black", fontcolor="black", label=""];
c1671:p1124:e -> c1675:p1123:w [color="black", fontcolor="black", label=""];
n531 [ shape=point ];
c1672:p1124:e -> n531:w [color="black", fontcolor="black", label=""];
n531:e -> c1673:p1123:w [color="black", fontcolor="black", label=""];
n531:e -> c1675:p1130:w [color="black", fontcolor="black", label=""];
n532 [ shape=point ];
c1151:p1124:e -> n532:w [color="black", fontcolor="black", label=""];
n532:e -> c1152:p1123:w [color="black", fontcolor="black", label=""];
n532:e -> c1182:p1123:w [color="black", fontcolor="black", label=""];
n532:e -> c1882:p1123:w [color="black", fontcolor="black", label=""];
c1673:p1124:e -> c1674:p1130:w [color="black", fontcolor="black", label=""];
n534 [ shape=point ];
c1674:p1124:e -> n534:w [color="black", fontcolor="black", label=""];
n534:e -> c1700:p1123:w [color="black", fontcolor="black", label=""];
n534:e -> c1703:p1123:w [color="black", fontcolor="black", label=""];
n535 [ shape=point ];
c1675:p1124:e -> n535:w [color="black", fontcolor="black", label=""];
n535:e -> c1701:p1123:w [color="black", fontcolor="black", label=""];
n535:e -> c1702:p1123:w [color="black", fontcolor="black", label=""];
n536 [ shape=point ];
c1676:p1124:e -> n536:w [color="black", fontcolor="black", label=""];
n536:e -> c1694:p1123:w [color="black", fontcolor="black", label=""];
n536:e -> c1697:p1123:w [color="black", fontcolor="black", label=""];
n537 [ shape=point ];
c1677:p1124:e -> n537:w [color="black", fontcolor="black", label=""];
n537:e -> c1695:p1123:w [color="black", fontcolor="black", label=""];
n537:e -> c1696:p1123:w [color="black", fontcolor="black", label=""];
n538 [ shape=point ];
c1678:p1124:e -> n538:w [color="black", fontcolor="black", label=""];
n538:e -> c1679:p1123:w [color="black", fontcolor="black", label=""];
n538:e -> c1688:p1123:w [color="black", fontcolor="black", label=""];
n538:e -> c1691:p1123:w [color="black", fontcolor="black", label=""];
c1679:p1124:e -> c1690:p1123:w [color="black", fontcolor="black", label=""];
n54 [ shape=point ];
c1214:p1124:e -> n54:w [color="black", fontcolor="black", label=""];
n54:e -> c1218:p1123:w [color="black", fontcolor="black", label=""];
n54:e -> c1234:p1123:w [color="black", fontcolor="black", label=""];
c1680:p1124:e -> c1684:p1130:w [color="black", fontcolor="black", label=""];
n541 [ shape=point ];
c1681:p1124:e -> n541:w [color="black", fontcolor="black", label=""];
n541:e -> c1682:p1130:w [color="black", fontcolor="black", label=""];
n541:e -> c1752:p1123:w [color="black", fontcolor="black", label=""];
n542 [ shape=point ];
c1682:p1124:e -> n542:w [color="black", fontcolor="black", label=""];
n542:e -> c1683:p1123:w [color="black", fontcolor="black", label=""];
n542:e -> c1686:p1123:w [color="black", fontcolor="black", label=""];
n542:e -> c1734:p1123:w [color="black", fontcolor="black", label=""];
c1152:p1124:e -> c1180:p1123:w [color="black", fontcolor="black", label=""];
c1683:p1124:e -> c1687:p1123:w [color="black", fontcolor="black", label=""];
n545 [ shape=point ];
c1684:p1124:e -> n545:w [color="black", fontcolor="black", label=""];
n545:e -> c1685:p1123:w [color="black", fontcolor="black", label=""];
n545:e -> c1687:p1130:w [color="black", fontcolor="black", label=""];
c1685:p1124:e -> c1686:p1130:w [color="black", fontcolor="black", label=""];
c1686:p1124:e -> c1690:p1130:w [color="black", fontcolor="black", label=""];
n548 [ shape=point ];
c1687:p1124:e -> n548:w [color="black", fontcolor="black", label=""];
n548:e -> c1688:p1130:w [color="black", fontcolor="black", label=""];
n548:e -> c1691:p1130:w [color="black", fontcolor="black", label=""];
n549 [ shape=point ];
c1688:p1124:e -> n549:w [color="black", fontcolor="black", label=""];
n549:e -> c1689:p1123:w [color="black", fontcolor="black", label=""];
n549:e -> c1692:p1123:w [color="black", fontcolor="black", label=""];
n549:e -> c1734:p1130:w [color="black", fontcolor="black", label=""];
c1215:p1124:e -> c1217:p1130:w [color="black", fontcolor="black", label=""];
c1689:p1124:e -> c1693:p1123:w [color="black", fontcolor="black", label=""];
c1690:p1124:e -> c1692:p1130:w [color="black", fontcolor="black", label=""];
c1691:p1124:e -> c1693:p1130:w [color="black", fontcolor="black", label=""];
n553 [ shape=point ];
c1692:p1124:e -> n553:w [color="black", fontcolor="black", label=""];
n553:e -> c1695:p1130:w [color="black", fontcolor="black", label=""];
n553:e -> c1696:p1130:w [color="black", fontcolor="black", label=""];
n554 [ shape=point ];
c1153:p1124:e -> n554:w [color="black", fontcolor="black", label=""];
n554:e -> c1154:p1123:w [color="black", fontcolor="black", label=""];
n554:e -> c1175:p1123:w [color="black", fontcolor="black", label=""];
n554:e -> c1177:p1123:w [color="black", fontcolor="black", label=""];
n554:e -> c1189:p1123:w [color="black", fontcolor="black", label=""];
n555 [ shape=point ];
c1693:p1124:e -> n555:w [color="black", fontcolor="black", label=""];
n555:e -> c1694:p1130:w [color="black", fontcolor="black", label=""];
n555:e -> c1697:p1130:w [color="black", fontcolor="black", label=""];
n556 [ shape=point ];
c1694:p1124:e -> n556:w [color="black", fontcolor="black", label=""];
n556:e -> c1698:p1123:w [color="black", fontcolor="black", label=""];
n556:e -> c1729:p1123:w [color="black", fontcolor="black", label=""];
n557 [ shape=point ];
c1695:p1124:e -> n557:w [color="black", fontcolor="black", label=""];
n557:e -> c1699:p1123:w [color="black", fontcolor="black", label=""];
n557:e -> c1730:p1123:w [color="black", fontcolor="black", label=""];
c1696:p1124:e -> c1698:p1130:w [color="black", fontcolor="black", label=""];
c1697:p1124:e -> c1699:p1130:w [color="black", fontcolor="black", label=""];
c1216:p1124:e -> c1218:p1130:w [color="black", fontcolor="black", label=""];
n560 [ shape=point ];
c1698:p1124:e -> n560:w [color="black", fontcolor="black", label=""];
n560:e -> c1700:p1130:w [color="black", fontcolor="black", label=""];
n560:e -> c1703:p1130:w [color="black", fontcolor="black", label=""];
n561 [ shape=point ];
c1699:p1124:e -> n561:w [color="black", fontcolor="black", label=""];
n561:e -> c1701:p1130:w [color="black", fontcolor="black", label=""];
n561:e -> c1702:p1130:w [color="black", fontcolor="black", label=""];
c1700:p1124:e -> c1704:p1123:w [color="black", fontcolor="black", label=""];
c1701:p1124:e -> c1705:p1123:w [color="black", fontcolor="black", label=""];
n564 [ shape=point ];
c1702:p1124:e -> n564:w [color="black", fontcolor="black", label=""];
n564:e -> c1704:p1130:w [color="black", fontcolor="black", label=""];
n564:e -> c1729:p1130:w [color="black", fontcolor="black", label=""];
c1154:p1124:e -> c1190:p1123:w [color="black", fontcolor="black", label=""];
n566 [ shape=point ];
c1703:p1124:e -> n566:w [color="black", fontcolor="black", label=""];
n566:e -> c1705:p1130:w [color="black", fontcolor="black", label=""];
n566:e -> c1730:p1130:w [color="black", fontcolor="black", label=""];
c1704:p1124:e -> c1706:p1130:w [color="black", fontcolor="black", label=""];
c1705:p1124:e -> c1707:p1130:w [color="black", fontcolor="black", label=""];
n569 [ shape=point ];
c1706:p1124:e -> n569:w [color="black", fontcolor="black", label=""];
n569:e -> c1708:p1123:w [color="black", fontcolor="black", label=""];
n569:e -> c1726:p1123:w [color="black", fontcolor="black", label=""];
c1217:p1124:e -> c1221:p1130:w [color="black", fontcolor="black", label=""];
c1707:p1124:e -> c1708:p1130:w [color="black", fontcolor="black", label=""];
n571 [ shape=point ];
c1708:p1124:e -> n571:w [color="black", fontcolor="black", label=""];
n571:e -> c1709:p1130:w [color="black", fontcolor="black", label=""];
n571:e -> c1711:p1130:w [color="black", fontcolor="black", label=""];
c1709:p1124:e -> c1710:p1123:w [color="black", fontcolor="black", label=""];
c1710:p1124:e -> c1713:p1123:w [color="black", fontcolor="black", label=""];
n574 [ shape=point ];
c1711:p1124:e -> n574:w [color="black", fontcolor="black", label=""];
n574:e -> c1712:p1123:w [color="black", fontcolor="black", label=""];
n574:e -> c1713:p1130:w [color="black", fontcolor="black", label=""];
c1712:p1124:e -> c1726:p1130:w [color="black", fontcolor="black", label=""];
n576 [ shape=point ];
c1155:p1124:e -> n576:w [color="black", fontcolor="black", label=""];
n576:e -> c1171:p1123:w [color="black", fontcolor="black", label=""];
n576:e -> c1173:p1123:w [color="black", fontcolor="black", label=""];
n577 [ shape=point ];
c1713:p1124:e -> n577:w [color="black", fontcolor="black", label=""];
n577:e -> c1714:p1123:w [color="black", fontcolor="black", label=""];
n577:e -> c1715:p1130:w [color="black", fontcolor="black", label=""];
c1714:p1124:e -> c1716:p1130:w [color="black", fontcolor="black", label=""];
c1715:p1124:e -> c1718:p1123:w [color="black", fontcolor="black", label=""];
n58 [ shape=point ];
c1218:p1124:e -> n58:w [color="black", fontcolor="black", label=""];
n58:e -> c1219:p1130:w [color="black", fontcolor="black", label=""];
n58:e -> c1220:p1130:w [color="black", fontcolor="black", label=""];
n580 [ shape=point ];
c1716:p1124:e -> n580:w [color="black", fontcolor="black", label=""];
n580:e -> c1717:p1123:w [color="black", fontcolor="black", label=""];
n580:e -> c1718:p1130:w [color="black", fontcolor="black", label=""];
n580:e -> c1724:p1123:w [color="black", fontcolor="black", label=""];
c1717:p1124:e -> c1725:p1123:w [color="black", fontcolor="black", label=""];
n582 [ shape=point ];
c1718:p1124:e -> n582:w [color="black", fontcolor="black", label=""];
n582:e -> c1719:p1123:w [color="black", fontcolor="black", label=""];
n582:e -> c1721:p1130:w [color="black", fontcolor="black", label=""];
n582:e -> c1722:p1130:w [color="black", fontcolor="black", label=""];
c1719:p1124:e -> c1720:p1130:w [color="black", fontcolor="black", label=""];
n584 [ shape=point ];
c1720:p1124:e -> n584:w [color="black", fontcolor="black", label=""];
n584:e -> c1723:p1123:w [color="black", fontcolor="black", label=""];
n584:e -> c1724:p1130:w [color="black", fontcolor="black", label=""];
c1721:p1124:e -> c1725:p1130:w [color="black", fontcolor="black", label=""];
c1722:p1124:e -> c1723:p1130:w [color="black", fontcolor="black", label=""];
n587 [ shape=point ];
c1156:p1124:e -> n587:w [color="black", fontcolor="black", label=""];
n587:e -> c1157:p1123:w [color="black", fontcolor="black", label=""];
n587:e -> c1167:p1123:w [color="black", fontcolor="black", label=""];
n587:e -> c1168:p1123:w [color="black", fontcolor="black", label=""];
c1724:p1124:e -> c1775:p1123:w [color="black", fontcolor="black", label=""];
n589 [ shape=point ];
c1725:p1124:e -> n589:w [color="black", fontcolor="black", label=""];
n589:e -> c1776:p1123:w [color="black", fontcolor="black", label=""];
n589:e -> c1777:p1123:w [color="black", fontcolor="black", label=""];
c1219:p1124:e -> c1222:p1123:w [color="black", fontcolor="black", label=""];
n590 [ shape=point ];
c1726:p1124:e -> n590:w [color="black", fontcolor="black", label=""];
n590:e -> c1727:p1123:w [color="black", fontcolor="black", label=""];
n590:e -> c1770:p1123:w [color="black", fontcolor="black", label=""];
c1727:p1124:e -> c1771:p1123:w [color="black", fontcolor="black", label=""];
n592 [ shape=point ];
c1728:p1124:e -> n592:w [color="black", fontcolor="black", label=""];
n592:e -> c1764:p1123:w [color="black", fontcolor="black", label=""];
n592:e -> c1766:p1123:w [color="black", fontcolor="black", label=""];
c1729:p1124:e -> c1762:p1123:w [color="black", fontcolor="black", label=""];
c1730:p1124:e -> c1761:p1123:w [color="black", fontcolor="black", label=""];
n595 [ shape=point ];
c1731:p1124:e -> n595:w [color="black", fontcolor="black", label=""];
n595:e -> c1732:p1123:w [color="black", fontcolor="black", label=""];
n595:e -> c1741:p1123:w [color="black", fontcolor="black", label=""];
n595:e -> c1744:p1123:w [color="black", fontcolor="black", label=""];
c1732:p1124:e -> c1743:p1123:w [color="black", fontcolor="black", label=""];
c1157:p1124:e -> c1169:p1123:w [color="black", fontcolor="black", label=""];
n598 [ shape=point ];
c1733:p1124:e -> n598:w [color="black", fontcolor="black", label=""];
n598:e -> c1735:p1123:w [color="black", fontcolor="black", label=""];
n598:e -> c1737:p1123:w [color="black", fontcolor="black", label=""];
n599 [ shape=point ];
c1734:p1124:e -> n599:w [color="black", fontcolor="black", label=""];
n599:e -> c1735:p1130:w [color="black", fontcolor="black", label=""];
n599:e -> c1737:p1130:w [color="black", fontcolor="black", label=""];
n6 [ shape=point ];
x59:e -> n6:w [color="black", fontcolor="black", label=""];
n6:e -> c1237:p1130:w [color="black", fontcolor="black", label=""];
n6:e -> c1239:p1130:w [color="black", fontcolor="black", label=""];
n6:e -> c1427:p1130:w [color="black", fontcolor="black", label=""];
n6:e -> c1516:p1130:w [color="black", fontcolor="black", label=""];
n6:e -> c1517:p1130:w [color="black", fontcolor="black", label=""];
n6:e -> c1678:p1123:w [color="black", fontcolor="black", label=""];
n6:e -> c1733:p1123:w [color="black", fontcolor="black", label=""];
n6:e -> c1784:p1123:w [color="black", fontcolor="black", label=""];
c1220:p1124:e -> c1233:p1130:w [color="black", fontcolor="black", label=""];
n600 [ shape=point ];
c1735:p1124:e -> n600:w [color="black", fontcolor="black", label=""];
n600:e -> c1736:p1123:w [color="black", fontcolor="black", label=""];
n600:e -> c1739:p1123:w [color="black", fontcolor="black", label=""];
n600:e -> c1783:p1123:w [color="black", fontcolor="black", label=""];
c1736:p1124:e -> c1740:p1123:w [color="black", fontcolor="black", label=""];
n602 [ shape=point ];
c1737:p1124:e -> n602:w [color="black", fontcolor="black", label=""];
n602:e -> c1738:p1123:w [color="black", fontcolor="black", label=""];
n602:e -> c1740:p1130:w [color="black", fontcolor="black", label=""];
c1738:p1124:e -> c1739:p1130:w [color="black", fontcolor="black", label=""];
c1739:p1124:e -> c1743:p1130:w [color="black", fontcolor="black", label=""];
n605 [ shape=point ];
c1740:p1124:e -> n605:w [color="black", fontcolor="black", label=""];
n605:e -> c1741:p1130:w [color="black", fontcolor="black", label=""];
n605:e -> c1744:p1130:w [color="black", fontcolor="black", label=""];
n606 [ shape=point ];
c1741:p1124:e -> n606:w [color="black", fontcolor="black", label=""];
n606:e -> c1742:p1123:w [color="black", fontcolor="black", label=""];
n606:e -> c1745:p1123:w [color="black", fontcolor="black", label=""];
n606:e -> c1783:p1130:w [color="black", fontcolor="black", label=""];
c1742:p1124:e -> c1746:p1123:w [color="black", fontcolor="black", label=""];
n608 [ shape=point ];
c1158:p1124:e -> n608:w [color="black", fontcolor="black", label=""];
n608:e -> c1159:p1123:w [color="black", fontcolor="black", label=""];
n608:e -> c1161:p1130:w [color="black", fontcolor="black", label=""];
n608:e -> c1163:p1130:w [color="black", fontcolor="black", label=""];
c1743:p1124:e -> c1745:p1130:w [color="black", fontcolor="black", label=""];
n61 [ shape=point ];
c1221:p1124:e -> n61:w [color="black", fontcolor="black", label=""];
n61:e -> c1222:p1130:w [color="black", fontcolor="black", label=""];
n61:e -> c1234:p1130:w [color="black", fontcolor="black", label=""];
c1744:p1124:e -> c1746:p1130:w [color="black", fontcolor="black", label=""];
c1745:p1124:e -> c1757:p1123:w [color="black", fontcolor="black", label=""];
c1746:p1124:e -> c1756:p1123:w [color="black", fontcolor="black", label=""];
c1747:p1124:e -> c1752:p1130:w [color="black", fontcolor="black", label=""];
n614 [ shape=point ];
c1748:p1124:e -> n614:w [color="black", fontcolor="black", label=""];
n614:e -> c1751:p1130:w [color="black", fontcolor="black", label=""];
n614:e -> c1801:p1123:w [color="black", fontcolor="black", label=""];
n615 [ shape=point ];
c1749:p1124:e -> n615:w [color="black", fontcolor="black", label=""];
n615:e -> c1750:p1130:w [color="black", fontcolor="black", label=""];
n615:e -> c1799:p1123:w [color="black", fontcolor="black", label=""];
n615:e -> c1800:p1123:w [color="black", fontcolor="black", label=""];
n616 [ shape=point ];
c1750:p1124:e -> n616:w [color="black", fontcolor="black", label=""];
n616:e -> c1754:p1123:w [color="black", fontcolor="black", label=""];
n616:e -> c1786:p1130:w [color="black", fontcolor="black", label=""];
n617 [ shape=point ];
c1751:p1124:e -> n617:w [color="black", fontcolor="black", label=""];
n617:e -> c1755:p1123:w [color="black", fontcolor="black", label=""];
n617:e -> c1790:p1123:w [color="black", fontcolor="black", label=""];
n618 [ shape=point ];
c1752:p1124:e -> n618:w [color="black", fontcolor="black", label=""];
n618:e -> c1753:p1123:w [color="black", fontcolor="black", label=""];
n618:e -> c1755:p1130:w [color="black", fontcolor="black", label=""];
n619 [ shape=point ];
c1159:p1124:e -> n619:w [color="black", fontcolor="black", label=""];
n619:e -> c1162:p1130:w [color="black", fontcolor="black", label=""];
n619:e -> c1202:p1123:w [color="black", fontcolor="black", label=""];
n62 [ shape=point ];
c1222:p1124:e -> n62:w [color="black", fontcolor="black", label=""];
n62:e -> c1223:p1130:w [color="black", fontcolor="black", label=""];
n62:e -> c1225:p1130:w [color="black", fontcolor="black", label=""];
c1753:p1124:e -> c1754:p1130:w [color="black", fontcolor="black", label=""];
c1754:p1124:e -> c1757:p1130:w [color="black", fontcolor="black", label=""];
c1755:p1124:e -> c1756:p1130:w [color="black", fontcolor="black", label=""];
c1756:p1124:e -> c1759:p1123:w [color="black", fontcolor="black", label=""];
n624 [ shape=point ];
c1757:p1124:e -> n624:w [color="black", fontcolor="black", label=""];
n624:e -> c1758:p1123:w [color="black", fontcolor="black", label=""];
n624:e -> c1759:p1130:w [color="black", fontcolor="black", label=""];
n624:e -> c1806:p1123:w [color="black", fontcolor="black", label=""];
c1758:p1124:e -> c1804:p1123:w [color="black", fontcolor="black", label=""];
n626 [ shape=point ];
c1759:p1124:e -> n626:w [color="black", fontcolor="black", label=""];
n626:e -> c1760:p1123:w [color="black", fontcolor="black", label=""];
n626:e -> c1762:p1130:w [color="black", fontcolor="black", label=""];
c1760:p1124:e -> c1761:p1130:w [color="black", fontcolor="black", label=""];
n628 [ shape=point ];
c1761:p1124:e -> n628:w [color="black", fontcolor="black", label=""];
n628:e -> c1763:p1123:w [color="black", fontcolor="black", label=""];
n628:e -> c1781:p1123:w [color="black", fontcolor="black", label=""];
c1762:p1124:e -> c1763:p1130:w [color="black", fontcolor="black", label=""];
c1223:p1124:e -> c1224:p1123:w [color="black", fontcolor="black", label=""];
n630 [ shape=point ];
c1160:p1124:e -> n630:w [color="black", fontcolor="black", label=""];
n630:e -> c1201:p1123:w [color="black", fontcolor="black", label=""];
n630:e -> c1203:p1123:w [color="black", fontcolor="black", label=""];
n631 [ shape=point ];
c1763:p1124:e -> n631:w [color="black", fontcolor="black", label=""];
n631:e -> c1764:p1130:w [color="black", fontcolor="black", label=""];
n631:e -> c1766:p1130:w [color="black", fontcolor="black", label=""];
c1764:p1124:e -> c1765:p1123:w [color="black", fontcolor="black", label=""];
c1765:p1124:e -> c1768:p1123:w [color="black", fontcolor="black", label=""];
n634 [ shape=point ];
c1766:p1124:e -> n634:w [color="black", fontcolor="black", label=""];
n634:e -> c1767:p1123:w [color="black", fontcolor="black", label=""];
n634:e -> c1768:p1130:w [color="black", fontcolor="black", label=""];
c1767:p1124:e -> c1781:p1130:w [color="black", fontcolor="black", label=""];
n636 [ shape=point ];
c1768:p1124:e -> n636:w [color="black", fontcolor="black", label=""];
n636:e -> c1769:p1123:w [color="black", fontcolor="black", label=""];
n636:e -> c1770:p1130:w [color="black", fontcolor="black", label=""];
c1769:p1124:e -> c1771:p1130:w [color="black", fontcolor="black", label=""];
c1770:p1124:e -> c1773:p1123:w [color="black", fontcolor="black", label=""];
n639 [ shape=point ];
c1771:p1124:e -> n639:w [color="black", fontcolor="black", label=""];
n639:e -> c1772:p1123:w [color="black", fontcolor="black", label=""];
n639:e -> c1773:p1130:w [color="black", fontcolor="black", label=""];
n639:e -> c1779:p1123:w [color="black", fontcolor="black", label=""];
c1224:p1124:e -> c1227:p1123:w [color="black", fontcolor="black", label=""];
c1772:p1124:e -> c1780:p1123:w [color="black", fontcolor="black", label=""];
n641 [ shape=point ];
c1161:p1124:e -> n641:w [color="black", fontcolor="black", label=""];
n641:e -> c1165:p1123:w [color="black", fontcolor="black", label=""];
n641:e -> c1194:p1123:w [color="black", fontcolor="black", label=""];
n642 [ shape=point ];
c1773:p1124:e -> n642:w [color="black", fontcolor="black", label=""];
n642:e -> c1774:p1123:w [color="black", fontcolor="black", label=""];
n642:e -> c1776:p1130:w [color="black", fontcolor="black", label=""];
n642:e -> c1777:p1130:w [color="black", fontcolor="black", label=""];
c1774:p1124:e -> c1775:p1130:w [color="black", fontcolor="black", label=""];
n644 [ shape=point ];
c1775:p1124:e -> n644:w [color="black", fontcolor="black", label=""];
n644:e -> c1778:p1123:w [color="black", fontcolor="black", label=""];
n644:e -> c1779:p1130:w [color="black", fontcolor="black", label=""];
c1776:p1124:e -> c1780:p1130:w [color="black", fontcolor="black", label=""];
c1777:p1124:e -> c1778:p1130:w [color="black", fontcolor="black", label=""];
c1779:p1124:e -> c1819:p1123:w [color="black", fontcolor="black", label=""];
n648 [ shape=point ];
c1780:p1124:e -> n648:w [color="black", fontcolor="black", label=""];
n648:e -> c1820:p1123:w [color="black", fontcolor="black", label=""];
n648:e -> c1821:p1123:w [color="black", fontcolor="black", label=""];
n649 [ shape=point ];
c1781:p1124:e -> n649:w [color="black", fontcolor="black", label=""];
n649:e -> c1782:p1123:w [color="black", fontcolor="black", label=""];
n649:e -> c1814:p1123:w [color="black", fontcolor="black", label=""];
n65 [ shape=point ];
c1225:p1124:e -> n65:w [color="black", fontcolor="black", label=""];
n65:e -> c1226:p1123:w [color="black", fontcolor="black", label=""];
n65:e -> c1227:p1130:w [color="black", fontcolor="black", label=""];
n65:e -> c1292:p1123:w [color="black", fontcolor="black", label=""];
n65:e -> c1293:p1123:w [color="black", fontcolor="black", label=""];
c1782:p1124:e -> c1815:p1123:w [color="black", fontcolor="black", label=""];
n651 [ shape=point ];
c1162:p1124:e -> n651:w [color="black", fontcolor="black", label=""];
n651:e -> c1166:p1123:w [color="black", fontcolor="black", label=""];
n651:e -> c1195:p1123:w [color="black", fontcolor="black", label=""];
n652 [ shape=point ];
c1783:p1124:e -> n652:w [color="black", fontcolor="black", label=""];
n652:e -> c1808:p1123:w [color="black", fontcolor="black", label=""];
n652:e -> c1810:p1123:w [color="black", fontcolor="black", label=""];
n653 [ shape=point ];
c1784:p1124:e -> n653:w [color="black", fontcolor="black", label=""];
n653:e -> c1785:p1123:w [color="black", fontcolor="black", label=""];
n653:e -> c1793:p1123:w [color="black", fontcolor="black", label=""];
n653:e -> c1795:p1123:w [color="black", fontcolor="black", label=""];
c1785:p1124:e -> c1794:p1123:w [color="black", fontcolor="black", label=""];
n655 [ shape=point ];
c1786:p1124:e -> n655:w [color="black", fontcolor="black", label=""];
n655:e -> c1787:p1123:w [color="black", fontcolor="black", label=""];
n655:e -> c1791:p1123:w [color="black", fontcolor="black", label=""];
n655:e -> c1828:p1123:w [color="black", fontcolor="black", label=""];
c1787:p1124:e -> c1827:p1123:w [color="black", fontcolor="black", label=""];
n657 [ shape=point ];
c1788:p1124:e -> n657:w [color="black", fontcolor="black", label=""];
n657:e -> c1789:p1123:w [color="black", fontcolor="black", label=""];
n657:e -> c1790:p1130:w [color="black", fontcolor="black", label=""];
n657:e -> c1833:p1123:w [color="black", fontcolor="black", label=""];
n657:e -> c1861:p1123:w [color="black", fontcolor="black", label=""];
c1789:p1124:e -> c1860:p1123:w [color="black", fontcolor="black", label=""];
c1790:p1124:e -> c1791:p1130:w [color="black", fontcolor="black", label=""];
c1226:p1124:e -> c1291:p1123:w [color="black", fontcolor="black", label=""];
n660 [ shape=point ];
c1791:p1124:e -> n660:w [color="black", fontcolor="black", label=""];
n660:e -> c1792:p1123:w [color="black", fontcolor="black", label=""];
n660:e -> c1793:p1130:w [color="black", fontcolor="black", label=""];
n660:e -> c1795:p1130:w [color="black", fontcolor="black", label=""];
c1792:p1124:e -> c1794:p1130:w [color="black", fontcolor="black", label=""];
n662 [ shape=point ];
c1163:p1124:e -> n662:w [color="black", fontcolor="black", label=""];
n662:e -> c1164:p1123:w [color="black", fontcolor="black", label=""];
n662:e -> c1166:p1130:w [color="black", fontcolor="black", label=""];
n663 [ shape=point ];
c1793:p1124:e -> n663:w [color="black", fontcolor="black", label=""];
n663:e -> c1797:p1123:w [color="black", fontcolor="black", label=""];
n663:e -> c1827:p1130:w [color="black", fontcolor="black", label=""];
n664 [ shape=point ];
c1794:p1124:e -> n664:w [color="black", fontcolor="black", label=""];
n664:e -> c1798:p1123:w [color="black", fontcolor="black", label=""];
n664:e -> c1828:p1130:w [color="black", fontcolor="black", label=""];
n665 [ shape=point ];
c1795:p1124:e -> n665:w [color="black", fontcolor="black", label=""];
n665:e -> c1796:p1123:w [color="black", fontcolor="black", label=""];
n665:e -> c1798:p1130:w [color="black", fontcolor="black", label=""];
c1796:p1124:e -> c1797:p1130:w [color="black", fontcolor="black", label=""];
c1797:p1124:e -> c1801:p1130:w [color="black", fontcolor="black", label=""];
n668 [ shape=point ];
c1798:p1124:e -> n668:w [color="black", fontcolor="black", label=""];
n668:e -> c1799:p1130:w [color="black", fontcolor="black", label=""];
n668:e -> c1800:p1130:w [color="black", fontcolor="black", label=""];
c1799:p1124:e -> c1802:p1123:w [color="black", fontcolor="black", label=""];
n67 [ shape=point ];
c1227:p1124:e -> n67:w [color="black", fontcolor="black", label=""];
n67:e -> c1228:p1123:w [color="black", fontcolor="black", label=""];
n67:e -> c1231:p1130:w [color="black", fontcolor="black", label=""];
n670 [ shape=point ];
c1800:p1124:e -> n670:w [color="black", fontcolor="black", label=""];
n670:e -> c1840:p1123:w [color="black", fontcolor="black", label=""];
n670:e -> c1841:p1123:w [color="black", fontcolor="black", label=""];
n671 [ shape=point ];
c1801:p1124:e -> n671:w [color="black", fontcolor="black", label=""];
n671:e -> c1802:p1130:w [color="black", fontcolor="black", label=""];
n671:e -> c1839:p1123:w [color="black", fontcolor="black", label=""];
n671:e -> c1842:p1123:w [color="black", fontcolor="black", label=""];
n672 [ shape=point ];
c1802:p1124:e -> n672:w [color="black", fontcolor="black", label=""];
n672:e -> c1803:p1123:w [color="black", fontcolor="black", label=""];
n672:e -> c1806:p1130:w [color="black", fontcolor="black", label=""];
c1164:p1124:e -> c1165:p1130:w [color="black", fontcolor="black", label=""];
c1803:p1124:e -> c1804:p1130:w [color="black", fontcolor="black", label=""];
n675 [ shape=point ];
c1804:p1124:e -> n675:w [color="black", fontcolor="black", label=""];
n675:e -> c1805:p1123:w [color="black", fontcolor="black", label=""];
n675:e -> c1807:p1123:w [color="black", fontcolor="black", label=""];
n675:e -> c1826:p1123:w [color="black", fontcolor="black", label=""];
c1805:p1124:e -> c1825:p1123:w [color="black", fontcolor="black", label=""];
c1806:p1124:e -> c1807:p1130:w [color="black", fontcolor="black", label=""];
n678 [ shape=point ];
c1807:p1124:e -> n678:w [color="black", fontcolor="black", label=""];
n678:e -> c1808:p1130:w [color="black", fontcolor="black", label=""];
n678:e -> c1810:p1130:w [color="black", fontcolor="black", label=""];
c1808:p1124:e -> c1809:p1123:w [color="black", fontcolor="black", label=""];
c1228:p1124:e -> c1229:p1130:w [color="black", fontcolor="black", label=""];
c1809:p1124:e -> c1812:p1123:w [color="black", fontcolor="black", label=""];
n681 [ shape=point ];
c1810:p1124:e -> n681:w [color="black", fontcolor="black", label=""];
n681:e -> c1811:p1123:w [color="black", fontcolor="black", label=""];
n681:e -> c1812:p1130:w [color="black", fontcolor="black", label=""];
n681:e -> c1825:p1130:w [color="black", fontcolor="black", label=""];
c1811:p1124:e -> c1826:p1130:w [color="black", fontcolor="black", label=""];
n683 [ shape=point ];
c1812:p1124:e -> n683:w [color="black", fontcolor="black", label=""];
n683:e -> c1813:p1123:w [color="black", fontcolor="black", label=""];
n683:e -> c1814:p1130:w [color="black", fontcolor="black", label=""];
c1165:p1124:e -> c1169:p1130:w [color="black", fontcolor="black", label=""];
c1813:p1124:e -> c1815:p1130:w [color="black", fontcolor="black", label=""];
c1814:p1124:e -> c1817:p1123:w [color="black", fontcolor="black", label=""];
n687 [ shape=point ];
c1815:p1124:e -> n687:w [color="black", fontcolor="black", label=""];
n687:e -> c1816:p1123:w [color="black", fontcolor="black", label=""];
n687:e -> c1817:p1130:w [color="black", fontcolor="black", label=""];
n687:e -> c1823:p1123:w [color="black", fontcolor="black", label=""];
c1816:p1124:e -> c1824:p1123:w [color="black", fontcolor="black", label=""];
n689 [ shape=point ];
c1817:p1124:e -> n689:w [color="black", fontcolor="black", label=""];
n689:e -> c1818:p1123:w [color="black", fontcolor="black", label=""];
n689:e -> c1820:p1130:w [color="black", fontcolor="black", label=""];
n689:e -> c1821:p1130:w [color="black", fontcolor="black", label=""];
n69 [ shape=point ];
c1229:p1124:e -> n69:w [color="black", fontcolor="black", label=""];
n69:e -> c1230:p1123:w [color="black", fontcolor="black", label=""];
n69:e -> c1232:p1123:w [color="black", fontcolor="black", label=""];
n69:e -> c1297:p1123:w [color="black", fontcolor="black", label=""];
n69:e -> c1876:p1123:w [color="black", fontcolor="black", label=""];
c1818:p1124:e -> c1819:p1130:w [color="black", fontcolor="black", label=""];
n691 [ shape=point ];
c1819:p1124:e -> n691:w [color="black", fontcolor="black", label=""];
n691:e -> c1822:p1123:w [color="black", fontcolor="black", label=""];
n691:e -> c1823:p1130:w [color="black", fontcolor="black", label=""];
c1820:p1124:e -> c1824:p1130:w [color="black", fontcolor="black", label=""];
c1821:p1124:e -> c1822:p1130:w [color="black", fontcolor="black", label=""];
n694 [ shape=point ];
c1166:p1124:e -> n694:w [color="black", fontcolor="black", label=""];
n694:e -> c1167:p1130:w [color="black", fontcolor="black", label=""];
n694:e -> c1168:p1130:w [color="black", fontcolor="black", label=""];
n695 [ shape=point ];
c1823:p1124:e -> n695:w [color="black", fontcolor="black", label=""];
n695:e -> c1854:p1123:w [color="black", fontcolor="black", label=""];
n695:e -> c1856:p1123:w [color="black", fontcolor="black", label=""];
n695:e -> c1867:p1123:w [color="black", fontcolor="black", label=""];
c1824:p1124:e -> c1866:p1123:w [color="black", fontcolor="black", label=""];
c1825:p1124:e -> c1851:p1123:w [color="black", fontcolor="black", label=""];
c1826:p1124:e -> c1852:p1123:w [color="black", fontcolor="black", label=""];
n699 [ shape=point ];
c1827:p1124:e -> n699:w [color="black", fontcolor="black", label=""];
n699:e -> c1846:p1123:w [color="black", fontcolor="black", label=""];
n699:e -> c1847:p1123:w [color="black", fontcolor="black", label=""];
n7 [ shape=point ];
x58:e -> n7:w [color="black", fontcolor="black", label=""];
n7:e -> c1127:p1123:w [color="black", fontcolor="black", label=""];
n7:e -> c1332:p1130:w [color="black", fontcolor="black", label=""];
n7:e -> c1334:p1130:w [color="black", fontcolor="black", label=""];
n7:e -> c1530:p1130:w [color="black", fontcolor="black", label=""];
n7:e -> c1605:p1130:w [color="black", fontcolor="black", label=""];
n7:e -> c1606:p1130:w [color="black", fontcolor="black", label=""];
n7:e -> c1747:p1123:w [color="black", fontcolor="black", label=""];
n7:e -> c1788:p1123:w [color="black", fontcolor="black", label=""];
n7:e -> c1829:p1123:w [color="black", fontcolor="black", label=""];
c1230:p1124:e -> c1296:p1123:w [color="black", fontcolor="black", label=""];
n700 [ shape=point ];
c1828:p1124:e -> n700:w [color="black", fontcolor="black", label=""];
n700:e -> c1845:p1123:w [color="black", fontcolor="black", label=""];
n700:e -> c1848:p1123:w [color="black", fontcolor="black", label=""];
c1829:p1124:e -> c1835:p1123:w [color="black", fontcolor="black", label=""];
c1830:p1124:e -> c1835:p1130:w [color="black", fontcolor="black", label=""];
n703 [ shape=point ];
c1831:p1124:e -> n703:w [color="black", fontcolor="black", label=""];
n703:e -> c1832:p1123:w [color="black", fontcolor="black", label=""];
n703:e -> c1833:p1130:w [color="black", fontcolor="black", label=""];
n703:e -> c1860:p1130:w [color="black", fontcolor="black", label=""];
c1832:p1124:e -> c1861:p1130:w [color="black", fontcolor="black", label=""];
c1167:p1124:e -> c1170:p1123:w [color="black", fontcolor="black", label=""];
n706 [ shape=point ];
c1833:p1124:e -> n706:w [color="black", fontcolor="black", label=""];
n706:e -> c1834:p1123:w [color="black", fontcolor="black", label=""];
n706:e -> c1837:p1123:w [color="black", fontcolor="black", label=""];
n706:e -> c1874:p1123:w [color="black", fontcolor="black", label=""];
c1834:p1124:e -> c1838:p1123:w [color="black", fontcolor="black", label=""];
n708 [ shape=point ];
c1835:p1124:e -> n708:w [color="black", fontcolor="black", label=""];
n708:e -> c1836:p1123:w [color="black", fontcolor="black", label=""];
n708:e -> c1838:p1130:w [color="black", fontcolor="black", label=""];
c1836:p1124:e -> c1837:p1130:w [color="black", fontcolor="black", label=""];
c1231:p1124:e -> c1232:p1130:w [color="black", fontcolor="black", label=""];
n710 [ shape=point ];
c1837:p1124:e -> n710:w [color="black", fontcolor="black", label=""];
n710:e -> c1840:p1130:w [color="black", fontcolor="black", label=""];
n710:e -> c1841:p1130:w [color="black", fontcolor="black", label=""];
n711 [ shape=point ];
c1838:p1124:e -> n711:w [color="black", fontcolor="black", label=""];
n711:e -> c1839:p1130:w [color="black", fontcolor="black", label=""];
n711:e -> c1842:p1130:w [color="black", fontcolor="black", label=""];
n712 [ shape=point ];
c1839:p1124:e -> n712:w [color="black", fontcolor="black", label=""];
n712:e -> c1843:p1123:w [color="black", fontcolor="black", label=""];
n712:e -> c1858:p1123:w [color="black", fontcolor="black", label=""];
n713 [ shape=point ];
c1840:p1124:e -> n713:w [color="black", fontcolor="black", label=""];
n713:e -> c1844:p1123:w [color="black", fontcolor="black", label=""];
n713:e -> c1859:p1123:w [color="black", fontcolor="black", label=""];
c1841:p1124:e -> c1843:p1130:w [color="black", fontcolor="black", label=""];
c1842:p1124:e -> c1844:p1130:w [color="black", fontcolor="black", label=""];
c1168:p1124:e -> c1194:p1130:w [color="black", fontcolor="black", label=""];
n717 [ shape=point ];
c1843:p1124:e -> n717:w [color="black", fontcolor="black", label=""];
n717:e -> c1845:p1130:w [color="black", fontcolor="black", label=""];
n717:e -> c1848:p1130:w [color="black", fontcolor="black", label=""];
n718 [ shape=point ];
c1844:p1124:e -> n718:w [color="black", fontcolor="black", label=""];
n718:e -> c1846:p1130:w [color="black", fontcolor="black", label=""];
n718:e -> c1847:p1130:w [color="black", fontcolor="black", label=""];
c1845:p1124:e -> c1849:p1123:w [color="black", fontcolor="black", label=""];
n72 [ shape=point ];
c1233:p1124:e -> n72:w [color="black", fontcolor="black", label=""];
n72:e -> c1280:p1123:w [color="black", fontcolor="black", label=""];
n72:e -> c1281:p1123:w [color="black", fontcolor="black", label=""];
c1846:p1124:e -> c1850:p1123:w [color="black", fontcolor="black", label=""];
n721 [ shape=point ];
c1847:p1124:e -> n721:w [color="black", fontcolor="black", label=""];
n721:e -> c1849:p1130:w [color="black", fontcolor="black", label=""];
n721:e -> c1858:p1130:w [color="black", fontcolor="black", label=""];
n722 [ shape=point ];
c1848:p1124:e -> n722:w [color="black", fontcolor="black", label=""];
n722:e -> c1850:p1130:w [color="black", fontcolor="black", label=""];
n722:e -> c1859:p1130:w [color="black", fontcolor="black", label=""];
c1849:p1124:e -> c1852:p1130:w [color="black", fontcolor="black", label=""];
c1850:p1124:e -> c1851:p1130:w [color="black", fontcolor="black", label=""];
n725 [ shape=point ];
c1851:p1124:e -> n725:w [color="black", fontcolor="black", label=""];
n725:e -> c1853:p1123:w [color="black", fontcolor="black", label=""];
n725:e -> c1866:p1130:w [color="black", fontcolor="black", label=""];
n725:e -> c1868:p1123:w [color="black", fontcolor="black", label=""];
n726 [ shape=point ];
c1852:p1124:e -> n726:w [color="black", fontcolor="black", label=""];
n726:e -> c1853:p1130:w [color="black", fontcolor="black", label=""];
n726:e -> c1867:p1130:w [color="black", fontcolor="black", label=""];
n726:e -> c1869:p1123:w [color="black", fontcolor="black", label=""];
n727 [ shape=point ];
c1169:p1124:e -> n727:w [color="black", fontcolor="black", label=""];
n727:e -> c1170:p1130:w [color="black", fontcolor="black", label=""];
n727:e -> c1195:p1130:w [color="black", fontcolor="black", label=""];
n728 [ shape=point ];
c1853:p1124:e -> n728:w [color="black", fontcolor="black", label=""];
n728:e -> c1854:p1130:w [color="black", fontcolor="black", label=""];
n728:e -> c1856:p1130:w [color="black", fontcolor="black", label=""];
c1854:p1124:e -> c1855:p1123:w [color="black", fontcolor="black", label=""];
n73 [ shape=point ];
c1234:p1124:e -> n73:w [color="black", fontcolor="black", label=""];
n73:e -> c1279:p1123:w [color="black", fontcolor="black", label=""];
n73:e -> c1282:p1123:w [color="black", fontcolor="black", label=""];
c1855:p1124:e -> c1857:p1123:w [color="black", fontcolor="black", label=""];
c1856:p1124:e -> c1857:p1130:w [color="black", fontcolor="black", label=""];
c1858:p1124:e -> c1863:p1123:w [color="black", fontcolor="black", label=""];
c1859:p1124:e -> c1862:p1123:w [color="black", fontcolor="black", label=""];
c1860:p1124:e -> c1862:p1130:w [color="black", fontcolor="black", label=""];
c1861:p1124:e -> c1863:p1130:w [color="black", fontcolor="black", label=""];
c1862:p1124:e -> c1864:p1123:w [color="black", fontcolor="black", label=""];
n737 [ shape=point ];
c1170:p1124:e -> n737:w [color="black", fontcolor="black", label=""];
n737:e -> c1171:p1130:w [color="black", fontcolor="black", label=""];
n737:e -> c1173:p1130:w [color="black", fontcolor="black", label=""];
n738 [ shape=point ];
c1863:p1124:e -> n738:w [color="black", fontcolor="black", label=""];
n738:e -> c1864:p1130:w [color="black", fontcolor="black", label=""];
n738:e -> c1874:p1130:w [color="black", fontcolor="black", label=""];
n739 [ shape=point ];
c1864:p1124:e -> n739:w [color="black", fontcolor="black", label=""];
n739:e -> c1865:p1123:w [color="black", fontcolor="black", label=""];
n739:e -> c1871:p1123:w [color="black", fontcolor="black", label=""];
n739:e -> c1872:p1123:w [color="black", fontcolor="black", label=""];
n74 [ shape=point ];
c1235:p1124:e -> n74:w [color="black", fontcolor="black", label=""];
n74:e -> c1255:p1123:w [color="black", fontcolor="black", label=""];
n74:e -> c1256:p1123:w [color="black", fontcolor="black", label=""];
c1865:p1124:e -> c1870:p1123:w [color="black", fontcolor="black", label=""];
c1866:p1124:e -> c1869:p1130:w [color="black", fontcolor="black", label=""];
c1867:p1124:e -> c1868:p1130:w [color="black", fontcolor="black", label=""];
c1868:p1124:e -> c1870:p1130:w [color="black", fontcolor="black", label=""];
n744 [ shape=point ];
c1869:p1124:e -> n744:w [color="black", fontcolor="black", label=""];
n744:e -> c1871:p1130:w [color="black", fontcolor="black", label=""];
n744:e -> c1872:p1130:w [color="black", fontcolor="black", label=""];
c1870:p1124:e -> c1873:p1123:w [color="black", fontcolor="black", label=""];
c1871:p1124:e -> c1875:p1123:w [color="black", fontcolor="black", label=""];
c1872:p1124:e -> c1873:p1130:w [color="black", fontcolor="black", label=""];
n748 [ shape=point ];
c1171:p1124:e -> n748:w [color="black", fontcolor="black", label=""];
n748:e -> c1172:p1123:w [color="black", fontcolor="black", label=""];
n748:e -> c1184:p1123:w [color="black", fontcolor="black", label=""];
c1874:p1124:e -> c1875:p1130:w [color="black", fontcolor="black", label=""];
n75 [ shape=point ];
c1236:p1124:e -> n75:w [color="black", fontcolor="black", label=""];
n75:e -> c1254:p1123:w [color="black", fontcolor="black", label=""];
n75:e -> c1257:p1123:w [color="black", fontcolor="black", label=""];
c1876:p1124:e -> c1877:p1130:w [color="black", fontcolor="black", label=""];
c1878:p1124:e -> c1879:p1123:w [color="black", fontcolor="black", label=""];
c1879:p1124:e -> c1880:p1130:w [color="black", fontcolor="black", label=""];
c1881:p1124:e -> c1882:p1130:w [color="black", fontcolor="black", label=""];
c1172:p1124:e -> c1174:p1123:w [color="black", fontcolor="black", label=""];
c1173:p1124:e -> c1174:p1130:w [color="black", fontcolor="black", label=""];
n756 [ shape=point ];
c1174:p1124:e -> n756:w [color="black", fontcolor="black", label=""];
n756:e -> c1175:p1130:w [color="black", fontcolor="black", label=""];
n756:e -> c1177:p1130:w [color="black", fontcolor="black", label=""];
c1175:p1124:e -> c1176:p1123:w [color="black", fontcolor="black", label=""];
c1176:p1124:e -> c1178:p1123:w [color="black", fontcolor="black", label=""];
n759 [ shape=point ];
c1177:p1124:e -> n759:w [color="black", fontcolor="black", label=""];
n759:e -> c1178:p1130:w [color="black", fontcolor="black", label=""];
n759:e -> c1184:p1130:w [color="black", fontcolor="black", label=""];
n76 [ shape=point ];
c1237:p1124:e -> n76:w [color="black", fontcolor="black", label=""];
n76:e -> c1238:p1123:w [color="black", fontcolor="black", label=""];
n76:e -> c1240:p1130:w [color="black", fontcolor="black", label=""];
n76:e -> c1242:p1130:w [color="black", fontcolor="black", label=""];
n76:e -> c1335:p1123:w [color="black", fontcolor="black", label=""];
n760 [ shape=point ];
c1178:p1124:e -> n760:w [color="black", fontcolor="black", label=""];
n760:e -> c1179:p1123:w [color="black", fontcolor="black", label=""];
n760:e -> c1182:p1130:w [color="black", fontcolor="black", label=""];
c1179:p1124:e -> c1180:p1130:w [color="black", fontcolor="black", label=""];
n762 [ shape=point ];
c1180:p1124:e -> n762:w [color="black", fontcolor="black", label=""];
n762:e -> c1181:p1123:w [color="black", fontcolor="black", label=""];
n762:e -> c1183:p1123:w [color="black", fontcolor="black", label=""];
n762:e -> c1231:p1123:w [color="black", fontcolor="black", label=""];
c1181:p1124:e -> c1229:p1123:w [color="black", fontcolor="black", label=""];
c1182:p1124:e -> c1183:p1130:w [color="black", fontcolor="black", label=""];
n765 [ shape=point ];
c1184:p1124:e -> n765:w [color="black", fontcolor="black", label=""];
n765:e -> c1223:p1123:w [color="black", fontcolor="black", label=""];
n765:e -> c1225:p1123:w [color="black", fontcolor="black", label=""];
c1185:p1124:e -> c1191:p1123:w [color="black", fontcolor="black", label=""];
c1186:p1124:e -> c1191:p1130:w [color="black", fontcolor="black", label=""];
n768 [ shape=point ];
c1187:p1124:e -> n768:w [color="black", fontcolor="black", label=""];
n768:e -> c1188:p1123:w [color="black", fontcolor="black", label=""];
n768:e -> c1189:p1130:w [color="black", fontcolor="black", label=""];
n768:e -> c1263:p1123:w [color="black", fontcolor="black", label=""];
n768:e -> c1265:p1123:w [color="black", fontcolor="black", label=""];
c1188:p1124:e -> c1190:p1130:w [color="black", fontcolor="black", label=""];
n77 [ shape=point ];
c1238:p1124:e -> n77:w [color="black", fontcolor="black", label=""];
n77:e -> c1241:p1130:w [color="black", fontcolor="black", label=""];
n77:e -> c1336:p1123:w [color="black", fontcolor="black", label=""];
n770 [ shape=point ];
c1189:p1124:e -> n770:w [color="black", fontcolor="black", label=""];
n770:e -> c1285:p1123:w [color="black", fontcolor="black", label=""];
n770:e -> c1288:p1123:w [color="black", fontcolor="black", label=""];
n771 [ shape=point ];
c1190:p1124:e -> n771:w [color="black", fontcolor="black", label=""];
n771:e -> c1192:p1123:w [color="black", fontcolor="black", label=""];
n771:e -> c1286:p1123:w [color="black", fontcolor="black", label=""];
n771:e -> c1287:p1123:w [color="black", fontcolor="black", label=""];
c1191:p1124:e -> c1192:p1130:w [color="black", fontcolor="black", label=""];
n773 [ shape=point ];
c1192:p1124:e -> n773:w [color="black", fontcolor="black", label=""];
n773:e -> c1193:p1123:w [color="black", fontcolor="black", label=""];
n773:e -> c1219:p1123:w [color="black", fontcolor="black", label=""];
n773:e -> c1220:p1123:w [color="black", fontcolor="black", label=""];
c1239:p1124:e -> c1337:p1123:w [color="black", fontcolor="black", label=""];
n79 [ shape=point ];
c1240:p1124:e -> n79:w [color="black", fontcolor="black", label=""];
n79:e -> c1244:p1123:w [color="black", fontcolor="black", label=""];
n79:e -> c1328:p1123:w [color="black", fontcolor="black", label=""];
n8 [ shape=point ];
x63:e -> n8:w [color="black", fontcolor="black", label=""];
n8:e -> c1129:p1123:w [color="black", fontcolor="black", label=""];
n8:e -> c1429:p1130:w [color="black", fontcolor="black", label=""];
n8:e -> c1430:p1130:w [color="black", fontcolor="black", label=""];
n8:e -> c1532:p1130:w [color="black", fontcolor="black", label=""];
n8:e -> c1680:p1130:w [color="black", fontcolor="black", label=""];
n8:e -> c1681:p1130:w [color="black", fontcolor="black", label=""];
n8:e -> c1749:p1130:w [color="black", fontcolor="black", label=""];
n8:e -> c1830:p1130:w [color="black", fontcolor="black", label=""];
n8:e -> c1831:p1123:w [color="black", fontcolor="black", label=""];
n80 [ shape=point ];
c1241:p1124:e -> n80:w [color="black", fontcolor="black", label=""];
n80:e -> c1245:p1123:w [color="black", fontcolor="black", label=""];
n80:e -> c1329:p1123:w [color="black", fontcolor="black", label=""];
n81 [ shape=point ];
c1242:p1124:e -> n81:w [color="black", fontcolor="black", label=""];
n81:e -> c1243:p1123:w [color="black", fontcolor="black", label=""];
n81:e -> c1245:p1130:w [color="black", fontcolor="black", label=""];
c1243:p1124:e -> c1244:p1130:w [color="black", fontcolor="black", label=""];
n83 [ shape=point ];
c1244:p1124:e -> n83:w [color="black", fontcolor="black", label=""];
n83:e -> c1249:p1123:w [color="black", fontcolor="black", label=""];
n83:e -> c1250:p1123:w [color="black", fontcolor="black", label=""];
n84 [ shape=point ];
c1245:p1124:e -> n84:w [color="black", fontcolor="black", label=""];
n84:e -> c1248:p1123:w [color="black", fontcolor="black", label=""];
n84:e -> c1251:p1123:w [color="black", fontcolor="black", label=""];
n85 [ shape=point ];
c1246:p1124:e -> n85:w [color="black", fontcolor="black", label=""];
n85:e -> c1247:p1123:w [color="black", fontcolor="black", label=""];
n85:e -> c1248:p1130:w [color="black", fontcolor="black", label=""];
n85:e -> c1251:p1130:w [color="black", fontcolor="black", label=""];
n86 [ shape=point ];
c1247:p1124:e -> n86:w [color="black", fontcolor="black", label=""];
n86:e -> c1249:p1130:w [color="black", fontcolor="black", label=""];
n86:e -> c1250:p1130:w [color="black", fontcolor="black", label=""];
n87 [ shape=point ];
c1248:p1124:e -> n87:w [color="black", fontcolor="black", label=""];
n87:e -> c1252:p1123:w [color="black", fontcolor="black", label=""];
n87:e -> c1328:p1130:w [color="black", fontcolor="black", label=""];
n88 [ shape=point ];
c1249:p1124:e -> n88:w [color="black", fontcolor="black", label=""];
n88:e -> c1253:p1123:w [color="black", fontcolor="black", label=""];
n88:e -> c1329:p1130:w [color="black", fontcolor="black", label=""];
c1250:p1124:e -> c1252:p1130:w [color="black", fontcolor="black", label=""];
c1135:p1124:e -> x75:w [color="black", fontcolor="black", label=""];
c1251:p1124:e -> c1253:p1130:w [color="black", fontcolor="black", label=""];
n91 [ shape=point ];
c1252:p1124:e -> n91:w [color="black", fontcolor="black", label=""];
n91:e -> c1254:p1130:w [color="black", fontcolor="black", label=""];
n91:e -> c1257:p1130:w [color="black", fontcolor="black", label=""];
n92 [ shape=point ];
c1253:p1124:e -> n92:w [color="black", fontcolor="black", label=""];
n92:e -> c1255:p1130:w [color="black", fontcolor="black", label=""];
n92:e -> c1256:p1130:w [color="black", fontcolor="black", label=""];
c1254:p1124:e -> c1258:p1123:w [color="black", fontcolor="black", label=""];
c1255:p1124:e -> c1259:p1123:w [color="black", fontcolor="black", label=""];
n95 [ shape=point ];
c1256:p1124:e -> n95:w [color="black", fontcolor="black", label=""];
n95:e -> c1258:p1130:w [color="black", fontcolor="black", label=""];
n95:e -> c1310:p1123:w [color="black", fontcolor="black", label=""];
n96 [ shape=point ];
c1257:p1124:e -> n96:w [color="black", fontcolor="black", label=""];
n96:e -> c1259:p1130:w [color="black", fontcolor="black", label=""];
n96:e -> c1311:p1123:w [color="black", fontcolor="black", label=""];
n97 [ shape=point ];
c1258:p1124:e -> n97:w [color="black", fontcolor="black", label=""];
n97:e -> c1274:p1123:w [color="black", fontcolor="black", label=""];
n97:e -> c1275:p1123:w [color="black", fontcolor="black", label=""];
n98 [ shape=point ];
c1259:p1124:e -> n98:w [color="black", fontcolor="black", label=""];
n98:e -> c1273:p1123:w [color="black", fontcolor="black", label=""];
n98:e -> c1276:p1123:w [color="black", fontcolor="black", label=""];
n99 [ shape=point ];
c1260:p1124:e -> n99:w [color="black", fontcolor="black", label=""];
n99:e -> c1267:p1123:w [color="black", fontcolor="black", label=""];
n99:e -> c1269:p1123:w [color="black", fontcolor="black", label=""];
v32:e -> x33:w [color="black", fontcolor="black", style="setlinewidth(3)", label=""];
}
Display the source blob
Display the rendered blob
Raw
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
-->
<!-- Title: multiply Pages: 1 -->
<svg width="10281pt" height="4785pt"
viewBox="0.00 0.00 10281.42 4784.80" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 4780.8)">
<title>multiply</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-4780.8 10277.42,-4780.8 10277.42,4 -4,4"/>
<text text-anchor="middle" x="5136.71" y="-7.95" font-family="Times,serif" font-size="14.00">multiply</text>
<!-- n1119 -->
<g id="node1" class="node">
<title>n1119</title>
<polygon fill="none" stroke="black" points="54,-2536.54 54,-2551.46 38.18,-2562 15.82,-2562 0,-2551.46 0,-2536.54 15.82,-2526 38.18,-2526 54,-2536.54"/>
<text text-anchor="middle" x="27" y="-2539.32" font-family="Times,serif" font-size="14.00">a</text>
</g>
<!-- x47 -->
<g id="node825" class="node">
<title>x47</title>
<path fill="none" stroke="black" d="M102,-3300C102,-3300 152.5,-3300 152.5,-3300 158.5,-3300 164.5,-3306 164.5,-3312 164.5,-3312 164.5,-3324 164.5,-3324 164.5,-3330 158.5,-3336 152.5,-3336 152.5,-3336 102,-3336 102,-3336 96,-3336 90,-3330 90,-3324 90,-3324 90,-3312 90,-3312 90,-3306 96,-3300 102,-3300"/>
<text text-anchor="middle" x="127.25" y="-3313.7" font-family="Times,serif" font-size="14.00">0:0 &#45; 0:0</text>
</g>
<!-- n1119&#45;&gt;x47 -->
<g id="edge143" class="edge">
<title>n1119:e&#45;&gt;x47:w</title>
<path fill="none" stroke="black" d="M54,-2544C54,-2544 85.12,-3212.98 89.49,-3307.06"/>
<polygon fill="black" stroke="black" points="86.04,-3307.17 90,-3317 93.03,-3306.85 86.04,-3307.17"/>
</g>
<!-- x49 -->
<g id="node827" class="node">
<title>x49</title>
<path fill="none" stroke="black" d="M102,-2471C102,-2471 152.5,-2471 152.5,-2471 158.5,-2471 164.5,-2477 164.5,-2483 164.5,-2483 164.5,-2495 164.5,-2495 164.5,-2501 158.5,-2507 152.5,-2507 152.5,-2507 102,-2507 102,-2507 96,-2507 90,-2501 90,-2495 90,-2495 90,-2483 90,-2483 90,-2477 96,-2471 102,-2471"/>
<text text-anchor="middle" x="127.25" y="-2484.7" font-family="Times,serif" font-size="14.00">4:4 &#45; 0:0</text>
</g>
<!-- n1119&#45;&gt;x49 -->
<g id="edge144" class="edge">
<title>n1119:e&#45;&gt;x49:w</title>
<path fill="none" stroke="black" d="M54,-2544C54,-2544 73.83,-2513.7 84.06,-2498.08"/>
<polygon fill="black" stroke="black" points="87.45,-2500.28 90,-2490 81.59,-2496.45 87.45,-2500.28"/>
</g>
<!-- x52 -->
<g id="node830" class="node">
<title>x52</title>
<path fill="none" stroke="black" d="M102,-2581C102,-2581 152.5,-2581 152.5,-2581 158.5,-2581 164.5,-2587 164.5,-2593 164.5,-2593 164.5,-2605 164.5,-2605 164.5,-2611 158.5,-2617 152.5,-2617 152.5,-2617 102,-2617 102,-2617 96,-2617 90,-2611 90,-2605 90,-2605 90,-2593 90,-2593 90,-2587 96,-2581 102,-2581"/>
<text text-anchor="middle" x="127.25" y="-2594.7" font-family="Times,serif" font-size="14.00">3:3 &#45; 0:0</text>
</g>
<!-- n1119&#45;&gt;x52 -->
<g id="edge145" class="edge">
<title>n1119:e&#45;&gt;x52:w</title>
<path fill="none" stroke="black" d="M54,-2544C54,-2544 73.83,-2574.3 84.06,-2589.92"/>
<polygon fill="black" stroke="black" points="81.59,-2591.55 90,-2598 87.45,-2587.72 81.59,-2591.55"/>
</g>
<!-- x54 -->
<g id="node832" class="node">
<title>x54</title>
<path fill="none" stroke="black" d="M212.5,-2762C212.5,-2762 263,-2762 263,-2762 269,-2762 275,-2768 275,-2774 275,-2774 275,-2786 275,-2786 275,-2792 269,-2798 263,-2798 263,-2798 212.5,-2798 212.5,-2798 206.5,-2798 200.5,-2792 200.5,-2786 200.5,-2786 200.5,-2774 200.5,-2774 200.5,-2768 206.5,-2762 212.5,-2762"/>
<text text-anchor="middle" x="237.75" y="-2775.7" font-family="Times,serif" font-size="14.00">2:2 &#45; 0:0</text>
</g>
<!-- n1119&#45;&gt;x54 -->
<g id="edge146" class="edge">
<title>n1119:e&#45;&gt;x54:w</title>
<path fill="none" stroke="black" d="M54,-2544C54,-2544 167.87,-2727.12 195,-2770.75"/>
<polygon fill="black" stroke="black" points="192.5,-2772.36 200.75,-2779 198.44,-2768.66 192.5,-2772.36"/>
</g>
<!-- x55 -->
<g id="node833" class="node">
<title>x55</title>
<path fill="none" stroke="black" d="M212.5,-3219C212.5,-3219 263,-3219 263,-3219 269,-3219 275,-3225 275,-3231 275,-3231 275,-3243 275,-3243 275,-3249 269,-3255 263,-3255 263,-3255 212.5,-3255 212.5,-3255 206.5,-3255 200.5,-3249 200.5,-3243 200.5,-3243 200.5,-3231 200.5,-3231 200.5,-3225 206.5,-3219 212.5,-3219"/>
<text text-anchor="middle" x="237.75" y="-3232.7" font-family="Times,serif" font-size="14.00">1:1 &#45; 0:0</text>
</g>
<!-- n1119&#45;&gt;x55 -->
<g id="edge147" class="edge">
<title>n1119:e&#45;&gt;x55:w</title>
<path fill="none" stroke="black" d="M54,-2544C54,-2544 180.04,-3139.2 198.5,-3226.39"/>
<polygon fill="black" stroke="black" points="195.25,-3226.94 200.75,-3236 202.1,-3225.49 195.25,-3226.94"/>
</g>
<!-- x58 -->
<g id="node836" class="node">
<title>x58</title>
<path fill="none" stroke="black" d="M102,-2027C102,-2027 152.5,-2027 152.5,-2027 158.5,-2027 164.5,-2033 164.5,-2039 164.5,-2039 164.5,-2051 164.5,-2051 164.5,-2057 158.5,-2063 152.5,-2063 152.5,-2063 102,-2063 102,-2063 96,-2063 90,-2057 90,-2051 90,-2051 90,-2039 90,-2039 90,-2033 96,-2027 102,-2027"/>
<text text-anchor="middle" x="127.25" y="-2040.7" font-family="Times,serif" font-size="14.00">6:6 &#45; 0:0</text>
</g>
<!-- n1119&#45;&gt;x58 -->
<g id="edge148" class="edge">
<title>n1119:e&#45;&gt;x58:w</title>
<path fill="none" stroke="black" d="M54,-2544C54,-2544 83.95,-2128.86 89.21,-2055.89"/>
<polygon fill="black" stroke="black" points="92.77,-2056.23 90,-2046 85.79,-2055.72 92.77,-2056.23"/>
</g>
<!-- x59 -->
<g id="node837" class="node">
<title>x59</title>
<path fill="none" stroke="black" d="M102,-2175C102,-2175 152.5,-2175 152.5,-2175 158.5,-2175 164.5,-2181 164.5,-2187 164.5,-2187 164.5,-2199 164.5,-2199 164.5,-2205 158.5,-2211 152.5,-2211 152.5,-2211 102,-2211 102,-2211 96,-2211 90,-2205 90,-2199 90,-2199 90,-2187 90,-2187 90,-2181 96,-2175 102,-2175"/>
<text text-anchor="middle" x="127.25" y="-2188.7" font-family="Times,serif" font-size="14.00">5:5 &#45; 0:0</text>
</g>
<!-- n1119&#45;&gt;x59 -->
<g id="edge149" class="edge">
<title>n1119:e&#45;&gt;x59:w</title>
<path fill="none" stroke="black" d="M54,-2544C54,-2544 82.81,-2263.13 88.88,-2203.89"/>
<polygon fill="black" stroke="black" points="92.46,-2204.3 90,-2194 85.5,-2203.59 92.46,-2204.3"/>
</g>
<!-- x63 -->
<g id="node841" class="node">
<title>x63</title>
<path fill="none" stroke="black" d="M102,-1786C102,-1786 152.5,-1786 152.5,-1786 158.5,-1786 164.5,-1792 164.5,-1798 164.5,-1798 164.5,-1810 164.5,-1810 164.5,-1816 158.5,-1822 152.5,-1822 152.5,-1822 102,-1822 102,-1822 96,-1822 90,-1816 90,-1810 90,-1810 90,-1798 90,-1798 90,-1792 96,-1786 102,-1786"/>
<text text-anchor="middle" x="127.25" y="-1799.7" font-family="Times,serif" font-size="14.00">7:7 &#45; 0:0</text>
</g>
<!-- n1119&#45;&gt;x63 -->
<g id="edge150" class="edge">
<title>n1119:e&#45;&gt;x63:w</title>
<path fill="none" stroke="black" d="M54,-2544C54,-2544 85.05,-1905.75 89.48,-1814.75"/>
<polygon fill="black" stroke="black" points="93.01,-1815.16 90,-1805 86.02,-1814.82 93.01,-1815.16"/>
</g>
<!-- n1120 -->
<g id="node2" class="node">
<title>n1120</title>
<polygon fill="none" stroke="black" points="54,-2344.54 54,-2359.46 38.18,-2370 15.82,-2370 0,-2359.46 0,-2344.54 15.82,-2334 38.18,-2334 54,-2344.54"/>
<text text-anchor="middle" x="27" y="-2347.32" font-family="Times,serif" font-size="14.00">b</text>
</g>
<!-- x46 -->
<g id="node824" class="node">
<title>x46</title>
<path fill="none" stroke="black" d="M102,-2416C102,-2416 152.5,-2416 152.5,-2416 158.5,-2416 164.5,-2422 164.5,-2428 164.5,-2428 164.5,-2440 164.5,-2440 164.5,-2446 158.5,-2452 152.5,-2452 152.5,-2452 102,-2452 102,-2452 96,-2452 90,-2446 90,-2440 90,-2440 90,-2428 90,-2428 90,-2422 96,-2416 102,-2416"/>
<text text-anchor="middle" x="127.25" y="-2429.7" font-family="Times,serif" font-size="14.00">3:3 &#45; 0:0</text>
</g>
<!-- n1120&#45;&gt;x46 -->
<g id="edge154" class="edge">
<title>n1120:e&#45;&gt;x46:w</title>
<path fill="none" stroke="black" d="M54,-2352C54,-2352 75.97,-2402.05 85.59,-2423.95"/>
<polygon fill="black" stroke="black" points="82.78,-2425.25 90,-2433 89.18,-2422.44 82.78,-2425.25"/>
</g>
<!-- x50 -->
<g id="node828" class="node">
<title>x50</title>
<path fill="none" stroke="black" d="M102,-2803C102,-2803 152.5,-2803 152.5,-2803 158.5,-2803 164.5,-2809 164.5,-2815 164.5,-2815 164.5,-2827 164.5,-2827 164.5,-2833 158.5,-2839 152.5,-2839 152.5,-2839 102,-2839 102,-2839 96,-2839 90,-2833 90,-2827 90,-2827 90,-2815 90,-2815 90,-2809 96,-2803 102,-2803"/>
<text text-anchor="middle" x="127.25" y="-2816.7" font-family="Times,serif" font-size="14.00">0:0 &#45; 0:0</text>
</g>
<!-- n1120&#45;&gt;x50 -->
<g id="edge155" class="edge">
<title>n1120:e&#45;&gt;x50:w</title>
<path fill="none" stroke="black" d="M54,-2352C54,-2352 83.82,-2740.51 89.18,-2810.32"/>
<polygon fill="black" stroke="black" points="85.74,-2810.3 90,-2820 92.72,-2809.76 85.74,-2810.3"/>
</g>
<!-- x51 -->
<g id="node829" class="node">
<title>x51</title>
<path fill="none" stroke="black" d="M102,-2526C102,-2526 152.5,-2526 152.5,-2526 158.5,-2526 164.5,-2532 164.5,-2538 164.5,-2538 164.5,-2550 164.5,-2550 164.5,-2556 158.5,-2562 152.5,-2562 152.5,-2562 102,-2562 102,-2562 96,-2562 90,-2556 90,-2550 90,-2550 90,-2538 90,-2538 90,-2532 96,-2526 102,-2526"/>
<text text-anchor="middle" x="127.25" y="-2539.7" font-family="Times,serif" font-size="14.00">1:1 &#45; 0:0</text>
</g>
<!-- n1120&#45;&gt;x51 -->
<g id="edge156" class="edge">
<title>n1120:e&#45;&gt;x51:w</title>
<path fill="none" stroke="black" d="M54,-2352C54,-2352 80.47,-2493.15 88.01,-2533.4"/>
<polygon fill="black" stroke="black" points="84.72,-2533.82 90,-2543 91.6,-2532.53 84.72,-2533.82"/>
</g>
<!-- x53 -->
<g id="node831" class="node">
<title>x53</title>
<path fill="none" stroke="black" d="M102,-2361C102,-2361 152.5,-2361 152.5,-2361 158.5,-2361 164.5,-2367 164.5,-2373 164.5,-2373 164.5,-2385 164.5,-2385 164.5,-2391 158.5,-2397 152.5,-2397 152.5,-2397 102,-2397 102,-2397 96,-2397 90,-2391 90,-2385 90,-2385 90,-2373 90,-2373 90,-2367 96,-2361 102,-2361"/>
<text text-anchor="middle" x="127.25" y="-2374.7" font-family="Times,serif" font-size="14.00">2:2 &#45; 0:0</text>
</g>
<!-- n1120&#45;&gt;x53 -->
<g id="edge157" class="edge">
<title>n1120:e&#45;&gt;x53:w</title>
<path fill="none" stroke="black" d="M54,-2352C54,-2352 70.63,-2364.47 81.29,-2372.46"/>
<polygon fill="black" stroke="black" points="78.9,-2375.8 89,-2379 83.1,-2370.2 78.9,-2375.8"/>
</g>
<!-- x56 -->
<g id="node834" class="node">
<title>x56</title>
<path fill="none" stroke="black" d="M102,-2306C102,-2306 152.5,-2306 152.5,-2306 158.5,-2306 164.5,-2312 164.5,-2318 164.5,-2318 164.5,-2330 164.5,-2330 164.5,-2336 158.5,-2342 152.5,-2342 152.5,-2342 102,-2342 102,-2342 96,-2342 90,-2336 90,-2330 90,-2330 90,-2318 90,-2318 90,-2312 96,-2306 102,-2306"/>
<text text-anchor="middle" x="127.25" y="-2319.7" font-family="Times,serif" font-size="14.00">4:4 &#45; 0:0</text>
</g>
<!-- n1120&#45;&gt;x56 -->
<g id="edge158" class="edge">
<title>n1120:e&#45;&gt;x56:w</title>
<path fill="none" stroke="black" d="M54,-2352C54,-2352 71.02,-2338.77 81.65,-2330.49"/>
<polygon fill="black" stroke="black" points="83.26,-2332.9 89,-2324 78.96,-2327.38 83.26,-2332.9"/>
</g>
<!-- x60 -->
<g id="node838" class="node">
<title>x60</title>
<path fill="none" stroke="black" d="M102,-1692C102,-1692 152.5,-1692 152.5,-1692 158.5,-1692 164.5,-1698 164.5,-1704 164.5,-1704 164.5,-1716 164.5,-1716 164.5,-1722 158.5,-1728 152.5,-1728 152.5,-1728 102,-1728 102,-1728 96,-1728 90,-1722 90,-1716 90,-1716 90,-1704 90,-1704 90,-1698 96,-1692 102,-1692"/>
<text text-anchor="middle" x="127.25" y="-1705.7" font-family="Times,serif" font-size="14.00">5:5 &#45; 0:0</text>
</g>
<!-- n1120&#45;&gt;x60 -->
<g id="edge159" class="edge">
<title>n1120:e&#45;&gt;x60:w</title>
<path fill="none" stroke="black" d="M54,-2352C54,-2352 84.66,-1805.24 89.39,-1720.87"/>
<polygon fill="black" stroke="black" points="92.93,-1721.18 90,-1711 85.95,-1720.79 92.93,-1721.18"/>
</g>
<!-- x61 -->
<g id="node839" class="node">
<title>x61</title>
<path fill="none" stroke="black" d="M102,-1532C102,-1532 152.5,-1532 152.5,-1532 158.5,-1532 164.5,-1538 164.5,-1544 164.5,-1544 164.5,-1556 164.5,-1556 164.5,-1562 158.5,-1568 152.5,-1568 152.5,-1568 102,-1568 102,-1568 96,-1568 90,-1562 90,-1556 90,-1556 90,-1544 90,-1544 90,-1538 96,-1532 102,-1532"/>
<text text-anchor="middle" x="127.25" y="-1545.7" font-family="Times,serif" font-size="14.00">6:6 &#45; 0:0</text>
</g>
<!-- n1120&#45;&gt;x61 -->
<g id="edge160" class="edge">
<title>n1120:e&#45;&gt;x61:w</title>
<path fill="none" stroke="black" d="M54,-2352C54,-2352 85.25,-1655.9 89.52,-1560.73"/>
<polygon fill="black" stroke="black" points="93.05,-1561.15 90,-1551 86.06,-1560.83 93.05,-1561.15"/>
</g>
<!-- x64 -->
<g id="node842" class="node">
<title>x64</title>
<path fill="none" stroke="black" d="M212.5,-988C212.5,-988 263,-988 263,-988 269,-988 275,-994 275,-1000 275,-1000 275,-1012 275,-1012 275,-1018 269,-1024 263,-1024 263,-1024 212.5,-1024 212.5,-1024 206.5,-1024 200.5,-1018 200.5,-1012 200.5,-1012 200.5,-1000 200.5,-1000 200.5,-994 206.5,-988 212.5,-988"/>
<text text-anchor="middle" x="237.75" y="-1001.7" font-family="Times,serif" font-size="14.00">7:7 &#45; 0:0</text>
</g>
<!-- n1120&#45;&gt;x64 -->
<g id="edge161" class="edge">
<title>n1120:e&#45;&gt;x64:w</title>
<path fill="none" stroke="black" d="M54,-2352C54,-2352 185.68,-1144.22 199.57,-1016.83"/>
<polygon fill="black" stroke="black" points="203.15,-1017.32 200.75,-1007 196.19,-1016.56 203.15,-1017.32"/>
</g>
<!-- n1121 -->
<g id="node3" class="node">
<title>n1121</title>
<polygon fill="none" stroke="black" points="9859.62,-3828.54 9859.62,-3843.46 9843.5,-3854 9820.7,-3854 9804.57,-3843.46 9804.57,-3828.54 9820.7,-3818 9843.5,-3818 9859.62,-3828.54"/>
<text text-anchor="middle" x="9832.1" y="-3831.32" font-family="Times,serif" font-size="14.00">clk</text>
</g>
<!-- c1886 -->
<g id="node762" class="node">
<title>c1886</title>
<polygon fill="none" stroke="black" points="9914.35,-4362.75 9914.35,-4413.25 10020.85,-4413.25 10020.85,-4362.75 9914.35,-4362.75"/>
<text text-anchor="middle" x="9927.97" y="-4395.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-4388 9941.6,-4388"/>
<text text-anchor="middle" x="9927.97" y="-4370.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-4362.75 9941.6,-4413.25"/>
<text text-anchor="middle" x="9967.6" y="-4391.95" font-family="Times,serif" font-size="14.00">$120</text>
<text text-anchor="middle" x="9967.6" y="-4374.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-4362.75 9993.6,-4413.25"/>
<text text-anchor="middle" x="10007.22" y="-4383.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1886 -->
<g id="edge162" class="edge">
<title>n1121:e&#45;&gt;c1886:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9905.97,-4312.11 9913.33,-4390.22"/>
<polygon fill="black" stroke="black" points="9909.93,-4390.37 9914.35,-4400 9916.89,-4389.72 9909.93,-4390.37"/>
</g>
<!-- c1887 -->
<g id="node765" class="node">
<title>c1887</title>
<polygon fill="none" stroke="black" points="9914.35,-4292.75 9914.35,-4343.25 10020.85,-4343.25 10020.85,-4292.75 9914.35,-4292.75"/>
<text text-anchor="middle" x="9927.97" y="-4325.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-4318 9941.6,-4318"/>
<text text-anchor="middle" x="9927.97" y="-4300.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-4292.75 9941.6,-4343.25"/>
<text text-anchor="middle" x="9967.6" y="-4321.95" font-family="Times,serif" font-size="14.00">$121</text>
<text text-anchor="middle" x="9967.6" y="-4304.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-4292.75 9993.6,-4343.25"/>
<text text-anchor="middle" x="10007.22" y="-4313.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1887 -->
<g id="edge163" class="edge">
<title>n1121:e&#45;&gt;c1887:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9905.4,-4247.81 9913.19,-4320.2"/>
<polygon fill="black" stroke="black" points="9909.8,-4320.43 9914.35,-4330 9916.76,-4319.68 9909.8,-4320.43"/>
</g>
<!-- c1888 -->
<g id="node768" class="node">
<title>c1888</title>
<polygon fill="none" stroke="black" points="9914.35,-4082.75 9914.35,-4133.25 10020.85,-4133.25 10020.85,-4082.75 9914.35,-4082.75"/>
<text text-anchor="middle" x="9927.97" y="-4115.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-4108 9941.6,-4108"/>
<text text-anchor="middle" x="9927.97" y="-4090.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-4082.75 9941.6,-4133.25"/>
<text text-anchor="middle" x="9967.6" y="-4111.95" font-family="Times,serif" font-size="14.00">$122</text>
<text text-anchor="middle" x="9967.6" y="-4094.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-4082.75 9993.6,-4133.25"/>
<text text-anchor="middle" x="10007.22" y="-4103.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1888 -->
<g id="edge164" class="edge">
<title>n1121:e&#45;&gt;c1888:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9902.78,-4059.1 9912.39,-4110.52"/>
<polygon fill="black" stroke="black" points="9909.07,-4110.81 9914.35,-4120 9915.95,-4109.53 9909.07,-4110.81"/>
</g>
<!-- c1889 -->
<g id="node771" class="node">
<title>c1889</title>
<polygon fill="none" stroke="black" points="9914.35,-4222.75 9914.35,-4273.25 10020.85,-4273.25 10020.85,-4222.75 9914.35,-4222.75"/>
<text text-anchor="middle" x="9927.97" y="-4255.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-4248 9941.6,-4248"/>
<text text-anchor="middle" x="9927.97" y="-4230.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-4222.75 9941.6,-4273.25"/>
<text text-anchor="middle" x="9967.6" y="-4251.95" font-family="Times,serif" font-size="14.00">$123</text>
<text text-anchor="middle" x="9967.6" y="-4234.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-4222.75 9993.6,-4273.25"/>
<text text-anchor="middle" x="10007.22" y="-4243.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1889 -->
<g id="edge165" class="edge">
<title>n1121:e&#45;&gt;c1889:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9904.83,-4185.05 9913.03,-4250.49"/>
<polygon fill="black" stroke="black" points="9909.63,-4250.51 9914.35,-4260 9916.58,-4249.64 9909.63,-4250.51"/>
</g>
<!-- c1890 -->
<g id="node774" class="node">
<title>c1890</title>
<polygon fill="none" stroke="black" points="9914.35,-4152.75 9914.35,-4203.25 10020.85,-4203.25 10020.85,-4152.75 9914.35,-4152.75"/>
<text text-anchor="middle" x="9927.97" y="-4185.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-4178 9941.6,-4178"/>
<text text-anchor="middle" x="9927.97" y="-4160.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-4152.75 9941.6,-4203.25"/>
<text text-anchor="middle" x="9967.6" y="-4181.95" font-family="Times,serif" font-size="14.00">$124</text>
<text text-anchor="middle" x="9967.6" y="-4164.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-4152.75 9993.6,-4203.25"/>
<text text-anchor="middle" x="10007.22" y="-4173.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1890 -->
<g id="edge166" class="edge">
<title>n1121:e&#45;&gt;c1890:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9903.89,-4121.31 9912.75,-4180.38"/>
<polygon fill="black" stroke="black" points="9909.4,-4180.63 9914.35,-4190 9916.33,-4179.59 9909.4,-4180.63"/>
</g>
<!-- c1891 -->
<g id="node777" class="node">
<title>c1891</title>
<polygon fill="none" stroke="black" points="9914.35,-4012.75 9914.35,-4063.25 10020.85,-4063.25 10020.85,-4012.75 9914.35,-4012.75"/>
<text text-anchor="middle" x="9927.97" y="-4045.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-4038 9941.6,-4038"/>
<text text-anchor="middle" x="9927.97" y="-4020.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-4012.75 9941.6,-4063.25"/>
<text text-anchor="middle" x="9967.6" y="-4041.95" font-family="Times,serif" font-size="14.00">$125</text>
<text text-anchor="middle" x="9967.6" y="-4024.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-4012.75 9993.6,-4063.25"/>
<text text-anchor="middle" x="10007.22" y="-4033.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1891 -->
<g id="edge167" class="edge">
<title>n1121:e&#45;&gt;c1891:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9900.96,-3996.96 9911.71,-4040.34"/>
<polygon fill="black" stroke="black" points="9908.55,-4041.13 9914.35,-4050 9915.34,-4039.45 9908.55,-4041.13"/>
</g>
<!-- c1892 -->
<g id="node780" class="node">
<title>c1892</title>
<polygon fill="none" stroke="black" points="9914.35,-3522.75 9914.35,-3573.25 10020.85,-3573.25 10020.85,-3522.75 9914.35,-3522.75"/>
<text text-anchor="middle" x="9927.97" y="-3555.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-3548 9941.6,-3548"/>
<text text-anchor="middle" x="9927.97" y="-3530.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-3522.75 9941.6,-3573.25"/>
<text text-anchor="middle" x="9967.6" y="-3551.95" font-family="Times,serif" font-size="14.00">$126</text>
<text text-anchor="middle" x="9967.6" y="-3534.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-3522.75 9993.6,-3573.25"/>
<text text-anchor="middle" x="10007.22" y="-3543.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1892 -->
<g id="edge168" class="edge">
<title>n1121:e&#45;&gt;c1892:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9902.42,-3622.62 9912.26,-3571.78"/>
<polygon fill="black" stroke="black" points="9915.88,-3572.48 9914.35,-3562 9909.01,-3571.15 9915.88,-3572.48"/>
</g>
<!-- c1893 -->
<g id="node783" class="node">
<title>c1893</title>
<polygon fill="none" stroke="black" points="9914.35,-3452.75 9914.35,-3503.25 10020.85,-3503.25 10020.85,-3452.75 9914.35,-3452.75"/>
<text text-anchor="middle" x="9927.97" y="-3485.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-3478 9941.6,-3478"/>
<text text-anchor="middle" x="9927.97" y="-3460.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-3452.75 9941.6,-3503.25"/>
<text text-anchor="middle" x="9967.6" y="-3481.95" font-family="Times,serif" font-size="14.00">$127</text>
<text text-anchor="middle" x="9967.6" y="-3464.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-3452.75 9993.6,-3503.25"/>
<text text-anchor="middle" x="10007.22" y="-3473.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1893 -->
<g id="edge169" class="edge">
<title>n1121:e&#45;&gt;c1893:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9903.71,-3559.94 9912.7,-3501.7"/>
<polygon fill="black" stroke="black" points="9916.28,-3502.42 9914.35,-3492 9909.36,-3501.35 9916.28,-3502.42"/>
</g>
<!-- c1894 -->
<g id="node786" class="node">
<title>c1894</title>
<polygon fill="none" stroke="black" points="9914.35,-3382.75 9914.35,-3433.25 10020.85,-3433.25 10020.85,-3382.75 9914.35,-3382.75"/>
<text text-anchor="middle" x="9927.97" y="-3415.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-3408 9941.6,-3408"/>
<text text-anchor="middle" x="9927.97" y="-3390.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-3382.75 9941.6,-3433.25"/>
<text text-anchor="middle" x="9967.6" y="-3411.95" font-family="Times,serif" font-size="14.00">$128</text>
<text text-anchor="middle" x="9967.6" y="-3394.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-3382.75 9993.6,-3433.25"/>
<text text-anchor="middle" x="10007.22" y="-3403.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1894 -->
<g id="edge170" class="edge">
<title>n1121:e&#45;&gt;c1894:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9904.64,-3496.63 9912.98,-3431.68"/>
<polygon fill="black" stroke="black" points="9916.55,-3432.36 9914.35,-3422 9909.6,-3431.47 9916.55,-3432.36"/>
</g>
<!-- c1895 -->
<g id="node789" class="node">
<title>c1895</title>
<polygon fill="none" stroke="black" points="9914.35,-3312.75 9914.35,-3363.25 10020.85,-3363.25 10020.85,-3312.75 9914.35,-3312.75"/>
<text text-anchor="middle" x="9927.97" y="-3345.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-3338 9941.6,-3338"/>
<text text-anchor="middle" x="9927.97" y="-3320.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-3312.75 9941.6,-3363.25"/>
<text text-anchor="middle" x="9967.6" y="-3341.95" font-family="Times,serif" font-size="14.00">$129</text>
<text text-anchor="middle" x="9967.6" y="-3324.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-3312.75 9993.6,-3363.25"/>
<text text-anchor="middle" x="10007.22" y="-3333.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1895 -->
<g id="edge171" class="edge">
<title>n1121:e&#45;&gt;c1895:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9905.4,-3432.51 9913.19,-3361.58"/>
<polygon fill="black" stroke="black" points="9916.74,-3362.32 9914.35,-3352 9909.78,-3361.56 9916.74,-3362.32"/>
</g>
<!-- c1896 -->
<g id="node792" class="node">
<title>c1896</title>
<polygon fill="none" stroke="black" points="9914.35,-3942.75 9914.35,-3993.25 10020.85,-3993.25 10020.85,-3942.75 9914.35,-3942.75"/>
<text text-anchor="middle" x="9927.97" y="-3975.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-3968 9941.6,-3968"/>
<text text-anchor="middle" x="9927.97" y="-3950.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-3942.75 9941.6,-3993.25"/>
<text text-anchor="middle" x="9967.6" y="-3971.95" font-family="Times,serif" font-size="14.00">$130</text>
<text text-anchor="middle" x="9967.6" y="-3954.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-3942.75 9993.6,-3993.25"/>
<text text-anchor="middle" x="10007.22" y="-3963.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1896 -->
<g id="edge172" class="edge">
<title>n1121:e&#45;&gt;c1896:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9898.66,-3938.27 9910.69,-3971.03"/>
<polygon fill="black" stroke="black" points="9907.62,-3971.82 9914.35,-3980 9914.19,-3969.41 9907.62,-3971.82"/>
</g>
<!-- c1897 -->
<g id="node795" class="node">
<title>c1897</title>
<polygon fill="none" stroke="black" points="9914.35,-3872.75 9914.35,-3923.25 10020.85,-3923.25 10020.85,-3872.75 9914.35,-3872.75"/>
<text text-anchor="middle" x="9927.97" y="-3905.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-3898 9941.6,-3898"/>
<text text-anchor="middle" x="9927.97" y="-3880.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-3872.75 9941.6,-3923.25"/>
<text text-anchor="middle" x="9967.6" y="-3901.95" font-family="Times,serif" font-size="14.00">$131</text>
<text text-anchor="middle" x="9967.6" y="-3884.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-3872.75 9993.6,-3923.25"/>
<text text-anchor="middle" x="10007.22" y="-3893.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1897 -->
<g id="edge173" class="edge">
<title>n1121:e&#45;&gt;c1897:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9893.93,-3882.24 9908.03,-3902.1"/>
<polygon fill="black" stroke="black" points="9905.71,-3903.87 9914.35,-3910 9911.41,-3899.82 9905.71,-3903.87"/>
</g>
<!-- c1898 -->
<g id="node798" class="node">
<title>c1898</title>
<polygon fill="none" stroke="black" points="9914.35,-3802.75 9914.35,-3853.25 10020.85,-3853.25 10020.85,-3802.75 9914.35,-3802.75"/>
<text text-anchor="middle" x="9927.97" y="-3835.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-3828 9941.6,-3828"/>
<text text-anchor="middle" x="9927.97" y="-3810.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-3802.75 9941.6,-3853.25"/>
<text text-anchor="middle" x="9967.6" y="-3831.95" font-family="Times,serif" font-size="14.00">$132</text>
<text text-anchor="middle" x="9967.6" y="-3814.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-3802.75 9993.6,-3853.25"/>
<text text-anchor="middle" x="10007.22" y="-3823.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1898 -->
<g id="edge174" class="edge">
<title>n1121:e&#45;&gt;c1898:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9888.01,-3838.53 9903.57,-3839.99"/>
<polygon fill="black" stroke="black" points="9903.06,-3843.55 9913.35,-3841 9903.72,-3836.58 9903.06,-3843.55"/>
</g>
<!-- c1899 -->
<g id="node801" class="node">
<title>c1899</title>
<polygon fill="none" stroke="black" points="9914.35,-3732.75 9914.35,-3783.25 10020.85,-3783.25 10020.85,-3732.75 9914.35,-3732.75"/>
<text text-anchor="middle" x="9927.97" y="-3765.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-3758 9941.6,-3758"/>
<text text-anchor="middle" x="9927.97" y="-3740.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-3732.75 9941.6,-3783.25"/>
<text text-anchor="middle" x="9967.6" y="-3761.95" font-family="Times,serif" font-size="14.00">$133</text>
<text text-anchor="middle" x="9967.6" y="-3744.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-3732.75 9993.6,-3783.25"/>
<text text-anchor="middle" x="10007.22" y="-3753.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1899 -->
<g id="edge175" class="edge">
<title>n1121:e&#45;&gt;c1899:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9892.95,-3797.12 9907.39,-3779.5"/>
<polygon fill="black" stroke="black" points="9910.72,-3781.95 9914.35,-3772 9905.3,-3777.52 9910.72,-3781.95"/>
</g>
<!-- c1900 -->
<g id="node804" class="node">
<title>c1900</title>
<polygon fill="none" stroke="black" points="9914.35,-3662.75 9914.35,-3713.25 10020.85,-3713.25 10020.85,-3662.75 9914.35,-3662.75"/>
<text text-anchor="middle" x="9927.97" y="-3695.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-3688 9941.6,-3688"/>
<text text-anchor="middle" x="9927.97" y="-3670.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-3662.75 9941.6,-3713.25"/>
<text text-anchor="middle" x="9967.6" y="-3691.95" font-family="Times,serif" font-size="14.00">$134</text>
<text text-anchor="middle" x="9967.6" y="-3674.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-3662.75 9993.6,-3713.25"/>
<text text-anchor="middle" x="10007.22" y="-3683.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1900 -->
<g id="edge176" class="edge">
<title>n1121:e&#45;&gt;c1900:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9897.96,-3742.54 9910.35,-3711.15"/>
<polygon fill="black" stroke="black" points="9913.93,-3712.59 9914.35,-3702 9907.42,-3710.02 9913.93,-3712.59"/>
</g>
<!-- c1901 -->
<g id="node807" class="node">
<title>c1901</title>
<polygon fill="none" stroke="black" points="9914.35,-3592.75 9914.35,-3643.25 10020.85,-3643.25 10020.85,-3592.75 9914.35,-3592.75"/>
<text text-anchor="middle" x="9927.97" y="-3625.95" font-family="Times,serif" font-size="14.00">C</text>
<polyline fill="none" stroke="black" points="9914.35,-3618 9941.6,-3618"/>
<text text-anchor="middle" x="9927.97" y="-3600.7" font-family="Times,serif" font-size="14.00">D</text>
<polyline fill="none" stroke="black" points="9941.6,-3592.75 9941.6,-3643.25"/>
<text text-anchor="middle" x="9967.6" y="-3621.95" font-family="Times,serif" font-size="14.00">$135</text>
<text text-anchor="middle" x="9967.6" y="-3604.7" font-family="Times,serif" font-size="14.00">DFF</text>
<polyline fill="none" stroke="black" points="9993.6,-3592.75 9993.6,-3643.25"/>
<text text-anchor="middle" x="10007.22" y="-3613.45" font-family="Times,serif" font-size="14.00">Q</text>
</g>
<!-- n1121&#45;&gt;c1901 -->
<g id="edge177" class="edge">
<title>n1121:e&#45;&gt;c1901:w</title>
<path fill="none" stroke="black" d="M9861.1,-3836C9861.1,-3836 9900.78,-3683.22 9911.63,-3641.45"/>
<polygon fill="black" stroke="black" points="9915.22,-3642.56 9914.35,-3632 9908.45,-3640.8 9915.22,-3642.56"/>
</g>
<!-- n1122 -->
<g id="node4" class="node">
<title>n1122</title>
<polygon fill="none" stroke="black" points="10273.42,-3855.54 10273.42,-3870.46 10247.63,-3881 10211.15,-3881 10185.35,-3870.46 10185.35,-3855.54 10211.15,-3845 10247.63,-3845 10273.42,-3855.54"/>
<text text-anchor="middle" x="10229.39" y="-3858.32" font-family="Times,serif" font-size="14.00">result</text>
</g>
<!-- c1125 -->
<g id="node5" class="node">
<title>c1125</title>
<polygon fill="none" stroke="black" points="311.38,-2157.75 311.38,-2200.25 423.12,-2200.25 423.12,-2157.75 311.38,-2157.75"/>
<text text-anchor="middle" x="324.25" y="-2174.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="337.12,-2157.75 337.12,-2200.25"/>
<text text-anchor="middle" x="367.62" y="-2182.95" font-family="Times,serif" font-size="14.00">$1337</text>
<text text-anchor="middle" x="367.62" y="-2165.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="398.12,-2157.75 398.12,-2200.25"/>
<text text-anchor="middle" x="410.62" y="-2174.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1333 -->
<g id="node212" class="node">
<title>c1333</title>
<polygon fill="none" stroke="black" points="459.5,-1473.75 459.5,-1524.25 572,-1524.25 572,-1473.75 459.5,-1473.75"/>
<text text-anchor="middle" x="472.75" y="-1506.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-1499 486,-1499"/>
<text text-anchor="middle" x="472.75" y="-1481.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-1473.75 486,-1524.25"/>
<text text-anchor="middle" x="516.5" y="-1502.95" font-family="Times,serif" font-size="14.00">$1544</text>
<text text-anchor="middle" x="516.5" y="-1485.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="547,-1473.75 547,-1524.25"/>
<text text-anchor="middle" x="559.5" y="-1494.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1125&#45;&gt;c1333 -->
<g id="edge595" class="edge">
<title>c1125:e&#45;&gt;c1333:w</title>
<path fill="none" stroke="black" d="M423.5,-2179C423.5,-2179 454.29,-1608.54 458.92,-1522.75"/>
<polygon fill="black" stroke="black" points="462.46,-1523.17 459.5,-1513 455.47,-1522.8 462.46,-1523.17"/>
</g>
<!-- c1126 -->
<g id="node6" class="node">
<title>c1126</title>
<polygon fill="none" stroke="black" points="459.88,-1721.75 459.88,-1764.25 571.62,-1764.25 571.62,-1721.75 459.88,-1721.75"/>
<text text-anchor="middle" x="472.75" y="-1738.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="485.62,-1721.75 485.62,-1764.25"/>
<text text-anchor="middle" x="516.12" y="-1746.95" font-family="Times,serif" font-size="14.00">$1338</text>
<text text-anchor="middle" x="516.12" y="-1729.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="546.62,-1721.75 546.62,-1764.25"/>
<text text-anchor="middle" x="559.12" y="-1738.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1531 -->
<g id="node410" class="node">
<title>c1531</title>
<polygon fill="none" stroke="black" points="608,-1424.75 608,-1475.25 720.5,-1475.25 720.5,-1424.75 608,-1424.75"/>
<text text-anchor="middle" x="621.25" y="-1457.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-1450 634.5,-1450"/>
<text text-anchor="middle" x="621.25" y="-1432.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-1424.75 634.5,-1475.25"/>
<text text-anchor="middle" x="665" y="-1453.95" font-family="Times,serif" font-size="14.00">$1742</text>
<text text-anchor="middle" x="665" y="-1436.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="695.5,-1424.75 695.5,-1475.25"/>
<text text-anchor="middle" x="708" y="-1445.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1126&#45;&gt;c1531 -->
<g id="edge634" class="edge">
<title>c1126:e&#45;&gt;c1531:w</title>
<path fill="none" stroke="black" d="M572,-1743C572,-1743 600.06,-1524.78 606.63,-1473.63"/>
<polygon fill="black" stroke="black" points="610.2,-1474.36 608,-1464 603.25,-1473.47 610.2,-1474.36"/>
</g>
<!-- c1127 -->
<g id="node7" class="node">
<title>c1127</title>
<polygon fill="none" stroke="black" points="311.38,-1533.75 311.38,-1576.25 423.12,-1576.25 423.12,-1533.75 311.38,-1533.75"/>
<text text-anchor="middle" x="324.25" y="-1550.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="337.12,-1533.75 337.12,-1576.25"/>
<text text-anchor="middle" x="367.62" y="-1558.95" font-family="Times,serif" font-size="14.00">$1339</text>
<text text-anchor="middle" x="367.62" y="-1541.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="398.12,-1533.75 398.12,-1576.25"/>
<text text-anchor="middle" x="410.62" y="-1550.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1127&#45;&gt;c1333 -->
<g id="edge666" class="edge">
<title>c1127:e&#45;&gt;c1333:w</title>
<path fill="none" stroke="black" d="M423.5,-1555C423.5,-1555 444.6,-1514.55 454.49,-1495.59"/>
<polygon fill="black" stroke="black" points="457.98,-1497.48 459.5,-1487 451.77,-1494.25 457.98,-1497.48"/>
</g>
<!-- c1128 -->
<g id="node8" class="node">
<title>c1128</title>
<polygon fill="none" stroke="black" points="459.88,-865.75 459.88,-908.25 571.62,-908.25 571.62,-865.75 459.88,-865.75"/>
<text text-anchor="middle" x="472.75" y="-882.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="485.62,-865.75 485.62,-908.25"/>
<text text-anchor="middle" x="516.12" y="-890.95" font-family="Times,serif" font-size="14.00">$1340</text>
<text text-anchor="middle" x="516.12" y="-873.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="546.62,-865.75 546.62,-908.25"/>
<text text-anchor="middle" x="559.12" y="-882.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1748 -->
<g id="node627" class="node">
<title>c1748</title>
<polygon fill="none" stroke="black" points="608,-793.75 608,-844.25 720.5,-844.25 720.5,-793.75 608,-793.75"/>
<text text-anchor="middle" x="621.25" y="-826.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-819 634.5,-819"/>
<text text-anchor="middle" x="621.25" y="-801.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-793.75 634.5,-844.25"/>
<text text-anchor="middle" x="665" y="-822.95" font-family="Times,serif" font-size="14.00">$1959</text>
<text text-anchor="middle" x="665" y="-805.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="695.5,-793.75 695.5,-844.25"/>
<text text-anchor="middle" x="708" y="-814.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1128&#45;&gt;c1748 -->
<g id="edge698" class="edge">
<title>c1128:e&#45;&gt;c1748:w</title>
<path fill="none" stroke="black" d="M572,-887C572,-887 591.83,-856.7 602.06,-841.08"/>
<polygon fill="black" stroke="black" points="605.45,-843.28 608,-833 599.59,-839.45 605.45,-843.28"/>
</g>
<!-- c1129 -->
<g id="node9" class="node">
<title>c1129</title>
<polygon fill="none" stroke="black" points="311.38,-941.75 311.38,-984.25 423.12,-984.25 423.12,-941.75 311.38,-941.75"/>
<text text-anchor="middle" x="324.25" y="-958.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="337.12,-941.75 337.12,-984.25"/>
<text text-anchor="middle" x="367.62" y="-966.95" font-family="Times,serif" font-size="14.00">$1341</text>
<text text-anchor="middle" x="367.62" y="-949.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="398.12,-941.75 398.12,-984.25"/>
<text text-anchor="middle" x="410.62" y="-958.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n305 -->
<g id="node1002" class="node">
<title>n305</title>
<ellipse fill="black" stroke="black" cx="515.75" cy="-951" rx="1.8" ry="1.8"/>
</g>
<!-- c1129&#45;&gt;n305 -->
<g id="edge740" class="edge">
<title>c1129:e&#45;&gt;n305:w</title>
<path fill="none" stroke="black" d="M423.5,-963C423.5,-963 478.52,-955.6 502.16,-952.42"/>
<polygon fill="black" stroke="black" points="502.31,-955.8 511.75,-951 501.37,-948.86 502.31,-955.8"/>
</g>
<!-- c1131 -->
<g id="node10" class="node">
<title>c1131</title>
<polygon fill="none" stroke="black" points="459.5,-3997.75 459.5,-4048.25 572,-4048.25 572,-3997.75 459.5,-3997.75"/>
<text text-anchor="middle" x="472.75" y="-4030.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-4023 486,-4023"/>
<text text-anchor="middle" x="472.75" y="-4005.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-3997.75 486,-4048.25"/>
<text text-anchor="middle" x="516.5" y="-4026.95" font-family="Times,serif" font-size="14.00">$1342</text>
<text text-anchor="middle" x="516.5" y="-4009.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-3997.75 547,-4048.25"/>
<text text-anchor="middle" x="559.5" y="-4018.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1878 -->
<g id="node757" class="node">
<title>c1878</title>
<polygon fill="none" stroke="black" points="608,-4417.75 608,-4468.25 720.5,-4468.25 720.5,-4417.75 608,-4417.75"/>
<text text-anchor="middle" x="621.25" y="-4450.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-4443 634.5,-4443"/>
<text text-anchor="middle" x="621.25" y="-4425.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-4417.75 634.5,-4468.25"/>
<text text-anchor="middle" x="665" y="-4446.95" font-family="Times,serif" font-size="14.00">$2089</text>
<text text-anchor="middle" x="665" y="-4429.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="695.5,-4417.75 695.5,-4468.25"/>
<text text-anchor="middle" x="708" y="-4438.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1131&#45;&gt;c1878 -->
<g id="edge779" class="edge">
<title>c1131:e&#45;&gt;c1878:w</title>
<path fill="none" stroke="black" d="M572,-4023C572,-4023 601.57,-4378.62 607.11,-4445.3"/>
<polygon fill="black" stroke="black" points="603.68,-4445.32 608,-4455 610.66,-4444.74 603.68,-4445.32"/>
</g>
<!-- c1132 -->
<g id="node11" class="node">
<title>c1132</title>
<polygon fill="none" stroke="black" points="459.5,-3857.75 459.5,-3908.25 572,-3908.25 572,-3857.75 459.5,-3857.75"/>
<text text-anchor="middle" x="472.75" y="-3890.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-3883 486,-3883"/>
<text text-anchor="middle" x="472.75" y="-3865.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-3857.75 486,-3908.25"/>
<text text-anchor="middle" x="516.5" y="-3886.95" font-family="Times,serif" font-size="14.00">$1343</text>
<text text-anchor="middle" x="516.5" y="-3869.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-3857.75 547,-3908.25"/>
<text text-anchor="middle" x="559.5" y="-3878.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1132&#45;&gt;c1878 -->
<g id="edge811" class="edge">
<title>c1132:e&#45;&gt;c1878:w</title>
<path fill="none" stroke="black" d="M572,-3883C572,-3883 602.21,-4341.98 607.28,-4419.07"/>
<polygon fill="black" stroke="black" points="603.85,-4419.25 608,-4429 610.84,-4418.79 603.85,-4419.25"/>
</g>
<!-- c1133 -->
<g id="node12" class="node">
<title>c1133</title>
<polygon fill="none" stroke="black" points="459.5,-3927.75 459.5,-3978.25 572,-3978.25 572,-3927.75 459.5,-3927.75"/>
<text text-anchor="middle" x="472.75" y="-3960.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-3953 486,-3953"/>
<text text-anchor="middle" x="472.75" y="-3935.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-3927.75 486,-3978.25"/>
<text text-anchor="middle" x="516.5" y="-3956.95" font-family="Times,serif" font-size="14.00">$1344</text>
<text text-anchor="middle" x="516.5" y="-3939.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-3927.75 547,-3978.25"/>
<text text-anchor="middle" x="559.5" y="-3948.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n337 -->
<g id="node1024" class="node">
<title>n337</title>
<ellipse fill="black" stroke="black" cx="664.25" cy="-4582" rx="1.8" ry="1.8"/>
</g>
<!-- c1133&#45;&gt;n337 -->
<g id="edge832" class="edge">
<title>c1133:e&#45;&gt;n337:w</title>
<path fill="none" stroke="black" d="M572,-3953C572,-3953 648.01,-4488.69 659.74,-4571.35"/>
<polygon fill="black" stroke="black" points="656.38,-4571.59 661.25,-4581 663.31,-4570.61 656.38,-4571.59"/>
</g>
<!-- c1134 -->
<g id="node13" class="node">
<title>c1134</title>
<polygon fill="none" stroke="black" points="459.5,-4067.75 459.5,-4118.25 572,-4118.25 572,-4067.75 459.5,-4067.75"/>
<text text-anchor="middle" x="472.75" y="-4100.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-4093 486,-4093"/>
<text text-anchor="middle" x="472.75" y="-4075.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-4067.75 486,-4118.25"/>
<text text-anchor="middle" x="516.5" y="-4096.95" font-family="Times,serif" font-size="14.00">$1345</text>
<text text-anchor="middle" x="516.5" y="-4079.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-4067.75 547,-4118.25"/>
<text text-anchor="middle" x="559.5" y="-4088.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n348 -->
<g id="node1031" class="node">
<title>n348</title>
<ellipse fill="black" stroke="black" cx="1703.75" cy="-4506" rx="1.8" ry="1.8"/>
</g>
<!-- c1134&#45;&gt;n348 -->
<g id="edge862" class="edge">
<title>c1134:e&#45;&gt;n348:w</title>
<path fill="none" stroke="black" d="M571.75,-4093C571.75,-4093 1579.45,-4461.3 1691.64,-4502.3"/>
<polygon fill="black" stroke="black" points="1690.16,-4505.85 1700.75,-4506 1692.56,-4499.28 1690.16,-4505.85"/>
</g>
<!-- c1135 -->
<g id="node14" class="node">
<title>c1135</title>
<polygon fill="none" stroke="black" points="6102.88,-4219.75 6102.88,-4262.25 6214.62,-4262.25 6214.62,-4219.75 6102.88,-4219.75"/>
<text text-anchor="middle" x="6115.75" y="-4236.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6128.62,-4219.75 6128.62,-4262.25"/>
<text text-anchor="middle" x="6159.12" y="-4244.95" font-family="Times,serif" font-size="14.00">$1346</text>
<text text-anchor="middle" x="6159.12" y="-4227.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="6189.62,-4219.75 6189.62,-4262.25"/>
<text text-anchor="middle" x="6202.12" y="-4236.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- x75 -->
<g id="node853" class="node">
<title>x75</title>
<path fill="none" stroke="black" d="M6579,-4243C6579,-4243 6629.5,-4243 6629.5,-4243 6635.5,-4243 6641.5,-4249 6641.5,-4255 6641.5,-4255 6641.5,-4267 6641.5,-4267 6641.5,-4273 6635.5,-4279 6629.5,-4279 6629.5,-4279 6579,-4279 6579,-4279 6573,-4279 6567,-4273 6567,-4267 6567,-4267 6567,-4255 6567,-4255 6567,-4249 6573,-4243 6579,-4243"/>
<text text-anchor="middle" x="6604.25" y="-4256.7" font-family="Times,serif" font-size="14.00">0:0 &#45; 0:0</text>
</g>
<!-- c1135&#45;&gt;x75 -->
<g id="edge1966" class="edge">
<title>c1135:e&#45;&gt;x75:w</title>
<path fill="none" stroke="black" d="M6214.75,-4241C6214.75,-4241 6496.82,-4257 6556.31,-4260.38"/>
<polygon fill="black" stroke="black" points="6556.07,-4263.93 6566.25,-4261 6556.46,-4256.94 6556.07,-4263.93"/>
</g>
<!-- c1136 -->
<g id="node15" class="node">
<title>c1136</title>
<polygon fill="none" stroke="black" points="1796,-4493.75 1796,-4544.25 1908.5,-4544.25 1908.5,-4493.75 1796,-4493.75"/>
<text text-anchor="middle" x="1809.25" y="-4526.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-4519 1822.5,-4519"/>
<text text-anchor="middle" x="1809.25" y="-4501.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-4493.75 1822.5,-4544.25"/>
<text text-anchor="middle" x="1853" y="-4522.95" font-family="Times,serif" font-size="14.00">$1347</text>
<text text-anchor="middle" x="1853" y="-4505.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-4493.75 1883.5,-4544.25"/>
<text text-anchor="middle" x="1896" y="-4514.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n369 -->
<g id="node1046" class="node">
<title>n369</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-4505" rx="1.8" ry="1.8"/>
</g>
<!-- c1136&#45;&gt;n369 -->
<g id="edge918" class="edge">
<title>c1136:e&#45;&gt;n369:w</title>
<path fill="none" stroke="black" d="M1908.5,-4519C1908.5,-4519 1963.52,-4510.37 1987.16,-4506.66"/>
<polygon fill="black" stroke="black" points="1987.41,-4510.01 1996.75,-4505 1986.33,-4503.09 1987.41,-4510.01"/>
</g>
<!-- c1137 -->
<g id="node16" class="node">
<title>c1137</title>
<polygon fill="none" stroke="black" points="2093.38,-4493.75 2093.38,-4536.25 2205.12,-4536.25 2205.12,-4493.75 2093.38,-4493.75"/>
<text text-anchor="middle" x="2106.25" y="-4510.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2119.12,-4493.75 2119.12,-4536.25"/>
<text text-anchor="middle" x="2149.62" y="-4518.95" font-family="Times,serif" font-size="14.00">$1348</text>
<text text-anchor="middle" x="2149.62" y="-4501.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2180.12,-4493.75 2180.12,-4536.25"/>
<text text-anchor="middle" x="2192.62" y="-4510.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1151 -->
<g id="node30" class="node">
<title>c1151</title>
<polygon fill="none" stroke="black" points="2241.5,-4695.75 2241.5,-4746.25 2354,-4746.25 2354,-4695.75 2241.5,-4695.75"/>
<text text-anchor="middle" x="2254.75" y="-4728.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2241.5,-4721 2268,-4721"/>
<text text-anchor="middle" x="2254.75" y="-4703.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2268,-4695.75 2268,-4746.25"/>
<text text-anchor="middle" x="2298.5" y="-4724.95" font-family="Times,serif" font-size="14.00">$1362</text>
<text text-anchor="middle" x="2298.5" y="-4707.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2329,-4695.75 2329,-4746.25"/>
<text text-anchor="middle" x="2341.5" y="-4716.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1137&#45;&gt;c1151 -->
<g id="edge952" class="edge">
<title>c1137:e&#45;&gt;c1151:w</title>
<path fill="none" stroke="black" d="M2205.5,-4515C2205.5,-4515 2232.57,-4679.69 2239.76,-4723.44"/>
<polygon fill="black" stroke="black" points="2236.42,-4723.7 2241.5,-4733 2243.33,-4722.56 2236.42,-4723.7"/>
</g>
<!-- c1138 -->
<g id="node17" class="node">
<title>c1138</title>
<polygon fill="none" stroke="black" points="459.5,-3717.75 459.5,-3768.25 572,-3768.25 572,-3717.75 459.5,-3717.75"/>
<text text-anchor="middle" x="472.75" y="-3750.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-3743 486,-3743"/>
<text text-anchor="middle" x="472.75" y="-3725.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-3717.75 486,-3768.25"/>
<text text-anchor="middle" x="516.5" y="-3746.95" font-family="Times,serif" font-size="14.00">$1349</text>
<text text-anchor="middle" x="516.5" y="-3729.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-3717.75 547,-3768.25"/>
<text text-anchor="middle" x="559.5" y="-3738.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n391 -->
<g id="node1062" class="node">
<title>n391</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-4650" rx="1.8" ry="1.8"/>
</g>
<!-- c1138&#45;&gt;n391 -->
<g id="edge980" class="edge">
<title>c1138:e&#45;&gt;n391:w</title>
<path fill="none" stroke="black" d="M571.75,-3743C571.75,-3743 1316.13,-4553.51 1397.55,-4642.16"/>
<polygon fill="black" stroke="black" points="1394.41,-4644 1403.75,-4649 1399.56,-4639.27 1394.41,-4644"/>
</g>
<!-- c1139 -->
<g id="node18" class="node">
<title>c1139</title>
<polygon fill="none" stroke="black" points="459.5,-4137.75 459.5,-4188.25 572,-4188.25 572,-4137.75 459.5,-4137.75"/>
<text text-anchor="middle" x="472.75" y="-4170.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-4163 486,-4163"/>
<text text-anchor="middle" x="472.75" y="-4145.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-4137.75 486,-4188.25"/>
<text text-anchor="middle" x="516.5" y="-4166.95" font-family="Times,serif" font-size="14.00">$1350</text>
<text text-anchor="middle" x="516.5" y="-4149.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-4137.75 547,-4188.25"/>
<text text-anchor="middle" x="559.5" y="-4158.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n402 -->
<g id="node1072" class="node">
<title>n402</title>
<ellipse fill="black" stroke="black" cx="664.25" cy="-4614" rx="1.8" ry="1.8"/>
</g>
<!-- c1139&#45;&gt;n402 -->
<g id="edge1019" class="edge">
<title>c1139:e&#45;&gt;n402:w</title>
<path fill="none" stroke="black" d="M572,-4163C572,-4163 645.62,-4535 659.13,-4603.3"/>
<polygon fill="black" stroke="black" points="655.88,-4603.87 661.25,-4613 662.74,-4602.51 655.88,-4603.87"/>
</g>
<!-- c1140 -->
<g id="node19" class="node">
<title>c1140</title>
<polygon fill="none" stroke="black" points="459.5,-3507.75 459.5,-3558.25 572,-3558.25 572,-3507.75 459.5,-3507.75"/>
<text text-anchor="middle" x="472.75" y="-3540.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-3533 486,-3533"/>
<text text-anchor="middle" x="472.75" y="-3515.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-3507.75 486,-3558.25"/>
<text text-anchor="middle" x="516.5" y="-3536.95" font-family="Times,serif" font-size="14.00">$1351</text>
<text text-anchor="middle" x="516.5" y="-3519.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-3507.75 547,-3558.25"/>
<text text-anchor="middle" x="559.5" y="-3528.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n413 -->
<g id="node1079" class="node">
<title>n413</title>
<ellipse fill="black" stroke="black" cx="664.25" cy="-4019" rx="1.8" ry="1.8"/>
</g>
<!-- c1140&#45;&gt;n413 -->
<g id="edge1045" class="edge">
<title>c1140:e&#45;&gt;n413:w</title>
<path fill="none" stroke="black" d="M572,-3533C572,-3533 646.25,-3937.32 659.3,-4008.4"/>
<polygon fill="black" stroke="black" points="656,-4008.8 661.25,-4018 662.89,-4007.53 656,-4008.8"/>
</g>
<!-- c1141 -->
<g id="node20" class="node">
<title>c1141</title>
<polygon fill="none" stroke="black" points="756.88,-4057.75 756.88,-4100.25 868.62,-4100.25 868.62,-4057.75 756.88,-4057.75"/>
<text text-anchor="middle" x="769.75" y="-4074.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="782.62,-4057.75 782.62,-4100.25"/>
<text text-anchor="middle" x="813.12" y="-4082.95" font-family="Times,serif" font-size="14.00">$1352</text>
<text text-anchor="middle" x="813.12" y="-4065.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="843.62,-4057.75 843.62,-4100.25"/>
<text text-anchor="middle" x="856.12" y="-4074.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1162 -->
<g id="node41" class="node">
<title>c1162</title>
<polygon fill="none" stroke="black" points="905,-4040.75 905,-4091.25 1017.5,-4091.25 1017.5,-4040.75 905,-4040.75"/>
<text text-anchor="middle" x="918.25" y="-4073.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="905,-4066 931.5,-4066"/>
<text text-anchor="middle" x="918.25" y="-4048.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="931.5,-4040.75 931.5,-4091.25"/>
<text text-anchor="middle" x="962" y="-4069.95" font-family="Times,serif" font-size="14.00">$1373</text>
<text text-anchor="middle" x="962" y="-4052.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="992.5,-4040.75 992.5,-4091.25"/>
<text text-anchor="middle" x="1005" y="-4061.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1141&#45;&gt;c1162 -->
<g id="edge1073" class="edge">
<title>c1141:e&#45;&gt;c1162:w</title>
<path fill="none" stroke="black" d="M869,-4079C869,-4079 883.42,-4079 894,-4079"/>
<polygon fill="black" stroke="black" points="894,-4082.5 904,-4079 894,-4075.5 894,-4082.5"/>
</g>
<!-- c1142 -->
<g id="node21" class="node">
<title>c1142</title>
<polygon fill="none" stroke="black" points="756.5,-4671.75 756.5,-4722.25 869,-4722.25 869,-4671.75 756.5,-4671.75"/>
<text text-anchor="middle" x="769.75" y="-4704.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="756.5,-4697 783,-4697"/>
<text text-anchor="middle" x="769.75" y="-4679.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="783,-4671.75 783,-4722.25"/>
<text text-anchor="middle" x="813.5" y="-4700.95" font-family="Times,serif" font-size="14.00">$1353</text>
<text text-anchor="middle" x="813.5" y="-4683.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="844,-4671.75 844,-4722.25"/>
<text text-anchor="middle" x="856.5" y="-4692.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n434 -->
<g id="node1091" class="node">
<title>n434</title>
<ellipse fill="black" stroke="black" cx="961.25" cy="-4697" rx="1.8" ry="1.8"/>
</g>
<!-- c1142&#45;&gt;n434 -->
<g id="edge1094" class="edge">
<title>c1142:e&#45;&gt;n434:w</title>
<path fill="none" stroke="black" d="M869,-4697C869,-4697 923.47,-4697 947.31,-4697"/>
<polygon fill="black" stroke="black" points="947.25,-4700.5 957.25,-4697 947.25,-4693.5 947.25,-4700.5"/>
</g>
<!-- c1143 -->
<g id="node22" class="node">
<title>c1143</title>
<polygon fill="none" stroke="black" points="1053.88,-4665.75 1053.88,-4708.25 1165.62,-4708.25 1165.62,-4665.75 1053.88,-4665.75"/>
<text text-anchor="middle" x="1066.75" y="-4682.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1079.62,-4665.75 1079.62,-4708.25"/>
<text text-anchor="middle" x="1110.12" y="-4690.95" font-family="Times,serif" font-size="14.00">$1354</text>
<text text-anchor="middle" x="1110.12" y="-4673.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1140.62,-4665.75 1140.62,-4708.25"/>
<text text-anchor="middle" x="1153.12" y="-4682.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1145 -->
<g id="node24" class="node">
<title>c1145</title>
<polygon fill="none" stroke="black" points="1202,-4626.75 1202,-4677.25 1314.5,-4677.25 1314.5,-4626.75 1202,-4626.75"/>
<text text-anchor="middle" x="1215.25" y="-4659.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-4652 1228.5,-4652"/>
<text text-anchor="middle" x="1215.25" y="-4634.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-4626.75 1228.5,-4677.25"/>
<text text-anchor="middle" x="1259" y="-4655.95" font-family="Times,serif" font-size="14.00">$1356</text>
<text text-anchor="middle" x="1259" y="-4638.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1289.5,-4626.75 1289.5,-4677.25"/>
<text text-anchor="middle" x="1302" y="-4647.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1143&#45;&gt;c1145 -->
<g id="edge1122" class="edge">
<title>c1143:e&#45;&gt;c1145:w</title>
<path fill="none" stroke="black" d="M1166,-4687C1166,-4687 1182.25,-4677.07 1192.92,-4670.55"/>
<polygon fill="black" stroke="black" points="1194.29,-4673.2 1201,-4665 1190.64,-4667.23 1194.29,-4673.2"/>
</g>
<!-- c1144 -->
<g id="node23" class="node">
<title>c1144</title>
<polygon fill="none" stroke="black" points="756.5,-4601.75 756.5,-4652.25 869,-4652.25 869,-4601.75 756.5,-4601.75"/>
<text text-anchor="middle" x="769.75" y="-4634.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="756.5,-4627 783,-4627"/>
<text text-anchor="middle" x="769.75" y="-4609.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="783,-4601.75 783,-4652.25"/>
<text text-anchor="middle" x="813.5" y="-4630.95" font-family="Times,serif" font-size="14.00">$1355</text>
<text text-anchor="middle" x="813.5" y="-4613.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="844,-4601.75 844,-4652.25"/>
<text text-anchor="middle" x="856.5" y="-4622.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1144&#45;&gt;c1145 -->
<g id="edge1149" class="edge">
<title>c1144:e&#45;&gt;c1145:w</title>
<path fill="none" stroke="black" d="M868.75,-4627C868.75,-4627 1134.45,-4636.56 1191.53,-4638.61"/>
<polygon fill="black" stroke="black" points="1191.13,-4642.14 1201.25,-4639 1191.38,-4635.14 1191.13,-4642.14"/>
</g>
<!-- n467 -->
<g id="node1114" class="node">
<title>n467</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-4628" rx="1.8" ry="1.8"/>
</g>
<!-- c1145&#45;&gt;n467 -->
<g id="edge1179" class="edge">
<title>c1145:e&#45;&gt;n467:w</title>
<path fill="none" stroke="black" d="M1314.5,-4652C1314.5,-4652 1369.52,-4637.2 1393.16,-4630.85"/>
<polygon fill="black" stroke="black" points="1394,-4633.98 1402.75,-4628 1392.18,-4627.22 1394,-4633.98"/>
</g>
<!-- c1146 -->
<g id="node25" class="node">
<title>c1146</title>
<polygon fill="none" stroke="black" points="1499,-4658.75 1499,-4709.25 1611.5,-4709.25 1611.5,-4658.75 1499,-4658.75"/>
<text text-anchor="middle" x="1512.25" y="-4691.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-4684 1525.5,-4684"/>
<text text-anchor="middle" x="1512.25" y="-4666.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-4658.75 1525.5,-4709.25"/>
<text text-anchor="middle" x="1556" y="-4687.95" font-family="Times,serif" font-size="14.00">$1357</text>
<text text-anchor="middle" x="1556" y="-4670.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1586.5,-4658.75 1586.5,-4709.25"/>
<text text-anchor="middle" x="1599" y="-4679.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1147 -->
<g id="node26" class="node">
<title>c1147</title>
<polygon fill="none" stroke="black" points="1647.88,-4648.75 1647.88,-4691.25 1759.62,-4691.25 1759.62,-4648.75 1647.88,-4648.75"/>
<text text-anchor="middle" x="1660.75" y="-4665.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1673.62,-4648.75 1673.62,-4691.25"/>
<text text-anchor="middle" x="1704.12" y="-4673.95" font-family="Times,serif" font-size="14.00">$1358</text>
<text text-anchor="middle" x="1704.12" y="-4656.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1734.62,-4648.75 1734.62,-4691.25"/>
<text text-anchor="middle" x="1747.12" y="-4665.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1146&#45;&gt;c1147 -->
<g id="edge1206" class="edge">
<title>c1146:e&#45;&gt;c1147:w</title>
<path fill="none" stroke="black" d="M1611.5,-4684C1611.5,-4684 1626.64,-4678.11 1637.28,-4673.97"/>
<polygon fill="black" stroke="black" points="1638.45,-4676.89 1646.5,-4670 1635.91,-4670.36 1638.45,-4676.89"/>
</g>
<!-- c1149 -->
<g id="node28" class="node">
<title>c1149</title>
<polygon fill="none" stroke="black" points="1796,-4563.75 1796,-4614.25 1908.5,-4614.25 1908.5,-4563.75 1796,-4563.75"/>
<text text-anchor="middle" x="1809.25" y="-4596.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-4589 1822.5,-4589"/>
<text text-anchor="middle" x="1809.25" y="-4571.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-4563.75 1822.5,-4614.25"/>
<text text-anchor="middle" x="1853" y="-4592.95" font-family="Times,serif" font-size="14.00">$1360</text>
<text text-anchor="middle" x="1853" y="-4575.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-4563.75 1883.5,-4614.25"/>
<text text-anchor="middle" x="1896" y="-4584.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1147&#45;&gt;c1149 -->
<g id="edge1232" class="edge">
<title>c1147:e&#45;&gt;c1149:w</title>
<path fill="none" stroke="black" d="M1760,-4670C1760,-4670 1781.1,-4630.14 1790.99,-4611.46"/>
<polygon fill="black" stroke="black" points="1794.41,-4613.48 1796,-4603 1788.23,-4610.2 1794.41,-4613.48"/>
</g>
<!-- c1148 -->
<g id="node27" class="node">
<title>c1148</title>
<polygon fill="none" stroke="black" points="1499,-4588.75 1499,-4639.25 1611.5,-4639.25 1611.5,-4588.75 1499,-4588.75"/>
<text text-anchor="middle" x="1512.25" y="-4621.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-4614 1525.5,-4614"/>
<text text-anchor="middle" x="1512.25" y="-4596.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-4588.75 1525.5,-4639.25"/>
<text text-anchor="middle" x="1556" y="-4617.95" font-family="Times,serif" font-size="14.00">$1359</text>
<text text-anchor="middle" x="1556" y="-4600.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1586.5,-4588.75 1586.5,-4639.25"/>
<text text-anchor="middle" x="1599" y="-4609.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n500 -->
<g id="node1136" class="node">
<title>n500</title>
<ellipse fill="black" stroke="black" cx="1703.75" cy="-4614" rx="1.8" ry="1.8"/>
</g>
<!-- c1148&#45;&gt;n500 -->
<g id="edge1268" class="edge">
<title>c1148:e&#45;&gt;n500:w</title>
<path fill="none" stroke="black" d="M1611.5,-4614C1611.5,-4614 1665.97,-4614 1689.81,-4614"/>
<polygon fill="black" stroke="black" points="1689.75,-4617.5 1699.75,-4614 1689.75,-4610.5 1689.75,-4617.5"/>
</g>
<!-- n511 -->
<g id="node1142" class="node">
<title>n511</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-4589" rx="1.8" ry="1.8"/>
</g>
<!-- c1149&#45;&gt;n511 -->
<g id="edge1294" class="edge">
<title>c1149:e&#45;&gt;n511:w</title>
<path fill="none" stroke="black" d="M1908.5,-4589C1908.5,-4589 1962.97,-4589 1986.81,-4589"/>
<polygon fill="black" stroke="black" points="1986.75,-4592.5 1996.75,-4589 1986.75,-4585.5 1986.75,-4592.5"/>
</g>
<!-- c1150 -->
<g id="node29" class="node">
<title>c1150</title>
<polygon fill="none" stroke="black" points="2093.38,-4695.75 2093.38,-4738.25 2205.12,-4738.25 2205.12,-4695.75 2093.38,-4695.75"/>
<text text-anchor="middle" x="2106.25" y="-4712.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2119.12,-4695.75 2119.12,-4738.25"/>
<text text-anchor="middle" x="2149.62" y="-4720.95" font-family="Times,serif" font-size="14.00">$1361</text>
<text text-anchor="middle" x="2149.62" y="-4703.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2180.12,-4695.75 2180.12,-4738.25"/>
<text text-anchor="middle" x="2192.62" y="-4712.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1150&#45;&gt;c1151 -->
<g id="edge1315" class="edge">
<title>c1150:e&#45;&gt;c1151:w</title>
<path fill="none" stroke="black" d="M2205.5,-4717C2205.5,-4717 2220.27,-4713.31 2230.89,-4710.65"/>
<polygon fill="black" stroke="black" points="2231.65,-4713.82 2240.5,-4708 2229.95,-4707.03 2231.65,-4713.82"/>
</g>
<!-- n532 -->
<g id="node1155" class="node">
<title>n532</title>
<ellipse fill="black" stroke="black" cx="4376.75" cy="-4577" rx="1.8" ry="1.8"/>
</g>
<!-- c1151&#45;&gt;n532 -->
<g id="edge1344" class="edge">
<title>c1151:e&#45;&gt;n532:w</title>
<path fill="none" stroke="black" d="M2353.75,-4721C2353.75,-4721 4204.8,-4589.11 4363.88,-4577.77"/>
<polygon fill="black" stroke="black" points="4364.02,-4581.2 4373.75,-4577 4363.53,-4574.22 4364.02,-4581.2"/>
</g>
<!-- c1152 -->
<g id="node31" class="node">
<title>c1152</title>
<polygon fill="none" stroke="black" points="4469.38,-4582.75 4469.38,-4625.25 4581.12,-4625.25 4581.12,-4582.75 4469.38,-4582.75"/>
<text text-anchor="middle" x="4482.25" y="-4599.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4495.12,-4582.75 4495.12,-4625.25"/>
<text text-anchor="middle" x="4525.62" y="-4607.95" font-family="Times,serif" font-size="14.00">$1363</text>
<text text-anchor="middle" x="4525.62" y="-4590.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="4556.12,-4582.75 4556.12,-4625.25"/>
<text text-anchor="middle" x="4568.62" y="-4599.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1180 -->
<g id="node59" class="node">
<title>c1180</title>
<polygon fill="none" stroke="black" points="4617.5,-4458.75 4617.5,-4509.25 4730,-4509.25 4730,-4458.75 4617.5,-4458.75"/>
<text text-anchor="middle" x="4630.75" y="-4491.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4617.5,-4484 4644,-4484"/>
<text text-anchor="middle" x="4630.75" y="-4466.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4644,-4458.75 4644,-4509.25"/>
<text text-anchor="middle" x="4674.5" y="-4487.95" font-family="Times,serif" font-size="14.00">$1391</text>
<text text-anchor="middle" x="4674.5" y="-4470.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4705,-4458.75 4705,-4509.25"/>
<text text-anchor="middle" x="4717.5" y="-4479.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1152&#45;&gt;c1180 -->
<g id="edge1377" class="edge">
<title>c1152:e&#45;&gt;c1180:w</title>
<path fill="none" stroke="black" d="M4581.5,-4604C4581.5,-4604 4605.04,-4534.04 4614.05,-4507.26"/>
<polygon fill="black" stroke="black" points="4617.63,-4508.59 4617.5,-4498 4610.99,-4506.36 4617.63,-4508.59"/>
</g>
<!-- c1153 -->
<g id="node32" class="node">
<title>c1153</title>
<polygon fill="none" stroke="black" points="459.5,-4207.75 459.5,-4258.25 572,-4258.25 572,-4207.75 459.5,-4207.75"/>
<text text-anchor="middle" x="472.75" y="-4240.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-4233 486,-4233"/>
<text text-anchor="middle" x="472.75" y="-4215.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-4207.75 486,-4258.25"/>
<text text-anchor="middle" x="516.5" y="-4236.95" font-family="Times,serif" font-size="14.00">$1364</text>
<text text-anchor="middle" x="516.5" y="-4219.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-4207.75 547,-4258.25"/>
<text text-anchor="middle" x="559.5" y="-4228.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n554 -->
<g id="node1168" class="node">
<title>n554</title>
<ellipse fill="black" stroke="black" cx="1703.75" cy="-4775" rx="1.8" ry="1.8"/>
</g>
<!-- c1153&#45;&gt;n554 -->
<g id="edge1398" class="edge">
<title>c1153:e&#45;&gt;n554:w</title>
<path fill="none" stroke="black" d="M571.75,-4233C571.75,-4233 1581.54,-4717.34 1691.98,-4770.31"/>
<polygon fill="black" stroke="black" points="1690.22,-4773.83 1700.75,-4775 1693.25,-4767.52 1690.22,-4773.83"/>
</g>
<!-- c1154 -->
<g id="node33" class="node">
<title>c1154</title>
<polygon fill="none" stroke="black" points="1796.38,-4703.75 1796.38,-4746.25 1908.12,-4746.25 1908.12,-4703.75 1796.38,-4703.75"/>
<text text-anchor="middle" x="1809.25" y="-4720.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1822.12,-4703.75 1822.12,-4746.25"/>
<text text-anchor="middle" x="1852.62" y="-4728.95" font-family="Times,serif" font-size="14.00">$1365</text>
<text text-anchor="middle" x="1852.62" y="-4711.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1883.12,-4703.75 1883.12,-4746.25"/>
<text text-anchor="middle" x="1895.62" y="-4720.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1190 -->
<g id="node69" class="node">
<title>c1190</title>
<polygon fill="none" stroke="black" points="1944.5,-4156.75 1944.5,-4207.25 2057,-4207.25 2057,-4156.75 1944.5,-4156.75"/>
<text text-anchor="middle" x="1957.75" y="-4189.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1944.5,-4182 1971,-4182"/>
<text text-anchor="middle" x="1957.75" y="-4164.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1971,-4156.75 1971,-4207.25"/>
<text text-anchor="middle" x="2001.5" y="-4185.95" font-family="Times,serif" font-size="14.00">$1401</text>
<text text-anchor="middle" x="2001.5" y="-4168.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2032,-4156.75 2032,-4207.25"/>
<text text-anchor="middle" x="2044.5" y="-4177.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1154&#45;&gt;c1190 -->
<g id="edge1426" class="edge">
<title>c1154:e&#45;&gt;c1190:w</title>
<path fill="none" stroke="black" d="M1908.5,-4725C1908.5,-4725 1938.71,-4280.29 1943.78,-4205.59"/>
<polygon fill="black" stroke="black" points="1947.31,-4206.21 1944.5,-4196 1940.33,-4205.74 1947.31,-4206.21"/>
</g>
<!-- c1155 -->
<g id="node34" class="node">
<title>c1155</title>
<polygon fill="none" stroke="black" points="1796,-4633.75 1796,-4684.25 1908.5,-4684.25 1908.5,-4633.75 1796,-4633.75"/>
<text text-anchor="middle" x="1809.25" y="-4666.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-4659 1822.5,-4659"/>
<text text-anchor="middle" x="1809.25" y="-4641.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-4633.75 1822.5,-4684.25"/>
<text text-anchor="middle" x="1853" y="-4662.95" font-family="Times,serif" font-size="14.00">$1366</text>
<text text-anchor="middle" x="1853" y="-4645.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-4633.75 1883.5,-4684.25"/>
<text text-anchor="middle" x="1896" y="-4654.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n576 -->
<g id="node1179" class="node">
<title>n576</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-4659" rx="1.8" ry="1.8"/>
</g>
<!-- c1155&#45;&gt;n576 -->
<g id="edge1446" class="edge">
<title>c1155:e&#45;&gt;n576:w</title>
<path fill="none" stroke="black" d="M1908.5,-4659C1908.5,-4659 1962.97,-4659 1986.81,-4659"/>
<polygon fill="black" stroke="black" points="1986.75,-4662.5 1996.75,-4659 1986.75,-4655.5 1986.75,-4662.5"/>
</g>
<!-- c1156 -->
<g id="node35" class="node">
<title>c1156</title>
<polygon fill="none" stroke="black" points="459.5,-3577.75 459.5,-3628.25 572,-3628.25 572,-3577.75 459.5,-3577.75"/>
<text text-anchor="middle" x="472.75" y="-3610.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-3603 486,-3603"/>
<text text-anchor="middle" x="472.75" y="-3585.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-3577.75 486,-3628.25"/>
<text text-anchor="middle" x="516.5" y="-3606.95" font-family="Times,serif" font-size="14.00">$1367</text>
<text text-anchor="middle" x="516.5" y="-3589.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-3577.75 547,-3628.25"/>
<text text-anchor="middle" x="559.5" y="-3598.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n587 -->
<g id="node1185" class="node">
<title>n587</title>
<ellipse fill="black" stroke="black" cx="1258.25" cy="-4387" rx="1.8" ry="1.8"/>
</g>
<!-- c1156&#45;&gt;n587 -->
<g id="edge1472" class="edge">
<title>c1156:e&#45;&gt;n587:w</title>
<path fill="none" stroke="black" d="M571.75,-3603C571.75,-3603 1175.87,-4294.94 1249.03,-4378.73"/>
<polygon fill="black" stroke="black" points="1247.04,-4380.77 1256.25,-4386 1252.31,-4376.17 1247.04,-4380.77"/>
</g>
<!-- c1157 -->
<g id="node36" class="node">
<title>c1157</title>
<polygon fill="none" stroke="black" points="1350.88,-4374.75 1350.88,-4417.25 1462.62,-4417.25 1462.62,-4374.75 1350.88,-4374.75"/>
<text text-anchor="middle" x="1363.75" y="-4391.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1376.62,-4374.75 1376.62,-4417.25"/>
<text text-anchor="middle" x="1407.12" y="-4399.95" font-family="Times,serif" font-size="14.00">$1368</text>
<text text-anchor="middle" x="1407.12" y="-4382.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1437.62,-4374.75 1437.62,-4417.25"/>
<text text-anchor="middle" x="1450.12" y="-4391.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1169 -->
<g id="node48" class="node">
<title>c1169</title>
<polygon fill="none" stroke="black" points="1499,-4334.75 1499,-4385.25 1611.5,-4385.25 1611.5,-4334.75 1499,-4334.75"/>
<text text-anchor="middle" x="1512.25" y="-4367.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-4360 1525.5,-4360"/>
<text text-anchor="middle" x="1512.25" y="-4342.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-4334.75 1525.5,-4385.25"/>
<text text-anchor="middle" x="1556" y="-4363.95" font-family="Times,serif" font-size="14.00">$1380</text>
<text text-anchor="middle" x="1556" y="-4346.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1586.5,-4334.75 1586.5,-4385.25"/>
<text text-anchor="middle" x="1599" y="-4355.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1157&#45;&gt;c1169 -->
<g id="edge1495" class="edge">
<title>c1157:e&#45;&gt;c1169:w</title>
<path fill="none" stroke="black" d="M1463,-4396C1463,-4396 1479.25,-4385.62 1489.92,-4378.8"/>
<polygon fill="black" stroke="black" points="1491.46,-4381.33 1498,-4373 1487.69,-4375.43 1491.46,-4381.33"/>
</g>
<!-- c1158 -->
<g id="node37" class="node">
<title>c1158</title>
<polygon fill="none" stroke="black" points="311,-3191.75 311,-3242.25 423.5,-3242.25 423.5,-3191.75 311,-3191.75"/>
<text text-anchor="middle" x="324.25" y="-3224.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-3217 337.5,-3217"/>
<text text-anchor="middle" x="324.25" y="-3199.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-3191.75 337.5,-3242.25"/>
<text text-anchor="middle" x="368" y="-3220.95" font-family="Times,serif" font-size="14.00">$1369</text>
<text text-anchor="middle" x="368" y="-3203.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-3191.75 398.5,-3242.25"/>
<text text-anchor="middle" x="411" y="-3212.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n608 -->
<g id="node1197" class="node">
<title>n608</title>
<ellipse fill="black" stroke="black" cx="515.75" cy="-3487" rx="1.8" ry="1.8"/>
</g>
<!-- c1158&#45;&gt;n608 -->
<g id="edge1530" class="edge">
<title>c1158:e&#45;&gt;n608:w</title>
<path fill="none" stroke="black" d="M423.5,-3217C423.5,-3217 493.06,-3427.43 509.36,-3476.75"/>
<polygon fill="black" stroke="black" points="506.29,-3477.6 512.75,-3486 512.93,-3475.41 506.29,-3477.6"/>
</g>
<!-- c1159 -->
<g id="node38" class="node">
<title>c1159</title>
<polygon fill="none" stroke="black" points="608.38,-3836.75 608.38,-3879.25 720.12,-3879.25 720.12,-3836.75 608.38,-3836.75"/>
<text text-anchor="middle" x="621.25" y="-3853.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="634.12,-3836.75 634.12,-3879.25"/>
<text text-anchor="middle" x="664.62" y="-3861.95" font-family="Times,serif" font-size="14.00">$1370</text>
<text text-anchor="middle" x="664.62" y="-3844.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="695.12,-3836.75 695.12,-3879.25"/>
<text text-anchor="middle" x="707.62" y="-3853.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n619 -->
<g id="node1204" class="node">
<title>n619</title>
<ellipse fill="black" stroke="black" cx="812.75" cy="-3897" rx="1.8" ry="1.8"/>
</g>
<!-- c1159&#45;&gt;n619 -->
<g id="edge1558" class="edge">
<title>c1159:e&#45;&gt;n619:w</title>
<path fill="none" stroke="black" d="M720.5,-3858C720.5,-3858 776.62,-3882.52 799.86,-3892.68"/>
<polygon fill="black" stroke="black" points="798.19,-3896.2 808.75,-3897 800.99,-3889.79 798.19,-3896.2"/>
</g>
<!-- c1160 -->
<g id="node39" class="node">
<title>c1160</title>
<polygon fill="none" stroke="black" points="311,-3121.75 311,-3172.25 423.5,-3172.25 423.5,-3121.75 311,-3121.75"/>
<text text-anchor="middle" x="324.25" y="-3154.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-3147 337.5,-3147"/>
<text text-anchor="middle" x="324.25" y="-3129.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-3121.75 337.5,-3172.25"/>
<text text-anchor="middle" x="368" y="-3150.95" font-family="Times,serif" font-size="14.00">$1371</text>
<text text-anchor="middle" x="368" y="-3133.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-3121.75 398.5,-3172.25"/>
<text text-anchor="middle" x="411" y="-3142.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n630 -->
<g id="node1209" class="node">
<title>n630</title>
<ellipse fill="black" stroke="black" cx="664.25" cy="-3794" rx="1.8" ry="1.8"/>
</g>
<!-- c1160&#45;&gt;n630 -->
<g id="edge1582" class="edge">
<title>c1160:e&#45;&gt;n630:w</title>
<path fill="none" stroke="black" d="M423.25,-3147C423.25,-3147 628.09,-3701.52 658.5,-3783.84"/>
<polygon fill="black" stroke="black" points="655.5,-3784.83 662.25,-3793 662.07,-3782.41 655.5,-3784.83"/>
</g>
<!-- c1161 -->
<g id="node40" class="node">
<title>c1161</title>
<polygon fill="none" stroke="black" points="756.5,-3917.75 756.5,-3968.25 869,-3968.25 869,-3917.75 756.5,-3917.75"/>
<text text-anchor="middle" x="769.75" y="-3950.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="756.5,-3943 783,-3943"/>
<text text-anchor="middle" x="769.75" y="-3925.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="783,-3917.75 783,-3968.25"/>
<text text-anchor="middle" x="813.5" y="-3946.95" font-family="Times,serif" font-size="14.00">$1372</text>
<text text-anchor="middle" x="813.5" y="-3929.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="844,-3917.75 844,-3968.25"/>
<text text-anchor="middle" x="856.5" y="-3938.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n641 -->
<g id="node1214" class="node">
<title>n641</title>
<ellipse fill="black" stroke="black" cx="1258.25" cy="-4140" rx="1.8" ry="1.8"/>
</g>
<!-- c1161&#45;&gt;n641 -->
<g id="edge1605" class="edge">
<title>c1161:e&#45;&gt;n641:w</title>
<path fill="none" stroke="black" d="M868.75,-3943C868.75,-3943 1187,-4104.79 1246.67,-4135.13"/>
<polygon fill="black" stroke="black" points="1244.75,-4138.59 1255.25,-4140 1247.92,-4132.35 1244.75,-4138.59"/>
</g>
<!-- n651 -->
<g id="node1220" class="node">
<title>n651</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-4178" rx="1.8" ry="1.8"/>
</g>
<!-- c1162&#45;&gt;n651 -->
<g id="edge1631" class="edge">
<title>c1162:e&#45;&gt;n651:w</title>
<path fill="none" stroke="black" d="M1017.5,-4066C1017.5,-4066 1079.29,-4143.53 1100.04,-4169.58"/>
<polygon fill="black" stroke="black" points="1097.78,-4171.36 1106.75,-4177 1103.26,-4167 1097.78,-4171.36"/>
</g>
<!-- c1163 -->
<g id="node42" class="node">
<title>c1163</title>
<polygon fill="none" stroke="black" points="756.5,-3987.75 756.5,-4038.25 869,-4038.25 869,-3987.75 756.5,-3987.75"/>
<text text-anchor="middle" x="769.75" y="-4020.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="756.5,-4013 783,-4013"/>
<text text-anchor="middle" x="769.75" y="-3995.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="783,-3987.75 783,-4038.25"/>
<text text-anchor="middle" x="813.5" y="-4016.95" font-family="Times,serif" font-size="14.00">$1374</text>
<text text-anchor="middle" x="813.5" y="-3999.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="844,-3987.75 844,-4038.25"/>
<text text-anchor="middle" x="856.5" y="-4008.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n662 -->
<g id="node1226" class="node">
<title>n662</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-4246" rx="1.8" ry="1.8"/>
</g>
<!-- c1163&#45;&gt;n662 -->
<g id="edge1660" class="edge">
<title>c1163:e&#45;&gt;n662:w</title>
<path fill="none" stroke="black" d="M868.75,-4013C868.75,-4013 1059.16,-4198.63 1100.07,-4238.51"/>
<polygon fill="black" stroke="black" points="1097.15,-4240.53 1106.75,-4245 1102.03,-4235.51 1097.15,-4240.53"/>
</g>
<!-- c1164 -->
<g id="node43" class="node">
<title>c1164</title>
<polygon fill="none" stroke="black" points="1202.38,-4314.75 1202.38,-4357.25 1314.12,-4357.25 1314.12,-4314.75 1202.38,-4314.75"/>
<text text-anchor="middle" x="1215.25" y="-4331.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1228.12,-4314.75 1228.12,-4357.25"/>
<text text-anchor="middle" x="1258.62" y="-4339.95" font-family="Times,serif" font-size="14.00">$1375</text>
<text text-anchor="middle" x="1258.62" y="-4322.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1289.12,-4314.75 1289.12,-4357.25"/>
<text text-anchor="middle" x="1301.62" y="-4331.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1165 -->
<g id="node44" class="node">
<title>c1165</title>
<polygon fill="none" stroke="black" points="1350.5,-4244.75 1350.5,-4295.25 1463,-4295.25 1463,-4244.75 1350.5,-4244.75"/>
<text text-anchor="middle" x="1363.75" y="-4277.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1350.5,-4270 1377,-4270"/>
<text text-anchor="middle" x="1363.75" y="-4252.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1377,-4244.75 1377,-4295.25"/>
<text text-anchor="middle" x="1407.5" y="-4273.95" font-family="Times,serif" font-size="14.00">$1376</text>
<text text-anchor="middle" x="1407.5" y="-4256.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1438,-4244.75 1438,-4295.25"/>
<text text-anchor="middle" x="1450.5" y="-4265.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1164&#45;&gt;c1165 -->
<g id="edge1691" class="edge">
<title>c1164:e&#45;&gt;c1165:w</title>
<path fill="none" stroke="black" d="M1314.5,-4336C1314.5,-4336 1336.25,-4288.26 1345.94,-4267.01"/>
<polygon fill="black" stroke="black" points="1349.54,-4268.55 1350.5,-4258 1343.17,-4265.65 1349.54,-4268.55"/>
</g>
<!-- c1165&#45;&gt;c1169 -->
<g id="edge1713" class="edge">
<title>c1165:e&#45;&gt;c1169:w</title>
<path fill="none" stroke="black" d="M1463,-4270C1463,-4270 1484.75,-4316.53 1494.44,-4337.25"/>
<polygon fill="black" stroke="black" points="1491.59,-4338.42 1499,-4346 1497.94,-4335.46 1491.59,-4338.42"/>
</g>
<!-- c1166 -->
<g id="node45" class="node">
<title>c1166</title>
<polygon fill="none" stroke="black" points="1202,-4244.75 1202,-4295.25 1314.5,-4295.25 1314.5,-4244.75 1202,-4244.75"/>
<text text-anchor="middle" x="1215.25" y="-4277.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-4270 1228.5,-4270"/>
<text text-anchor="middle" x="1215.25" y="-4252.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-4244.75 1228.5,-4295.25"/>
<text text-anchor="middle" x="1259" y="-4273.95" font-family="Times,serif" font-size="14.00">$1377</text>
<text text-anchor="middle" x="1259" y="-4256.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1289.5,-4244.75 1289.5,-4295.25"/>
<text text-anchor="middle" x="1302" y="-4265.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n694 -->
<g id="node1243" class="node">
<title>n694</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-4316" rx="1.8" ry="1.8"/>
</g>
<!-- c1166&#45;&gt;n694 -->
<g id="edge1736" class="edge">
<title>c1166:e&#45;&gt;n694:w</title>
<path fill="none" stroke="black" d="M1314.5,-4270C1314.5,-4270 1371.17,-4299.21 1394.2,-4311.08"/>
<polygon fill="black" stroke="black" points="1392.26,-4314.53 1402.75,-4316 1395.46,-4308.31 1392.26,-4314.53"/>
</g>
<!-- c1167 -->
<g id="node46" class="node">
<title>c1167</title>
<polygon fill="none" stroke="black" points="1499,-4404.75 1499,-4455.25 1611.5,-4455.25 1611.5,-4404.75 1499,-4404.75"/>
<text text-anchor="middle" x="1512.25" y="-4437.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-4430 1525.5,-4430"/>
<text text-anchor="middle" x="1512.25" y="-4412.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-4404.75 1525.5,-4455.25"/>
<text text-anchor="middle" x="1556" y="-4433.95" font-family="Times,serif" font-size="14.00">$1378</text>
<text text-anchor="middle" x="1556" y="-4416.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1586.5,-4404.75 1586.5,-4455.25"/>
<text text-anchor="middle" x="1599" y="-4425.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1170 -->
<g id="node49" class="node">
<title>c1170</title>
<polygon fill="none" stroke="black" points="1796,-4347.75 1796,-4398.25 1908.5,-4398.25 1908.5,-4347.75 1796,-4347.75"/>
<text text-anchor="middle" x="1809.25" y="-4380.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-4373 1822.5,-4373"/>
<text text-anchor="middle" x="1809.25" y="-4355.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-4347.75 1822.5,-4398.25"/>
<text text-anchor="middle" x="1853" y="-4376.95" font-family="Times,serif" font-size="14.00">$1381</text>
<text text-anchor="middle" x="1853" y="-4359.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1883.5,-4347.75 1883.5,-4398.25"/>
<text text-anchor="middle" x="1896" y="-4368.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1167&#45;&gt;c1170 -->
<g id="edge1770" class="edge">
<title>c1167:e&#45;&gt;c1170:w</title>
<path fill="none" stroke="black" d="M1611.25,-4430C1611.25,-4430 1746.64,-4397.8 1785.77,-4388.49"/>
<polygon fill="black" stroke="black" points="1786.33,-4391.72 1795.25,-4386 1784.71,-4384.91 1786.33,-4391.72"/>
</g>
<!-- c1168 -->
<g id="node47" class="node">
<title>c1168</title>
<polygon fill="none" stroke="black" points="1499,-4264.75 1499,-4315.25 1611.5,-4315.25 1611.5,-4264.75 1499,-4264.75"/>
<text text-anchor="middle" x="1512.25" y="-4297.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-4290 1525.5,-4290"/>
<text text-anchor="middle" x="1512.25" y="-4272.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-4264.75 1525.5,-4315.25"/>
<text text-anchor="middle" x="1556" y="-4293.95" font-family="Times,serif" font-size="14.00">$1379</text>
<text text-anchor="middle" x="1556" y="-4276.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1586.5,-4264.75 1586.5,-4315.25"/>
<text text-anchor="middle" x="1599" y="-4285.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1194 -->
<g id="node73" class="node">
<title>c1194</title>
<polygon fill="none" stroke="black" points="1647.5,-4118.75 1647.5,-4169.25 1760,-4169.25 1760,-4118.75 1647.5,-4118.75"/>
<text text-anchor="middle" x="1660.75" y="-4151.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1647.5,-4144 1674,-4144"/>
<text text-anchor="middle" x="1660.75" y="-4126.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1674,-4118.75 1674,-4169.25"/>
<text text-anchor="middle" x="1704.5" y="-4147.95" font-family="Times,serif" font-size="14.00">$1405</text>
<text text-anchor="middle" x="1704.5" y="-4130.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1735,-4118.75 1735,-4169.25"/>
<text text-anchor="middle" x="1747.5" y="-4139.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1168&#45;&gt;c1194 -->
<g id="edge1795" class="edge">
<title>c1168:e&#45;&gt;c1194:w</title>
<path fill="none" stroke="black" d="M1611.5,-4290C1611.5,-4290 1637.01,-4177.33 1645.08,-4141.68"/>
<polygon fill="black" stroke="black" points="1648.71,-4142.53 1647.5,-4132 1641.88,-4140.98 1648.71,-4142.53"/>
</g>
<!-- n727 -->
<g id="node1262" class="node">
<title>n727</title>
<ellipse fill="black" stroke="black" cx="1703.75" cy="-4360" rx="1.8" ry="1.8"/>
</g>
<!-- c1169&#45;&gt;n727 -->
<g id="edge1823" class="edge">
<title>c1169:e&#45;&gt;n727:w</title>
<path fill="none" stroke="black" d="M1611.5,-4360C1611.5,-4360 1665.97,-4360 1689.81,-4360"/>
<polygon fill="black" stroke="black" points="1689.75,-4363.5 1699.75,-4360 1689.75,-4356.5 1689.75,-4363.5"/>
</g>
<!-- n737 -->
<g id="node1265" class="node">
<title>n737</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-4567" rx="1.8" ry="1.8"/>
</g>
<!-- c1170&#45;&gt;n737 -->
<g id="edge1840" class="edge">
<title>c1170:e&#45;&gt;n737:w</title>
<path fill="none" stroke="black" d="M1908.5,-4373C1908.5,-4373 1975.01,-4517.58 1993.2,-4557.11"/>
<polygon fill="black" stroke="black" points="1990.39,-4558.38 1997.75,-4566 1996.75,-4555.45 1990.39,-4558.38"/>
</g>
<!-- c1171 -->
<g id="node50" class="node">
<title>c1171</title>
<polygon fill="none" stroke="black" points="2093,-4555.75 2093,-4606.25 2205.5,-4606.25 2205.5,-4555.75 2093,-4555.75"/>
<text text-anchor="middle" x="2106.25" y="-4588.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-4581 2119.5,-4581"/>
<text text-anchor="middle" x="2106.25" y="-4563.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-4555.75 2119.5,-4606.25"/>
<text text-anchor="middle" x="2150" y="-4584.95" font-family="Times,serif" font-size="14.00">$1382</text>
<text text-anchor="middle" x="2150" y="-4567.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2180.5,-4555.75 2180.5,-4606.25"/>
<text text-anchor="middle" x="2193" y="-4576.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n748 -->
<g id="node1270" class="node">
<title>n748</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-4581" rx="1.8" ry="1.8"/>
</g>
<!-- c1171&#45;&gt;n748 -->
<g id="edge1863" class="edge">
<title>c1171:e&#45;&gt;n748:w</title>
<path fill="none" stroke="black" d="M2205.5,-4581C2205.5,-4581 2259.97,-4581 2283.81,-4581"/>
<polygon fill="black" stroke="black" points="2283.75,-4584.5 2293.75,-4581 2283.75,-4577.5 2283.75,-4584.5"/>
</g>
<!-- c1172 -->
<g id="node51" class="node">
<title>c1172</title>
<polygon fill="none" stroke="black" points="2390.38,-4579.75 2390.38,-4622.25 2502.12,-4622.25 2502.12,-4579.75 2390.38,-4579.75"/>
<text text-anchor="middle" x="2403.25" y="-4596.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2416.12,-4579.75 2416.12,-4622.25"/>
<text text-anchor="middle" x="2446.62" y="-4604.95" font-family="Times,serif" font-size="14.00">$1383</text>
<text text-anchor="middle" x="2446.62" y="-4587.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2477.12,-4579.75 2477.12,-4622.25"/>
<text text-anchor="middle" x="2489.62" y="-4596.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1174 -->
<g id="node53" class="node">
<title>c1174</title>
<polygon fill="none" stroke="black" points="2538.5,-4614.75 2538.5,-4665.25 2651,-4665.25 2651,-4614.75 2538.5,-4614.75"/>
<text text-anchor="middle" x="2551.75" y="-4647.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2538.5,-4640 2565,-4640"/>
<text text-anchor="middle" x="2551.75" y="-4622.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2565,-4614.75 2565,-4665.25"/>
<text text-anchor="middle" x="2595.5" y="-4643.95" font-family="Times,serif" font-size="14.00">$1385</text>
<text text-anchor="middle" x="2595.5" y="-4626.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2626,-4614.75 2626,-4665.25"/>
<text text-anchor="middle" x="2638.5" y="-4635.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1172&#45;&gt;c1174 -->
<g id="edge1874" class="edge">
<title>c1172:e&#45;&gt;c1174:w</title>
<path fill="none" stroke="black" d="M2502.5,-4601C2502.5,-4601 2522.33,-4629.64 2532.56,-4644.41"/>
<polygon fill="black" stroke="black" points="2529.93,-4645.77 2538.5,-4652 2535.69,-4641.79 2529.93,-4645.77"/>
</g>
<!-- c1173 -->
<g id="node52" class="node">
<title>c1173</title>
<polygon fill="none" stroke="black" points="2093,-4625.75 2093,-4676.25 2205.5,-4676.25 2205.5,-4625.75 2093,-4625.75"/>
<text text-anchor="middle" x="2106.25" y="-4658.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-4651 2119.5,-4651"/>
<text text-anchor="middle" x="2106.25" y="-4633.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-4625.75 2119.5,-4676.25"/>
<text text-anchor="middle" x="2150" y="-4654.95" font-family="Times,serif" font-size="14.00">$1384</text>
<text text-anchor="middle" x="2150" y="-4637.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2180.5,-4625.75 2180.5,-4676.25"/>
<text text-anchor="middle" x="2193" y="-4646.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1173&#45;&gt;c1174 -->
<g id="edge1875" class="edge">
<title>c1173:e&#45;&gt;c1174:w</title>
<path fill="none" stroke="black" d="M2205.25,-4651C2205.25,-4651 2470.95,-4631.88 2528.03,-4627.77"/>
<polygon fill="black" stroke="black" points="2528.03,-4631.21 2537.75,-4627 2527.52,-4624.23 2528.03,-4631.21"/>
</g>
<!-- n756 -->
<g id="node1272" class="node">
<title>n756</title>
<ellipse fill="black" stroke="black" cx="2743.25" cy="-4640" rx="1.8" ry="1.8"/>
</g>
<!-- c1174&#45;&gt;n756 -->
<g id="edge1876" class="edge">
<title>c1174:e&#45;&gt;n756:w</title>
<path fill="none" stroke="black" d="M2651,-4640C2651,-4640 2705.47,-4640 2729.31,-4640"/>
<polygon fill="black" stroke="black" points="2729.25,-4643.5 2739.25,-4640 2729.25,-4636.5 2729.25,-4643.5"/>
</g>
<!-- c1175 -->
<g id="node54" class="node">
<title>c1175</title>
<polygon fill="none" stroke="black" points="2835.5,-4673.75 2835.5,-4724.25 2948,-4724.25 2948,-4673.75 2835.5,-4673.75"/>
<text text-anchor="middle" x="2848.75" y="-4706.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2835.5,-4699 2862,-4699"/>
<text text-anchor="middle" x="2848.75" y="-4681.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2862,-4673.75 2862,-4724.25"/>
<text text-anchor="middle" x="2892.5" y="-4702.95" font-family="Times,serif" font-size="14.00">$1386</text>
<text text-anchor="middle" x="2892.5" y="-4685.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2923,-4673.75 2923,-4724.25"/>
<text text-anchor="middle" x="2935.5" y="-4694.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1176 -->
<g id="node55" class="node">
<title>c1176</title>
<polygon fill="none" stroke="black" points="2984.38,-4663.75 2984.38,-4706.25 3096.12,-4706.25 3096.12,-4663.75 2984.38,-4663.75"/>
<text text-anchor="middle" x="2997.25" y="-4680.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3010.12,-4663.75 3010.12,-4706.25"/>
<text text-anchor="middle" x="3040.62" y="-4688.95" font-family="Times,serif" font-size="14.00">$1387</text>
<text text-anchor="middle" x="3040.62" y="-4671.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="3071.12,-4663.75 3071.12,-4706.25"/>
<text text-anchor="middle" x="3083.62" y="-4680.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1175&#45;&gt;c1176 -->
<g id="edge1879" class="edge">
<title>c1175:e&#45;&gt;c1176:w</title>
<path fill="none" stroke="black" d="M2948,-4699C2948,-4699 2963.14,-4693.11 2973.78,-4688.97"/>
<polygon fill="black" stroke="black" points="2974.95,-4691.89 2983,-4685 2972.41,-4685.36 2974.95,-4691.89"/>
</g>
<!-- c1178 -->
<g id="node57" class="node">
<title>c1178</title>
<polygon fill="none" stroke="black" points="3132.5,-4599.75 3132.5,-4650.25 3245,-4650.25 3245,-4599.75 3132.5,-4599.75"/>
<text text-anchor="middle" x="3145.75" y="-4632.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3132.5,-4625 3159,-4625"/>
<text text-anchor="middle" x="3145.75" y="-4607.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3159,-4599.75 3159,-4650.25"/>
<text text-anchor="middle" x="3189.5" y="-4628.95" font-family="Times,serif" font-size="14.00">$1389</text>
<text text-anchor="middle" x="3189.5" y="-4611.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3220,-4599.75 3220,-4650.25"/>
<text text-anchor="middle" x="3232.5" y="-4620.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1176&#45;&gt;c1178 -->
<g id="edge1880" class="edge">
<title>c1176:e&#45;&gt;c1178:w</title>
<path fill="none" stroke="black" d="M3096.5,-4685C3096.5,-4685 3115.5,-4660.19 3125.9,-4646.62"/>
<polygon fill="black" stroke="black" points="3129.2,-4649.07 3132.5,-4639 3123.64,-4644.81 3129.2,-4649.07"/>
</g>
<!-- c1177 -->
<g id="node56" class="node">
<title>c1177</title>
<polygon fill="none" stroke="black" points="2835.5,-4603.75 2835.5,-4654.25 2948,-4654.25 2948,-4603.75 2835.5,-4603.75"/>
<text text-anchor="middle" x="2848.75" y="-4636.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2835.5,-4629 2862,-4629"/>
<text text-anchor="middle" x="2848.75" y="-4611.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2862,-4603.75 2862,-4654.25"/>
<text text-anchor="middle" x="2892.5" y="-4632.95" font-family="Times,serif" font-size="14.00">$1388</text>
<text text-anchor="middle" x="2892.5" y="-4615.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2923,-4603.75 2923,-4654.25"/>
<text text-anchor="middle" x="2935.5" y="-4624.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n759 -->
<g id="node1273" class="node">
<title>n759</title>
<ellipse fill="black" stroke="black" cx="3040.25" cy="-4612" rx="1.8" ry="1.8"/>
</g>
<!-- c1177&#45;&gt;n759 -->
<g id="edge1881" class="edge">
<title>c1177:e&#45;&gt;n759:w</title>
<path fill="none" stroke="black" d="M2948,-4629C2948,-4629 3003.02,-4618.52 3026.66,-4614.02"/>
<polygon fill="black" stroke="black" points="3027.08,-4617.31 3036.25,-4612 3025.77,-4610.43 3027.08,-4617.31"/>
</g>
<!-- n760 -->
<g id="node1275" class="node">
<title>n760</title>
<ellipse fill="black" stroke="black" cx="4376.75" cy="-4525" rx="1.8" ry="1.8"/>
</g>
<!-- c1178&#45;&gt;n760 -->
<g id="edge1889" class="edge">
<title>c1178:e&#45;&gt;n760:w</title>
<path fill="none" stroke="black" d="M3244.75,-4625C3244.75,-4625 4248.29,-4536.19 4363.93,-4525.96"/>
<polygon fill="black" stroke="black" points="4364.1,-4529.37 4373.75,-4525 4363.48,-4522.4 4364.1,-4529.37"/>
</g>
<!-- c1179 -->
<g id="node58" class="node">
<title>c1179</title>
<polygon fill="none" stroke="black" points="4469.38,-4450.75 4469.38,-4493.25 4581.12,-4493.25 4581.12,-4450.75 4469.38,-4450.75"/>
<text text-anchor="middle" x="4482.25" y="-4467.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4495.12,-4450.75 4495.12,-4493.25"/>
<text text-anchor="middle" x="4525.62" y="-4475.95" font-family="Times,serif" font-size="14.00">$1390</text>
<text text-anchor="middle" x="4525.62" y="-4458.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="4556.12,-4450.75 4556.12,-4493.25"/>
<text text-anchor="middle" x="4568.62" y="-4467.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1179&#45;&gt;c1180 -->
<g id="edge1892" class="edge">
<title>c1179:e&#45;&gt;c1180:w</title>
<path fill="none" stroke="black" d="M4581.5,-4472C4581.5,-4472 4596.27,-4471.59 4606.89,-4471.29"/>
<polygon fill="black" stroke="black" points="4606.6,-4474.78 4616.5,-4471 4606.41,-4467.78 4606.6,-4474.78"/>
</g>
<!-- n762 -->
<g id="node1276" class="node">
<title>n762</title>
<ellipse fill="black" stroke="black" cx="4822.25" cy="-4484" rx="1.8" ry="1.8"/>
</g>
<!-- c1180&#45;&gt;n762 -->
<g id="edge1893" class="edge">
<title>c1180:e&#45;&gt;n762:w</title>
<path fill="none" stroke="black" d="M4730,-4484C4730,-4484 4784.47,-4484 4808.31,-4484"/>
<polygon fill="black" stroke="black" points="4808.25,-4487.5 4818.25,-4484 4808.25,-4480.5 4808.25,-4487.5"/>
</g>
<!-- c1181 -->
<g id="node60" class="node">
<title>c1181</title>
<polygon fill="none" stroke="black" points="4914.88,-4345.75 4914.88,-4388.25 5026.62,-4388.25 5026.62,-4345.75 4914.88,-4345.75"/>
<text text-anchor="middle" x="4927.75" y="-4362.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4940.62,-4345.75 4940.62,-4388.25"/>
<text text-anchor="middle" x="4971.12" y="-4370.95" font-family="Times,serif" font-size="14.00">$1392</text>
<text text-anchor="middle" x="4971.12" y="-4353.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="5001.62,-4345.75 5001.62,-4388.25"/>
<text text-anchor="middle" x="5014.12" y="-4362.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1229 -->
<g id="node108" class="node">
<title>c1229</title>
<polygon fill="none" stroke="black" points="5063,-4237.75 5063,-4288.25 5175.5,-4288.25 5175.5,-4237.75 5063,-4237.75"/>
<text text-anchor="middle" x="5076.25" y="-4270.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5063,-4263 5089.5,-4263"/>
<text text-anchor="middle" x="5076.25" y="-4245.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5089.5,-4237.75 5089.5,-4288.25"/>
<text text-anchor="middle" x="5120" y="-4266.95" font-family="Times,serif" font-size="14.00">$1440</text>
<text text-anchor="middle" x="5120" y="-4249.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5150.5,-4237.75 5150.5,-4288.25"/>
<text text-anchor="middle" x="5163" y="-4258.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1181&#45;&gt;c1229 -->
<g id="edge1897" class="edge">
<title>c1181:e&#45;&gt;c1229:w</title>
<path fill="none" stroke="black" d="M5027,-4367C5027,-4367 5049.64,-4309.78 5059.01,-4286.09"/>
<polygon fill="black" stroke="black" points="5062.58,-4287.59 5063,-4277 5056.07,-4285.01 5062.58,-4287.59"/>
</g>
<!-- c1182 -->
<g id="node61" class="node">
<title>c1182</title>
<polygon fill="none" stroke="black" points="4469,-4512.75 4469,-4563.25 4581.5,-4563.25 4581.5,-4512.75 4469,-4512.75"/>
<text text-anchor="middle" x="4482.25" y="-4545.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4469,-4538 4495.5,-4538"/>
<text text-anchor="middle" x="4482.25" y="-4520.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4495.5,-4512.75 4495.5,-4563.25"/>
<text text-anchor="middle" x="4526" y="-4541.95" font-family="Times,serif" font-size="14.00">$1393</text>
<text text-anchor="middle" x="4526" y="-4524.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4556.5,-4512.75 4556.5,-4563.25"/>
<text text-anchor="middle" x="4569" y="-4533.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1183 -->
<g id="node62" class="node">
<title>c1183</title>
<polygon fill="none" stroke="black" points="4914.5,-4515.75 4914.5,-4566.25 5027,-4566.25 5027,-4515.75 4914.5,-4515.75"/>
<text text-anchor="middle" x="4927.75" y="-4548.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4914.5,-4541 4941,-4541"/>
<text text-anchor="middle" x="4927.75" y="-4523.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4941,-4515.75 4941,-4566.25"/>
<text text-anchor="middle" x="4971.5" y="-4544.95" font-family="Times,serif" font-size="14.00">$1394</text>
<text text-anchor="middle" x="4971.5" y="-4527.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5002,-4515.75 5002,-4566.25"/>
<text text-anchor="middle" x="5014.5" y="-4536.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1182&#45;&gt;c1183 -->
<g id="edge1898" class="edge">
<title>c1182:e&#45;&gt;c1183:w</title>
<path fill="none" stroke="black" d="M4581.25,-4538C4581.25,-4538 4846.95,-4530.03 4904.03,-4528.32"/>
<polygon fill="black" stroke="black" points="4903.86,-4531.8 4913.75,-4528 4903.65,-4524.8 4903.86,-4531.8"/>
</g>
<!-- x48 -->
<g id="node826" class="node">
<title>x48</title>
<path fill="none" stroke="black" d="M7498.85,-4492C7498.85,-4492 7549.35,-4492 7549.35,-4492 7555.35,-4492 7561.35,-4498 7561.35,-4504 7561.35,-4504 7561.35,-4516 7561.35,-4516 7561.35,-4522 7555.35,-4528 7549.35,-4528 7549.35,-4528 7498.85,-4528 7498.85,-4528 7492.85,-4528 7486.85,-4522 7486.85,-4516 7486.85,-4516 7486.85,-4504 7486.85,-4504 7486.85,-4498 7492.85,-4492 7498.85,-4492"/>
<text text-anchor="middle" x="7524.1" y="-4505.7" font-family="Times,serif" font-size="14.00">0:0 &#45; 3:3</text>
</g>
<!-- c1183&#45;&gt;x48 -->
<g id="edge207" class="edge">
<title>c1183:e&#45;&gt;x48:w</title>
<path fill="none" stroke="black" d="M5026.75,-4541C5026.75,-4541 7298.64,-4512.37 7476.13,-4510.14"/>
<polygon fill="black" stroke="black" points="7476.14,-4513.63 7486.1,-4510 7476.05,-4506.63 7476.14,-4513.63"/>
</g>
<!-- c1184 -->
<g id="node63" class="node">
<title>c1184</title>
<polygon fill="none" stroke="black" points="3132.5,-4512.75 3132.5,-4563.25 3245,-4563.25 3245,-4512.75 3132.5,-4512.75"/>
<text text-anchor="middle" x="3145.75" y="-4545.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3132.5,-4538 3159,-4538"/>
<text text-anchor="middle" x="3145.75" y="-4520.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3159,-4512.75 3159,-4563.25"/>
<text text-anchor="middle" x="3189.5" y="-4541.95" font-family="Times,serif" font-size="14.00">$1395</text>
<text text-anchor="middle" x="3189.5" y="-4524.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3220,-4512.75 3220,-4563.25"/>
<text text-anchor="middle" x="3232.5" y="-4533.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n765 -->
<g id="node1277" class="node">
<title>n765</title>
<ellipse fill="black" stroke="black" cx="4079.75" cy="-4289" rx="1.8" ry="1.8"/>
</g>
<!-- c1184&#45;&gt;n765 -->
<g id="edge1899" class="edge">
<title>c1184:e&#45;&gt;n765:w</title>
<path fill="none" stroke="black" d="M3244.75,-4538C3244.75,-4538 3970.79,-4320.97 4067.22,-4292.15"/>
<polygon fill="black" stroke="black" points="4068.17,-4295.22 4076.75,-4289 4066.17,-4288.51 4068.17,-4295.22"/>
</g>
<!-- c1185 -->
<g id="node64" class="node">
<title>c1185</title>
<polygon fill="none" stroke="black" points="459.5,-3787.75 459.5,-3838.25 572,-3838.25 572,-3787.75 459.5,-3787.75"/>
<text text-anchor="middle" x="472.75" y="-3820.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-3813 486,-3813"/>
<text text-anchor="middle" x="472.75" y="-3795.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-3787.75 486,-3838.25"/>
<text text-anchor="middle" x="516.5" y="-3816.95" font-family="Times,serif" font-size="14.00">$1396</text>
<text text-anchor="middle" x="516.5" y="-3799.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-3787.75 547,-3838.25"/>
<text text-anchor="middle" x="559.5" y="-3808.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1191 -->
<g id="node70" class="node">
<title>c1191</title>
<polygon fill="none" stroke="black" points="608,-4236.75 608,-4287.25 720.5,-4287.25 720.5,-4236.75 608,-4236.75"/>
<text text-anchor="middle" x="621.25" y="-4269.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-4262 634.5,-4262"/>
<text text-anchor="middle" x="621.25" y="-4244.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-4236.75 634.5,-4287.25"/>
<text text-anchor="middle" x="665" y="-4265.95" font-family="Times,serif" font-size="14.00">$1402</text>
<text text-anchor="middle" x="665" y="-4248.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="695.5,-4236.75 695.5,-4287.25"/>
<text text-anchor="middle" x="708" y="-4257.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1185&#45;&gt;c1191 -->
<g id="edge1902" class="edge">
<title>c1185:e&#45;&gt;c1191:w</title>
<path fill="none" stroke="black" d="M572,-3813C572,-3813 601.69,-4194.07 607.15,-4264.04"/>
<polygon fill="black" stroke="black" points="603.73,-4264.3 608,-4274 610.71,-4263.76 603.73,-4264.3"/>
</g>
<!-- c1186 -->
<g id="node65" class="node">
<title>c1186</title>
<polygon fill="none" stroke="black" points="459.5,-3647.75 459.5,-3698.25 572,-3698.25 572,-3647.75 459.5,-3647.75"/>
<text text-anchor="middle" x="472.75" y="-3680.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-3673 486,-3673"/>
<text text-anchor="middle" x="472.75" y="-3655.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-3647.75 486,-3698.25"/>
<text text-anchor="middle" x="516.5" y="-3676.95" font-family="Times,serif" font-size="14.00">$1397</text>
<text text-anchor="middle" x="516.5" y="-3659.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-3647.75 547,-3698.25"/>
<text text-anchor="middle" x="559.5" y="-3668.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1186&#45;&gt;c1191 -->
<g id="edge1903" class="edge">
<title>c1186:e&#45;&gt;c1191:w</title>
<path fill="none" stroke="black" d="M572,-3673C572,-3673 602.4,-4159.41 607.33,-4238.26"/>
<polygon fill="black" stroke="black" points="603.88,-4238.24 608,-4248 610.87,-4237.8 603.88,-4238.24"/>
</g>
<!-- c1187 -->
<g id="node66" class="node">
<title>c1187</title>
<polygon fill="none" stroke="black" points="459.5,-3339.75 459.5,-3390.25 572,-3390.25 572,-3339.75 459.5,-3339.75"/>
<text text-anchor="middle" x="472.75" y="-3372.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-3365 486,-3365"/>
<text text-anchor="middle" x="472.75" y="-3347.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-3339.75 486,-3390.25"/>
<text text-anchor="middle" x="516.5" y="-3368.95" font-family="Times,serif" font-size="14.00">$1398</text>
<text text-anchor="middle" x="516.5" y="-3351.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-3339.75 547,-3390.25"/>
<text text-anchor="middle" x="559.5" y="-3360.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n768 -->
<g id="node1278" class="node">
<title>n768</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-3689" rx="1.8" ry="1.8"/>
</g>
<!-- c1187&#45;&gt;n768 -->
<g id="edge1904" class="edge">
<title>c1187:e&#45;&gt;n768:w</title>
<path fill="none" stroke="black" d="M571.75,-3365C571.75,-3365 1027.27,-3640.35 1098.45,-3683.38"/>
<polygon fill="black" stroke="black" points="1096.38,-3686.82 1106.75,-3689 1100,-3680.83 1096.38,-3686.82"/>
</g>
<!-- c1188 -->
<g id="node67" class="node">
<title>c1188</title>
<polygon fill="none" stroke="black" points="1350.88,-4068.75 1350.88,-4111.25 1462.62,-4111.25 1462.62,-4068.75 1350.88,-4068.75"/>
<text text-anchor="middle" x="1363.75" y="-4085.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1376.62,-4068.75 1376.62,-4111.25"/>
<text text-anchor="middle" x="1407.12" y="-4093.95" font-family="Times,serif" font-size="14.00">$1399</text>
<text text-anchor="middle" x="1407.12" y="-4076.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1437.62,-4068.75 1437.62,-4111.25"/>
<text text-anchor="middle" x="1450.12" y="-4085.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1188&#45;&gt;c1190 -->
<g id="edge1909" class="edge">
<title>c1188:e&#45;&gt;c1190:w</title>
<path fill="none" stroke="black" d="M1462.75,-4090C1462.75,-4090 1863.75,-4155.72 1934.23,-4167.28"/>
<polygon fill="black" stroke="black" points="1933.32,-4170.84 1943.75,-4169 1934.45,-4163.93 1933.32,-4170.84"/>
</g>
<!-- c1189 -->
<g id="node68" class="node">
<title>c1189</title>
<polygon fill="none" stroke="black" points="1796,-3823.75 1796,-3874.25 1908.5,-3874.25 1908.5,-3823.75 1796,-3823.75"/>
<text text-anchor="middle" x="1809.25" y="-3856.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-3849 1822.5,-3849"/>
<text text-anchor="middle" x="1809.25" y="-3831.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-3823.75 1822.5,-3874.25"/>
<text text-anchor="middle" x="1853" y="-3852.95" font-family="Times,serif" font-size="14.00">$1400</text>
<text text-anchor="middle" x="1853" y="-3835.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-3823.75 1883.5,-3874.25"/>
<text text-anchor="middle" x="1896" y="-3844.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n770 -->
<g id="node1280" class="node">
<title>n770</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-3934" rx="1.8" ry="1.8"/>
</g>
<!-- c1189&#45;&gt;n770 -->
<g id="edge1913" class="edge">
<title>c1189:e&#45;&gt;n770:w</title>
<path fill="none" stroke="black" d="M1908.25,-3849C1908.25,-3849 3619.79,-3926.69 3770.22,-3933.52"/>
<polygon fill="black" stroke="black" points="3769.6,-3937.04 3779.75,-3934 3769.92,-3930.05 3769.6,-3937.04"/>
</g>
<!-- n771 -->
<g id="node1281" class="node">
<title>n771</title>
<ellipse fill="black" stroke="black" cx="2149.25" cy="-4178" rx="1.8" ry="1.8"/>
</g>
<!-- c1190&#45;&gt;n771 -->
<g id="edge1916" class="edge">
<title>c1190:e&#45;&gt;n771:w</title>
<path fill="none" stroke="black" d="M2057,-4182C2057,-4182 2111.47,-4179.56 2135.31,-4178.49"/>
<polygon fill="black" stroke="black" points="2135.42,-4181.94 2145.25,-4178 2135.1,-4174.95 2135.42,-4181.94"/>
</g>
<!-- c1192 -->
<g id="node71" class="node">
<title>c1192</title>
<polygon fill="none" stroke="black" points="2241.5,-4187.75 2241.5,-4238.25 2354,-4238.25 2354,-4187.75 2241.5,-4187.75"/>
<text text-anchor="middle" x="2254.75" y="-4220.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2241.5,-4213 2268,-4213"/>
<text text-anchor="middle" x="2254.75" y="-4195.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2268,-4187.75 2268,-4238.25"/>
<text text-anchor="middle" x="2298.5" y="-4216.95" font-family="Times,serif" font-size="14.00">$1403</text>
<text text-anchor="middle" x="2298.5" y="-4199.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2329,-4187.75 2329,-4238.25"/>
<text text-anchor="middle" x="2341.5" y="-4208.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1191&#45;&gt;c1192 -->
<g id="edge1920" class="edge">
<title>c1191:e&#45;&gt;c1192:w</title>
<path fill="none" stroke="black" d="M720.25,-4262C720.25,-4262 2093.97,-4206.02 2230.8,-4200.45"/>
<polygon fill="black" stroke="black" points="2230.9,-4203.9 2240.75,-4200 2230.62,-4196.91 2230.9,-4203.9"/>
</g>
<!-- n773 -->
<g id="node1282" class="node">
<title>n773</title>
<ellipse fill="black" stroke="black" cx="2446.25" cy="-4213" rx="1.8" ry="1.8"/>
</g>
<!-- c1192&#45;&gt;n773 -->
<g id="edge1921" class="edge">
<title>c1192:e&#45;&gt;n773:w</title>
<path fill="none" stroke="black" d="M2354,-4213C2354,-4213 2408.47,-4213 2432.31,-4213"/>
<polygon fill="black" stroke="black" points="2432.25,-4216.5 2442.25,-4213 2432.25,-4209.5 2432.25,-4216.5"/>
</g>
<!-- c1193 -->
<g id="node72" class="node">
<title>c1193</title>
<polygon fill="none" stroke="black" points="2538.88,-4191.75 2538.88,-4234.25 2650.62,-4234.25 2650.62,-4191.75 2538.88,-4191.75"/>
<text text-anchor="middle" x="2551.75" y="-4208.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2564.62,-4191.75 2564.62,-4234.25"/>
<text text-anchor="middle" x="2595.12" y="-4216.95" font-family="Times,serif" font-size="14.00">$1404</text>
<text text-anchor="middle" x="2595.12" y="-4199.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2625.62,-4191.75 2625.62,-4234.25"/>
<text text-anchor="middle" x="2638.12" y="-4208.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1221 -->
<g id="node100" class="node">
<title>c1221</title>
<polygon fill="none" stroke="black" points="2687,-4153.75 2687,-4204.25 2799.5,-4204.25 2799.5,-4153.75 2687,-4153.75"/>
<text text-anchor="middle" x="2700.25" y="-4186.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-4179 2713.5,-4179"/>
<text text-anchor="middle" x="2700.25" y="-4161.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-4153.75 2713.5,-4204.25"/>
<text text-anchor="middle" x="2744" y="-4182.95" font-family="Times,serif" font-size="14.00">$1432</text>
<text text-anchor="middle" x="2744" y="-4165.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2774.5,-4153.75 2774.5,-4204.25"/>
<text text-anchor="middle" x="2787" y="-4174.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1193&#45;&gt;c1221 -->
<g id="edge816" class="edge">
<title>c1193:e&#45;&gt;c1221:w</title>
<path fill="none" stroke="black" d="M2651,-4213C2651,-4213 2666.88,-4203.74 2677.54,-4197.52"/>
<polygon fill="black" stroke="black" points="2679.13,-4200.06 2686,-4192 2675.6,-4194.02 2679.13,-4200.06"/>
</g>
<!-- n34 -->
<g id="node1026" class="node">
<title>n34</title>
<ellipse fill="black" stroke="black" cx="2149.25" cy="-3986" rx="1.8" ry="1.8"/>
</g>
<!-- c1194&#45;&gt;n34 -->
<g id="edge841" class="edge">
<title>c1194:e&#45;&gt;n34:w</title>
<path fill="none" stroke="black" d="M1759.75,-4144C1759.75,-4144 2076.63,-4014.8 2137.28,-3990.06"/>
<polygon fill="black" stroke="black" points="2138.31,-3993.02 2146.25,-3986 2135.67,-3986.53 2138.31,-3993.02"/>
</g>
<!-- c1195 -->
<g id="node74" class="node">
<title>c1195</title>
<polygon fill="none" stroke="black" points="1796,-4156.75 1796,-4207.25 1908.5,-4207.25 1908.5,-4156.75 1796,-4156.75"/>
<text text-anchor="middle" x="1809.25" y="-4189.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-4182 1822.5,-4182"/>
<text text-anchor="middle" x="1809.25" y="-4164.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-4156.75 1822.5,-4207.25"/>
<text text-anchor="middle" x="1853" y="-4185.95" font-family="Times,serif" font-size="14.00">$1406</text>
<text text-anchor="middle" x="1853" y="-4168.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1883.5,-4156.75 1883.5,-4207.25"/>
<text text-anchor="middle" x="1896" y="-4177.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n35 -->
<g id="node1033" class="node">
<title>n35</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-4136" rx="1.8" ry="1.8"/>
</g>
<!-- c1195&#45;&gt;n35 -->
<g id="edge868" class="edge">
<title>c1195:e&#45;&gt;n35:w</title>
<path fill="none" stroke="black" d="M1908.5,-4182C1908.5,-4182 1965.17,-4152.79 1988.2,-4140.92"/>
<polygon fill="black" stroke="black" points="1989.46,-4143.69 1996.75,-4136 1986.26,-4137.47 1989.46,-4143.69"/>
</g>
<!-- c1196 -->
<g id="node75" class="node">
<title>c1196</title>
<polygon fill="none" stroke="black" points="459.5,-3269.75 459.5,-3320.25 572,-3320.25 572,-3269.75 459.5,-3269.75"/>
<text text-anchor="middle" x="472.75" y="-3302.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-3295 486,-3295"/>
<text text-anchor="middle" x="472.75" y="-3277.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-3269.75 486,-3320.25"/>
<text text-anchor="middle" x="516.5" y="-3298.95" font-family="Times,serif" font-size="14.00">$1407</text>
<text text-anchor="middle" x="516.5" y="-3281.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-3269.75 547,-3320.25"/>
<text text-anchor="middle" x="559.5" y="-3290.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n36 -->
<g id="node1039" class="node">
<title>n36</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-3913" rx="1.8" ry="1.8"/>
</g>
<!-- c1196&#45;&gt;n36 -->
<g id="edge892" class="edge">
<title>c1196:e&#45;&gt;n36:w</title>
<path fill="none" stroke="black" d="M571.75,-3295C571.75,-3295 1036.97,-3831.4 1100.58,-3904.73"/>
<polygon fill="black" stroke="black" points="1098.55,-3906.74 1107.75,-3912 1103.84,-3902.15 1098.55,-3906.74"/>
</g>
<!-- c1197 -->
<g id="node76" class="node">
<title>c1197</title>
<polygon fill="none" stroke="black" points="1202.38,-4048.75 1202.38,-4091.25 1314.12,-4091.25 1314.12,-4048.75 1202.38,-4048.75"/>
<text text-anchor="middle" x="1215.25" y="-4065.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1228.12,-4048.75 1228.12,-4091.25"/>
<text text-anchor="middle" x="1258.62" y="-4073.95" font-family="Times,serif" font-size="14.00">$1408</text>
<text text-anchor="middle" x="1258.62" y="-4056.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1289.12,-4048.75 1289.12,-4091.25"/>
<text text-anchor="middle" x="1301.62" y="-4065.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n37 -->
<g id="node1047" class="node">
<title>n37</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-4048" rx="1.8" ry="1.8"/>
</g>
<!-- c1197&#45;&gt;n37 -->
<g id="edge922" class="edge">
<title>c1197:e&#45;&gt;n37:w</title>
<path fill="none" stroke="black" d="M1314.5,-4070C1314.5,-4070 1369.52,-4056.44 1393.16,-4050.61"/>
<polygon fill="black" stroke="black" points="1393.88,-4053.79 1402.75,-4048 1392.2,-4047 1393.88,-4053.79"/>
</g>
<!-- c1198 -->
<g id="node77" class="node">
<title>c1198</title>
<polygon fill="none" stroke="black" points="311,-3051.75 311,-3102.25 423.5,-3102.25 423.5,-3051.75 311,-3051.75"/>
<text text-anchor="middle" x="324.25" y="-3084.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-3077 337.5,-3077"/>
<text text-anchor="middle" x="324.25" y="-3059.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-3051.75 337.5,-3102.25"/>
<text text-anchor="middle" x="368" y="-3080.95" font-family="Times,serif" font-size="14.00">$1409</text>
<text text-anchor="middle" x="368" y="-3063.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-3051.75 398.5,-3102.25"/>
<text text-anchor="middle" x="411" y="-3072.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n38 -->
<g id="node1054" class="node">
<title>n38</title>
<ellipse fill="black" stroke="black" cx="664.25" cy="-3768" rx="1.8" ry="1.8"/>
</g>
<!-- c1198&#45;&gt;n38 -->
<g id="edge949" class="edge">
<title>c1198:e&#45;&gt;n38:w</title>
<path fill="none" stroke="black" d="M423.25,-3077C423.25,-3077 628.96,-3671.74 658.69,-3757.7"/>
<polygon fill="black" stroke="black" points="655.67,-3758.69 662.25,-3767 662.29,-3756.41 655.67,-3758.69"/>
</g>
<!-- c1199 -->
<g id="node78" class="node">
<title>c1199</title>
<polygon fill="none" stroke="black" points="311,-2943.75 311,-2994.25 423.5,-2994.25 423.5,-2943.75 311,-2943.75"/>
<text text-anchor="middle" x="324.25" y="-2976.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-2969 337.5,-2969"/>
<text text-anchor="middle" x="324.25" y="-2951.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-2943.75 337.5,-2994.25"/>
<text text-anchor="middle" x="368" y="-2972.95" font-family="Times,serif" font-size="14.00">$1410</text>
<text text-anchor="middle" x="368" y="-2955.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-2943.75 398.5,-2994.25"/>
<text text-anchor="middle" x="411" y="-2964.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n39 -->
<g id="node1060" class="node">
<title>n39</title>
<ellipse fill="black" stroke="black" cx="515.75" cy="-3179" rx="1.8" ry="1.8"/>
</g>
<!-- c1199&#45;&gt;n39 -->
<g id="edge973" class="edge">
<title>c1199:e&#45;&gt;n39:w</title>
<path fill="none" stroke="black" d="M423.5,-2969C423.5,-2969 490.92,-3127.64 508.56,-3169.15"/>
<polygon fill="black" stroke="black" points="505.62,-3170.17 512.75,-3178 512.06,-3167.43 505.62,-3170.17"/>
</g>
<!-- c1200 -->
<g id="node79" class="node">
<title>c1200</title>
<polygon fill="none" stroke="black" points="608.38,-3422.75 608.38,-3465.25 720.12,-3465.25 720.12,-3422.75 608.38,-3422.75"/>
<text text-anchor="middle" x="621.25" y="-3439.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="634.12,-3422.75 634.12,-3465.25"/>
<text text-anchor="middle" x="664.62" y="-3447.95" font-family="Times,serif" font-size="14.00">$1411</text>
<text text-anchor="middle" x="664.62" y="-3430.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="695.12,-3422.75 695.12,-3465.25"/>
<text text-anchor="middle" x="707.62" y="-3439.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n40 -->
<g id="node1070" class="node">
<title>n40</title>
<ellipse fill="black" stroke="black" cx="812.75" cy="-3444" rx="1.8" ry="1.8"/>
</g>
<!-- c1200&#45;&gt;n40 -->
<g id="edge1012" class="edge">
<title>c1200:e&#45;&gt;n40:w</title>
<path fill="none" stroke="black" d="M720.5,-3444C720.5,-3444 774.97,-3444 798.81,-3444"/>
<polygon fill="black" stroke="black" points="798.75,-3447.5 808.75,-3444 798.75,-3440.5 798.75,-3447.5"/>
</g>
<!-- c1201 -->
<g id="node80" class="node">
<title>c1201</title>
<polygon fill="none" stroke="black" points="756.5,-3755.75 756.5,-3806.25 869,-3806.25 869,-3755.75 756.5,-3755.75"/>
<text text-anchor="middle" x="769.75" y="-3788.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="756.5,-3781 783,-3781"/>
<text text-anchor="middle" x="769.75" y="-3763.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="783,-3755.75 783,-3806.25"/>
<text text-anchor="middle" x="813.5" y="-3784.95" font-family="Times,serif" font-size="14.00">$1412</text>
<text text-anchor="middle" x="813.5" y="-3767.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="844,-3755.75 844,-3806.25"/>
<text text-anchor="middle" x="856.5" y="-3776.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n41 -->
<g id="node1077" class="node">
<title>n41</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-3728" rx="1.8" ry="1.8"/>
</g>
<!-- c1201&#45;&gt;n41 -->
<g id="edge1037" class="edge">
<title>c1201:e&#45;&gt;n41:w</title>
<path fill="none" stroke="black" d="M868.75,-3781C868.75,-3781 1050.92,-3740.6 1097.17,-3730.35"/>
<polygon fill="black" stroke="black" points="1097.74,-3733.58 1106.75,-3728 1096.23,-3726.75 1097.74,-3733.58"/>
</g>
<!-- c1202 -->
<g id="node81" class="node">
<title>c1202</title>
<polygon fill="none" stroke="black" points="905,-3755.75 905,-3806.25 1017.5,-3806.25 1017.5,-3755.75 905,-3755.75"/>
<text text-anchor="middle" x="918.25" y="-3788.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="905,-3781 931.5,-3781"/>
<text text-anchor="middle" x="918.25" y="-3763.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="931.5,-3755.75 931.5,-3806.25"/>
<text text-anchor="middle" x="962" y="-3784.95" font-family="Times,serif" font-size="14.00">$1413</text>
<text text-anchor="middle" x="962" y="-3767.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="992.5,-3755.75 992.5,-3806.25"/>
<text text-anchor="middle" x="1005" y="-3776.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n42 -->
<g id="node1082" class="node">
<title>n42</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-3804" rx="1.8" ry="1.8"/>
</g>
<!-- c1202&#45;&gt;n42 -->
<g id="edge1060" class="edge">
<title>c1202:e&#45;&gt;n42:w</title>
<path fill="none" stroke="black" d="M1017.5,-3781C1017.5,-3781 1072.52,-3795.18 1096.16,-3801.27"/>
<polygon fill="black" stroke="black" points="1095.19,-3804.89 1105.75,-3804 1096.94,-3798.12 1095.19,-3804.89"/>
</g>
<!-- c1203 -->
<g id="node82" class="node">
<title>c1203</title>
<polygon fill="none" stroke="black" points="756.5,-3825.75 756.5,-3876.25 869,-3876.25 869,-3825.75 756.5,-3825.75"/>
<text text-anchor="middle" x="769.75" y="-3858.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="756.5,-3851 783,-3851"/>
<text text-anchor="middle" x="769.75" y="-3833.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="783,-3825.75 783,-3876.25"/>
<text text-anchor="middle" x="813.5" y="-3854.95" font-family="Times,serif" font-size="14.00">$1414</text>
<text text-anchor="middle" x="813.5" y="-3837.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="844,-3825.75 844,-3876.25"/>
<text text-anchor="middle" x="856.5" y="-3846.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n43 -->
<g id="node1089" class="node">
<title>n43</title>
<ellipse fill="black" stroke="black" cx="961.25" cy="-3865" rx="1.8" ry="1.8"/>
</g>
<!-- c1203&#45;&gt;n43 -->
<g id="edge1085" class="edge">
<title>c1203:e&#45;&gt;n43:w</title>
<path fill="none" stroke="black" d="M869,-3851C869,-3851 924.02,-3859.63 947.66,-3863.34"/>
<polygon fill="black" stroke="black" points="946.83,-3866.91 957.25,-3865 947.91,-3859.99 946.83,-3866.91"/>
</g>
<!-- c1204 -->
<g id="node83" class="node">
<title>c1204</title>
<polygon fill="none" stroke="black" points="1053.88,-3937.75 1053.88,-3980.25 1165.62,-3980.25 1165.62,-3937.75 1053.88,-3937.75"/>
<text text-anchor="middle" x="1066.75" y="-3954.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1079.62,-3937.75 1079.62,-3980.25"/>
<text text-anchor="middle" x="1110.12" y="-3962.95" font-family="Times,serif" font-size="14.00">$1415</text>
<text text-anchor="middle" x="1110.12" y="-3945.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1140.62,-3937.75 1140.62,-3980.25"/>
<text text-anchor="middle" x="1153.12" y="-3954.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1205 -->
<g id="node84" class="node">
<title>c1205</title>
<polygon fill="none" stroke="black" points="1202,-3978.75 1202,-4029.25 1314.5,-4029.25 1314.5,-3978.75 1202,-3978.75"/>
<text text-anchor="middle" x="1215.25" y="-4011.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-4004 1228.5,-4004"/>
<text text-anchor="middle" x="1215.25" y="-3986.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-3978.75 1228.5,-4029.25"/>
<text text-anchor="middle" x="1259" y="-4007.95" font-family="Times,serif" font-size="14.00">$1416</text>
<text text-anchor="middle" x="1259" y="-3990.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1289.5,-3978.75 1289.5,-4029.25"/>
<text text-anchor="middle" x="1302" y="-3999.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1204&#45;&gt;c1205 -->
<g id="edge1108" class="edge">
<title>c1204:e&#45;&gt;c1205:w</title>
<path fill="none" stroke="black" d="M1166,-3959C1166,-3959 1183.4,-3974.47 1194.01,-3983.9"/>
<polygon fill="black" stroke="black" points="1191.2,-3985.97 1201,-3990 1195.85,-3980.74 1191.2,-3985.97"/>
</g>
<!-- n45 -->
<g id="node1101" class="node">
<title>n45</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-4004" rx="1.8" ry="1.8"/>
</g>
<!-- c1205&#45;&gt;n45 -->
<g id="edge1132" class="edge">
<title>c1205:e&#45;&gt;n45:w</title>
<path fill="none" stroke="black" d="M1314.5,-4004C1314.5,-4004 1368.97,-4004 1392.81,-4004"/>
<polygon fill="black" stroke="black" points="1392.75,-4007.5 1402.75,-4004 1392.75,-4000.5 1392.75,-4007.5"/>
</g>
<!-- c1206 -->
<g id="node85" class="node">
<title>c1206</title>
<polygon fill="none" stroke="black" points="1202,-3832.75 1202,-3883.25 1314.5,-3883.25 1314.5,-3832.75 1202,-3832.75"/>
<text text-anchor="middle" x="1215.25" y="-3865.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-3858 1228.5,-3858"/>
<text text-anchor="middle" x="1215.25" y="-3840.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-3832.75 1228.5,-3883.25"/>
<text text-anchor="middle" x="1259" y="-3861.95" font-family="Times,serif" font-size="14.00">$1417</text>
<text text-anchor="middle" x="1259" y="-3844.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1289.5,-3832.75 1289.5,-3883.25"/>
<text text-anchor="middle" x="1302" y="-3853.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n46 -->
<g id="node1109" class="node">
<title>n46</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-3858" rx="1.8" ry="1.8"/>
</g>
<!-- c1206&#45;&gt;n46 -->
<g id="edge1159" class="edge">
<title>c1206:e&#45;&gt;n46:w</title>
<path fill="none" stroke="black" d="M1314.5,-3858C1314.5,-3858 1368.97,-3858 1392.81,-3858"/>
<polygon fill="black" stroke="black" points="1392.75,-3861.5 1402.75,-3858 1392.75,-3854.5 1392.75,-3861.5"/>
</g>
<!-- c1207 -->
<g id="node86" class="node">
<title>c1207</title>
<polygon fill="none" stroke="black" points="1499,-4042.75 1499,-4093.25 1611.5,-4093.25 1611.5,-4042.75 1499,-4042.75"/>
<text text-anchor="middle" x="1512.25" y="-4075.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-4068 1525.5,-4068"/>
<text text-anchor="middle" x="1512.25" y="-4050.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-4042.75 1525.5,-4093.25"/>
<text text-anchor="middle" x="1556" y="-4071.95" font-family="Times,serif" font-size="14.00">$1418</text>
<text text-anchor="middle" x="1556" y="-4054.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1586.5,-4042.75 1586.5,-4093.25"/>
<text text-anchor="middle" x="1599" y="-4063.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1211 -->
<g id="node90" class="node">
<title>c1211</title>
<polygon fill="none" stroke="black" points="1796,-4010.75 1796,-4061.25 1908.5,-4061.25 1908.5,-4010.75 1796,-4010.75"/>
<text text-anchor="middle" x="1809.25" y="-4043.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-4036 1822.5,-4036"/>
<text text-anchor="middle" x="1809.25" y="-4018.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-4010.75 1822.5,-4061.25"/>
<text text-anchor="middle" x="1853" y="-4039.95" font-family="Times,serif" font-size="14.00">$1422</text>
<text text-anchor="middle" x="1853" y="-4022.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-4010.75 1883.5,-4061.25"/>
<text text-anchor="middle" x="1896" y="-4031.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1207&#45;&gt;c1211 -->
<g id="edge1187" class="edge">
<title>c1207:e&#45;&gt;c1211:w</title>
<path fill="none" stroke="black" d="M1611.25,-4068C1611.25,-4068 1746.02,-4054.16 1785.5,-4050.1"/>
<polygon fill="black" stroke="black" points="1785.66,-4053.5 1795.25,-4049 1784.94,-4046.54 1785.66,-4053.5"/>
</g>
<!-- c1208 -->
<g id="node87" class="node">
<title>c1208</title>
<polygon fill="none" stroke="black" points="1499,-3902.75 1499,-3953.25 1611.5,-3953.25 1611.5,-3902.75 1499,-3902.75"/>
<text text-anchor="middle" x="1512.25" y="-3935.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-3928 1525.5,-3928"/>
<text text-anchor="middle" x="1512.25" y="-3910.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-3902.75 1525.5,-3953.25"/>
<text text-anchor="middle" x="1556" y="-3931.95" font-family="Times,serif" font-size="14.00">$1419</text>
<text text-anchor="middle" x="1556" y="-3914.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1586.5,-3902.75 1586.5,-3953.25"/>
<text text-anchor="middle" x="1599" y="-3923.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1212 -->
<g id="node91" class="node">
<title>c1212</title>
<polygon fill="none" stroke="black" points="1796,-3893.75 1796,-3944.25 1908.5,-3944.25 1908.5,-3893.75 1796,-3893.75"/>
<text text-anchor="middle" x="1809.25" y="-3926.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-3919 1822.5,-3919"/>
<text text-anchor="middle" x="1809.25" y="-3901.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-3893.75 1822.5,-3944.25"/>
<text text-anchor="middle" x="1853" y="-3922.95" font-family="Times,serif" font-size="14.00">$1423</text>
<text text-anchor="middle" x="1853" y="-3905.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1883.5,-3893.75 1883.5,-3944.25"/>
<text text-anchor="middle" x="1896" y="-3914.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1208&#45;&gt;c1212 -->
<g id="edge1210" class="edge">
<title>c1208:e&#45;&gt;c1212:w</title>
<path fill="none" stroke="black" d="M1611.25,-3928C1611.25,-3928 1746.02,-3930.91 1785.5,-3931.77"/>
<polygon fill="black" stroke="black" points="1785.18,-3935.28 1795.25,-3932 1785.33,-3928.28 1785.18,-3935.28"/>
</g>
<!-- c1209 -->
<g id="node88" class="node">
<title>c1209</title>
<polygon fill="none" stroke="black" points="1499,-3832.75 1499,-3883.25 1611.5,-3883.25 1611.5,-3832.75 1499,-3832.75"/>
<text text-anchor="middle" x="1512.25" y="-3865.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-3858 1525.5,-3858"/>
<text text-anchor="middle" x="1512.25" y="-3840.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-3832.75 1525.5,-3883.25"/>
<text text-anchor="middle" x="1556" y="-3861.95" font-family="Times,serif" font-size="14.00">$1420</text>
<text text-anchor="middle" x="1556" y="-3844.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1586.5,-3832.75 1586.5,-3883.25"/>
<text text-anchor="middle" x="1599" y="-3853.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n49 -->
<g id="node1128" class="node">
<title>n49</title>
<ellipse fill="black" stroke="black" cx="1703.75" cy="-3858" rx="1.8" ry="1.8"/>
</g>
<!-- c1209&#45;&gt;n49 -->
<g id="edge1233" class="edge">
<title>c1209:e&#45;&gt;n49:w</title>
<path fill="none" stroke="black" d="M1611.5,-3858C1611.5,-3858 1665.97,-3858 1689.81,-3858"/>
<polygon fill="black" stroke="black" points="1689.75,-3861.5 1699.75,-3858 1689.75,-3854.5 1689.75,-3861.5"/>
</g>
<!-- c1210 -->
<g id="node89" class="node">
<title>c1210</title>
<polygon fill="none" stroke="black" points="1499,-3972.75 1499,-4023.25 1611.5,-4023.25 1611.5,-3972.75 1499,-3972.75"/>
<text text-anchor="middle" x="1512.25" y="-4005.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-3998 1525.5,-3998"/>
<text text-anchor="middle" x="1512.25" y="-3980.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-3972.75 1525.5,-4023.25"/>
<text text-anchor="middle" x="1556" y="-4001.95" font-family="Times,serif" font-size="14.00">$1421</text>
<text text-anchor="middle" x="1556" y="-3984.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1586.5,-3972.75 1586.5,-4023.25"/>
<text text-anchor="middle" x="1599" y="-3993.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n50 -->
<g id="node1135" class="node">
<title>n50</title>
<ellipse fill="black" stroke="black" cx="1703.75" cy="-3902" rx="1.8" ry="1.8"/>
</g>
<!-- c1210&#45;&gt;n50 -->
<g id="edge1265" class="edge">
<title>c1210:e&#45;&gt;n50:w</title>
<path fill="none" stroke="black" d="M1611.5,-3998C1611.5,-3998 1672.13,-3932.78 1693.45,-3909.86"/>
<polygon fill="black" stroke="black" points="1695.5,-3912.71 1699.75,-3903 1690.38,-3907.94 1695.5,-3912.71"/>
</g>
<!-- n51 -->
<g id="node1140" class="node">
<title>n51</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-4114" rx="1.8" ry="1.8"/>
</g>
<!-- c1211&#45;&gt;n51 -->
<g id="edge1288" class="edge">
<title>c1211:e&#45;&gt;n51:w</title>
<path fill="none" stroke="black" d="M1908.5,-4036C1908.5,-4036 1967.42,-4087.49 1989.51,-4106.8"/>
<polygon fill="black" stroke="black" points="1986.92,-4110.05 1996.75,-4114 1991.52,-4104.78 1986.92,-4110.05"/>
</g>
<!-- n52 -->
<g id="node1146" class="node">
<title>n52</title>
<ellipse fill="black" stroke="black" cx="2149.25" cy="-3919" rx="1.8" ry="1.8"/>
</g>
<!-- c1212&#45;&gt;n52 -->
<g id="edge1311" class="edge">
<title>c1212:e&#45;&gt;n52:w</title>
<path fill="none" stroke="black" d="M1908.25,-3919C1908.25,-3919 2089.6,-3919 2136.36,-3919"/>
<polygon fill="black" stroke="black" points="2136.25,-3922.5 2146.25,-3919 2136.25,-3915.5 2136.25,-3922.5"/>
</g>
<!-- c1213 -->
<g id="node92" class="node">
<title>c1213</title>
<polygon fill="none" stroke="black" points="2241.5,-3877.75 2241.5,-3928.25 2354,-3928.25 2354,-3877.75 2241.5,-3877.75"/>
<text text-anchor="middle" x="2254.75" y="-3910.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2241.5,-3903 2268,-3903"/>
<text text-anchor="middle" x="2254.75" y="-3885.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2268,-3877.75 2268,-3928.25"/>
<text text-anchor="middle" x="2298.5" y="-3906.95" font-family="Times,serif" font-size="14.00">$1424</text>
<text text-anchor="middle" x="2298.5" y="-3889.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2329,-3877.75 2329,-3928.25"/>
<text text-anchor="middle" x="2341.5" y="-3898.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n53 -->
<g id="node1153" class="node">
<title>n53</title>
<ellipse fill="black" stroke="black" cx="2446.25" cy="-3940" rx="1.8" ry="1.8"/>
</g>
<!-- c1213&#45;&gt;n53 -->
<g id="edge1337" class="edge">
<title>c1213:e&#45;&gt;n53:w</title>
<path fill="none" stroke="black" d="M2354,-3903C2354,-3903 2410.12,-3926.27 2433.36,-3935.9"/>
<polygon fill="black" stroke="black" points="2431.67,-3939.4 2442.25,-3940 2434.35,-3932.94 2431.67,-3939.4"/>
</g>
<!-- c1214 -->
<g id="node93" class="node">
<title>c1214</title>
<polygon fill="none" stroke="black" points="2093,-4031.75 2093,-4082.25 2205.5,-4082.25 2205.5,-4031.75 2093,-4031.75"/>
<text text-anchor="middle" x="2106.25" y="-4064.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-4057 2119.5,-4057"/>
<text text-anchor="middle" x="2106.25" y="-4039.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-4031.75 2119.5,-4082.25"/>
<text text-anchor="middle" x="2150" y="-4060.95" font-family="Times,serif" font-size="14.00">$1425</text>
<text text-anchor="middle" x="2150" y="-4043.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2180.5,-4031.75 2180.5,-4082.25"/>
<text text-anchor="middle" x="2193" y="-4052.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n54 -->
<g id="node1161" class="node">
<title>n54</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-4057" rx="1.8" ry="1.8"/>
</g>
<!-- c1214&#45;&gt;n54 -->
<g id="edge1366" class="edge">
<title>c1214:e&#45;&gt;n54:w</title>
<path fill="none" stroke="black" d="M2205.5,-4057C2205.5,-4057 2259.97,-4057 2283.81,-4057"/>
<polygon fill="black" stroke="black" points="2283.75,-4060.5 2293.75,-4057 2283.75,-4053.5 2283.75,-4060.5"/>
</g>
<!-- c1215 -->
<g id="node94" class="node">
<title>c1215</title>
<polygon fill="none" stroke="black" points="2093,-4101.75 2093,-4152.25 2205.5,-4152.25 2205.5,-4101.75 2093,-4101.75"/>
<text text-anchor="middle" x="2106.25" y="-4134.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-4127 2119.5,-4127"/>
<text text-anchor="middle" x="2106.25" y="-4109.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-4101.75 2119.5,-4152.25"/>
<text text-anchor="middle" x="2150" y="-4130.95" font-family="Times,serif" font-size="14.00">$1426</text>
<text text-anchor="middle" x="2150" y="-4113.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2180.5,-4101.75 2180.5,-4152.25"/>
<text text-anchor="middle" x="2193" y="-4122.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1217 -->
<g id="node96" class="node">
<title>c1217</title>
<polygon fill="none" stroke="black" points="2538.5,-4023.75 2538.5,-4074.25 2651,-4074.25 2651,-4023.75 2538.5,-4023.75"/>
<text text-anchor="middle" x="2551.75" y="-4056.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2538.5,-4049 2565,-4049"/>
<text text-anchor="middle" x="2551.75" y="-4031.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2565,-4023.75 2565,-4074.25"/>
<text text-anchor="middle" x="2595.5" y="-4052.95" font-family="Times,serif" font-size="14.00">$1428</text>
<text text-anchor="middle" x="2595.5" y="-4035.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2626,-4023.75 2626,-4074.25"/>
<text text-anchor="middle" x="2638.5" y="-4044.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1215&#45;&gt;c1217 -->
<g id="edge1391" class="edge">
<title>c1215:e&#45;&gt;c1217:w</title>
<path fill="none" stroke="black" d="M2205.25,-4127C2205.25,-4127 2472.11,-4054.18 2528.4,-4038.82"/>
<polygon fill="black" stroke="black" points="2529.02,-4042.01 2537.75,-4036 2527.18,-4035.26 2529.02,-4042.01"/>
</g>
<!-- c1216 -->
<g id="node95" class="node">
<title>c1216</title>
<polygon fill="none" stroke="black" points="2241.5,-3947.75 2241.5,-3998.25 2354,-3998.25 2354,-3947.75 2241.5,-3947.75"/>
<text text-anchor="middle" x="2254.75" y="-3980.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2241.5,-3973 2268,-3973"/>
<text text-anchor="middle" x="2254.75" y="-3955.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2268,-3947.75 2268,-3998.25"/>
<text text-anchor="middle" x="2298.5" y="-3976.95" font-family="Times,serif" font-size="14.00">$1427</text>
<text text-anchor="middle" x="2298.5" y="-3959.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2329,-3947.75 2329,-3998.25"/>
<text text-anchor="middle" x="2341.5" y="-3968.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1218 -->
<g id="node97" class="node">
<title>c1218</title>
<polygon fill="none" stroke="black" points="2390,-3960.75 2390,-4011.25 2502.5,-4011.25 2502.5,-3960.75 2390,-3960.75"/>
<text text-anchor="middle" x="2403.25" y="-3993.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-3986 2416.5,-3986"/>
<text text-anchor="middle" x="2403.25" y="-3968.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-3960.75 2416.5,-4011.25"/>
<text text-anchor="middle" x="2447" y="-3989.95" font-family="Times,serif" font-size="14.00">$1429</text>
<text text-anchor="middle" x="2447" y="-3972.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2477.5,-3960.75 2477.5,-4011.25"/>
<text text-anchor="middle" x="2490" y="-3981.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1216&#45;&gt;c1218 -->
<g id="edge1414" class="edge">
<title>c1216:e&#45;&gt;c1218:w</title>
<path fill="none" stroke="black" d="M2354,-3973C2354,-3973 2368.42,-3973 2379,-3973"/>
<polygon fill="black" stroke="black" points="2379,-3976.5 2389,-3973 2379,-3969.5 2379,-3976.5"/>
</g>
<!-- c1217&#45;&gt;c1221 -->
<g id="edge1435" class="edge">
<title>c1217:e&#45;&gt;c1221:w</title>
<path fill="none" stroke="black" d="M2651,-4049C2651,-4049 2674.99,-4126.98 2683.81,-4155.62"/>
<polygon fill="black" stroke="black" points="2680.71,-4156.47 2687,-4165 2687.4,-4154.41 2680.71,-4156.47"/>
</g>
<!-- n58 -->
<g id="node1181" class="node">
<title>n58</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-4095" rx="1.8" ry="1.8"/>
</g>
<!-- c1218&#45;&gt;n58 -->
<g id="edge1454" class="edge">
<title>c1218:e&#45;&gt;n58:w</title>
<path fill="none" stroke="black" d="M2502.5,-3986C2502.5,-3986 2564.29,-4061.46 2585.04,-4086.81"/>
<polygon fill="black" stroke="black" points="2582.71,-4088.48 2591.75,-4094 2588.12,-4084.05 2582.71,-4088.48"/>
</g>
<!-- c1219 -->
<g id="node98" class="node">
<title>c1219</title>
<polygon fill="none" stroke="black" points="2687,-4223.75 2687,-4274.25 2799.5,-4274.25 2799.5,-4223.75 2687,-4223.75"/>
<text text-anchor="middle" x="2700.25" y="-4256.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-4249 2713.5,-4249"/>
<text text-anchor="middle" x="2700.25" y="-4231.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-4223.75 2713.5,-4274.25"/>
<text text-anchor="middle" x="2744" y="-4252.95" font-family="Times,serif" font-size="14.00">$1430</text>
<text text-anchor="middle" x="2744" y="-4235.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2774.5,-4223.75 2774.5,-4274.25"/>
<text text-anchor="middle" x="2787" y="-4244.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1222 -->
<g id="node101" class="node">
<title>c1222</title>
<polygon fill="none" stroke="black" points="2984,-4184.75 2984,-4235.25 3096.5,-4235.25 3096.5,-4184.75 2984,-4184.75"/>
<text text-anchor="middle" x="2997.25" y="-4217.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-4210 3010.5,-4210"/>
<text text-anchor="middle" x="2997.25" y="-4192.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-4184.75 3010.5,-4235.25"/>
<text text-anchor="middle" x="3041" y="-4213.95" font-family="Times,serif" font-size="14.00">$1433</text>
<text text-anchor="middle" x="3041" y="-4196.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3071.5,-4184.75 3071.5,-4235.25"/>
<text text-anchor="middle" x="3084" y="-4205.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1219&#45;&gt;c1222 -->
<g id="edge1480" class="edge">
<title>c1219:e&#45;&gt;c1222:w</title>
<path fill="none" stroke="black" d="M2799.25,-4249C2799.25,-4249 2934.02,-4230.06 2973.5,-4224.51"/>
<polygon fill="black" stroke="black" points="2973.83,-4227.86 2983.25,-4223 2972.86,-4220.93 2973.83,-4227.86"/>
</g>
<!-- c1220 -->
<g id="node99" class="node">
<title>c1220</title>
<polygon fill="none" stroke="black" points="2687,-4045.75 2687,-4096.25 2799.5,-4096.25 2799.5,-4045.75 2687,-4045.75"/>
<text text-anchor="middle" x="2700.25" y="-4078.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-4071 2713.5,-4071"/>
<text text-anchor="middle" x="2700.25" y="-4053.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-4045.75 2713.5,-4096.25"/>
<text text-anchor="middle" x="2744" y="-4074.95" font-family="Times,serif" font-size="14.00">$1431</text>
<text text-anchor="middle" x="2744" y="-4057.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2774.5,-4045.75 2774.5,-4096.25"/>
<text text-anchor="middle" x="2787" y="-4066.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1233 -->
<g id="node112" class="node">
<title>c1233</title>
<polygon fill="none" stroke="black" points="2835.5,-3915.75 2835.5,-3966.25 2948,-3966.25 2948,-3915.75 2835.5,-3915.75"/>
<text text-anchor="middle" x="2848.75" y="-3948.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2835.5,-3941 2862,-3941"/>
<text text-anchor="middle" x="2848.75" y="-3923.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2862,-3915.75 2862,-3966.25"/>
<text text-anchor="middle" x="2892.5" y="-3944.95" font-family="Times,serif" font-size="14.00">$1444</text>
<text text-anchor="middle" x="2892.5" y="-3927.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2923,-3915.75 2923,-3966.25"/>
<text text-anchor="middle" x="2935.5" y="-3936.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1220&#45;&gt;c1233 -->
<g id="edge1511" class="edge">
<title>c1220:e&#45;&gt;c1233:w</title>
<path fill="none" stroke="black" d="M2799.5,-4071C2799.5,-4071 2824.66,-3971.07 2832.91,-3938.28"/>
<polygon fill="black" stroke="black" points="2836.45,-3939.55 2835.5,-3929 2829.66,-3937.84 2836.45,-3939.55"/>
</g>
<!-- n61 -->
<g id="node1198" class="node">
<title>n61</title>
<ellipse fill="black" stroke="black" cx="2891.75" cy="-4179" rx="1.8" ry="1.8"/>
</g>
<!-- c1221&#45;&gt;n61 -->
<g id="edge1535" class="edge">
<title>c1221:e&#45;&gt;n61:w</title>
<path fill="none" stroke="black" d="M2799.5,-4179C2799.5,-4179 2853.97,-4179 2877.81,-4179"/>
<polygon fill="black" stroke="black" points="2877.75,-4182.5 2887.75,-4179 2877.75,-4175.5 2877.75,-4182.5"/>
</g>
<!-- n62 -->
<g id="node1205" class="node">
<title>n62</title>
<ellipse fill="black" stroke="black" cx="4079.75" cy="-4210" rx="1.8" ry="1.8"/>
</g>
<!-- c1222&#45;&gt;n62 -->
<g id="edge1561" class="edge">
<title>c1222:e&#45;&gt;n62:w</title>
<path fill="none" stroke="black" d="M3096.25,-4210C3096.25,-4210 3960.69,-4210 4067.06,-4210"/>
<polygon fill="black" stroke="black" points="4066.75,-4213.5 4076.75,-4210 4066.75,-4206.5 4066.75,-4213.5"/>
</g>
<!-- c1223 -->
<g id="node102" class="node">
<title>c1223</title>
<polygon fill="none" stroke="black" points="4172,-4250.75 4172,-4301.25 4284.5,-4301.25 4284.5,-4250.75 4172,-4250.75"/>
<text text-anchor="middle" x="4185.25" y="-4283.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-4276 4198.5,-4276"/>
<text text-anchor="middle" x="4185.25" y="-4258.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-4250.75 4198.5,-4301.25"/>
<text text-anchor="middle" x="4229" y="-4279.95" font-family="Times,serif" font-size="14.00">$1434</text>
<text text-anchor="middle" x="4229" y="-4262.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4259.5,-4250.75 4259.5,-4301.25"/>
<text text-anchor="middle" x="4272" y="-4271.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1224 -->
<g id="node103" class="node">
<title>c1224</title>
<polygon fill="none" stroke="black" points="4320.88,-4254.75 4320.88,-4297.25 4432.62,-4297.25 4432.62,-4254.75 4320.88,-4254.75"/>
<text text-anchor="middle" x="4333.75" y="-4271.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4346.62,-4254.75 4346.62,-4297.25"/>
<text text-anchor="middle" x="4377.12" y="-4279.95" font-family="Times,serif" font-size="14.00">$1435</text>
<text text-anchor="middle" x="4377.12" y="-4262.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="4407.62,-4254.75 4407.62,-4297.25"/>
<text text-anchor="middle" x="4420.12" y="-4271.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1223&#45;&gt;c1224 -->
<g id="edge1581" class="edge">
<title>c1223:e&#45;&gt;c1224:w</title>
<path fill="none" stroke="black" d="M4284.5,-4276C4284.5,-4276 4298.92,-4276 4309.5,-4276"/>
<polygon fill="black" stroke="black" points="4309.5,-4279.5 4319.5,-4276 4309.5,-4272.5 4309.5,-4279.5"/>
</g>
<!-- c1227 -->
<g id="node106" class="node">
<title>c1227</title>
<polygon fill="none" stroke="black" points="4469,-4237.75 4469,-4288.25 4581.5,-4288.25 4581.5,-4237.75 4469,-4237.75"/>
<text text-anchor="middle" x="4482.25" y="-4270.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4469,-4263 4495.5,-4263"/>
<text text-anchor="middle" x="4482.25" y="-4245.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4495.5,-4237.75 4495.5,-4288.25"/>
<text text-anchor="middle" x="4526" y="-4266.95" font-family="Times,serif" font-size="14.00">$1438</text>
<text text-anchor="middle" x="4526" y="-4249.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4556.5,-4237.75 4556.5,-4288.25"/>
<text text-anchor="middle" x="4569" y="-4258.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1224&#45;&gt;c1227 -->
<g id="edge1603" class="edge">
<title>c1224:e&#45;&gt;c1227:w</title>
<path fill="none" stroke="black" d="M4433,-4276C4433,-4276 4447.42,-4276 4458,-4276"/>
<polygon fill="black" stroke="black" points="4458,-4279.5 4468,-4276 4458,-4272.5 4458,-4279.5"/>
</g>
<!-- c1225 -->
<g id="node104" class="node">
<title>c1225</title>
<polygon fill="none" stroke="black" points="4172,-4142.75 4172,-4193.25 4284.5,-4193.25 4284.5,-4142.75 4172,-4142.75"/>
<text text-anchor="middle" x="4185.25" y="-4175.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-4168 4198.5,-4168"/>
<text text-anchor="middle" x="4185.25" y="-4150.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-4142.75 4198.5,-4193.25"/>
<text text-anchor="middle" x="4229" y="-4171.95" font-family="Times,serif" font-size="14.00">$1436</text>
<text text-anchor="middle" x="4229" y="-4154.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4259.5,-4142.75 4259.5,-4193.25"/>
<text text-anchor="middle" x="4272" y="-4163.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n65 -->
<g id="node1219" class="node">
<title>n65</title>
<ellipse fill="black" stroke="black" cx="4376.75" cy="-3969" rx="1.8" ry="1.8"/>
</g>
<!-- c1225&#45;&gt;n65 -->
<g id="edge1625" class="edge">
<title>c1225:e&#45;&gt;n65:w</title>
<path fill="none" stroke="black" d="M4284.5,-4168C4284.5,-4168 4351.32,-4019.02 4369.32,-3978.87"/>
<polygon fill="black" stroke="black" points="4372.85,-3980.56 4373.75,-3970 4366.46,-3977.69 4372.85,-3980.56"/>
</g>
<!-- c1226 -->
<g id="node105" class="node">
<title>c1226</title>
<polygon fill="none" stroke="black" points="4469.38,-3868.75 4469.38,-3911.25 4581.12,-3911.25 4581.12,-3868.75 4469.38,-3868.75"/>
<text text-anchor="middle" x="4482.25" y="-3885.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4495.12,-3868.75 4495.12,-3911.25"/>
<text text-anchor="middle" x="4525.62" y="-3893.95" font-family="Times,serif" font-size="14.00">$1437</text>
<text text-anchor="middle" x="4525.62" y="-3876.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="4556.12,-3868.75 4556.12,-3911.25"/>
<text text-anchor="middle" x="4568.62" y="-3885.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1291 -->
<g id="node170" class="node">
<title>c1291</title>
<polygon fill="none" stroke="black" points="4617.5,-3744.75 4617.5,-3795.25 4730,-3795.25 4730,-3744.75 4617.5,-3744.75"/>
<text text-anchor="middle" x="4630.75" y="-3777.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4617.5,-3770 4644,-3770"/>
<text text-anchor="middle" x="4630.75" y="-3752.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4644,-3744.75 4644,-3795.25"/>
<text text-anchor="middle" x="4674.5" y="-3773.95" font-family="Times,serif" font-size="14.00">$1502</text>
<text text-anchor="middle" x="4674.5" y="-3756.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4705,-3744.75 4705,-3795.25"/>
<text text-anchor="middle" x="4717.5" y="-3765.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1226&#45;&gt;c1291 -->
<g id="edge1654" class="edge">
<title>c1226:e&#45;&gt;c1291:w</title>
<path fill="none" stroke="black" d="M4581.5,-3890C4581.5,-3890 4605.04,-3820.04 4614.05,-3793.26"/>
<polygon fill="black" stroke="black" points="4617.63,-3794.59 4617.5,-3784 4610.99,-3792.36 4617.63,-3794.59"/>
</g>
<!-- n67 -->
<g id="node1231" class="node">
<title>n67</title>
<ellipse fill="black" stroke="black" cx="4822.25" cy="-4263" rx="1.8" ry="1.8"/>
</g>
<!-- c1227&#45;&gt;n67 -->
<g id="edge1678" class="edge">
<title>c1227:e&#45;&gt;n67:w</title>
<path fill="none" stroke="black" d="M4581.25,-4263C4581.25,-4263 4762.6,-4263 4809.36,-4263"/>
<polygon fill="black" stroke="black" points="4809.25,-4266.5 4819.25,-4263 4809.25,-4259.5 4809.25,-4266.5"/>
</g>
<!-- c1228 -->
<g id="node107" class="node">
<title>c1228</title>
<polygon fill="none" stroke="black" points="4914.88,-4239.75 4914.88,-4282.25 5026.62,-4282.25 5026.62,-4239.75 4914.88,-4239.75"/>
<text text-anchor="middle" x="4927.75" y="-4256.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4940.62,-4239.75 4940.62,-4282.25"/>
<text text-anchor="middle" x="4971.12" y="-4264.95" font-family="Times,serif" font-size="14.00">$1439</text>
<text text-anchor="middle" x="4971.12" y="-4247.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="5001.62,-4239.75 5001.62,-4282.25"/>
<text text-anchor="middle" x="5014.12" y="-4256.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1228&#45;&gt;c1229 -->
<g id="edge1703" class="edge">
<title>c1228:e&#45;&gt;c1229:w</title>
<path fill="none" stroke="black" d="M5027,-4261C5027,-4261 5042.14,-4256.37 5052.78,-4253.12"/>
<polygon fill="black" stroke="black" points="5053.46,-4256.27 5062,-4250 5051.41,-4249.58 5053.46,-4256.27"/>
</g>
<!-- n69 -->
<g id="node1241" class="node">
<title>n69</title>
<ellipse fill="black" stroke="black" cx="5267.75" cy="-4069" rx="1.8" ry="1.8"/>
</g>
<!-- c1229&#45;&gt;n69 -->
<g id="edge1725" class="edge">
<title>c1229:e&#45;&gt;n69:w</title>
<path fill="none" stroke="black" d="M5175.5,-4263C5175.5,-4263 5242.01,-4118.42 5260.2,-4078.89"/>
<polygon fill="black" stroke="black" points="5263.75,-4080.55 5264.75,-4070 5257.39,-4077.62 5263.75,-4080.55"/>
</g>
<!-- c1230 -->
<g id="node109" class="node">
<title>c1230</title>
<polygon fill="none" stroke="black" points="5360.38,-4047.75 5360.38,-4090.25 5472.12,-4090.25 5472.12,-4047.75 5360.38,-4047.75"/>
<text text-anchor="middle" x="5373.25" y="-4064.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5386.12,-4047.75 5386.12,-4090.25"/>
<text text-anchor="middle" x="5416.62" y="-4072.95" font-family="Times,serif" font-size="14.00">$1441</text>
<text text-anchor="middle" x="5416.62" y="-4055.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="5447.12,-4047.75 5447.12,-4090.25"/>
<text text-anchor="middle" x="5459.62" y="-4064.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1296 -->
<g id="node175" class="node">
<title>c1296</title>
<polygon fill="none" stroke="black" points="5508.5,-3856.75 5508.5,-3907.25 5621,-3907.25 5621,-3856.75 5508.5,-3856.75"/>
<text text-anchor="middle" x="5521.75" y="-3889.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5508.5,-3882 5535,-3882"/>
<text text-anchor="middle" x="5521.75" y="-3864.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5535,-3856.75 5535,-3907.25"/>
<text text-anchor="middle" x="5565.5" y="-3885.95" font-family="Times,serif" font-size="14.00">$1507</text>
<text text-anchor="middle" x="5565.5" y="-3868.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5596,-3856.75 5596,-3907.25"/>
<text text-anchor="middle" x="5608.5" y="-3877.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1230&#45;&gt;c1296 -->
<g id="edge1759" class="edge">
<title>c1230:e&#45;&gt;c1296:w</title>
<path fill="none" stroke="black" d="M5472.5,-4069C5472.5,-4069 5498.49,-3943.4 5506.3,-3905.62"/>
<polygon fill="black" stroke="black" points="5509.9,-3906.5 5508.5,-3896 5503.05,-3905.08 5509.9,-3906.5"/>
</g>
<!-- c1231 -->
<g id="node110" class="node">
<title>c1231</title>
<polygon fill="none" stroke="black" points="4914.5,-4445.75 4914.5,-4496.25 5027,-4496.25 5027,-4445.75 4914.5,-4445.75"/>
<text text-anchor="middle" x="4927.75" y="-4478.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4914.5,-4471 4941,-4471"/>
<text text-anchor="middle" x="4927.75" y="-4453.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4941,-4445.75 4941,-4496.25"/>
<text text-anchor="middle" x="4971.5" y="-4474.95" font-family="Times,serif" font-size="14.00">$1442</text>
<text text-anchor="middle" x="4971.5" y="-4457.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5002,-4445.75 5002,-4496.25"/>
<text text-anchor="middle" x="5014.5" y="-4466.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1232 -->
<g id="node111" class="node">
<title>c1232</title>
<polygon fill="none" stroke="black" points="5360,-4445.75 5360,-4496.25 5472.5,-4496.25 5472.5,-4445.75 5360,-4445.75"/>
<text text-anchor="middle" x="5373.25" y="-4478.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5360,-4471 5386.5,-4471"/>
<text text-anchor="middle" x="5373.25" y="-4453.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5386.5,-4445.75 5386.5,-4496.25"/>
<text text-anchor="middle" x="5417" y="-4474.95" font-family="Times,serif" font-size="14.00">$1443</text>
<text text-anchor="middle" x="5417" y="-4457.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5447.5,-4445.75 5447.5,-4496.25"/>
<text text-anchor="middle" x="5460" y="-4466.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1231&#45;&gt;c1232 -->
<g id="edge1780" class="edge">
<title>c1231:e&#45;&gt;c1232:w</title>
<path fill="none" stroke="black" d="M5026.75,-4471C5026.75,-4471 5292.45,-4460.64 5349.53,-4458.42"/>
<polygon fill="black" stroke="black" points="5349.39,-4461.89 5359.25,-4458 5349.12,-4454.89 5349.39,-4461.89"/>
</g>
<!-- x57 -->
<g id="node835" class="node">
<title>x57</title>
<path fill="none" stroke="black" d="M7944.35,-4314C7944.35,-4314 7994.85,-4314 7994.85,-4314 8000.85,-4314 8006.85,-4320 8006.85,-4326 8006.85,-4326 8006.85,-4338 8006.85,-4338 8006.85,-4344 8000.85,-4350 7994.85,-4350 7994.85,-4350 7944.35,-4350 7944.35,-4350 7938.35,-4350 7932.35,-4344 7932.35,-4338 7932.35,-4338 7932.35,-4326 7932.35,-4326 7932.35,-4320 7938.35,-4314 7944.35,-4314"/>
<text text-anchor="middle" x="7969.6" y="-4327.7" font-family="Times,serif" font-size="14.00">0:0 &#45; 4:4</text>
</g>
<!-- c1232&#45;&gt;x57 -->
<g id="edge232" class="edge">
<title>c1232:e&#45;&gt;x57:w</title>
<path fill="none" stroke="black" d="M5472.25,-4471C5472.25,-4471 7744.14,-4342.65 7921.63,-4332.62"/>
<polygon fill="black" stroke="black" points="7921.81,-4336.06 7931.6,-4332 7921.42,-4329.07 7921.81,-4336.06"/>
</g>
<!-- n72 -->
<g id="node1257" class="node">
<title>n72</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-3753" rx="1.8" ry="1.8"/>
</g>
<!-- c1233&#45;&gt;n72 -->
<g id="edge1803" class="edge">
<title>c1233:e&#45;&gt;n72:w</title>
<path fill="none" stroke="black" d="M2947.75,-3941C2947.75,-3941 3135.67,-3793.18 3178.24,-3759.69"/>
<polygon fill="black" stroke="black" points="3180.05,-3761.93 3185.75,-3753 3175.73,-3756.43 3180.05,-3761.93"/>
</g>
<!-- c1234 -->
<g id="node113" class="node">
<title>c1234</title>
<polygon fill="none" stroke="black" points="2984,-3956.75 2984,-4007.25 3096.5,-4007.25 3096.5,-3956.75 2984,-3956.75"/>
<text text-anchor="middle" x="2997.25" y="-3989.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-3982 3010.5,-3982"/>
<text text-anchor="middle" x="2997.25" y="-3964.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-3956.75 3010.5,-4007.25"/>
<text text-anchor="middle" x="3041" y="-3985.95" font-family="Times,serif" font-size="14.00">$1445</text>
<text text-anchor="middle" x="3041" y="-3968.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3071.5,-3956.75 3071.5,-4007.25"/>
<text text-anchor="middle" x="3084" y="-3977.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n73 -->
<g id="node1264" class="node">
<title>n73</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-3893" rx="1.8" ry="1.8"/>
</g>
<!-- c1234&#45;&gt;n73 -->
<g id="edge1830" class="edge">
<title>c1234:e&#45;&gt;n73:w</title>
<path fill="none" stroke="black" d="M3096.5,-3982C3096.5,-3982 3156.56,-3922.11 3178.14,-3900.59"/>
<polygon fill="black" stroke="black" points="3180.14,-3903.54 3184.75,-3894 3175.2,-3898.58 3180.14,-3903.54"/>
</g>
<!-- c1235 -->
<g id="node114" class="node">
<title>c1235</title>
<polygon fill="none" stroke="black" points="1796,-3683.75 1796,-3734.25 1908.5,-3734.25 1908.5,-3683.75 1796,-3683.75"/>
<text text-anchor="middle" x="1809.25" y="-3716.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-3709 1822.5,-3709"/>
<text text-anchor="middle" x="1809.25" y="-3691.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-3683.75 1822.5,-3734.25"/>
<text text-anchor="middle" x="1853" y="-3712.95" font-family="Times,serif" font-size="14.00">$1446</text>
<text text-anchor="middle" x="1853" y="-3695.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-3683.75 1883.5,-3734.25"/>
<text text-anchor="middle" x="1896" y="-3704.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n74 -->
<g id="node1268" class="node">
<title>n74</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-3689" rx="1.8" ry="1.8"/>
</g>
<!-- c1235&#45;&gt;n74 -->
<g id="edge1850" class="edge">
<title>c1235:e&#45;&gt;n74:w</title>
<path fill="none" stroke="black" d="M1908.5,-3709C1908.5,-3709 1963.52,-3696.67 1987.16,-3691.37"/>
<polygon fill="black" stroke="black" points="1987.76,-3694.6 1996.75,-3689 1986.23,-3687.77 1987.76,-3694.6"/>
</g>
<!-- c1236 -->
<g id="node115" class="node">
<title>c1236</title>
<polygon fill="none" stroke="black" points="1796,-3753.75 1796,-3804.25 1908.5,-3804.25 1908.5,-3753.75 1796,-3753.75"/>
<text text-anchor="middle" x="1809.25" y="-3786.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-3779 1822.5,-3779"/>
<text text-anchor="middle" x="1809.25" y="-3761.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-3753.75 1822.5,-3804.25"/>
<text text-anchor="middle" x="1853" y="-3782.95" font-family="Times,serif" font-size="14.00">$1447</text>
<text text-anchor="middle" x="1853" y="-3765.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1883.5,-3753.75 1883.5,-3804.25"/>
<text text-anchor="middle" x="1896" y="-3774.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n75 -->
<g id="node1271" class="node">
<title>n75</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-3779" rx="1.8" ry="1.8"/>
</g>
<!-- c1236&#45;&gt;n75 -->
<g id="edge1867" class="edge">
<title>c1236:e&#45;&gt;n75:w</title>
<path fill="none" stroke="black" d="M1908.5,-3779C1908.5,-3779 1962.97,-3779 1986.81,-3779"/>
<polygon fill="black" stroke="black" points="1986.75,-3782.5 1996.75,-3779 1986.75,-3775.5 1986.75,-3782.5"/>
</g>
<!-- c1237 -->
<g id="node116" class="node">
<title>c1237</title>
<polygon fill="none" stroke="black" points="311,-2775.75 311,-2826.25 423.5,-2826.25 423.5,-2775.75 311,-2775.75"/>
<text text-anchor="middle" x="324.25" y="-2808.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-2801 337.5,-2801"/>
<text text-anchor="middle" x="324.25" y="-2783.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-2775.75 337.5,-2826.25"/>
<text text-anchor="middle" x="368" y="-2804.95" font-family="Times,serif" font-size="14.00">$1448</text>
<text text-anchor="middle" x="368" y="-2787.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-2775.75 398.5,-2826.25"/>
<text text-anchor="middle" x="411" y="-2796.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n76 -->
<g id="node1274" class="node">
<title>n76</title>
<ellipse fill="black" stroke="black" cx="515.75" cy="-3017" rx="1.8" ry="1.8"/>
</g>
<!-- c1237&#45;&gt;n76 -->
<g id="edge1884" class="edge">
<title>c1237:e&#45;&gt;n76:w</title>
<path fill="none" stroke="black" d="M423.5,-2801C423.5,-2801 490.92,-2964.17 508.56,-3006.87"/>
<polygon fill="black" stroke="black" points="505.7,-3008.09 512.75,-3016 512.17,-3005.42 505.7,-3008.09"/>
</g>
<!-- c1238 -->
<g id="node117" class="node">
<title>c1238</title>
<polygon fill="none" stroke="black" points="608.38,-2879.75 608.38,-2922.25 720.12,-2922.25 720.12,-2879.75 608.38,-2879.75"/>
<text text-anchor="middle" x="621.25" y="-2896.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="634.12,-2879.75 634.12,-2922.25"/>
<text text-anchor="middle" x="664.62" y="-2904.95" font-family="Times,serif" font-size="14.00">$1449</text>
<text text-anchor="middle" x="664.62" y="-2887.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="695.12,-2879.75 695.12,-2922.25"/>
<text text-anchor="middle" x="707.62" y="-2896.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n77 -->
<g id="node1279" class="node">
<title>n77</title>
<ellipse fill="black" stroke="black" cx="812.75" cy="-2901" rx="1.8" ry="1.8"/>
</g>
<!-- c1238&#45;&gt;n77 -->
<g id="edge1910" class="edge">
<title>c1238:e&#45;&gt;n77:w</title>
<path fill="none" stroke="black" d="M720.5,-2901C720.5,-2901 774.97,-2901 798.81,-2901"/>
<polygon fill="black" stroke="black" points="798.75,-2904.5 808.75,-2901 798.75,-2897.5 798.75,-2904.5"/>
</g>
<!-- c1239 -->
<g id="node118" class="node">
<title>c1239</title>
<polygon fill="none" stroke="black" points="311,-2597.75 311,-2648.25 423.5,-2648.25 423.5,-2597.75 311,-2597.75"/>
<text text-anchor="middle" x="324.25" y="-2630.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-2623 337.5,-2623"/>
<text text-anchor="middle" x="324.25" y="-2605.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-2597.75 337.5,-2648.25"/>
<text text-anchor="middle" x="368" y="-2626.95" font-family="Times,serif" font-size="14.00">$1450</text>
<text text-anchor="middle" x="368" y="-2609.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-2597.75 398.5,-2648.25"/>
<text text-anchor="middle" x="411" y="-2618.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1337 -->
<g id="node216" class="node">
<title>c1337</title>
<polygon fill="none" stroke="black" points="608,-2653.75 608,-2704.25 720.5,-2704.25 720.5,-2653.75 608,-2653.75"/>
<text text-anchor="middle" x="621.25" y="-2686.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-2679 634.5,-2679"/>
<text text-anchor="middle" x="621.25" y="-2661.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-2653.75 634.5,-2704.25"/>
<text text-anchor="middle" x="665" y="-2682.95" font-family="Times,serif" font-size="14.00">$1548</text>
<text text-anchor="middle" x="665" y="-2665.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="695.5,-2653.75 695.5,-2704.25"/>
<text text-anchor="middle" x="708" y="-2674.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1239&#45;&gt;c1337 -->
<g id="edge1925" class="edge">
<title>c1239:e&#45;&gt;c1337:w</title>
<path fill="none" stroke="black" d="M423.25,-2623C423.25,-2623 559.26,-2673.73 598.04,-2688.19"/>
<polygon fill="black" stroke="black" points="596.66,-2691.78 607.25,-2692 599.1,-2685.23 596.66,-2691.78"/>
</g>
<!-- c1240 -->
<g id="node119" class="node">
<title>c1240</title>
<polygon fill="none" stroke="black" points="608,-3173.75 608,-3224.25 720.5,-3224.25 720.5,-3173.75 608,-3173.75"/>
<text text-anchor="middle" x="621.25" y="-3206.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-3199 634.5,-3199"/>
<text text-anchor="middle" x="621.25" y="-3181.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-3173.75 634.5,-3224.25"/>
<text text-anchor="middle" x="665" y="-3202.95" font-family="Times,serif" font-size="14.00">$1451</text>
<text text-anchor="middle" x="665" y="-3185.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="695.5,-3173.75 695.5,-3224.25"/>
<text text-anchor="middle" x="708" y="-3194.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n79 -->
<g id="node1283" class="node">
<title>n79</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-3189" rx="1.8" ry="1.8"/>
</g>
<!-- c1240&#45;&gt;n79 -->
<g id="edge1926" class="edge">
<title>c1240:e&#45;&gt;n79:w</title>
<path fill="none" stroke="black" d="M720.25,-3199C720.25,-3199 1034.4,-3190.89 1096.98,-3189.28"/>
<polygon fill="black" stroke="black" points="1096.84,-3192.76 1106.75,-3189 1096.66,-3185.76 1096.84,-3192.76"/>
</g>
<!-- c1241 -->
<g id="node120" class="node">
<title>c1241</title>
<polygon fill="none" stroke="black" points="905,-3211.75 905,-3262.25 1017.5,-3262.25 1017.5,-3211.75 905,-3211.75"/>
<text text-anchor="middle" x="918.25" y="-3244.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="905,-3237 931.5,-3237"/>
<text text-anchor="middle" x="918.25" y="-3219.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="931.5,-3211.75 931.5,-3262.25"/>
<text text-anchor="middle" x="962" y="-3240.95" font-family="Times,serif" font-size="14.00">$1452</text>
<text text-anchor="middle" x="962" y="-3223.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="992.5,-3211.75 992.5,-3262.25"/>
<text text-anchor="middle" x="1005" y="-3232.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n80 -->
<g id="node1285" class="node">
<title>n80</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-3237" rx="1.8" ry="1.8"/>
</g>
<!-- c1241&#45;&gt;n80 -->
<g id="edge1939" class="edge">
<title>c1241:e&#45;&gt;n80:w</title>
<path fill="none" stroke="black" d="M1017.5,-3237C1017.5,-3237 1071.97,-3237 1095.81,-3237"/>
<polygon fill="black" stroke="black" points="1095.75,-3240.5 1105.75,-3237 1095.75,-3233.5 1095.75,-3240.5"/>
</g>
<!-- c1242 -->
<g id="node121" class="node">
<title>c1242</title>
<polygon fill="none" stroke="black" points="608,-3314.75 608,-3365.25 720.5,-3365.25 720.5,-3314.75 608,-3314.75"/>
<text text-anchor="middle" x="621.25" y="-3347.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-3340 634.5,-3340"/>
<text text-anchor="middle" x="621.25" y="-3322.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-3314.75 634.5,-3365.25"/>
<text text-anchor="middle" x="665" y="-3343.95" font-family="Times,serif" font-size="14.00">$1453</text>
<text text-anchor="middle" x="665" y="-3326.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="695.5,-3314.75 695.5,-3365.25"/>
<text text-anchor="middle" x="708" y="-3335.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n81 -->
<g id="node1286" class="node">
<title>n81</title>
<ellipse fill="black" stroke="black" cx="961.25" cy="-3340" rx="1.8" ry="1.8"/>
</g>
<!-- c1242&#45;&gt;n81 -->
<g id="edge1942" class="edge">
<title>c1242:e&#45;&gt;n81:w</title>
<path fill="none" stroke="black" d="M720.25,-3340C720.25,-3340 901.6,-3340 948.36,-3340"/>
<polygon fill="black" stroke="black" points="948.25,-3343.5 958.25,-3340 948.25,-3336.5 948.25,-3343.5"/>
</g>
<!-- c1243 -->
<g id="node122" class="node">
<title>c1243</title>
<polygon fill="none" stroke="black" points="1053.88,-3317.75 1053.88,-3360.25 1165.62,-3360.25 1165.62,-3317.75 1053.88,-3317.75"/>
<text text-anchor="middle" x="1066.75" y="-3334.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1079.62,-3317.75 1079.62,-3360.25"/>
<text text-anchor="middle" x="1110.12" y="-3342.95" font-family="Times,serif" font-size="14.00">$1454</text>
<text text-anchor="middle" x="1110.12" y="-3325.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1140.62,-3317.75 1140.62,-3360.25"/>
<text text-anchor="middle" x="1153.12" y="-3334.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1244 -->
<g id="node123" class="node">
<title>c1244</title>
<polygon fill="none" stroke="black" points="1202,-3324.75 1202,-3375.25 1314.5,-3375.25 1314.5,-3324.75 1202,-3324.75"/>
<text text-anchor="middle" x="1215.25" y="-3357.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-3350 1228.5,-3350"/>
<text text-anchor="middle" x="1215.25" y="-3332.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-3324.75 1228.5,-3375.25"/>
<text text-anchor="middle" x="1259" y="-3353.95" font-family="Times,serif" font-size="14.00">$1455</text>
<text text-anchor="middle" x="1259" y="-3336.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1289.5,-3324.75 1289.5,-3375.25"/>
<text text-anchor="middle" x="1302" y="-3345.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1243&#45;&gt;c1244 -->
<g id="edge1945" class="edge">
<title>c1243:e&#45;&gt;c1244:w</title>
<path fill="none" stroke="black" d="M1166,-3339C1166,-3339 1180.77,-3338.18 1191.39,-3337.59"/>
<polygon fill="black" stroke="black" points="1191.21,-3341.05 1201,-3337 1190.82,-3334.06 1191.21,-3341.05"/>
</g>
<!-- n83 -->
<g id="node1287" class="node">
<title>n83</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-3350" rx="1.8" ry="1.8"/>
</g>
<!-- c1244&#45;&gt;n83 -->
<g id="edge1946" class="edge">
<title>c1244:e&#45;&gt;n83:w</title>
<path fill="none" stroke="black" d="M1314.5,-3350C1314.5,-3350 1368.97,-3350 1392.81,-3350"/>
<polygon fill="black" stroke="black" points="1392.75,-3353.5 1402.75,-3350 1392.75,-3346.5 1392.75,-3353.5"/>
</g>
<!-- c1245 -->
<g id="node124" class="node">
<title>c1245</title>
<polygon fill="none" stroke="black" points="1202,-3432.75 1202,-3483.25 1314.5,-3483.25 1314.5,-3432.75 1202,-3432.75"/>
<text text-anchor="middle" x="1215.25" y="-3465.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-3458 1228.5,-3458"/>
<text text-anchor="middle" x="1215.25" y="-3440.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-3432.75 1228.5,-3483.25"/>
<text text-anchor="middle" x="1259" y="-3461.95" font-family="Times,serif" font-size="14.00">$1456</text>
<text text-anchor="middle" x="1259" y="-3444.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1289.5,-3432.75 1289.5,-3483.25"/>
<text text-anchor="middle" x="1302" y="-3453.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n84 -->
<g id="node1288" class="node">
<title>n84</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-3458" rx="1.8" ry="1.8"/>
</g>
<!-- c1245&#45;&gt;n84 -->
<g id="edge1949" class="edge">
<title>c1245:e&#45;&gt;n84:w</title>
<path fill="none" stroke="black" d="M1314.5,-3458C1314.5,-3458 1368.97,-3458 1392.81,-3458"/>
<polygon fill="black" stroke="black" points="1392.75,-3461.5 1402.75,-3458 1392.75,-3454.5 1392.75,-3461.5"/>
</g>
<!-- c1246 -->
<g id="node125" class="node">
<title>c1246</title>
<polygon fill="none" stroke="black" points="459.5,-3037.75 459.5,-3088.25 572,-3088.25 572,-3037.75 459.5,-3037.75"/>
<text text-anchor="middle" x="472.75" y="-3070.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-3063 486,-3063"/>
<text text-anchor="middle" x="472.75" y="-3045.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-3037.75 486,-3088.25"/>
<text text-anchor="middle" x="516.5" y="-3066.95" font-family="Times,serif" font-size="14.00">$1457</text>
<text text-anchor="middle" x="516.5" y="-3049.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-3037.75 547,-3088.25"/>
<text text-anchor="middle" x="559.5" y="-3058.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n85 -->
<g id="node1289" class="node">
<title>n85</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-3287" rx="1.8" ry="1.8"/>
</g>
<!-- c1246&#45;&gt;n85 -->
<g id="edge1952" class="edge">
<title>c1246:e&#45;&gt;n85:w</title>
<path fill="none" stroke="black" d="M571.75,-3063C571.75,-3063 1025.34,-3252.56 1097.99,-3282.92"/>
<polygon fill="black" stroke="black" points="1096.17,-3286.37 1106.75,-3287 1098.87,-3279.91 1096.17,-3286.37"/>
</g>
<!-- c1247 -->
<g id="node126" class="node">
<title>c1247</title>
<polygon fill="none" stroke="black" points="1202.38,-3262.75 1202.38,-3305.25 1314.12,-3305.25 1314.12,-3262.75 1202.38,-3262.75"/>
<text text-anchor="middle" x="1215.25" y="-3279.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1228.12,-3262.75 1228.12,-3305.25"/>
<text text-anchor="middle" x="1258.62" y="-3287.95" font-family="Times,serif" font-size="14.00">$1458</text>
<text text-anchor="middle" x="1258.62" y="-3270.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1289.12,-3262.75 1289.12,-3305.25"/>
<text text-anchor="middle" x="1301.62" y="-3279.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n86 -->
<g id="node1290" class="node">
<title>n86</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-3284" rx="1.8" ry="1.8"/>
</g>
<!-- c1247&#45;&gt;n86 -->
<g id="edge1956" class="edge">
<title>c1247:e&#45;&gt;n86:w</title>
<path fill="none" stroke="black" d="M1314.5,-3284C1314.5,-3284 1368.97,-3284 1392.81,-3284"/>
<polygon fill="black" stroke="black" points="1392.75,-3287.5 1402.75,-3284 1392.75,-3280.5 1392.75,-3287.5"/>
</g>
<!-- c1248 -->
<g id="node127" class="node">
<title>c1248</title>
<polygon fill="none" stroke="black" points="1499,-3332.75 1499,-3383.25 1611.5,-3383.25 1611.5,-3332.75 1499,-3332.75"/>
<text text-anchor="middle" x="1512.25" y="-3365.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-3358 1525.5,-3358"/>
<text text-anchor="middle" x="1512.25" y="-3340.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-3332.75 1525.5,-3383.25"/>
<text text-anchor="middle" x="1556" y="-3361.95" font-family="Times,serif" font-size="14.00">$1459</text>
<text text-anchor="middle" x="1556" y="-3344.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1586.5,-3332.75 1586.5,-3383.25"/>
<text text-anchor="middle" x="1599" y="-3353.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n87 -->
<g id="node1291" class="node">
<title>n87</title>
<ellipse fill="black" stroke="black" cx="1703.75" cy="-3358" rx="1.8" ry="1.8"/>
</g>
<!-- c1248&#45;&gt;n87 -->
<g id="edge1959" class="edge">
<title>c1248:e&#45;&gt;n87:w</title>
<path fill="none" stroke="black" d="M1611.5,-3358C1611.5,-3358 1665.97,-3358 1689.81,-3358"/>
<polygon fill="black" stroke="black" points="1689.75,-3361.5 1699.75,-3358 1689.75,-3354.5 1689.75,-3361.5"/>
</g>
<!-- c1249 -->
<g id="node128" class="node">
<title>c1249</title>
<polygon fill="none" stroke="black" points="1499,-3262.75 1499,-3313.25 1611.5,-3313.25 1611.5,-3262.75 1499,-3262.75"/>
<text text-anchor="middle" x="1512.25" y="-3295.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-3288 1525.5,-3288"/>
<text text-anchor="middle" x="1512.25" y="-3270.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-3262.75 1525.5,-3313.25"/>
<text text-anchor="middle" x="1556" y="-3291.95" font-family="Times,serif" font-size="14.00">$1460</text>
<text text-anchor="middle" x="1556" y="-3274.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1586.5,-3262.75 1586.5,-3313.25"/>
<text text-anchor="middle" x="1599" y="-3283.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n88 -->
<g id="node1292" class="node">
<title>n88</title>
<ellipse fill="black" stroke="black" cx="1703.75" cy="-3291" rx="1.8" ry="1.8"/>
</g>
<!-- c1249&#45;&gt;n88 -->
<g id="edge1962" class="edge">
<title>c1249:e&#45;&gt;n88:w</title>
<path fill="none" stroke="black" d="M1611.5,-3288C1611.5,-3288 1665.97,-3289.83 1689.81,-3290.63"/>
<polygon fill="black" stroke="black" points="1689.64,-3294.16 1699.75,-3291 1689.87,-3287.17 1689.64,-3294.16"/>
</g>
<!-- c1250 -->
<g id="node129" class="node">
<title>c1250</title>
<polygon fill="none" stroke="black" points="1499,-3402.75 1499,-3453.25 1611.5,-3453.25 1611.5,-3402.75 1499,-3402.75"/>
<text text-anchor="middle" x="1512.25" y="-3435.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-3428 1525.5,-3428"/>
<text text-anchor="middle" x="1512.25" y="-3410.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-3402.75 1525.5,-3453.25"/>
<text text-anchor="middle" x="1556" y="-3431.95" font-family="Times,serif" font-size="14.00">$1461</text>
<text text-anchor="middle" x="1556" y="-3414.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1586.5,-3402.75 1586.5,-3453.25"/>
<text text-anchor="middle" x="1599" y="-3423.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1252 -->
<g id="node131" class="node">
<title>c1252</title>
<polygon fill="none" stroke="black" points="1796,-3432.75 1796,-3483.25 1908.5,-3483.25 1908.5,-3432.75 1796,-3432.75"/>
<text text-anchor="middle" x="1809.25" y="-3465.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-3458 1822.5,-3458"/>
<text text-anchor="middle" x="1809.25" y="-3440.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-3432.75 1822.5,-3483.25"/>
<text text-anchor="middle" x="1853" y="-3461.95" font-family="Times,serif" font-size="14.00">$1463</text>
<text text-anchor="middle" x="1853" y="-3444.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-3432.75 1883.5,-3483.25"/>
<text text-anchor="middle" x="1896" y="-3453.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1250&#45;&gt;c1252 -->
<g id="edge1965" class="edge">
<title>c1250:e&#45;&gt;c1252:w</title>
<path fill="none" stroke="black" d="M1611.25,-3428C1611.25,-3428 1746.02,-3440.38 1785.5,-3444.01"/>
<polygon fill="black" stroke="black" points="1784.97,-3447.57 1795.25,-3445 1785.61,-3440.6 1784.97,-3447.57"/>
</g>
<!-- c1251 -->
<g id="node130" class="node">
<title>c1251</title>
<polygon fill="none" stroke="black" points="1499,-3472.75 1499,-3523.25 1611.5,-3523.25 1611.5,-3472.75 1499,-3472.75"/>
<text text-anchor="middle" x="1512.25" y="-3505.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-3498 1525.5,-3498"/>
<text text-anchor="middle" x="1512.25" y="-3480.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-3472.75 1525.5,-3523.25"/>
<text text-anchor="middle" x="1556" y="-3501.95" font-family="Times,serif" font-size="14.00">$1462</text>
<text text-anchor="middle" x="1556" y="-3484.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1586.5,-3472.75 1586.5,-3523.25"/>
<text text-anchor="middle" x="1599" y="-3493.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1253 -->
<g id="node132" class="node">
<title>c1253</title>
<polygon fill="none" stroke="black" points="1796,-3362.75 1796,-3413.25 1908.5,-3413.25 1908.5,-3362.75 1796,-3362.75"/>
<text text-anchor="middle" x="1809.25" y="-3395.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-3388 1822.5,-3388"/>
<text text-anchor="middle" x="1809.25" y="-3370.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-3362.75 1822.5,-3413.25"/>
<text text-anchor="middle" x="1853" y="-3391.95" font-family="Times,serif" font-size="14.00">$1464</text>
<text text-anchor="middle" x="1853" y="-3374.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1883.5,-3362.75 1883.5,-3413.25"/>
<text text-anchor="middle" x="1896" y="-3383.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1251&#45;&gt;c1253 -->
<g id="edge1967" class="edge">
<title>c1251:e&#45;&gt;c1253:w</title>
<path fill="none" stroke="black" d="M1611.25,-3498C1611.25,-3498 1750.37,-3405.5 1787.33,-3380.93"/>
<polygon fill="black" stroke="black" points="1788.86,-3383.45 1795.25,-3375 1784.98,-3377.62 1788.86,-3383.45"/>
</g>
<!-- n91 -->
<g id="node1293" class="node">
<title>n91</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-3711" rx="1.8" ry="1.8"/>
</g>
<!-- c1252&#45;&gt;n91 -->
<g id="edge1968" class="edge">
<title>c1252:e&#45;&gt;n91:w</title>
<path fill="none" stroke="black" d="M1908.5,-3458C1908.5,-3458 1977.44,-3653.44 1994.14,-3700.77"/>
<polygon fill="black" stroke="black" points="1991.12,-3701.73 1997.75,-3710 1997.72,-3699.41 1991.12,-3701.73"/>
</g>
<!-- n92 -->
<g id="node1294" class="node">
<title>n92</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-3527" rx="1.8" ry="1.8"/>
</g>
<!-- c1253&#45;&gt;n92 -->
<g id="edge1971" class="edge">
<title>c1253:e&#45;&gt;n92:w</title>
<path fill="none" stroke="black" d="M1908.5,-3388C1908.5,-3388 1972.04,-3486.96 1991.89,-3517.88"/>
<polygon fill="black" stroke="black" points="1989.4,-3519.48 1997.75,-3526 1995.29,-3515.69 1989.4,-3519.48"/>
</g>
<!-- c1254 -->
<g id="node133" class="node">
<title>c1254</title>
<polygon fill="none" stroke="black" points="2093,-3768.75 2093,-3819.25 2205.5,-3819.25 2205.5,-3768.75 2093,-3768.75"/>
<text text-anchor="middle" x="2106.25" y="-3801.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-3794 2119.5,-3794"/>
<text text-anchor="middle" x="2106.25" y="-3776.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-3768.75 2119.5,-3819.25"/>
<text text-anchor="middle" x="2150" y="-3797.95" font-family="Times,serif" font-size="14.00">$1465</text>
<text text-anchor="middle" x="2150" y="-3780.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2180.5,-3768.75 2180.5,-3819.25"/>
<text text-anchor="middle" x="2193" y="-3789.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1258 -->
<g id="node137" class="node">
<title>c1258</title>
<polygon fill="none" stroke="black" points="2390,-3751.75 2390,-3802.25 2502.5,-3802.25 2502.5,-3751.75 2390,-3751.75"/>
<text text-anchor="middle" x="2403.25" y="-3784.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-3777 2416.5,-3777"/>
<text text-anchor="middle" x="2403.25" y="-3759.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-3751.75 2416.5,-3802.25"/>
<text text-anchor="middle" x="2447" y="-3780.95" font-family="Times,serif" font-size="14.00">$1469</text>
<text text-anchor="middle" x="2447" y="-3763.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2477.5,-3751.75 2477.5,-3802.25"/>
<text text-anchor="middle" x="2490" y="-3772.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1254&#45;&gt;c1258 -->
<g id="edge1974" class="edge">
<title>c1254:e&#45;&gt;c1258:w</title>
<path fill="none" stroke="black" d="M2205.25,-3794C2205.25,-3794 2340.02,-3791.09 2379.5,-3790.23"/>
<polygon fill="black" stroke="black" points="2379.33,-3793.72 2389.25,-3790 2379.18,-3786.72 2379.33,-3793.72"/>
</g>
<!-- c1255 -->
<g id="node134" class="node">
<title>c1255</title>
<polygon fill="none" stroke="black" points="2093,-3628.75 2093,-3679.25 2205.5,-3679.25 2205.5,-3628.75 2093,-3628.75"/>
<text text-anchor="middle" x="2106.25" y="-3661.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-3654 2119.5,-3654"/>
<text text-anchor="middle" x="2106.25" y="-3636.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-3628.75 2119.5,-3679.25"/>
<text text-anchor="middle" x="2150" y="-3657.95" font-family="Times,serif" font-size="14.00">$1466</text>
<text text-anchor="middle" x="2150" y="-3640.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2180.5,-3628.75 2180.5,-3679.25"/>
<text text-anchor="middle" x="2193" y="-3649.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1259 -->
<g id="node138" class="node">
<title>c1259</title>
<polygon fill="none" stroke="black" points="2390,-3609.75 2390,-3660.25 2502.5,-3660.25 2502.5,-3609.75 2390,-3609.75"/>
<text text-anchor="middle" x="2403.25" y="-3642.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-3635 2416.5,-3635"/>
<text text-anchor="middle" x="2403.25" y="-3617.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-3609.75 2416.5,-3660.25"/>
<text text-anchor="middle" x="2447" y="-3638.95" font-family="Times,serif" font-size="14.00">$1470</text>
<text text-anchor="middle" x="2447" y="-3621.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2477.5,-3609.75 2477.5,-3660.25"/>
<text text-anchor="middle" x="2490" y="-3630.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1255&#45;&gt;c1259 -->
<g id="edge1975" class="edge">
<title>c1255:e&#45;&gt;c1259:w</title>
<path fill="none" stroke="black" d="M2205.25,-3654C2205.25,-3654 2340.02,-3649.63 2379.5,-3648.35"/>
<polygon fill="black" stroke="black" points="2379.37,-3651.82 2389.25,-3648 2379.14,-3644.83 2379.37,-3651.82"/>
</g>
<!-- c1256 -->
<g id="node135" class="node">
<title>c1256</title>
<polygon fill="none" stroke="black" points="2093,-3514.75 2093,-3565.25 2205.5,-3565.25 2205.5,-3514.75 2093,-3514.75"/>
<text text-anchor="middle" x="2106.25" y="-3547.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-3540 2119.5,-3540"/>
<text text-anchor="middle" x="2106.25" y="-3522.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-3514.75 2119.5,-3565.25"/>
<text text-anchor="middle" x="2150" y="-3543.95" font-family="Times,serif" font-size="14.00">$1467</text>
<text text-anchor="middle" x="2150" y="-3526.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2180.5,-3514.75 2180.5,-3565.25"/>
<text text-anchor="middle" x="2193" y="-3535.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n95 -->
<g id="node1295" class="node">
<title>n95</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-3500" rx="1.8" ry="1.8"/>
</g>
<!-- c1256&#45;&gt;n95 -->
<g id="edge1976" class="edge">
<title>c1256:e&#45;&gt;n95:w</title>
<path fill="none" stroke="black" d="M2205.5,-3540C2205.5,-3540 2261.62,-3514.85 2284.86,-3504.43"/>
<polygon fill="black" stroke="black" points="2286.06,-3507.28 2293.75,-3500 2283.19,-3500.9 2286.06,-3507.28"/>
</g>
<!-- c1257 -->
<g id="node136" class="node">
<title>c1257</title>
<polygon fill="none" stroke="black" points="2093,-3698.75 2093,-3749.25 2205.5,-3749.25 2205.5,-3698.75 2093,-3698.75"/>
<text text-anchor="middle" x="2106.25" y="-3731.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-3724 2119.5,-3724"/>
<text text-anchor="middle" x="2106.25" y="-3706.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-3698.75 2119.5,-3749.25"/>
<text text-anchor="middle" x="2150" y="-3727.95" font-family="Times,serif" font-size="14.00">$1468</text>
<text text-anchor="middle" x="2150" y="-3710.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2180.5,-3698.75 2180.5,-3749.25"/>
<text text-anchor="middle" x="2193" y="-3719.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n96 -->
<g id="node1296" class="node">
<title>n96</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-3622" rx="1.8" ry="1.8"/>
</g>
<!-- c1257&#45;&gt;n96 -->
<g id="edge1979" class="edge">
<title>c1257:e&#45;&gt;n96:w</title>
<path fill="none" stroke="black" d="M2205.5,-3724C2205.5,-3724 2266.71,-3654.05 2287.75,-3630"/>
<polygon fill="black" stroke="black" points="2290.8,-3632.83 2294.75,-3623 2285.53,-3628.22 2290.8,-3632.83"/>
</g>
<!-- n97 -->
<g id="node1297" class="node">
<title>n97</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-3777" rx="1.8" ry="1.8"/>
</g>
<!-- c1258&#45;&gt;n97 -->
<g id="edge1982" class="edge">
<title>c1258:e&#45;&gt;n97:w</title>
<path fill="none" stroke="black" d="M2502.5,-3777C2502.5,-3777 2556.97,-3777 2580.81,-3777"/>
<polygon fill="black" stroke="black" points="2580.75,-3780.5 2590.75,-3777 2580.75,-3773.5 2580.75,-3780.5"/>
</g>
<!-- n98 -->
<g id="node1298" class="node">
<title>n98</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-3635" rx="1.8" ry="1.8"/>
</g>
<!-- c1259&#45;&gt;n98 -->
<g id="edge1985" class="edge">
<title>c1259:e&#45;&gt;n98:w</title>
<path fill="none" stroke="black" d="M2502.5,-3635C2502.5,-3635 2556.97,-3635 2580.81,-3635"/>
<polygon fill="black" stroke="black" points="2580.75,-3638.5 2590.75,-3635 2580.75,-3631.5 2580.75,-3638.5"/>
</g>
<!-- c1260 -->
<g id="node139" class="node">
<title>c1260</title>
<polygon fill="none" stroke="black" points="459.5,-3199.75 459.5,-3250.25 572,-3250.25 572,-3199.75 459.5,-3199.75"/>
<text text-anchor="middle" x="472.75" y="-3232.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-3225 486,-3225"/>
<text text-anchor="middle" x="472.75" y="-3207.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-3199.75 486,-3250.25"/>
<text text-anchor="middle" x="516.5" y="-3228.95" font-family="Times,serif" font-size="14.00">$1471</text>
<text text-anchor="middle" x="516.5" y="-3211.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-3199.75 547,-3250.25"/>
<text text-anchor="middle" x="559.5" y="-3220.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n99 -->
<g id="node1299" class="node">
<title>n99</title>
<ellipse fill="black" stroke="black" cx="1852.25" cy="-3656" rx="1.8" ry="1.8"/>
</g>
<!-- c1260&#45;&gt;n99 -->
<g id="edge1988" class="edge">
<title>c1260:e&#45;&gt;n99:w</title>
<path fill="none" stroke="black" d="M571.75,-3225C571.75,-3225 1718.96,-3611.74 1839.96,-3652.53"/>
<polygon fill="black" stroke="black" points="1838.66,-3656.12 1849.25,-3656 1840.89,-3649.49 1838.66,-3656.12"/>
</g>
<!-- c1261 -->
<g id="node140" class="node">
<title>c1261</title>
<polygon fill="none" stroke="black" points="459.5,-3107.75 459.5,-3158.25 572,-3158.25 572,-3107.75 459.5,-3107.75"/>
<text text-anchor="middle" x="472.75" y="-3140.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-3133 486,-3133"/>
<text text-anchor="middle" x="472.75" y="-3115.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-3107.75 486,-3158.25"/>
<text text-anchor="middle" x="516.5" y="-3136.95" font-family="Times,serif" font-size="14.00">$1472</text>
<text text-anchor="middle" x="516.5" y="-3119.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-3107.75 547,-3158.25"/>
<text text-anchor="middle" x="559.5" y="-3128.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n100 -->
<g id="node857" class="node">
<title>n100</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-3515" rx="1.8" ry="1.8"/>
</g>
<!-- c1261&#45;&gt;n100 -->
<g id="edge49" class="edge">
<title>c1261:e&#45;&gt;n100:w</title>
<path fill="none" stroke="black" d="M571.75,-3133C571.75,-3133 1029.2,-3459.02 1098.89,-3508.69"/>
<polygon fill="black" stroke="black" points="1096.58,-3512.05 1106.75,-3515 1100.64,-3506.35 1096.58,-3512.05"/>
</g>
<!-- c1262 -->
<g id="node141" class="node">
<title>c1262</title>
<polygon fill="none" stroke="black" points="459.5,-2805.75 459.5,-2856.25 572,-2856.25 572,-2805.75 459.5,-2805.75"/>
<text text-anchor="middle" x="472.75" y="-2838.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-2831 486,-2831"/>
<text text-anchor="middle" x="472.75" y="-2813.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-2805.75 486,-2856.25"/>
<text text-anchor="middle" x="516.5" y="-2834.95" font-family="Times,serif" font-size="14.00">$1473</text>
<text text-anchor="middle" x="516.5" y="-2817.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-2805.75 547,-2856.25"/>
<text text-anchor="middle" x="559.5" y="-2826.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n101 -->
<g id="node858" class="node">
<title>n101</title>
<ellipse fill="black" stroke="black" cx="664.25" cy="-2967" rx="1.8" ry="1.8"/>
</g>
<!-- c1262&#45;&gt;n101 -->
<g id="edge52" class="edge">
<title>c1262:e&#45;&gt;n101:w</title>
<path fill="none" stroke="black" d="M572,-2831C572,-2831 635.54,-2927.82 655.39,-2958.08"/>
<polygon fill="black" stroke="black" points="652.84,-2959.56 661.25,-2966 658.69,-2955.72 652.84,-2959.56"/>
</g>
<!-- c1263 -->
<g id="node142" class="node">
<title>c1263</title>
<polygon fill="none" stroke="black" points="1202,-3502.75 1202,-3553.25 1314.5,-3553.25 1314.5,-3502.75 1202,-3502.75"/>
<text text-anchor="middle" x="1215.25" y="-3535.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-3528 1228.5,-3528"/>
<text text-anchor="middle" x="1215.25" y="-3510.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-3502.75 1228.5,-3553.25"/>
<text text-anchor="middle" x="1259" y="-3531.95" font-family="Times,serif" font-size="14.00">$1474</text>
<text text-anchor="middle" x="1259" y="-3514.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1289.5,-3502.75 1289.5,-3553.25"/>
<text text-anchor="middle" x="1302" y="-3523.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n102 -->
<g id="node859" class="node">
<title>n102</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-3552" rx="1.8" ry="1.8"/>
</g>
<!-- c1263&#45;&gt;n102 -->
<g id="edge55" class="edge">
<title>c1263:e&#45;&gt;n102:w</title>
<path fill="none" stroke="black" d="M1314.5,-3528C1314.5,-3528 1369.52,-3542.8 1393.16,-3549.15"/>
<polygon fill="black" stroke="black" points="1392.18,-3552.78 1402.75,-3552 1394,-3546.02 1392.18,-3552.78"/>
</g>
<!-- c1264 -->
<g id="node143" class="node">
<title>c1264</title>
<polygon fill="none" stroke="black" points="1499.38,-3580.75 1499.38,-3623.25 1611.12,-3623.25 1611.12,-3580.75 1499.38,-3580.75"/>
<text text-anchor="middle" x="1512.25" y="-3597.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1525.12,-3580.75 1525.12,-3623.25"/>
<text text-anchor="middle" x="1555.62" y="-3605.95" font-family="Times,serif" font-size="14.00">$1475</text>
<text text-anchor="middle" x="1555.62" y="-3588.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1586.12,-3580.75 1586.12,-3623.25"/>
<text text-anchor="middle" x="1598.62" y="-3597.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1266 -->
<g id="node145" class="node">
<title>c1266</title>
<polygon fill="none" stroke="black" points="1647.5,-3581.75 1647.5,-3632.25 1760,-3632.25 1760,-3581.75 1647.5,-3581.75"/>
<text text-anchor="middle" x="1660.75" y="-3614.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1647.5,-3607 1674,-3607"/>
<text text-anchor="middle" x="1660.75" y="-3589.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1674,-3581.75 1674,-3632.25"/>
<text text-anchor="middle" x="1704.5" y="-3610.95" font-family="Times,serif" font-size="14.00">$1477</text>
<text text-anchor="middle" x="1704.5" y="-3593.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1735,-3581.75 1735,-3632.25"/>
<text text-anchor="middle" x="1747.5" y="-3602.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1264&#45;&gt;c1266 -->
<g id="edge58" class="edge">
<title>c1264:e&#45;&gt;c1266:w</title>
<path fill="none" stroke="black" d="M1611.5,-3602C1611.5,-3602 1627,-3609.75 1637.66,-3615.08"/>
<polygon fill="black" stroke="black" points="1635.99,-3618.66 1646.5,-3620 1639.12,-3612.4 1635.99,-3618.66"/>
</g>
<!-- c1265 -->
<g id="node144" class="node">
<title>c1265</title>
<polygon fill="none" stroke="black" points="1202,-3572.75 1202,-3623.25 1314.5,-3623.25 1314.5,-3572.75 1202,-3572.75"/>
<text text-anchor="middle" x="1215.25" y="-3605.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-3598 1228.5,-3598"/>
<text text-anchor="middle" x="1215.25" y="-3580.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-3572.75 1228.5,-3623.25"/>
<text text-anchor="middle" x="1259" y="-3601.95" font-family="Times,serif" font-size="14.00">$1476</text>
<text text-anchor="middle" x="1259" y="-3584.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1289.5,-3572.75 1289.5,-3623.25"/>
<text text-anchor="middle" x="1302" y="-3593.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1265&#45;&gt;c1266 -->
<g id="edge59" class="edge">
<title>c1265:e&#45;&gt;c1266:w</title>
<path fill="none" stroke="black" d="M1314.25,-3598C1314.25,-3598 1579.95,-3594.81 1637.03,-3594.13"/>
<polygon fill="black" stroke="black" points="1636.79,-3597.62 1646.75,-3594 1636.71,-3590.62 1636.79,-3597.62"/>
</g>
<!-- n105 -->
<g id="node860" class="node">
<title>n105</title>
<ellipse fill="black" stroke="black" cx="1852.25" cy="-3607" rx="1.8" ry="1.8"/>
</g>
<!-- c1266&#45;&gt;n105 -->
<g id="edge60" class="edge">
<title>c1266:e&#45;&gt;n105:w</title>
<path fill="none" stroke="black" d="M1760,-3607C1760,-3607 1814.47,-3607 1838.31,-3607"/>
<polygon fill="black" stroke="black" points="1838.25,-3610.5 1848.25,-3607 1838.25,-3603.5 1838.25,-3610.5"/>
</g>
<!-- c1267 -->
<g id="node146" class="node">
<title>c1267</title>
<polygon fill="none" stroke="black" points="1944.5,-3617.75 1944.5,-3668.25 2057,-3668.25 2057,-3617.75 1944.5,-3617.75"/>
<text text-anchor="middle" x="1957.75" y="-3650.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1944.5,-3643 1971,-3643"/>
<text text-anchor="middle" x="1957.75" y="-3625.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1971,-3617.75 1971,-3668.25"/>
<text text-anchor="middle" x="2001.5" y="-3646.95" font-family="Times,serif" font-size="14.00">$1478</text>
<text text-anchor="middle" x="2001.5" y="-3629.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2032,-3617.75 2032,-3668.25"/>
<text text-anchor="middle" x="2044.5" y="-3638.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n106 -->
<g id="node861" class="node">
<title>n106</title>
<ellipse fill="black" stroke="black" cx="2149.25" cy="-3608" rx="1.8" ry="1.8"/>
</g>
<!-- c1267&#45;&gt;n106 -->
<g id="edge63" class="edge">
<title>c1267:e&#45;&gt;n106:w</title>
<path fill="none" stroke="black" d="M2057,-3643C2057,-3643 2112.57,-3621.21 2136.01,-3612.01"/>
<polygon fill="black" stroke="black" points="2137.22,-3614.91 2145.25,-3608 2134.66,-3608.39 2137.22,-3614.91"/>
</g>
<!-- c1268 -->
<g id="node147" class="node">
<title>c1268</title>
<polygon fill="none" stroke="black" points="2241.88,-3558.75 2241.88,-3601.25 2353.62,-3601.25 2353.62,-3558.75 2241.88,-3558.75"/>
<text text-anchor="middle" x="2254.75" y="-3575.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2267.62,-3558.75 2267.62,-3601.25"/>
<text text-anchor="middle" x="2298.12" y="-3583.95" font-family="Times,serif" font-size="14.00">$1479</text>
<text text-anchor="middle" x="2298.12" y="-3566.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2328.62,-3558.75 2328.62,-3601.25"/>
<text text-anchor="middle" x="2341.12" y="-3575.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1272 -->
<g id="node151" class="node">
<title>c1272</title>
<polygon fill="none" stroke="black" points="2390,-3498.75 2390,-3549.25 2502.5,-3549.25 2502.5,-3498.75 2390,-3498.75"/>
<text text-anchor="middle" x="2403.25" y="-3531.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-3524 2416.5,-3524"/>
<text text-anchor="middle" x="2403.25" y="-3506.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-3498.75 2416.5,-3549.25"/>
<text text-anchor="middle" x="2447" y="-3527.95" font-family="Times,serif" font-size="14.00">$1483</text>
<text text-anchor="middle" x="2447" y="-3510.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2477.5,-3498.75 2477.5,-3549.25"/>
<text text-anchor="middle" x="2490" y="-3519.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1268&#45;&gt;c1272 -->
<g id="edge67" class="edge">
<title>c1268:e&#45;&gt;c1272:w</title>
<path fill="none" stroke="black" d="M2354,-3580C2354,-3580 2372.6,-3557.79 2383.06,-3545.29"/>
<polygon fill="black" stroke="black" points="2386.26,-3547.91 2390,-3538 2380.9,-3543.42 2386.26,-3547.91"/>
</g>
<!-- c1269 -->
<g id="node148" class="node">
<title>c1269</title>
<polygon fill="none" stroke="black" points="1944.5,-3547.75 1944.5,-3598.25 2057,-3598.25 2057,-3547.75 1944.5,-3547.75"/>
<text text-anchor="middle" x="1957.75" y="-3580.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1944.5,-3573 1971,-3573"/>
<text text-anchor="middle" x="1957.75" y="-3555.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1971,-3547.75 1971,-3598.25"/>
<text text-anchor="middle" x="2001.5" y="-3576.95" font-family="Times,serif" font-size="14.00">$1480</text>
<text text-anchor="middle" x="2001.5" y="-3559.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2032,-3547.75 2032,-3598.25"/>
<text text-anchor="middle" x="2044.5" y="-3568.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n108 -->
<g id="node862" class="node">
<title>n108</title>
<ellipse fill="black" stroke="black" cx="2149.25" cy="-3586" rx="1.8" ry="1.8"/>
</g>
<!-- c1269&#45;&gt;n108 -->
<g id="edge68" class="edge">
<title>c1269:e&#45;&gt;n108:w</title>
<path fill="none" stroke="black" d="M2057,-3573C2057,-3573 2112.02,-3581.01 2135.66,-3584.46"/>
<polygon fill="black" stroke="black" points="2134.85,-3588.02 2145.25,-3586 2135.86,-3581.1 2134.85,-3588.02"/>
</g>
<!-- c1270 -->
<g id="node149" class="node">
<title>c1270</title>
<polygon fill="none" stroke="black" points="2241.88,-3642.75 2241.88,-3685.25 2353.62,-3685.25 2353.62,-3642.75 2241.88,-3642.75"/>
<text text-anchor="middle" x="2254.75" y="-3659.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2267.62,-3642.75 2267.62,-3685.25"/>
<text text-anchor="middle" x="2298.12" y="-3667.95" font-family="Times,serif" font-size="14.00">$1481</text>
<text text-anchor="middle" x="2298.12" y="-3650.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2328.62,-3642.75 2328.62,-3685.25"/>
<text text-anchor="middle" x="2341.12" y="-3659.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1271 -->
<g id="node150" class="node">
<title>c1271</title>
<polygon fill="none" stroke="black" points="2390,-3679.75 2390,-3730.25 2502.5,-3730.25 2502.5,-3679.75 2390,-3679.75"/>
<text text-anchor="middle" x="2403.25" y="-3712.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-3705 2416.5,-3705"/>
<text text-anchor="middle" x="2403.25" y="-3687.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-3679.75 2416.5,-3730.25"/>
<text text-anchor="middle" x="2447" y="-3708.95" font-family="Times,serif" font-size="14.00">$1482</text>
<text text-anchor="middle" x="2447" y="-3691.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2477.5,-3679.75 2477.5,-3730.25"/>
<text text-anchor="middle" x="2490" y="-3700.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1270&#45;&gt;c1271 -->
<g id="edge71" class="edge">
<title>c1270:e&#45;&gt;c1271:w</title>
<path fill="none" stroke="black" d="M2354,-3664C2354,-3664 2371.02,-3677.23 2381.65,-3685.51"/>
<polygon fill="black" stroke="black" points="2378.96,-3688.62 2389,-3692 2383.26,-3683.1 2378.96,-3688.62"/>
</g>
<!-- n110 -->
<g id="node863" class="node">
<title>n110</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-3750" rx="1.8" ry="1.8"/>
</g>
<!-- c1271&#45;&gt;n110 -->
<g id="edge73" class="edge">
<title>c1271:e&#45;&gt;n110:w</title>
<path fill="none" stroke="black" d="M2502.5,-3705C2502.5,-3705 2559.17,-3733.58 2582.2,-3745.18"/>
<polygon fill="black" stroke="black" points="2580.25,-3748.62 2590.75,-3750 2583.4,-3742.37 2580.25,-3748.62"/>
</g>
<!-- n111 -->
<g id="node864" class="node">
<title>n111</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-3572" rx="1.8" ry="1.8"/>
</g>
<!-- c1272&#45;&gt;n111 -->
<g id="edge76" class="edge">
<title>c1272:e&#45;&gt;n111:w</title>
<path fill="none" stroke="black" d="M2502.5,-3524C2502.5,-3524 2559.17,-3554.48 2582.2,-3566.86"/>
<polygon fill="black" stroke="black" points="2580.29,-3570.35 2590.75,-3572 2583.6,-3564.18 2580.29,-3570.35"/>
</g>
<!-- c1273 -->
<g id="node152" class="node">
<title>c1273</title>
<polygon fill="none" stroke="black" points="2687,-3559.75 2687,-3610.25 2799.5,-3610.25 2799.5,-3559.75 2687,-3559.75"/>
<text text-anchor="middle" x="2700.25" y="-3592.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-3585 2713.5,-3585"/>
<text text-anchor="middle" x="2700.25" y="-3567.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-3559.75 2713.5,-3610.25"/>
<text text-anchor="middle" x="2744" y="-3588.95" font-family="Times,serif" font-size="14.00">$1484</text>
<text text-anchor="middle" x="2744" y="-3571.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2774.5,-3559.75 2774.5,-3610.25"/>
<text text-anchor="middle" x="2787" y="-3580.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n112 -->
<g id="node872" class="node">
<title>n112</title>
<ellipse fill="black" stroke="black" cx="2891.75" cy="-3585" rx="1.8" ry="1.8"/>
</g>
<!-- c1273&#45;&gt;n112 -->
<g id="edge151" class="edge">
<title>c1273:e&#45;&gt;n112:w</title>
<path fill="none" stroke="black" d="M2799.5,-3585C2799.5,-3585 2853.97,-3585 2877.81,-3585"/>
<polygon fill="black" stroke="black" points="2877.75,-3588.5 2887.75,-3585 2877.75,-3581.5 2877.75,-3588.5"/>
</g>
<!-- c1274 -->
<g id="node153" class="node">
<title>c1274</title>
<polygon fill="none" stroke="black" points="2687,-3737.75 2687,-3788.25 2799.5,-3788.25 2799.5,-3737.75 2687,-3737.75"/>
<text text-anchor="middle" x="2700.25" y="-3770.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-3763 2713.5,-3763"/>
<text text-anchor="middle" x="2700.25" y="-3745.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-3737.75 2713.5,-3788.25"/>
<text text-anchor="middle" x="2744" y="-3766.95" font-family="Times,serif" font-size="14.00">$1485</text>
<text text-anchor="middle" x="2744" y="-3749.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2774.5,-3737.75 2774.5,-3788.25"/>
<text text-anchor="middle" x="2787" y="-3758.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n113 -->
<g id="node873" class="node">
<title>n113</title>
<ellipse fill="black" stroke="black" cx="2891.75" cy="-3685" rx="1.8" ry="1.8"/>
</g>
<!-- c1274&#45;&gt;n113 -->
<g id="edge194" class="edge">
<title>c1274:e&#45;&gt;n113:w</title>
<path fill="none" stroke="black" d="M2799.5,-3763C2799.5,-3763 2858.42,-3711.51 2880.51,-3692.2"/>
<polygon fill="black" stroke="black" points="2882.52,-3694.22 2887.75,-3685 2877.92,-3688.95 2882.52,-3694.22"/>
</g>
<!-- c1275 -->
<g id="node154" class="node">
<title>c1275</title>
<polygon fill="none" stroke="black" points="2687,-3807.75 2687,-3858.25 2799.5,-3858.25 2799.5,-3807.75 2687,-3807.75"/>
<text text-anchor="middle" x="2700.25" y="-3840.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-3833 2713.5,-3833"/>
<text text-anchor="middle" x="2700.25" y="-3815.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-3807.75 2713.5,-3858.25"/>
<text text-anchor="middle" x="2744" y="-3836.95" font-family="Times,serif" font-size="14.00">$1486</text>
<text text-anchor="middle" x="2744" y="-3819.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2774.5,-3807.75 2774.5,-3858.25"/>
<text text-anchor="middle" x="2787" y="-3828.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1277 -->
<g id="node156" class="node">
<title>c1277</title>
<polygon fill="none" stroke="black" points="2984,-3783.75 2984,-3834.25 3096.5,-3834.25 3096.5,-3783.75 2984,-3783.75"/>
<text text-anchor="middle" x="2997.25" y="-3816.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-3809 3010.5,-3809"/>
<text text-anchor="middle" x="2997.25" y="-3791.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-3783.75 3010.5,-3834.25"/>
<text text-anchor="middle" x="3041" y="-3812.95" font-family="Times,serif" font-size="14.00">$1488</text>
<text text-anchor="middle" x="3041" y="-3795.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3071.5,-3783.75 3071.5,-3834.25"/>
<text text-anchor="middle" x="3084" y="-3804.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1275&#45;&gt;c1277 -->
<g id="edge197" class="edge">
<title>c1275:e&#45;&gt;c1277:w</title>
<path fill="none" stroke="black" d="M2799.25,-3833C2799.25,-3833 2934.02,-3806.05 2973.5,-3798.15"/>
<polygon fill="black" stroke="black" points="2974.13,-3801.39 2983.25,-3796 2972.76,-3794.53 2974.13,-3801.39"/>
</g>
<!-- c1276 -->
<g id="node155" class="node">
<title>c1276</title>
<polygon fill="none" stroke="black" points="2687,-3629.75 2687,-3680.25 2799.5,-3680.25 2799.5,-3629.75 2687,-3629.75"/>
<text text-anchor="middle" x="2700.25" y="-3662.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-3655 2713.5,-3655"/>
<text text-anchor="middle" x="2700.25" y="-3637.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-3629.75 2713.5,-3680.25"/>
<text text-anchor="middle" x="2744" y="-3658.95" font-family="Times,serif" font-size="14.00">$1487</text>
<text text-anchor="middle" x="2744" y="-3641.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2774.5,-3629.75 2774.5,-3680.25"/>
<text text-anchor="middle" x="2787" y="-3650.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1278 -->
<g id="node157" class="node">
<title>c1278</title>
<polygon fill="none" stroke="black" points="2984,-3646.75 2984,-3697.25 3096.5,-3697.25 3096.5,-3646.75 2984,-3646.75"/>
<text text-anchor="middle" x="2997.25" y="-3679.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-3672 3010.5,-3672"/>
<text text-anchor="middle" x="2997.25" y="-3654.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-3646.75 3010.5,-3697.25"/>
<text text-anchor="middle" x="3041" y="-3675.95" font-family="Times,serif" font-size="14.00">$1489</text>
<text text-anchor="middle" x="3041" y="-3658.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3071.5,-3646.75 3071.5,-3697.25"/>
<text text-anchor="middle" x="3084" y="-3667.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1276&#45;&gt;c1278 -->
<g id="edge198" class="edge">
<title>c1276:e&#45;&gt;c1278:w</title>
<path fill="none" stroke="black" d="M2799.25,-3655C2799.25,-3655 2934.02,-3657.91 2973.5,-3658.77"/>
<polygon fill="black" stroke="black" points="2973.18,-3662.28 2983.25,-3659 2973.33,-3655.28 2973.18,-3662.28"/>
</g>
<!-- n116 -->
<g id="node874" class="node">
<title>n116</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-3809" rx="1.8" ry="1.8"/>
</g>
<!-- c1277&#45;&gt;n116 -->
<g id="edge199" class="edge">
<title>c1277:e&#45;&gt;n116:w</title>
<path fill="none" stroke="black" d="M3096.5,-3809C3096.5,-3809 3150.97,-3809 3174.81,-3809"/>
<polygon fill="black" stroke="black" points="3174.75,-3812.5 3184.75,-3809 3174.75,-3805.5 3174.75,-3812.5"/>
</g>
<!-- n117 -->
<g id="node875" class="node">
<title>n117</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-3672" rx="1.8" ry="1.8"/>
</g>
<!-- c1278&#45;&gt;n117 -->
<g id="edge202" class="edge">
<title>c1278:e&#45;&gt;n117:w</title>
<path fill="none" stroke="black" d="M3096.5,-3672C3096.5,-3672 3150.97,-3672 3174.81,-3672"/>
<polygon fill="black" stroke="black" points="3174.75,-3675.5 3184.75,-3672 3174.75,-3668.5 3174.75,-3675.5"/>
</g>
<!-- c1279 -->
<g id="node158" class="node">
<title>c1279</title>
<polygon fill="none" stroke="black" points="3281,-3854.75 3281,-3905.25 3393.5,-3905.25 3393.5,-3854.75 3281,-3854.75"/>
<text text-anchor="middle" x="3294.25" y="-3887.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-3880 3307.5,-3880"/>
<text text-anchor="middle" x="3294.25" y="-3862.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-3854.75 3307.5,-3905.25"/>
<text text-anchor="middle" x="3338" y="-3883.95" font-family="Times,serif" font-size="14.00">$1490</text>
<text text-anchor="middle" x="3338" y="-3866.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3368.5,-3854.75 3368.5,-3905.25"/>
<text text-anchor="middle" x="3381" y="-3875.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1283 -->
<g id="node162" class="node">
<title>c1283</title>
<polygon fill="none" stroke="black" points="3578,-3803.75 3578,-3854.25 3690.5,-3854.25 3690.5,-3803.75 3578,-3803.75"/>
<text text-anchor="middle" x="3591.25" y="-3836.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3578,-3829 3604.5,-3829"/>
<text text-anchor="middle" x="3591.25" y="-3811.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3604.5,-3803.75 3604.5,-3854.25"/>
<text text-anchor="middle" x="3635" y="-3832.95" font-family="Times,serif" font-size="14.00">$1494</text>
<text text-anchor="middle" x="3635" y="-3815.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3665.5,-3803.75 3665.5,-3854.25"/>
<text text-anchor="middle" x="3678" y="-3824.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1279&#45;&gt;c1283 -->
<g id="edge205" class="edge">
<title>c1279:e&#45;&gt;c1283:w</title>
<path fill="none" stroke="black" d="M3393.25,-3880C3393.25,-3880 3528.02,-3852.32 3567.5,-3844.21"/>
<polygon fill="black" stroke="black" points="3568.16,-3847.44 3577.25,-3842 3566.75,-3840.58 3568.16,-3847.44"/>
</g>
<!-- c1280 -->
<g id="node159" class="node">
<title>c1280</title>
<polygon fill="none" stroke="black" points="3281,-3714.75 3281,-3765.25 3393.5,-3765.25 3393.5,-3714.75 3281,-3714.75"/>
<text text-anchor="middle" x="3294.25" y="-3747.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-3740 3307.5,-3740"/>
<text text-anchor="middle" x="3294.25" y="-3722.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-3714.75 3307.5,-3765.25"/>
<text text-anchor="middle" x="3338" y="-3743.95" font-family="Times,serif" font-size="14.00">$1491</text>
<text text-anchor="middle" x="3338" y="-3726.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3368.5,-3714.75 3368.5,-3765.25"/>
<text text-anchor="middle" x="3381" y="-3735.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1284 -->
<g id="node163" class="node">
<title>c1284</title>
<polygon fill="none" stroke="black" points="3578,-3688.75 3578,-3739.25 3690.5,-3739.25 3690.5,-3688.75 3578,-3688.75"/>
<text text-anchor="middle" x="3591.25" y="-3721.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3578,-3714 3604.5,-3714"/>
<text text-anchor="middle" x="3591.25" y="-3696.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3604.5,-3688.75 3604.5,-3739.25"/>
<text text-anchor="middle" x="3635" y="-3717.95" font-family="Times,serif" font-size="14.00">$1495</text>
<text text-anchor="middle" x="3635" y="-3700.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3665.5,-3688.75 3665.5,-3739.25"/>
<text text-anchor="middle" x="3678" y="-3709.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1280&#45;&gt;c1284 -->
<g id="edge206" class="edge">
<title>c1280:e&#45;&gt;c1284:w</title>
<path fill="none" stroke="black" d="M3393.25,-3740C3393.25,-3740 3528.02,-3730.53 3567.5,-3727.76"/>
<polygon fill="black" stroke="black" points="3567.52,-3731.19 3577.25,-3727 3567.03,-3724.21 3567.52,-3731.19"/>
</g>
<!-- c1281 -->
<g id="node160" class="node">
<title>c1281</title>
<polygon fill="none" stroke="black" points="3281,-3644.75 3281,-3695.25 3393.5,-3695.25 3393.5,-3644.75 3281,-3644.75"/>
<text text-anchor="middle" x="3294.25" y="-3677.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-3670 3307.5,-3670"/>
<text text-anchor="middle" x="3294.25" y="-3652.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-3644.75 3307.5,-3695.25"/>
<text text-anchor="middle" x="3338" y="-3673.95" font-family="Times,serif" font-size="14.00">$1492</text>
<text text-anchor="middle" x="3338" y="-3656.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3368.5,-3644.75 3368.5,-3695.25"/>
<text text-anchor="middle" x="3381" y="-3665.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n120 -->
<g id="node876" class="node">
<title>n120</title>
<ellipse fill="black" stroke="black" cx="3485.75" cy="-3670" rx="1.8" ry="1.8"/>
</g>
<!-- c1281&#45;&gt;n120 -->
<g id="edge208" class="edge">
<title>c1281:e&#45;&gt;n120:w</title>
<path fill="none" stroke="black" d="M3393.5,-3670C3393.5,-3670 3447.97,-3670 3471.81,-3670"/>
<polygon fill="black" stroke="black" points="3471.75,-3673.5 3481.75,-3670 3471.75,-3666.5 3471.75,-3673.5"/>
</g>
<!-- c1282 -->
<g id="node161" class="node">
<title>c1282</title>
<polygon fill="none" stroke="black" points="3281,-3784.75 3281,-3835.25 3393.5,-3835.25 3393.5,-3784.75 3281,-3784.75"/>
<text text-anchor="middle" x="3294.25" y="-3817.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-3810 3307.5,-3810"/>
<text text-anchor="middle" x="3294.25" y="-3792.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-3784.75 3307.5,-3835.25"/>
<text text-anchor="middle" x="3338" y="-3813.95" font-family="Times,serif" font-size="14.00">$1493</text>
<text text-anchor="middle" x="3338" y="-3796.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3368.5,-3784.75 3368.5,-3835.25"/>
<text text-anchor="middle" x="3381" y="-3805.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n121 -->
<g id="node877" class="node">
<title>n121</title>
<ellipse fill="black" stroke="black" cx="3485.75" cy="-3768" rx="1.8" ry="1.8"/>
</g>
<!-- c1282&#45;&gt;n121 -->
<g id="edge211" class="edge">
<title>c1282:e&#45;&gt;n121:w</title>
<path fill="none" stroke="black" d="M3393.5,-3810C3393.5,-3810 3449.62,-3783.59 3472.86,-3772.66"/>
<polygon fill="black" stroke="black" points="3474.19,-3775.42 3481.75,-3768 3471.21,-3769.09 3474.19,-3775.42"/>
</g>
<!-- n122 -->
<g id="node878" class="node">
<title>n122</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-3829" rx="1.8" ry="1.8"/>
</g>
<!-- c1283&#45;&gt;n122 -->
<g id="edge214" class="edge">
<title>c1283:e&#45;&gt;n122:w</title>
<path fill="none" stroke="black" d="M3690.5,-3829C3690.5,-3829 3744.97,-3829 3768.81,-3829"/>
<polygon fill="black" stroke="black" points="3768.75,-3832.5 3778.75,-3829 3768.75,-3825.5 3768.75,-3832.5"/>
</g>
<!-- n123 -->
<g id="node879" class="node">
<title>n123</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-3722" rx="1.8" ry="1.8"/>
</g>
<!-- c1284&#45;&gt;n123 -->
<g id="edge217" class="edge">
<title>c1284:e&#45;&gt;n123:w</title>
<path fill="none" stroke="black" d="M3690.5,-3714C3690.5,-3714 3744.97,-3718.88 3768.81,-3721.02"/>
<polygon fill="black" stroke="black" points="3768.48,-3724.59 3778.75,-3722 3769.1,-3717.62 3768.48,-3724.59"/>
</g>
<!-- c1285 -->
<g id="node164" class="node">
<title>c1285</title>
<polygon fill="none" stroke="black" points="3875,-3936.75 3875,-3987.25 3987.5,-3987.25 3987.5,-3936.75 3875,-3936.75"/>
<text text-anchor="middle" x="3888.25" y="-3969.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-3962 3901.5,-3962"/>
<text text-anchor="middle" x="3888.25" y="-3944.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-3936.75 3901.5,-3987.25"/>
<text text-anchor="middle" x="3932" y="-3965.95" font-family="Times,serif" font-size="14.00">$1496</text>
<text text-anchor="middle" x="3932" y="-3948.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3962.5,-3936.75 3962.5,-3987.25"/>
<text text-anchor="middle" x="3975" y="-3957.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1289 -->
<g id="node168" class="node">
<title>c1289</title>
<polygon fill="none" stroke="black" points="4172,-3895.75 4172,-3946.25 4284.5,-3946.25 4284.5,-3895.75 4172,-3895.75"/>
<text text-anchor="middle" x="4185.25" y="-3928.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-3921 4198.5,-3921"/>
<text text-anchor="middle" x="4185.25" y="-3903.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-3895.75 4198.5,-3946.25"/>
<text text-anchor="middle" x="4229" y="-3924.95" font-family="Times,serif" font-size="14.00">$1500</text>
<text text-anchor="middle" x="4229" y="-3907.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4259.5,-3895.75 4259.5,-3946.25"/>
<text text-anchor="middle" x="4272" y="-3916.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1285&#45;&gt;c1289 -->
<g id="edge220" class="edge">
<title>c1285:e&#45;&gt;c1289:w</title>
<path fill="none" stroke="black" d="M3987.25,-3962C3987.25,-3962 4122.02,-3941.6 4161.5,-3935.63"/>
<polygon fill="black" stroke="black" points="4161.89,-3938.96 4171.25,-3934 4160.84,-3932.04 4161.89,-3938.96"/>
</g>
<!-- c1286 -->
<g id="node165" class="node">
<title>c1286</title>
<polygon fill="none" stroke="black" points="3875,-3866.75 3875,-3917.25 3987.5,-3917.25 3987.5,-3866.75 3875,-3866.75"/>
<text text-anchor="middle" x="3888.25" y="-3899.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-3892 3901.5,-3892"/>
<text text-anchor="middle" x="3888.25" y="-3874.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-3866.75 3901.5,-3917.25"/>
<text text-anchor="middle" x="3932" y="-3895.95" font-family="Times,serif" font-size="14.00">$1497</text>
<text text-anchor="middle" x="3932" y="-3878.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3962.5,-3866.75 3962.5,-3917.25"/>
<text text-anchor="middle" x="3975" y="-3887.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1290 -->
<g id="node169" class="node">
<title>c1290</title>
<polygon fill="none" stroke="black" points="4172,-3804.75 4172,-3855.25 4284.5,-3855.25 4284.5,-3804.75 4172,-3804.75"/>
<text text-anchor="middle" x="4185.25" y="-3837.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-3830 4198.5,-3830"/>
<text text-anchor="middle" x="4185.25" y="-3812.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-3804.75 4198.5,-3855.25"/>
<text text-anchor="middle" x="4229" y="-3833.95" font-family="Times,serif" font-size="14.00">$1501</text>
<text text-anchor="middle" x="4229" y="-3816.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4259.5,-3804.75 4259.5,-3855.25"/>
<text text-anchor="middle" x="4272" y="-3825.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1286&#45;&gt;c1290 -->
<g id="edge221" class="edge">
<title>c1286:e&#45;&gt;c1290:w</title>
<path fill="none" stroke="black" d="M3987.25,-3892C3987.25,-3892 4122.64,-3856.14 4161.77,-3845.77"/>
<polygon fill="black" stroke="black" points="4162.48,-3848.94 4171.25,-3843 4160.69,-3842.18 4162.48,-3848.94"/>
</g>
<!-- c1287 -->
<g id="node166" class="node">
<title>c1287</title>
<polygon fill="none" stroke="black" points="3875,-3686.75 3875,-3737.25 3987.5,-3737.25 3987.5,-3686.75 3875,-3686.75"/>
<text text-anchor="middle" x="3888.25" y="-3719.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-3712 3901.5,-3712"/>
<text text-anchor="middle" x="3888.25" y="-3694.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-3686.75 3901.5,-3737.25"/>
<text text-anchor="middle" x="3932" y="-3715.95" font-family="Times,serif" font-size="14.00">$1498</text>
<text text-anchor="middle" x="3932" y="-3698.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3962.5,-3686.75 3962.5,-3737.25"/>
<text text-anchor="middle" x="3975" y="-3707.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n126 -->
<g id="node880" class="node">
<title>n126</title>
<ellipse fill="black" stroke="black" cx="4079.75" cy="-3712" rx="1.8" ry="1.8"/>
</g>
<!-- c1287&#45;&gt;n126 -->
<g id="edge222" class="edge">
<title>c1287:e&#45;&gt;n126:w</title>
<path fill="none" stroke="black" d="M3987.5,-3712C3987.5,-3712 4041.97,-3712 4065.81,-3712"/>
<polygon fill="black" stroke="black" points="4065.75,-3715.5 4075.75,-3712 4065.75,-3708.5 4065.75,-3715.5"/>
</g>
<!-- c1288 -->
<g id="node167" class="node">
<title>c1288</title>
<polygon fill="none" stroke="black" points="3875,-3796.75 3875,-3847.25 3987.5,-3847.25 3987.5,-3796.75 3875,-3796.75"/>
<text text-anchor="middle" x="3888.25" y="-3829.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-3822 3901.5,-3822"/>
<text text-anchor="middle" x="3888.25" y="-3804.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-3796.75 3901.5,-3847.25"/>
<text text-anchor="middle" x="3932" y="-3825.95" font-family="Times,serif" font-size="14.00">$1499</text>
<text text-anchor="middle" x="3932" y="-3808.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3962.5,-3796.75 3962.5,-3847.25"/>
<text text-anchor="middle" x="3975" y="-3817.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n127 -->
<g id="node881" class="node">
<title>n127</title>
<ellipse fill="black" stroke="black" cx="4079.75" cy="-3817" rx="1.8" ry="1.8"/>
</g>
<!-- c1288&#45;&gt;n127 -->
<g id="edge225" class="edge">
<title>c1288:e&#45;&gt;n127:w</title>
<path fill="none" stroke="black" d="M3987.5,-3822C3987.5,-3822 4041.97,-3818.95 4065.81,-3817.61"/>
<polygon fill="black" stroke="black" points="4065.96,-3821.05 4075.75,-3817 4065.57,-3814.06 4065.96,-3821.05"/>
</g>
<!-- n128 -->
<g id="node882" class="node">
<title>n128</title>
<ellipse fill="black" stroke="black" cx="4376.75" cy="-3921" rx="1.8" ry="1.8"/>
</g>
<!-- c1289&#45;&gt;n128 -->
<g id="edge228" class="edge">
<title>c1289:e&#45;&gt;n128:w</title>
<path fill="none" stroke="black" d="M4284.5,-3921C4284.5,-3921 4338.97,-3921 4362.81,-3921"/>
<polygon fill="black" stroke="black" points="4362.75,-3924.5 4372.75,-3921 4362.75,-3917.5 4362.75,-3924.5"/>
</g>
<!-- c1290&#45;&gt;c1291 -->
<g id="edge231" class="edge">
<title>c1290:e&#45;&gt;c1291:w</title>
<path fill="none" stroke="black" d="M4284.25,-3830C4284.25,-3830 4549.95,-3771.84 4607.03,-3759.35"/>
<polygon fill="black" stroke="black" points="4607.73,-3762.56 4616.75,-3757 4606.23,-3755.72 4607.73,-3762.56"/>
</g>
<!-- n130 -->
<g id="node883" class="node">
<title>n130</title>
<ellipse fill="black" stroke="black" cx="4970.75" cy="-3761" rx="1.8" ry="1.8"/>
</g>
<!-- c1291&#45;&gt;n130 -->
<g id="edge233" class="edge">
<title>c1291:e&#45;&gt;n130:w</title>
<path fill="none" stroke="black" d="M4729.75,-3770C4729.75,-3770 4911.1,-3763.17 4957.86,-3761.41"/>
<polygon fill="black" stroke="black" points="4957.89,-3764.87 4967.75,-3761 4957.63,-3757.88 4957.89,-3764.87"/>
</g>
<!-- c1292 -->
<g id="node171" class="node">
<title>c1292</title>
<polygon fill="none" stroke="black" points="4469,-3798.75 4469,-3849.25 4581.5,-3849.25 4581.5,-3798.75 4469,-3798.75"/>
<text text-anchor="middle" x="4482.25" y="-3831.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4469,-3824 4495.5,-3824"/>
<text text-anchor="middle" x="4482.25" y="-3806.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4495.5,-3798.75 4495.5,-3849.25"/>
<text text-anchor="middle" x="4526" y="-3827.95" font-family="Times,serif" font-size="14.00">$1503</text>
<text text-anchor="middle" x="4526" y="-3810.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4556.5,-3798.75 4556.5,-3849.25"/>
<text text-anchor="middle" x="4569" y="-3819.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n131 -->
<g id="node884" class="node">
<title>n131</title>
<ellipse fill="black" stroke="black" cx="5119.25" cy="-3816" rx="1.8" ry="1.8"/>
</g>
<!-- c1292&#45;&gt;n131 -->
<g id="edge237" class="edge">
<title>c1292:e&#45;&gt;n131:w</title>
<path fill="none" stroke="black" d="M4581.25,-3824C4581.25,-3824 5031,-3817.29 5106.54,-3816.16"/>
<polygon fill="black" stroke="black" points="5106.3,-3819.65 5116.25,-3816 5106.2,-3812.65 5106.3,-3819.65"/>
</g>
<!-- c1293 -->
<g id="node172" class="node">
<title>c1293</title>
<polygon fill="none" stroke="black" points="4469,-3930.75 4469,-3981.25 4581.5,-3981.25 4581.5,-3930.75 4469,-3930.75"/>
<text text-anchor="middle" x="4482.25" y="-3963.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4469,-3956 4495.5,-3956"/>
<text text-anchor="middle" x="4482.25" y="-3938.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4495.5,-3930.75 4495.5,-3981.25"/>
<text text-anchor="middle" x="4526" y="-3959.95" font-family="Times,serif" font-size="14.00">$1504</text>
<text text-anchor="middle" x="4526" y="-3942.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4556.5,-3930.75 4556.5,-3981.25"/>
<text text-anchor="middle" x="4569" y="-3951.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1294 -->
<g id="node173" class="node">
<title>c1294</title>
<polygon fill="none" stroke="black" points="5063,-3894.75 5063,-3945.25 5175.5,-3945.25 5175.5,-3894.75 5063,-3894.75"/>
<text text-anchor="middle" x="5076.25" y="-3927.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5063,-3920 5089.5,-3920"/>
<text text-anchor="middle" x="5076.25" y="-3902.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5089.5,-3894.75 5089.5,-3945.25"/>
<text text-anchor="middle" x="5120" y="-3923.95" font-family="Times,serif" font-size="14.00">$1505</text>
<text text-anchor="middle" x="5120" y="-3906.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5150.5,-3894.75 5150.5,-3945.25"/>
<text text-anchor="middle" x="5163" y="-3915.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1293&#45;&gt;c1294 -->
<g id="edge240" class="edge">
<title>c1293:e&#45;&gt;c1294:w</title>
<path fill="none" stroke="black" d="M4581.25,-3956C4581.25,-3956 4982.25,-3915.23 5052.73,-3908.07"/>
<polygon fill="black" stroke="black" points="5052.66,-3911.49 5062.25,-3907 5051.95,-3904.53 5052.66,-3911.49"/>
</g>
<!-- n133 -->
<g id="node885" class="node">
<title>n133</title>
<ellipse fill="black" stroke="black" cx="5267.75" cy="-3920" rx="1.8" ry="1.8"/>
</g>
<!-- c1294&#45;&gt;n133 -->
<g id="edge241" class="edge">
<title>c1294:e&#45;&gt;n133:w</title>
<path fill="none" stroke="black" d="M5175.5,-3920C5175.5,-3920 5229.97,-3920 5253.81,-3920"/>
<polygon fill="black" stroke="black" points="5253.75,-3923.5 5263.75,-3920 5253.75,-3916.5 5253.75,-3923.5"/>
</g>
<!-- c1295 -->
<g id="node174" class="node">
<title>c1295</title>
<polygon fill="none" stroke="black" points="5360.38,-3845.75 5360.38,-3888.25 5472.12,-3888.25 5472.12,-3845.75 5360.38,-3845.75"/>
<text text-anchor="middle" x="5373.25" y="-3862.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5386.12,-3845.75 5386.12,-3888.25"/>
<text text-anchor="middle" x="5416.62" y="-3870.95" font-family="Times,serif" font-size="14.00">$1506</text>
<text text-anchor="middle" x="5416.62" y="-3853.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="5447.12,-3845.75 5447.12,-3888.25"/>
<text text-anchor="middle" x="5459.62" y="-3862.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1295&#45;&gt;c1296 -->
<g id="edge245" class="edge">
<title>c1295:e&#45;&gt;c1296:w</title>
<path fill="none" stroke="black" d="M5472.5,-3867C5472.5,-3867 5487.27,-3867.82 5497.89,-3868.41"/>
<polygon fill="black" stroke="black" points="5497.32,-3871.94 5507.5,-3869 5497.71,-3864.95 5497.32,-3871.94"/>
</g>
<!-- n135 -->
<g id="node886" class="node">
<title>n135</title>
<ellipse fill="black" stroke="black" cx="5713.25" cy="-3858" rx="1.8" ry="1.8"/>
</g>
<!-- c1296&#45;&gt;n135 -->
<g id="edge246" class="edge">
<title>c1296:e&#45;&gt;n135:w</title>
<path fill="none" stroke="black" d="M5621,-3882C5621,-3882 5676.02,-3867.2 5699.66,-3860.85"/>
<polygon fill="black" stroke="black" points="5700.5,-3863.98 5709.25,-3858 5698.68,-3857.22 5700.5,-3863.98"/>
</g>
<!-- c1297 -->
<g id="node176" class="node">
<title>c1297</title>
<polygon fill="none" stroke="black" points="5360,-3907.75 5360,-3958.25 5472.5,-3958.25 5472.5,-3907.75 5360,-3907.75"/>
<text text-anchor="middle" x="5373.25" y="-3940.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5360,-3933 5386.5,-3933"/>
<text text-anchor="middle" x="5373.25" y="-3915.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5386.5,-3907.75 5386.5,-3958.25"/>
<text text-anchor="middle" x="5417" y="-3936.95" font-family="Times,serif" font-size="14.00">$1508</text>
<text text-anchor="middle" x="5417" y="-3919.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5447.5,-3907.75 5447.5,-3958.25"/>
<text text-anchor="middle" x="5460" y="-3928.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1383 -->
<g id="node262" class="node">
<title>c1383</title>
<polygon fill="none" stroke="black" points="5508.5,-3786.75 5508.5,-3837.25 5621,-3837.25 5621,-3786.75 5508.5,-3786.75"/>
<text text-anchor="middle" x="5521.75" y="-3819.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5508.5,-3812 5535,-3812"/>
<text text-anchor="middle" x="5521.75" y="-3794.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5535,-3786.75 5535,-3837.25"/>
<text text-anchor="middle" x="5565.5" y="-3815.95" font-family="Times,serif" font-size="14.00">$1594</text>
<text text-anchor="middle" x="5565.5" y="-3798.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5596,-3786.75 5596,-3837.25"/>
<text text-anchor="middle" x="5608.5" y="-3807.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1297&#45;&gt;c1383 -->
<g id="edge250" class="edge">
<title>c1297:e&#45;&gt;c1383:w</title>
<path fill="none" stroke="black" d="M5472.5,-3933C5472.5,-3933 5496.04,-3862.39 5505.05,-3835.36"/>
<polygon fill="black" stroke="black" points="5508.66,-3836.59 5508.5,-3826 5502.02,-3834.38 5508.66,-3836.59"/>
</g>
<!-- c1298 -->
<g id="node177" class="node">
<title>c1298</title>
<polygon fill="none" stroke="black" points="4172,-3615.75 4172,-3666.25 4284.5,-3666.25 4284.5,-3615.75 4172,-3615.75"/>
<text text-anchor="middle" x="4185.25" y="-3648.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-3641 4198.5,-3641"/>
<text text-anchor="middle" x="4185.25" y="-3623.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-3615.75 4198.5,-3666.25"/>
<text text-anchor="middle" x="4229" y="-3644.95" font-family="Times,serif" font-size="14.00">$1509</text>
<text text-anchor="middle" x="4229" y="-3627.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4259.5,-3615.75 4259.5,-3666.25"/>
<text text-anchor="middle" x="4272" y="-3636.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n137 -->
<g id="node887" class="node">
<title>n137</title>
<ellipse fill="black" stroke="black" cx="4376.75" cy="-3527" rx="1.8" ry="1.8"/>
</g>
<!-- c1298&#45;&gt;n137 -->
<g id="edge251" class="edge">
<title>c1298:e&#45;&gt;n137:w</title>
<path fill="none" stroke="black" d="M4284.5,-3641C4284.5,-3641 4346.29,-3562.08 4367.04,-3535.57"/>
<polygon fill="black" stroke="black" points="4370.34,-3538.03 4373.75,-3528 4364.83,-3533.72 4370.34,-3538.03"/>
</g>
<!-- c1299 -->
<g id="node178" class="node">
<title>c1299</title>
<polygon fill="none" stroke="black" points="4172,-3729.75 4172,-3780.25 4284.5,-3780.25 4284.5,-3729.75 4172,-3729.75"/>
<text text-anchor="middle" x="4185.25" y="-3762.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-3755 4198.5,-3755"/>
<text text-anchor="middle" x="4185.25" y="-3737.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-3729.75 4198.5,-3780.25"/>
<text text-anchor="middle" x="4229" y="-3758.95" font-family="Times,serif" font-size="14.00">$1510</text>
<text text-anchor="middle" x="4229" y="-3741.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4259.5,-3729.75 4259.5,-3780.25"/>
<text text-anchor="middle" x="4272" y="-3750.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n138 -->
<g id="node888" class="node">
<title>n138</title>
<ellipse fill="black" stroke="black" cx="4376.75" cy="-3667" rx="1.8" ry="1.8"/>
</g>
<!-- c1299&#45;&gt;n138 -->
<g id="edge254" class="edge">
<title>c1299:e&#45;&gt;n138:w</title>
<path fill="none" stroke="black" d="M4284.5,-3755C4284.5,-3755 4344.56,-3695.78 4366.14,-3674.5"/>
<polygon fill="black" stroke="black" points="4368.09,-3677.51 4372.75,-3668 4363.17,-3672.53 4368.09,-3677.51"/>
</g>
<!-- c1300 -->
<g id="node179" class="node">
<title>c1300</title>
<polygon fill="none" stroke="black" points="459.5,-2945.75 459.5,-2996.25 572,-2996.25 572,-2945.75 459.5,-2945.75"/>
<text text-anchor="middle" x="472.75" y="-2978.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-2971 486,-2971"/>
<text text-anchor="middle" x="472.75" y="-2953.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-2945.75 486,-2996.25"/>
<text text-anchor="middle" x="516.5" y="-2974.95" font-family="Times,serif" font-size="14.00">$1511</text>
<text text-anchor="middle" x="516.5" y="-2957.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-2945.75 547,-2996.25"/>
<text text-anchor="middle" x="559.5" y="-2966.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n139 -->
<g id="node889" class="node">
<title>n139</title>
<ellipse fill="black" stroke="black" cx="3040.25" cy="-3294" rx="1.8" ry="1.8"/>
</g>
<!-- c1300&#45;&gt;n139 -->
<g id="edge257" class="edge">
<title>c1300:e&#45;&gt;n139:w</title>
<path fill="none" stroke="black" d="M571.75,-2971C571.75,-2971 2851.63,-3269.56 3027.52,-3292.6"/>
<polygon fill="black" stroke="black" points="3026.88,-3296.17 3037.25,-3294 3027.79,-3289.23 3026.88,-3296.17"/>
</g>
<!-- c1301 -->
<g id="node180" class="node">
<title>c1301</title>
<polygon fill="none" stroke="black" points="3132.88,-3284.75 3132.88,-3327.25 3244.62,-3327.25 3244.62,-3284.75 3132.88,-3284.75"/>
<text text-anchor="middle" x="3145.75" y="-3301.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3158.62,-3284.75 3158.62,-3327.25"/>
<text text-anchor="middle" x="3189.12" y="-3309.95" font-family="Times,serif" font-size="14.00">$1512</text>
<text text-anchor="middle" x="3189.12" y="-3292.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="3219.62,-3284.75 3219.62,-3327.25"/>
<text text-anchor="middle" x="3232.12" y="-3301.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1305 -->
<g id="node184" class="node">
<title>c1305</title>
<polygon fill="none" stroke="black" points="3281,-3258.75 3281,-3309.25 3393.5,-3309.25 3393.5,-3258.75 3281,-3258.75"/>
<text text-anchor="middle" x="3294.25" y="-3291.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-3284 3307.5,-3284"/>
<text text-anchor="middle" x="3294.25" y="-3266.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-3258.75 3307.5,-3309.25"/>
<text text-anchor="middle" x="3338" y="-3287.95" font-family="Times,serif" font-size="14.00">$1516</text>
<text text-anchor="middle" x="3338" y="-3270.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3368.5,-3258.75 3368.5,-3309.25"/>
<text text-anchor="middle" x="3381" y="-3279.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1301&#45;&gt;c1305 -->
<g id="edge262" class="edge">
<title>c1301:e&#45;&gt;c1305:w</title>
<path fill="none" stroke="black" d="M3245,-3306C3245,-3306 3259.77,-3302.31 3270.39,-3299.65"/>
<polygon fill="black" stroke="black" points="3271.15,-3302.82 3280,-3297 3269.45,-3296.03 3271.15,-3302.82"/>
</g>
<!-- c1302 -->
<g id="node181" class="node">
<title>c1302</title>
<polygon fill="none" stroke="black" points="2241.5,-3428.75 2241.5,-3479.25 2354,-3479.25 2354,-3428.75 2241.5,-3428.75"/>
<text text-anchor="middle" x="2254.75" y="-3461.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2241.5,-3454 2268,-3454"/>
<text text-anchor="middle" x="2254.75" y="-3436.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2268,-3428.75 2268,-3479.25"/>
<text text-anchor="middle" x="2298.5" y="-3457.95" font-family="Times,serif" font-size="14.00">$1513</text>
<text text-anchor="middle" x="2298.5" y="-3440.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2329,-3428.75 2329,-3479.25"/>
<text text-anchor="middle" x="2341.5" y="-3449.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n141 -->
<g id="node890" class="node">
<title>n141</title>
<ellipse fill="black" stroke="black" cx="3040.25" cy="-3244" rx="1.8" ry="1.8"/>
</g>
<!-- c1302&#45;&gt;n141 -->
<g id="edge263" class="edge">
<title>c1302:e&#45;&gt;n141:w</title>
<path fill="none" stroke="black" d="M2353.75,-3454C2353.75,-3454 2941.65,-3273.64 3027.77,-3247.21"/>
<polygon fill="black" stroke="black" points="3028.72,-3250.28 3037.25,-3244 3026.66,-3243.59 3028.72,-3250.28"/>
</g>
<!-- c1303 -->
<g id="node182" class="node">
<title>c1303</title>
<polygon fill="none" stroke="black" points="3132.88,-3222.75 3132.88,-3265.25 3244.62,-3265.25 3244.62,-3222.75 3132.88,-3222.75"/>
<text text-anchor="middle" x="3145.75" y="-3239.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3158.62,-3222.75 3158.62,-3265.25"/>
<text text-anchor="middle" x="3189.12" y="-3247.95" font-family="Times,serif" font-size="14.00">$1514</text>
<text text-anchor="middle" x="3189.12" y="-3230.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="3219.62,-3222.75 3219.62,-3265.25"/>
<text text-anchor="middle" x="3232.12" y="-3239.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1303&#45;&gt;c1305 -->
<g id="edge267" class="edge">
<title>c1303:e&#45;&gt;c1305:w</title>
<path fill="none" stroke="black" d="M3245,-3244C3245,-3244 3261.63,-3256.47 3272.29,-3264.46"/>
<polygon fill="black" stroke="black" points="3269.9,-3267.8 3280,-3271 3274.1,-3262.2 3269.9,-3267.8"/>
</g>
<!-- c1304 -->
<g id="node183" class="node">
<title>c1304</title>
<polygon fill="none" stroke="black" points="3132.5,-3130.75 3132.5,-3181.25 3245,-3181.25 3245,-3130.75 3132.5,-3130.75"/>
<text text-anchor="middle" x="3145.75" y="-3163.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3132.5,-3156 3159,-3156"/>
<text text-anchor="middle" x="3145.75" y="-3138.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3159,-3130.75 3159,-3181.25"/>
<text text-anchor="middle" x="3189.5" y="-3159.95" font-family="Times,serif" font-size="14.00">$1515</text>
<text text-anchor="middle" x="3189.5" y="-3142.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3220,-3130.75 3220,-3181.25"/>
<text text-anchor="middle" x="3232.5" y="-3151.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n143 -->
<g id="node891" class="node">
<title>n143</title>
<ellipse fill="black" stroke="black" cx="3485.75" cy="-3294" rx="1.8" ry="1.8"/>
</g>
<!-- c1304&#45;&gt;n143 -->
<g id="edge268" class="edge">
<title>c1304:e&#45;&gt;n143:w</title>
<path fill="none" stroke="black" d="M3244.75,-3156C3244.75,-3156 3430.19,-3263.08 3474.38,-3288.59"/>
<polygon fill="black" stroke="black" points="3472.34,-3292.03 3482.75,-3294 3475.84,-3285.97 3472.34,-3292.03"/>
</g>
<!-- n144 -->
<g id="node892" class="node">
<title>n144</title>
<ellipse fill="black" stroke="black" cx="3485.75" cy="-3199" rx="1.8" ry="1.8"/>
</g>
<!-- c1305&#45;&gt;n144 -->
<g id="edge272" class="edge">
<title>c1305:e&#45;&gt;n144:w</title>
<path fill="none" stroke="black" d="M3393.5,-3284C3393.5,-3284 3452.99,-3227.35 3474.83,-3206.54"/>
<polygon fill="black" stroke="black" points="3476.92,-3209.43 3481.75,-3200 3472.09,-3204.36 3476.92,-3209.43"/>
</g>
<!-- c1306 -->
<g id="node185" class="node">
<title>c1306</title>
<polygon fill="none" stroke="black" points="3132.5,-3368.75 3132.5,-3419.25 3245,-3419.25 3245,-3368.75 3132.5,-3368.75"/>
<text text-anchor="middle" x="3145.75" y="-3401.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3132.5,-3394 3159,-3394"/>
<text text-anchor="middle" x="3145.75" y="-3376.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3159,-3368.75 3159,-3419.25"/>
<text text-anchor="middle" x="3189.5" y="-3397.95" font-family="Times,serif" font-size="14.00">$1517</text>
<text text-anchor="middle" x="3189.5" y="-3380.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3220,-3368.75 3220,-3419.25"/>
<text text-anchor="middle" x="3232.5" y="-3389.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n145 -->
<g id="node893" class="node">
<title>n145</title>
<ellipse fill="black" stroke="black" cx="3337.25" cy="-3475" rx="1.8" ry="1.8"/>
</g>
<!-- c1306&#45;&gt;n145 -->
<g id="edge276" class="edge">
<title>c1306:e&#45;&gt;n145:w</title>
<path fill="none" stroke="black" d="M3245,-3394C3245,-3394 3304.49,-3447.99 3326.33,-3467.81"/>
<polygon fill="black" stroke="black" points="3323.49,-3469.87 3333.25,-3474 3328.2,-3464.69 3323.49,-3469.87"/>
</g>
<!-- c1307 -->
<g id="node186" class="node">
<title>c1307</title>
<polygon fill="none" stroke="black" points="3429.88,-3513.75 3429.88,-3556.25 3541.62,-3556.25 3541.62,-3513.75 3429.88,-3513.75"/>
<text text-anchor="middle" x="3442.75" y="-3530.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3455.62,-3513.75 3455.62,-3556.25"/>
<text text-anchor="middle" x="3486.12" y="-3538.95" font-family="Times,serif" font-size="14.00">$1518</text>
<text text-anchor="middle" x="3486.12" y="-3521.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="3516.62,-3513.75 3516.62,-3556.25"/>
<text text-anchor="middle" x="3529.12" y="-3530.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1308 -->
<g id="node187" class="node">
<title>c1308</title>
<polygon fill="none" stroke="black" points="3578,-3532.75 3578,-3583.25 3690.5,-3583.25 3690.5,-3532.75 3578,-3532.75"/>
<text text-anchor="middle" x="3591.25" y="-3565.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3578,-3558 3604.5,-3558"/>
<text text-anchor="middle" x="3591.25" y="-3540.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3604.5,-3532.75 3604.5,-3583.25"/>
<text text-anchor="middle" x="3635" y="-3561.95" font-family="Times,serif" font-size="14.00">$1519</text>
<text text-anchor="middle" x="3635" y="-3544.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3665.5,-3532.75 3665.5,-3583.25"/>
<text text-anchor="middle" x="3678" y="-3553.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1307&#45;&gt;c1308 -->
<g id="edge279" class="edge">
<title>c1307:e&#45;&gt;c1308:w</title>
<path fill="none" stroke="black" d="M3542,-3535C3542,-3535 3557.14,-3539.2 3567.78,-3542.16"/>
<polygon fill="black" stroke="black" points="3566.43,-3545.7 3577,-3545 3568.3,-3538.95 3566.43,-3545.7"/>
</g>
<!-- n147 -->
<g id="node894" class="node">
<title>n147</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-3558" rx="1.8" ry="1.8"/>
</g>
<!-- c1308&#45;&gt;n147 -->
<g id="edge280" class="edge">
<title>c1308:e&#45;&gt;n147:w</title>
<path fill="none" stroke="black" d="M3690.5,-3558C3690.5,-3558 3744.97,-3558 3768.81,-3558"/>
<polygon fill="black" stroke="black" points="3768.75,-3561.5 3778.75,-3558 3768.75,-3554.5 3768.75,-3561.5"/>
</g>
<!-- c1309 -->
<g id="node188" class="node">
<title>c1309</title>
<polygon fill="none" stroke="black" points="3578,-3462.75 3578,-3513.25 3690.5,-3513.25 3690.5,-3462.75 3578,-3462.75"/>
<text text-anchor="middle" x="3591.25" y="-3495.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3578,-3488 3604.5,-3488"/>
<text text-anchor="middle" x="3591.25" y="-3470.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3604.5,-3462.75 3604.5,-3513.25"/>
<text text-anchor="middle" x="3635" y="-3491.95" font-family="Times,serif" font-size="14.00">$1520</text>
<text text-anchor="middle" x="3635" y="-3474.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3665.5,-3462.75 3665.5,-3513.25"/>
<text text-anchor="middle" x="3678" y="-3483.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n148 -->
<g id="node895" class="node">
<title>n148</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-3431" rx="1.8" ry="1.8"/>
</g>
<!-- c1309&#45;&gt;n148 -->
<g id="edge283" class="edge">
<title>c1309:e&#45;&gt;n148:w</title>
<path fill="none" stroke="black" d="M3690.5,-3488C3690.5,-3488 3747.73,-3451.45 3770.53,-3436.89"/>
<polygon fill="black" stroke="black" points="3772.21,-3439.33 3778.75,-3431 3768.44,-3433.43 3772.21,-3439.33"/>
</g>
<!-- c1310 -->
<g id="node189" class="node">
<title>c1310</title>
<polygon fill="none" stroke="black" points="2984,-3428.75 2984,-3479.25 3096.5,-3479.25 3096.5,-3428.75 2984,-3428.75"/>
<text text-anchor="middle" x="2997.25" y="-3461.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-3454 3010.5,-3454"/>
<text text-anchor="middle" x="2997.25" y="-3436.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-3428.75 3010.5,-3479.25"/>
<text text-anchor="middle" x="3041" y="-3457.95" font-family="Times,serif" font-size="14.00">$1521</text>
<text text-anchor="middle" x="3041" y="-3440.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3071.5,-3428.75 3071.5,-3479.25"/>
<text text-anchor="middle" x="3084" y="-3449.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n149 -->
<g id="node896" class="node">
<title>n149</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-3202" rx="1.8" ry="1.8"/>
</g>
<!-- c1310&#45;&gt;n149 -->
<g id="edge286" class="edge">
<title>c1310:e&#45;&gt;n149:w</title>
<path fill="none" stroke="black" d="M3096.5,-3454C3096.5,-3454 3165.44,-3259.34 3182.14,-3212.19"/>
<polygon fill="black" stroke="black" points="3185.71,-3213.59 3185.75,-3203 3179.11,-3211.26 3185.71,-3213.59"/>
</g>
<!-- c1311 -->
<g id="node190" class="node">
<title>c1311</title>
<polygon fill="none" stroke="black" points="2984,-3498.75 2984,-3549.25 3096.5,-3549.25 3096.5,-3498.75 2984,-3498.75"/>
<text text-anchor="middle" x="2997.25" y="-3531.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-3524 3010.5,-3524"/>
<text text-anchor="middle" x="2997.25" y="-3506.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-3498.75 3010.5,-3549.25"/>
<text text-anchor="middle" x="3041" y="-3527.95" font-family="Times,serif" font-size="14.00">$1522</text>
<text text-anchor="middle" x="3041" y="-3510.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3071.5,-3498.75 3071.5,-3549.25"/>
<text text-anchor="middle" x="3084" y="-3519.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n150 -->
<g id="node897" class="node">
<title>n150</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-3440" rx="1.8" ry="1.8"/>
</g>
<!-- c1311&#45;&gt;n150 -->
<g id="edge290" class="edge">
<title>c1311:e&#45;&gt;n150:w</title>
<path fill="none" stroke="black" d="M3096.5,-3524C3096.5,-3524 3155.99,-3468.01 3177.83,-3447.45"/>
<polygon fill="black" stroke="black" points="3179.87,-3450.4 3184.75,-3441 3175.07,-3445.3 3179.87,-3450.4"/>
</g>
<!-- c1312 -->
<g id="node191" class="node">
<title>c1312</title>
<polygon fill="none" stroke="black" points="459.5,-2875.75 459.5,-2926.25 572,-2926.25 572,-2875.75 459.5,-2875.75"/>
<text text-anchor="middle" x="472.75" y="-2908.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-2901 486,-2901"/>
<text text-anchor="middle" x="472.75" y="-2883.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-2875.75 486,-2926.25"/>
<text text-anchor="middle" x="516.5" y="-2904.95" font-family="Times,serif" font-size="14.00">$1523</text>
<text text-anchor="middle" x="516.5" y="-2887.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-2875.75 547,-2926.25"/>
<text text-anchor="middle" x="559.5" y="-2896.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n151 -->
<g id="node898" class="node">
<title>n151</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-3088" rx="1.8" ry="1.8"/>
</g>
<!-- c1312&#45;&gt;n151 -->
<g id="edge293" class="edge">
<title>c1312:e&#45;&gt;n151:w</title>
<path fill="none" stroke="black" d="M571.75,-2901C571.75,-2901 1297.79,-3063.99 1394.22,-3085.64"/>
<polygon fill="black" stroke="black" points="1393.23,-3089.22 1403.75,-3088 1394.76,-3082.39 1393.23,-3089.22"/>
</g>
<!-- c1313 -->
<g id="node192" class="node">
<title>c1313</title>
<polygon fill="none" stroke="black" points="1499.38,-3124.75 1499.38,-3167.25 1611.12,-3167.25 1611.12,-3124.75 1499.38,-3124.75"/>
<text text-anchor="middle" x="1512.25" y="-3141.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1525.12,-3124.75 1525.12,-3167.25"/>
<text text-anchor="middle" x="1555.62" y="-3149.95" font-family="Times,serif" font-size="14.00">$1524</text>
<text text-anchor="middle" x="1555.62" y="-3132.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1586.12,-3124.75 1586.12,-3167.25"/>
<text text-anchor="middle" x="1598.62" y="-3141.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1322 -->
<g id="node201" class="node">
<title>c1322</title>
<polygon fill="none" stroke="black" points="1647.5,-3181.75 1647.5,-3232.25 1760,-3232.25 1760,-3181.75 1647.5,-3181.75"/>
<text text-anchor="middle" x="1660.75" y="-3214.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1647.5,-3207 1674,-3207"/>
<text text-anchor="middle" x="1660.75" y="-3189.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1674,-3181.75 1674,-3232.25"/>
<text text-anchor="middle" x="1704.5" y="-3210.95" font-family="Times,serif" font-size="14.00">$1533</text>
<text text-anchor="middle" x="1704.5" y="-3193.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1735,-3181.75 1735,-3232.25"/>
<text text-anchor="middle" x="1747.5" y="-3202.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1313&#45;&gt;c1322 -->
<g id="edge297" class="edge">
<title>c1313:e&#45;&gt;c1322:w</title>
<path fill="none" stroke="black" d="M1611.5,-3146C1611.5,-3146 1633.04,-3190.27 1642.79,-3210.33"/>
<polygon fill="black" stroke="black" points="1639.98,-3211.54 1647.5,-3219 1646.27,-3208.48 1639.98,-3211.54"/>
</g>
<!-- c1314 -->
<g id="node193" class="node">
<title>c1314</title>
<polygon fill="none" stroke="black" points="311,-2705.75 311,-2756.25 423.5,-2756.25 423.5,-2705.75 311,-2705.75"/>
<text text-anchor="middle" x="324.25" y="-2738.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-2731 337.5,-2731"/>
<text text-anchor="middle" x="324.25" y="-2713.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-2705.75 337.5,-2756.25"/>
<text text-anchor="middle" x="368" y="-2734.95" font-family="Times,serif" font-size="14.00">$1525</text>
<text text-anchor="middle" x="368" y="-2717.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-2705.75 398.5,-2756.25"/>
<text text-anchor="middle" x="411" y="-2726.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n153 -->
<g id="node899" class="node">
<title>n153</title>
<ellipse fill="black" stroke="black" cx="664.25" cy="-2943" rx="1.8" ry="1.8"/>
</g>
<!-- c1314&#45;&gt;n153 -->
<g id="edge298" class="edge">
<title>c1314:e&#45;&gt;n153:w</title>
<path fill="none" stroke="black" d="M423.25,-2731C423.25,-2731 612,-2898.42 654.02,-2935.7"/>
<polygon fill="black" stroke="black" points="651.45,-2937.98 661.25,-2942 656.09,-2932.75 651.45,-2937.98"/>
</g>
<!-- c1315 -->
<g id="node194" class="node">
<title>c1315</title>
<polygon fill="none" stroke="black" points="311,-2397.75 311,-2448.25 423.5,-2448.25 423.5,-2397.75 311,-2397.75"/>
<text text-anchor="middle" x="324.25" y="-2430.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-2423 337.5,-2423"/>
<text text-anchor="middle" x="324.25" y="-2405.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-2397.75 337.5,-2448.25"/>
<text text-anchor="middle" x="368" y="-2426.95" font-family="Times,serif" font-size="14.00">$1526</text>
<text text-anchor="middle" x="368" y="-2409.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-2397.75 398.5,-2448.25"/>
<text text-anchor="middle" x="411" y="-2418.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n154 -->
<g id="node900" class="node">
<title>n154</title>
<ellipse fill="black" stroke="black" cx="515.75" cy="-2407" rx="1.8" ry="1.8"/>
</g>
<!-- c1315&#45;&gt;n154 -->
<g id="edge301" class="edge">
<title>c1315:e&#45;&gt;n154:w</title>
<path fill="none" stroke="black" d="M423.5,-2423C423.5,-2423 478.52,-2413.14 502.16,-2408.9"/>
<polygon fill="black" stroke="black" points="502.52,-2412.21 511.75,-2407 501.29,-2405.32 502.52,-2412.21"/>
</g>
<!-- c1316 -->
<g id="node195" class="node">
<title>c1316</title>
<polygon fill="none" stroke="black" points="756.5,-2928.75 756.5,-2979.25 869,-2979.25 869,-2928.75 756.5,-2928.75"/>
<text text-anchor="middle" x="769.75" y="-2961.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="756.5,-2954 783,-2954"/>
<text text-anchor="middle" x="769.75" y="-2936.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="783,-2928.75 783,-2979.25"/>
<text text-anchor="middle" x="813.5" y="-2957.95" font-family="Times,serif" font-size="14.00">$1527</text>
<text text-anchor="middle" x="813.5" y="-2940.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="844,-2928.75 844,-2979.25"/>
<text text-anchor="middle" x="856.5" y="-2949.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n155 -->
<g id="node901" class="node">
<title>n155</title>
<ellipse fill="black" stroke="black" cx="961.25" cy="-2966" rx="1.8" ry="1.8"/>
</g>
<!-- c1316&#45;&gt;n155 -->
<g id="edge304" class="edge">
<title>c1316:e&#45;&gt;n155:w</title>
<path fill="none" stroke="black" d="M869,-2954C869,-2954 924.02,-2961.4 947.66,-2964.58"/>
<polygon fill="black" stroke="black" points="946.87,-2968.14 957.25,-2966 947.81,-2961.2 946.87,-2968.14"/>
</g>
<!-- c1317 -->
<g id="node196" class="node">
<title>c1317</title>
<polygon fill="none" stroke="black" points="1053.88,-2949.75 1053.88,-2992.25 1165.62,-2992.25 1165.62,-2949.75 1053.88,-2949.75"/>
<text text-anchor="middle" x="1066.75" y="-2966.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1079.62,-2949.75 1079.62,-2992.25"/>
<text text-anchor="middle" x="1110.12" y="-2974.95" font-family="Times,serif" font-size="14.00">$1528</text>
<text text-anchor="middle" x="1110.12" y="-2957.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1140.62,-2949.75 1140.62,-2992.25"/>
<text text-anchor="middle" x="1153.12" y="-2966.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1321 -->
<g id="node200" class="node">
<title>c1321</title>
<polygon fill="none" stroke="black" points="1202,-2932.75 1202,-2983.25 1314.5,-2983.25 1314.5,-2932.75 1202,-2932.75"/>
<text text-anchor="middle" x="1215.25" y="-2965.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-2958 1228.5,-2958"/>
<text text-anchor="middle" x="1215.25" y="-2940.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-2932.75 1228.5,-2983.25"/>
<text text-anchor="middle" x="1259" y="-2961.95" font-family="Times,serif" font-size="14.00">$1532</text>
<text text-anchor="middle" x="1259" y="-2944.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1289.5,-2932.75 1289.5,-2983.25"/>
<text text-anchor="middle" x="1302" y="-2953.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1317&#45;&gt;c1321 -->
<g id="edge308" class="edge">
<title>c1317:e&#45;&gt;c1321:w</title>
<path fill="none" stroke="black" d="M1166,-2971C1166,-2971 1180.42,-2971 1191,-2971"/>
<polygon fill="black" stroke="black" points="1191,-2974.5 1201,-2971 1191,-2967.5 1191,-2974.5"/>
</g>
<!-- c1318 -->
<g id="node197" class="node">
<title>c1318</title>
<polygon fill="none" stroke="black" points="756.5,-2998.75 756.5,-3049.25 869,-3049.25 869,-2998.75 756.5,-2998.75"/>
<text text-anchor="middle" x="769.75" y="-3031.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="756.5,-3024 783,-3024"/>
<text text-anchor="middle" x="769.75" y="-3006.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="783,-2998.75 783,-3049.25"/>
<text text-anchor="middle" x="813.5" y="-3027.95" font-family="Times,serif" font-size="14.00">$1529</text>
<text text-anchor="middle" x="813.5" y="-3010.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="844,-2998.75 844,-3049.25"/>
<text text-anchor="middle" x="856.5" y="-3019.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n157 -->
<g id="node902" class="node">
<title>n157</title>
<ellipse fill="black" stroke="black" cx="961.25" cy="-3024" rx="1.8" ry="1.8"/>
</g>
<!-- c1318&#45;&gt;n157 -->
<g id="edge309" class="edge">
<title>c1318:e&#45;&gt;n157:w</title>
<path fill="none" stroke="black" d="M869,-3024C869,-3024 923.47,-3024 947.31,-3024"/>
<polygon fill="black" stroke="black" points="947.25,-3027.5 957.25,-3024 947.25,-3020.5 947.25,-3027.5"/>
</g>
<!-- c1319 -->
<g id="node198" class="node">
<title>c1319</title>
<polygon fill="none" stroke="black" points="1053.88,-3049.75 1053.88,-3092.25 1165.62,-3092.25 1165.62,-3049.75 1053.88,-3049.75"/>
<text text-anchor="middle" x="1066.75" y="-3066.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1079.62,-3049.75 1079.62,-3092.25"/>
<text text-anchor="middle" x="1110.12" y="-3074.95" font-family="Times,serif" font-size="14.00">$1530</text>
<text text-anchor="middle" x="1110.12" y="-3057.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1140.62,-3049.75 1140.62,-3092.25"/>
<text text-anchor="middle" x="1153.12" y="-3066.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1320 -->
<g id="node199" class="node">
<title>c1320</title>
<polygon fill="none" stroke="black" points="1202,-3002.75 1202,-3053.25 1314.5,-3053.25 1314.5,-3002.75 1202,-3002.75"/>
<text text-anchor="middle" x="1215.25" y="-3035.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-3028 1228.5,-3028"/>
<text text-anchor="middle" x="1215.25" y="-3010.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-3002.75 1228.5,-3053.25"/>
<text text-anchor="middle" x="1259" y="-3031.95" font-family="Times,serif" font-size="14.00">$1531</text>
<text text-anchor="middle" x="1259" y="-3014.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1289.5,-3002.75 1289.5,-3053.25"/>
<text text-anchor="middle" x="1302" y="-3023.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1319&#45;&gt;c1320 -->
<g id="edge312" class="edge">
<title>c1319:e&#45;&gt;c1320:w</title>
<path fill="none" stroke="black" d="M1166,-3071C1166,-3071 1185.83,-3040.15 1196.06,-3024.25"/>
<polygon fill="black" stroke="black" points="1199.54,-3026.3 1202,-3016 1193.65,-3022.52 1199.54,-3026.3"/>
</g>
<!-- c1320&#45;&gt;c1322 -->
<g id="edge313" class="edge">
<title>c1320:e&#45;&gt;c1322:w</title>
<path fill="none" stroke="black" d="M1314.25,-3028C1314.25,-3028 1583.45,-3161.99 1638.13,-3189.21"/>
<polygon fill="black" stroke="black" points="1636.24,-3192.68 1646.75,-3194 1639.36,-3186.41 1636.24,-3192.68"/>
</g>
<!-- n160 -->
<g id="node903" class="node">
<title>n160</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-2997" rx="1.8" ry="1.8"/>
</g>
<!-- c1321&#45;&gt;n160 -->
<g id="edge315" class="edge">
<title>c1321:e&#45;&gt;n160:w</title>
<path fill="none" stroke="black" d="M1314.5,-2958C1314.5,-2958 1370.62,-2982.52 1393.86,-2992.68"/>
<polygon fill="black" stroke="black" points="1392.19,-2996.2 1402.75,-2997 1394.99,-2989.79 1392.19,-2996.2"/>
</g>
<!-- c1326 -->
<g id="node205" class="node">
<title>c1326</title>
<polygon fill="none" stroke="black" points="1796,-3180.75 1796,-3231.25 1908.5,-3231.25 1908.5,-3180.75 1796,-3180.75"/>
<text text-anchor="middle" x="1809.25" y="-3213.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-3206 1822.5,-3206"/>
<text text-anchor="middle" x="1809.25" y="-3188.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-3180.75 1822.5,-3231.25"/>
<text text-anchor="middle" x="1853" y="-3209.95" font-family="Times,serif" font-size="14.00">$1537</text>
<text text-anchor="middle" x="1853" y="-3192.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-3180.75 1883.5,-3231.25"/>
<text text-anchor="middle" x="1896" y="-3201.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1322&#45;&gt;c1326 -->
<g id="edge318" class="edge">
<title>c1322:e&#45;&gt;c1326:w</title>
<path fill="none" stroke="black" d="M1760,-3207C1760,-3207 1775.14,-3212.05 1785.78,-3215.59"/>
<polygon fill="black" stroke="black" points="1784.41,-3219.16 1795,-3219 1786.62,-3212.52 1784.41,-3219.16"/>
</g>
<!-- c1323 -->
<g id="node202" class="node">
<title>c1323</title>
<polygon fill="none" stroke="black" points="1499,-3054.75 1499,-3105.25 1611.5,-3105.25 1611.5,-3054.75 1499,-3054.75"/>
<text text-anchor="middle" x="1512.25" y="-3087.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-3080 1525.5,-3080"/>
<text text-anchor="middle" x="1512.25" y="-3062.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-3054.75 1525.5,-3105.25"/>
<text text-anchor="middle" x="1556" y="-3083.95" font-family="Times,serif" font-size="14.00">$1534</text>
<text text-anchor="middle" x="1556" y="-3066.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1586.5,-3054.75 1586.5,-3105.25"/>
<text text-anchor="middle" x="1599" y="-3075.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1327 -->
<g id="node206" class="node">
<title>c1327</title>
<polygon fill="none" stroke="black" points="1944.5,-3096.75 1944.5,-3147.25 2057,-3147.25 2057,-3096.75 1944.5,-3096.75"/>
<text text-anchor="middle" x="1957.75" y="-3129.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1944.5,-3122 1971,-3122"/>
<text text-anchor="middle" x="1957.75" y="-3104.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1971,-3096.75 1971,-3147.25"/>
<text text-anchor="middle" x="2001.5" y="-3125.95" font-family="Times,serif" font-size="14.00">$1538</text>
<text text-anchor="middle" x="2001.5" y="-3108.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2032,-3096.75 2032,-3147.25"/>
<text text-anchor="middle" x="2044.5" y="-3117.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1323&#45;&gt;c1327 -->
<g id="edge319" class="edge">
<title>c1323:e&#45;&gt;c1327:w</title>
<path fill="none" stroke="black" d="M1611.25,-3080C1611.25,-3080 1876.95,-3123.82 1934.03,-3133.23"/>
<polygon fill="black" stroke="black" points="1933.31,-3136.83 1943.75,-3135 1934.45,-3129.92 1933.31,-3136.83"/>
</g>
<!-- c1324 -->
<g id="node203" class="node">
<title>c1324</title>
<polygon fill="none" stroke="black" points="1499,-2984.75 1499,-3035.25 1611.5,-3035.25 1611.5,-2984.75 1499,-2984.75"/>
<text text-anchor="middle" x="1512.25" y="-3017.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-3010 1525.5,-3010"/>
<text text-anchor="middle" x="1512.25" y="-2992.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-2984.75 1525.5,-3035.25"/>
<text text-anchor="middle" x="1556" y="-3013.95" font-family="Times,serif" font-size="14.00">$1535</text>
<text text-anchor="middle" x="1556" y="-2996.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1586.5,-2984.75 1586.5,-3035.25"/>
<text text-anchor="middle" x="1599" y="-3005.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n163 -->
<g id="node904" class="node">
<title>n163</title>
<ellipse fill="black" stroke="black" cx="1703.75" cy="-3056" rx="1.8" ry="1.8"/>
</g>
<!-- c1324&#45;&gt;n163 -->
<g id="edge320" class="edge">
<title>c1324:e&#45;&gt;n163:w</title>
<path fill="none" stroke="black" d="M1611.5,-3010C1611.5,-3010 1668.17,-3039.21 1691.2,-3051.08"/>
<polygon fill="black" stroke="black" points="1689.26,-3054.53 1699.75,-3056 1692.46,-3048.31 1689.26,-3054.53"/>
</g>
<!-- c1325 -->
<g id="node204" class="node">
<title>c1325</title>
<polygon fill="none" stroke="black" points="1796.38,-3080.75 1796.38,-3123.25 1908.12,-3123.25 1908.12,-3080.75 1796.38,-3080.75"/>
<text text-anchor="middle" x="1809.25" y="-3097.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1822.12,-3080.75 1822.12,-3123.25"/>
<text text-anchor="middle" x="1852.62" y="-3105.95" font-family="Times,serif" font-size="14.00">$1536</text>
<text text-anchor="middle" x="1852.62" y="-3088.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1883.12,-3080.75 1883.12,-3123.25"/>
<text text-anchor="middle" x="1895.62" y="-3097.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1325&#45;&gt;c1327 -->
<g id="edge324" class="edge">
<title>c1325:e&#45;&gt;c1327:w</title>
<path fill="none" stroke="black" d="M1908.5,-3102C1908.5,-3102 1923.27,-3104.87 1933.89,-3106.94"/>
<polygon fill="black" stroke="black" points="1933.02,-3110.53 1943.5,-3109 1934.35,-3103.66 1933.02,-3110.53"/>
</g>
<!-- n165 -->
<g id="node905" class="node">
<title>n165</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-3203" rx="1.8" ry="1.8"/>
</g>
<!-- c1326&#45;&gt;n165 -->
<g id="edge325" class="edge">
<title>c1326:e&#45;&gt;n165:w</title>
<path fill="none" stroke="black" d="M1908.25,-3206C1908.25,-3206 2494.92,-3203.43 2582,-3203.05"/>
<polygon fill="black" stroke="black" points="2581.77,-3206.54 2591.75,-3203 2581.73,-3199.54 2581.77,-3206.54"/>
</g>
<!-- n166 -->
<g id="node906" class="node">
<title>n166</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-3063" rx="1.8" ry="1.8"/>
</g>
<!-- c1327&#45;&gt;n166 -->
<g id="edge328" class="edge">
<title>c1327:e&#45;&gt;n166:w</title>
<path fill="none" stroke="black" d="M2056.75,-3122C2056.75,-3122 2506.5,-3072.49 2582.04,-3064.18"/>
<polygon fill="black" stroke="black" points="2582.19,-3067.57 2591.75,-3063 2581.43,-3060.62 2582.19,-3067.57"/>
</g>
<!-- c1328 -->
<g id="node207" class="node">
<title>c1328</title>
<polygon fill="none" stroke="black" points="1796,-3010.75 1796,-3061.25 1908.5,-3061.25 1908.5,-3010.75 1796,-3010.75"/>
<text text-anchor="middle" x="1809.25" y="-3043.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-3036 1822.5,-3036"/>
<text text-anchor="middle" x="1809.25" y="-3018.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-3010.75 1822.5,-3061.25"/>
<text text-anchor="middle" x="1853" y="-3039.95" font-family="Times,serif" font-size="14.00">$1539</text>
<text text-anchor="middle" x="1853" y="-3022.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-3010.75 1883.5,-3061.25"/>
<text text-anchor="middle" x="1896" y="-3031.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n167 -->
<g id="node907" class="node">
<title>n167</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-3036" rx="1.8" ry="1.8"/>
</g>
<!-- c1328&#45;&gt;n167 -->
<g id="edge331" class="edge">
<title>c1328:e&#45;&gt;n167:w</title>
<path fill="none" stroke="black" d="M1908.5,-3036C1908.5,-3036 1962.97,-3036 1986.81,-3036"/>
<polygon fill="black" stroke="black" points="1986.75,-3039.5 1996.75,-3036 1986.75,-3032.5 1986.75,-3039.5"/>
</g>
<!-- c1329 -->
<g id="node208" class="node">
<title>c1329</title>
<polygon fill="none" stroke="black" points="1796,-2940.75 1796,-2991.25 1908.5,-2991.25 1908.5,-2940.75 1796,-2940.75"/>
<text text-anchor="middle" x="1809.25" y="-2973.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-2966 1822.5,-2966"/>
<text text-anchor="middle" x="1809.25" y="-2948.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-2940.75 1822.5,-2991.25"/>
<text text-anchor="middle" x="1853" y="-2969.95" font-family="Times,serif" font-size="14.00">$1540</text>
<text text-anchor="middle" x="1853" y="-2952.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1883.5,-2940.75 1883.5,-2991.25"/>
<text text-anchor="middle" x="1896" y="-2961.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n168 -->
<g id="node908" class="node">
<title>n168</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-2941" rx="1.8" ry="1.8"/>
</g>
<!-- c1329&#45;&gt;n168 -->
<g id="edge334" class="edge">
<title>c1329:e&#45;&gt;n168:w</title>
<path fill="none" stroke="black" d="M1908.5,-2966C1908.5,-2966 1963.52,-2950.59 1987.16,-2943.97"/>
<polygon fill="black" stroke="black" points="1988.06,-2947.07 1996.75,-2941 1986.18,-2940.33 1988.06,-2947.07"/>
</g>
<!-- c1330 -->
<g id="node209" class="node">
<title>c1330</title>
<polygon fill="none" stroke="black" points="459.5,-2519.75 459.5,-2570.25 572,-2570.25 572,-2519.75 459.5,-2519.75"/>
<text text-anchor="middle" x="472.75" y="-2552.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-2545 486,-2545"/>
<text text-anchor="middle" x="472.75" y="-2527.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-2519.75 486,-2570.25"/>
<text text-anchor="middle" x="516.5" y="-2548.95" font-family="Times,serif" font-size="14.00">$1541</text>
<text text-anchor="middle" x="516.5" y="-2531.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-2519.75 547,-2570.25"/>
<text text-anchor="middle" x="559.5" y="-2540.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n169 -->
<g id="node909" class="node">
<title>n169</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-2656" rx="1.8" ry="1.8"/>
</g>
<!-- c1330&#45;&gt;n169 -->
<g id="edge337" class="edge">
<title>c1330:e&#45;&gt;n169:w</title>
<path fill="none" stroke="black" d="M571.75,-2545C571.75,-2545 1021.5,-2638.14 1097.04,-2653.78"/>
<polygon fill="black" stroke="black" points="1096.25,-2657.4 1106.75,-2656 1097.67,-2650.54 1096.25,-2657.4"/>
</g>
<!-- c1331 -->
<g id="node210" class="node">
<title>c1331</title>
<polygon fill="none" stroke="black" points="1202.38,-2589.75 1202.38,-2632.25 1314.12,-2632.25 1314.12,-2589.75 1202.38,-2589.75"/>
<text text-anchor="middle" x="1215.25" y="-2606.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1228.12,-2589.75 1228.12,-2632.25"/>
<text text-anchor="middle" x="1258.62" y="-2614.95" font-family="Times,serif" font-size="14.00">$1542</text>
<text text-anchor="middle" x="1258.62" y="-2597.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1289.12,-2589.75 1289.12,-2632.25"/>
<text text-anchor="middle" x="1301.62" y="-2606.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n170 -->
<g id="node910" class="node">
<title>n170</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-2623" rx="1.8" ry="1.8"/>
</g>
<!-- c1331&#45;&gt;n170 -->
<g id="edge342" class="edge">
<title>c1331:e&#45;&gt;n170:w</title>
<path fill="none" stroke="black" d="M1314.5,-2611C1314.5,-2611 1369.52,-2618.4 1393.16,-2621.58"/>
<polygon fill="black" stroke="black" points="1392.37,-2625.14 1402.75,-2623 1393.31,-2618.2 1392.37,-2625.14"/>
</g>
<!-- c1332 -->
<g id="node211" class="node">
<title>c1332</title>
<polygon fill="none" stroke="black" points="311,-2467.75 311,-2518.25 423.5,-2518.25 423.5,-2467.75 311,-2467.75"/>
<text text-anchor="middle" x="324.25" y="-2500.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-2493 337.5,-2493"/>
<text text-anchor="middle" x="324.25" y="-2475.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-2467.75 337.5,-2518.25"/>
<text text-anchor="middle" x="368" y="-2496.95" font-family="Times,serif" font-size="14.00">$1543</text>
<text text-anchor="middle" x="368" y="-2479.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-2467.75 398.5,-2518.25"/>
<text text-anchor="middle" x="411" y="-2488.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n171 -->
<g id="node911" class="node">
<title>n171</title>
<ellipse fill="black" stroke="black" cx="515.75" cy="-2499" rx="1.8" ry="1.8"/>
</g>
<!-- c1332&#45;&gt;n171 -->
<g id="edge345" class="edge">
<title>c1332:e&#45;&gt;n171:w</title>
<path fill="none" stroke="black" d="M423.5,-2493C423.5,-2493 477.97,-2496.66 501.81,-2498.26"/>
<polygon fill="black" stroke="black" points="501.54,-2501.82 511.75,-2499 502.01,-2494.84 501.54,-2501.82"/>
</g>
<!-- n172 -->
<g id="node912" class="node">
<title>n172</title>
<ellipse fill="black" stroke="black" cx="812.75" cy="-1504" rx="1.8" ry="1.8"/>
</g>
<!-- c1333&#45;&gt;n172 -->
<g id="edge348" class="edge">
<title>c1333:e&#45;&gt;n172:w</title>
<path fill="none" stroke="black" d="M571.75,-1499C571.75,-1499 753.1,-1502.79 799.86,-1503.77"/>
<polygon fill="black" stroke="black" points="799.68,-1507.29 809.75,-1504 799.83,-1500.29 799.68,-1507.29"/>
</g>
<!-- c1334 -->
<g id="node213" class="node">
<title>c1334</title>
<polygon fill="none" stroke="black" points="311,-1979.75 311,-2030.25 423.5,-2030.25 423.5,-1979.75 311,-1979.75"/>
<text text-anchor="middle" x="324.25" y="-2012.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-2005 337.5,-2005"/>
<text text-anchor="middle" x="324.25" y="-1987.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-1979.75 337.5,-2030.25"/>
<text text-anchor="middle" x="368" y="-2008.95" font-family="Times,serif" font-size="14.00">$1545</text>
<text text-anchor="middle" x="368" y="-1991.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-1979.75 398.5,-2030.25"/>
<text text-anchor="middle" x="411" y="-2000.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n173 -->
<g id="node913" class="node">
<title>n173</title>
<ellipse fill="black" stroke="black" cx="664.25" cy="-1969" rx="1.8" ry="1.8"/>
</g>
<!-- c1334&#45;&gt;n173 -->
<g id="edge352" class="edge">
<title>c1334:e&#45;&gt;n173:w</title>
<path fill="none" stroke="black" d="M423.25,-2005C423.25,-2005 605.42,-1977.56 651.67,-1970.59"/>
<polygon fill="black" stroke="black" points="651.88,-1973.95 661.25,-1969 650.84,-1967.03 651.88,-1973.95"/>
</g>
<!-- c1335 -->
<g id="node214" class="node">
<title>c1335</title>
<polygon fill="none" stroke="black" points="756.5,-2545.75 756.5,-2596.25 869,-2596.25 869,-2545.75 756.5,-2545.75"/>
<text text-anchor="middle" x="769.75" y="-2578.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="756.5,-2571 783,-2571"/>
<text text-anchor="middle" x="769.75" y="-2553.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="783,-2545.75 783,-2596.25"/>
<text text-anchor="middle" x="813.5" y="-2574.95" font-family="Times,serif" font-size="14.00">$1546</text>
<text text-anchor="middle" x="813.5" y="-2557.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="844,-2545.75 844,-2596.25"/>
<text text-anchor="middle" x="856.5" y="-2566.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n174 -->
<g id="node914" class="node">
<title>n174</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-2558" rx="1.8" ry="1.8"/>
</g>
<!-- c1335&#45;&gt;n174 -->
<g id="edge357" class="edge">
<title>c1335:e&#45;&gt;n174:w</title>
<path fill="none" stroke="black" d="M868.75,-2571C868.75,-2571 1050.1,-2561.14 1096.86,-2558.59"/>
<polygon fill="black" stroke="black" points="1096.95,-2562.04 1106.75,-2558 1096.57,-2555.05 1096.95,-2562.04"/>
</g>
<!-- c1336 -->
<g id="node215" class="node">
<title>c1336</title>
<polygon fill="none" stroke="black" points="905,-2507.75 905,-2558.25 1017.5,-2558.25 1017.5,-2507.75 905,-2507.75"/>
<text text-anchor="middle" x="918.25" y="-2540.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="905,-2533 931.5,-2533"/>
<text text-anchor="middle" x="918.25" y="-2515.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="931.5,-2507.75 931.5,-2558.25"/>
<text text-anchor="middle" x="962" y="-2536.95" font-family="Times,serif" font-size="14.00">$1547</text>
<text text-anchor="middle" x="962" y="-2519.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="992.5,-2507.75 992.5,-2558.25"/>
<text text-anchor="middle" x="1005" y="-2528.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n175 -->
<g id="node915" class="node">
<title>n175</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-2533" rx="1.8" ry="1.8"/>
</g>
<!-- c1336&#45;&gt;n175 -->
<g id="edge360" class="edge">
<title>c1336:e&#45;&gt;n175:w</title>
<path fill="none" stroke="black" d="M1017.5,-2533C1017.5,-2533 1071.97,-2533 1095.81,-2533"/>
<polygon fill="black" stroke="black" points="1095.75,-2536.5 1105.75,-2533 1095.75,-2529.5 1095.75,-2536.5"/>
</g>
<!-- n176 -->
<g id="node916" class="node">
<title>n176</title>
<ellipse fill="black" stroke="black" cx="961.25" cy="-2679" rx="1.8" ry="1.8"/>
</g>
<!-- c1337&#45;&gt;n176 -->
<g id="edge363" class="edge">
<title>c1337:e&#45;&gt;n176:w</title>
<path fill="none" stroke="black" d="M720.25,-2679C720.25,-2679 901.6,-2679 948.36,-2679"/>
<polygon fill="black" stroke="black" points="948.25,-2682.5 958.25,-2679 948.25,-2675.5 948.25,-2682.5"/>
</g>
<!-- c1338 -->
<g id="node217" class="node">
<title>c1338</title>
<polygon fill="none" stroke="black" points="1053.88,-2587.75 1053.88,-2630.25 1165.62,-2630.25 1165.62,-2587.75 1053.88,-2587.75"/>
<text text-anchor="middle" x="1066.75" y="-2604.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1079.62,-2587.75 1079.62,-2630.25"/>
<text text-anchor="middle" x="1110.12" y="-2612.95" font-family="Times,serif" font-size="14.00">$1549</text>
<text text-anchor="middle" x="1110.12" y="-2595.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1140.62,-2587.75 1140.62,-2630.25"/>
<text text-anchor="middle" x="1153.12" y="-2604.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1339 -->
<g id="node218" class="node">
<title>c1339</title>
<polygon fill="none" stroke="black" points="1202,-2519.75 1202,-2570.25 1314.5,-2570.25 1314.5,-2519.75 1202,-2519.75"/>
<text text-anchor="middle" x="1215.25" y="-2552.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-2545 1228.5,-2545"/>
<text text-anchor="middle" x="1215.25" y="-2527.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-2519.75 1228.5,-2570.25"/>
<text text-anchor="middle" x="1259" y="-2548.95" font-family="Times,serif" font-size="14.00">$1550</text>
<text text-anchor="middle" x="1259" y="-2531.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1289.5,-2519.75 1289.5,-2570.25"/>
<text text-anchor="middle" x="1302" y="-2540.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1338&#45;&gt;c1339 -->
<g id="edge366" class="edge">
<title>c1338:e&#45;&gt;c1339:w</title>
<path fill="none" stroke="black" d="M1166,-2609C1166,-2609 1187.75,-2562.47 1197.44,-2541.75"/>
<polygon fill="black" stroke="black" points="1200.94,-2543.54 1202,-2533 1194.59,-2540.58 1200.94,-2543.54"/>
</g>
<!-- n178 -->
<g id="node917" class="node">
<title>n178</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-2601" rx="1.8" ry="1.8"/>
</g>
<!-- c1339&#45;&gt;n178 -->
<g id="edge367" class="edge">
<title>c1339:e&#45;&gt;n178:w</title>
<path fill="none" stroke="black" d="M1314.5,-2545C1314.5,-2545 1371.73,-2580.91 1394.53,-2595.22"/>
<polygon fill="black" stroke="black" points="1392.42,-2598.65 1402.75,-2601 1396.14,-2592.72 1392.42,-2598.65"/>
</g>
<!-- c1340 -->
<g id="node219" class="node">
<title>c1340</title>
<polygon fill="none" stroke="black" points="1202,-2689.75 1202,-2740.25 1314.5,-2740.25 1314.5,-2689.75 1202,-2689.75"/>
<text text-anchor="middle" x="1215.25" y="-2722.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-2715 1228.5,-2715"/>
<text text-anchor="middle" x="1215.25" y="-2697.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-2689.75 1228.5,-2740.25"/>
<text text-anchor="middle" x="1259" y="-2718.95" font-family="Times,serif" font-size="14.00">$1551</text>
<text text-anchor="middle" x="1259" y="-2701.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1289.5,-2689.75 1289.5,-2740.25"/>
<text text-anchor="middle" x="1302" y="-2710.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n179 -->
<g id="node918" class="node">
<title>n179</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-2715" rx="1.8" ry="1.8"/>
</g>
<!-- c1340&#45;&gt;n179 -->
<g id="edge370" class="edge">
<title>c1340:e&#45;&gt;n179:w</title>
<path fill="none" stroke="black" d="M1314.5,-2715C1314.5,-2715 1368.97,-2715 1392.81,-2715"/>
<polygon fill="black" stroke="black" points="1392.75,-2718.5 1402.75,-2715 1392.75,-2711.5 1392.75,-2718.5"/>
</g>
<!-- c1341 -->
<g id="node220" class="node">
<title>c1341</title>
<polygon fill="none" stroke="black" points="1499,-2584.75 1499,-2635.25 1611.5,-2635.25 1611.5,-2584.75 1499,-2584.75"/>
<text text-anchor="middle" x="1512.25" y="-2617.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-2610 1525.5,-2610"/>
<text text-anchor="middle" x="1512.25" y="-2592.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-2584.75 1525.5,-2635.25"/>
<text text-anchor="middle" x="1556" y="-2613.95" font-family="Times,serif" font-size="14.00">$1552</text>
<text text-anchor="middle" x="1556" y="-2596.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1586.5,-2584.75 1586.5,-2635.25"/>
<text text-anchor="middle" x="1599" y="-2605.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1345 -->
<g id="node224" class="node">
<title>c1345</title>
<polygon fill="none" stroke="black" points="1796,-2642.75 1796,-2693.25 1908.5,-2693.25 1908.5,-2642.75 1796,-2642.75"/>
<text text-anchor="middle" x="1809.25" y="-2675.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-2668 1822.5,-2668"/>
<text text-anchor="middle" x="1809.25" y="-2650.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-2642.75 1822.5,-2693.25"/>
<text text-anchor="middle" x="1853" y="-2671.95" font-family="Times,serif" font-size="14.00">$1556</text>
<text text-anchor="middle" x="1853" y="-2654.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-2642.75 1883.5,-2693.25"/>
<text text-anchor="middle" x="1896" y="-2663.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1341&#45;&gt;c1345 -->
<g id="edge374" class="edge">
<title>c1341:e&#45;&gt;c1345:w</title>
<path fill="none" stroke="black" d="M1611.25,-2610C1611.25,-2610 1747.26,-2662.2 1786.04,-2677.08"/>
<polygon fill="black" stroke="black" points="1784.66,-2680.68 1795.25,-2681 1787.17,-2674.15 1784.66,-2680.68"/>
</g>
<!-- c1342 -->
<g id="node221" class="node">
<title>c1342</title>
<polygon fill="none" stroke="black" points="1499,-2724.75 1499,-2775.25 1611.5,-2775.25 1611.5,-2724.75 1499,-2724.75"/>
<text text-anchor="middle" x="1512.25" y="-2757.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-2750 1525.5,-2750"/>
<text text-anchor="middle" x="1512.25" y="-2732.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-2724.75 1525.5,-2775.25"/>
<text text-anchor="middle" x="1556" y="-2753.95" font-family="Times,serif" font-size="14.00">$1553</text>
<text text-anchor="middle" x="1556" y="-2736.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1586.5,-2724.75 1586.5,-2775.25"/>
<text text-anchor="middle" x="1599" y="-2745.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1346 -->
<g id="node225" class="node">
<title>c1346</title>
<polygon fill="none" stroke="black" points="1796,-2712.75 1796,-2763.25 1908.5,-2763.25 1908.5,-2712.75 1796,-2712.75"/>
<text text-anchor="middle" x="1809.25" y="-2745.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-2738 1822.5,-2738"/>
<text text-anchor="middle" x="1809.25" y="-2720.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-2712.75 1822.5,-2763.25"/>
<text text-anchor="middle" x="1853" y="-2741.95" font-family="Times,serif" font-size="14.00">$1557</text>
<text text-anchor="middle" x="1853" y="-2724.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1883.5,-2712.75 1883.5,-2763.25"/>
<text text-anchor="middle" x="1896" y="-2733.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1342&#45;&gt;c1346 -->
<g id="edge375" class="edge">
<title>c1342:e&#45;&gt;c1346:w</title>
<path fill="none" stroke="black" d="M1611.25,-2750C1611.25,-2750 1746.02,-2750.73 1785.5,-2750.94"/>
<polygon fill="black" stroke="black" points="1785.23,-2754.45 1795.25,-2751 1785.27,-2747.45 1785.23,-2754.45"/>
</g>
<!-- c1343 -->
<g id="node222" class="node">
<title>c1343</title>
<polygon fill="none" stroke="black" points="1499,-2654.75 1499,-2705.25 1611.5,-2705.25 1611.5,-2654.75 1499,-2654.75"/>
<text text-anchor="middle" x="1512.25" y="-2687.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-2680 1525.5,-2680"/>
<text text-anchor="middle" x="1512.25" y="-2662.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-2654.75 1525.5,-2705.25"/>
<text text-anchor="middle" x="1556" y="-2683.95" font-family="Times,serif" font-size="14.00">$1554</text>
<text text-anchor="middle" x="1556" y="-2666.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1586.5,-2654.75 1586.5,-2705.25"/>
<text text-anchor="middle" x="1599" y="-2675.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n182 -->
<g id="node919" class="node">
<title>n182</title>
<ellipse fill="black" stroke="black" cx="1703.75" cy="-2651" rx="1.8" ry="1.8"/>
</g>
<!-- c1343&#45;&gt;n182 -->
<g id="edge376" class="edge">
<title>c1343:e&#45;&gt;n182:w</title>
<path fill="none" stroke="black" d="M1611.5,-2680C1611.5,-2680 1667.07,-2661.94 1690.51,-2654.33"/>
<polygon fill="black" stroke="black" points="1691.32,-2657.42 1699.75,-2651 1689.16,-2650.76 1691.32,-2657.42"/>
</g>
<!-- c1344 -->
<g id="node223" class="node">
<title>c1344</title>
<polygon fill="none" stroke="black" points="1499,-2514.75 1499,-2565.25 1611.5,-2565.25 1611.5,-2514.75 1499,-2514.75"/>
<text text-anchor="middle" x="1512.25" y="-2547.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-2540 1525.5,-2540"/>
<text text-anchor="middle" x="1512.25" y="-2522.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-2514.75 1525.5,-2565.25"/>
<text text-anchor="middle" x="1556" y="-2543.95" font-family="Times,serif" font-size="14.00">$1555</text>
<text text-anchor="middle" x="1556" y="-2526.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1586.5,-2514.75 1586.5,-2565.25"/>
<text text-anchor="middle" x="1599" y="-2535.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n183 -->
<g id="node920" class="node">
<title>n183</title>
<ellipse fill="black" stroke="black" cx="1703.75" cy="-2551" rx="1.8" ry="1.8"/>
</g>
<!-- c1344&#45;&gt;n183 -->
<g id="edge379" class="edge">
<title>c1344:e&#45;&gt;n183:w</title>
<path fill="none" stroke="black" d="M1611.5,-2540C1611.5,-2540 1666.52,-2546.78 1690.16,-2549.69"/>
<polygon fill="black" stroke="black" points="1689.4,-2553.25 1699.75,-2551 1690.25,-2546.3 1689.4,-2553.25"/>
</g>
<!-- n184 -->
<g id="node921" class="node">
<title>n184</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-2807" rx="1.8" ry="1.8"/>
</g>
<!-- c1345&#45;&gt;n184 -->
<g id="edge382" class="edge">
<title>c1345:e&#45;&gt;n184:w</title>
<path fill="none" stroke="black" d="M1908.5,-2668C1908.5,-2668 1972.04,-2766.96 1991.89,-2797.88"/>
<polygon fill="black" stroke="black" points="1989.4,-2799.48 1997.75,-2806 1995.29,-2795.69 1989.4,-2799.48"/>
</g>
<!-- n185 -->
<g id="node922" class="node">
<title>n185</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-2985" rx="1.8" ry="1.8"/>
</g>
<!-- c1346&#45;&gt;n185 -->
<g id="edge385" class="edge">
<title>c1346:e&#45;&gt;n185:w</title>
<path fill="none" stroke="black" d="M1908.5,-2738C1908.5,-2738 1977.14,-2927.95 1994.03,-2974.7"/>
<polygon fill="black" stroke="black" points="1991.06,-2975.78 1997.75,-2984 1997.64,-2973.41 1991.06,-2975.78"/>
</g>
<!-- c1347 -->
<g id="node226" class="node">
<title>c1347</title>
<polygon fill="none" stroke="black" points="2093,-2972.75 2093,-3023.25 2205.5,-3023.25 2205.5,-2972.75 2093,-2972.75"/>
<text text-anchor="middle" x="2106.25" y="-3005.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-2998 2119.5,-2998"/>
<text text-anchor="middle" x="2106.25" y="-2980.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-2972.75 2119.5,-3023.25"/>
<text text-anchor="middle" x="2150" y="-3001.95" font-family="Times,serif" font-size="14.00">$1558</text>
<text text-anchor="middle" x="2150" y="-2984.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2180.5,-2972.75 2180.5,-3023.25"/>
<text text-anchor="middle" x="2193" y="-2993.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n186 -->
<g id="node923" class="node">
<title>n186</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-2998" rx="1.8" ry="1.8"/>
</g>
<!-- c1347&#45;&gt;n186 -->
<g id="edge388" class="edge">
<title>c1347:e&#45;&gt;n186:w</title>
<path fill="none" stroke="black" d="M2205.5,-2998C2205.5,-2998 2259.97,-2998 2283.81,-2998"/>
<polygon fill="black" stroke="black" points="2283.75,-3001.5 2293.75,-2998 2283.75,-2994.5 2283.75,-3001.5"/>
</g>
<!-- c1348 -->
<g id="node227" class="node">
<title>c1348</title>
<polygon fill="none" stroke="black" points="2093,-2794.75 2093,-2845.25 2205.5,-2845.25 2205.5,-2794.75 2093,-2794.75"/>
<text text-anchor="middle" x="2106.25" y="-2827.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-2820 2119.5,-2820"/>
<text text-anchor="middle" x="2106.25" y="-2802.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-2794.75 2119.5,-2845.25"/>
<text text-anchor="middle" x="2150" y="-2823.95" font-family="Times,serif" font-size="14.00">$1559</text>
<text text-anchor="middle" x="2150" y="-2806.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2180.5,-2794.75 2180.5,-2845.25"/>
<text text-anchor="middle" x="2193" y="-2815.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n187 -->
<g id="node924" class="node">
<title>n187</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-2821" rx="1.8" ry="1.8"/>
</g>
<!-- c1348&#45;&gt;n187 -->
<g id="edge391" class="edge">
<title>c1348:e&#45;&gt;n187:w</title>
<path fill="none" stroke="black" d="M2205.5,-2820C2205.5,-2820 2259.97,-2820.61 2283.81,-2820.88"/>
<polygon fill="black" stroke="black" points="2283.71,-2824.39 2293.75,-2821 2283.79,-2817.39 2283.71,-2824.39"/>
</g>
<!-- c1349 -->
<g id="node228" class="node">
<title>c1349</title>
<polygon fill="none" stroke="black" points="2093,-2902.75 2093,-2953.25 2205.5,-2953.25 2205.5,-2902.75 2093,-2902.75"/>
<text text-anchor="middle" x="2106.25" y="-2935.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-2928 2119.5,-2928"/>
<text text-anchor="middle" x="2106.25" y="-2910.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-2902.75 2119.5,-2953.25"/>
<text text-anchor="middle" x="2150" y="-2931.95" font-family="Times,serif" font-size="14.00">$1560</text>
<text text-anchor="middle" x="2150" y="-2914.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2180.5,-2902.75 2180.5,-2953.25"/>
<text text-anchor="middle" x="2193" y="-2923.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1351 -->
<g id="node230" class="node">
<title>c1351</title>
<polygon fill="none" stroke="black" points="2390,-3003.75 2390,-3054.25 2502.5,-3054.25 2502.5,-3003.75 2390,-3003.75"/>
<text text-anchor="middle" x="2403.25" y="-3036.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-3029 2416.5,-3029"/>
<text text-anchor="middle" x="2403.25" y="-3011.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-3003.75 2416.5,-3054.25"/>
<text text-anchor="middle" x="2447" y="-3032.95" font-family="Times,serif" font-size="14.00">$1562</text>
<text text-anchor="middle" x="2447" y="-3015.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2477.5,-3003.75 2477.5,-3054.25"/>
<text text-anchor="middle" x="2490" y="-3024.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1349&#45;&gt;c1351 -->
<g id="edge394" class="edge">
<title>c1349:e&#45;&gt;c1351:w</title>
<path fill="none" stroke="black" d="M2205.25,-2928C2205.25,-2928 2342.5,-2993.29 2380.56,-3011.39"/>
<polygon fill="black" stroke="black" points="2378.72,-3014.87 2389.25,-3016 2381.72,-3008.54 2378.72,-3014.87"/>
</g>
<!-- c1350 -->
<g id="node229" class="node">
<title>c1350</title>
<polygon fill="none" stroke="black" points="2093,-3042.75 2093,-3093.25 2205.5,-3093.25 2205.5,-3042.75 2093,-3042.75"/>
<text text-anchor="middle" x="2106.25" y="-3075.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-3068 2119.5,-3068"/>
<text text-anchor="middle" x="2106.25" y="-3050.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-3042.75 2119.5,-3093.25"/>
<text text-anchor="middle" x="2150" y="-3071.95" font-family="Times,serif" font-size="14.00">$1561</text>
<text text-anchor="middle" x="2150" y="-3054.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2180.5,-3042.75 2180.5,-3093.25"/>
<text text-anchor="middle" x="2193" y="-3063.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1352 -->
<g id="node231" class="node">
<title>c1352</title>
<polygon fill="none" stroke="black" points="2390,-2933.75 2390,-2984.25 2502.5,-2984.25 2502.5,-2933.75 2390,-2933.75"/>
<text text-anchor="middle" x="2403.25" y="-2966.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-2959 2416.5,-2959"/>
<text text-anchor="middle" x="2403.25" y="-2941.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-2933.75 2416.5,-2984.25"/>
<text text-anchor="middle" x="2447" y="-2962.95" font-family="Times,serif" font-size="14.00">$1563</text>
<text text-anchor="middle" x="2447" y="-2945.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2477.5,-2933.75 2477.5,-2984.25"/>
<text text-anchor="middle" x="2490" y="-2954.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1350&#45;&gt;c1352 -->
<g id="edge395" class="edge">
<title>c1350:e&#45;&gt;c1352:w</title>
<path fill="none" stroke="black" d="M2205.25,-3068C2205.25,-3068 2343.75,-2976.67 2381.08,-2952.05"/>
<polygon fill="black" stroke="black" points="2382.83,-2954.43 2389.25,-2946 2378.97,-2948.58 2382.83,-2954.43"/>
</g>
<!-- n190 -->
<g id="node925" class="node">
<title>n190</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-3107" rx="1.8" ry="1.8"/>
</g>
<!-- c1351&#45;&gt;n190 -->
<g id="edge397" class="edge">
<title>c1351:e&#45;&gt;n190:w</title>
<path fill="none" stroke="black" d="M2502.5,-3029C2502.5,-3029 2561.42,-3080.49 2583.51,-3099.8"/>
<polygon fill="black" stroke="black" points="2580.92,-3103.05 2590.75,-3107 2585.52,-3097.78 2580.92,-3103.05"/>
</g>
<!-- n191 -->
<g id="node926" class="node">
<title>n191</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-2967" rx="1.8" ry="1.8"/>
</g>
<!-- c1352&#45;&gt;n191 -->
<g id="edge400" class="edge">
<title>c1352:e&#45;&gt;n191:w</title>
<path fill="none" stroke="black" d="M2502.5,-2959C2502.5,-2959 2556.97,-2963.88 2580.81,-2966.02"/>
<polygon fill="black" stroke="black" points="2580.48,-2969.59 2590.75,-2967 2581.1,-2962.62 2580.48,-2969.59"/>
</g>
<!-- c1353 -->
<g id="node232" class="node">
<title>c1353</title>
<polygon fill="none" stroke="black" points="2687,-3164.75 2687,-3215.25 2799.5,-3215.25 2799.5,-3164.75 2687,-3164.75"/>
<text text-anchor="middle" x="2700.25" y="-3197.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-3190 2713.5,-3190"/>
<text text-anchor="middle" x="2700.25" y="-3172.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-3164.75 2713.5,-3215.25"/>
<text text-anchor="middle" x="2744" y="-3193.95" font-family="Times,serif" font-size="14.00">$1564</text>
<text text-anchor="middle" x="2744" y="-3176.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2774.5,-3164.75 2774.5,-3215.25"/>
<text text-anchor="middle" x="2787" y="-3185.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1357 -->
<g id="node236" class="node">
<title>c1357</title>
<polygon fill="none" stroke="black" points="2984,-3153.75 2984,-3204.25 3096.5,-3204.25 3096.5,-3153.75 2984,-3153.75"/>
<text text-anchor="middle" x="2997.25" y="-3186.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-3179 3010.5,-3179"/>
<text text-anchor="middle" x="2997.25" y="-3161.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-3153.75 3010.5,-3204.25"/>
<text text-anchor="middle" x="3041" y="-3182.95" font-family="Times,serif" font-size="14.00">$1568</text>
<text text-anchor="middle" x="3041" y="-3165.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3071.5,-3153.75 3071.5,-3204.25"/>
<text text-anchor="middle" x="3084" y="-3174.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1353&#45;&gt;c1357 -->
<g id="edge403" class="edge">
<title>c1353:e&#45;&gt;c1357:w</title>
<path fill="none" stroke="black" d="M2799.25,-3190C2799.25,-3190 2934.02,-3191.46 2973.5,-3191.88"/>
<polygon fill="black" stroke="black" points="2973.21,-3195.39 2983.25,-3192 2973.29,-3188.39 2973.21,-3195.39"/>
</g>
<!-- c1354 -->
<g id="node233" class="node">
<title>c1354</title>
<polygon fill="none" stroke="black" points="2687,-3024.75 2687,-3075.25 2799.5,-3075.25 2799.5,-3024.75 2687,-3024.75"/>
<text text-anchor="middle" x="2700.25" y="-3057.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-3050 2713.5,-3050"/>
<text text-anchor="middle" x="2700.25" y="-3032.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-3024.75 2713.5,-3075.25"/>
<text text-anchor="middle" x="2744" y="-3053.95" font-family="Times,serif" font-size="14.00">$1565</text>
<text text-anchor="middle" x="2744" y="-3036.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2774.5,-3024.75 2774.5,-3075.25"/>
<text text-anchor="middle" x="2787" y="-3045.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1358 -->
<g id="node237" class="node">
<title>c1358</title>
<polygon fill="none" stroke="black" points="2984,-3083.75 2984,-3134.25 3096.5,-3134.25 3096.5,-3083.75 2984,-3083.75"/>
<text text-anchor="middle" x="2997.25" y="-3116.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-3109 3010.5,-3109"/>
<text text-anchor="middle" x="2997.25" y="-3091.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-3083.75 3010.5,-3134.25"/>
<text text-anchor="middle" x="3041" y="-3112.95" font-family="Times,serif" font-size="14.00">$1569</text>
<text text-anchor="middle" x="3041" y="-3095.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3071.5,-3083.75 3071.5,-3134.25"/>
<text text-anchor="middle" x="3084" y="-3104.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1354&#45;&gt;c1358 -->
<g id="edge404" class="edge">
<title>c1354:e&#45;&gt;c1358:w</title>
<path fill="none" stroke="black" d="M2799.25,-3050C2799.25,-3050 2935.26,-3102.93 2974.04,-3118.03"/>
<polygon fill="black" stroke="black" points="2972.66,-3121.63 2983.25,-3122 2975.2,-3115.11 2972.66,-3121.63"/>
</g>
<!-- c1355 -->
<g id="node234" class="node">
<title>c1355</title>
<polygon fill="none" stroke="black" points="2687,-2954.75 2687,-3005.25 2799.5,-3005.25 2799.5,-2954.75 2687,-2954.75"/>
<text text-anchor="middle" x="2700.25" y="-2987.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-2980 2713.5,-2980"/>
<text text-anchor="middle" x="2700.25" y="-2962.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-2954.75 2713.5,-3005.25"/>
<text text-anchor="middle" x="2744" y="-2983.95" font-family="Times,serif" font-size="14.00">$1566</text>
<text text-anchor="middle" x="2744" y="-2966.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2774.5,-2954.75 2774.5,-3005.25"/>
<text text-anchor="middle" x="2787" y="-2975.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n194 -->
<g id="node927" class="node">
<title>n194</title>
<ellipse fill="black" stroke="black" cx="2891.75" cy="-3033" rx="1.8" ry="1.8"/>
</g>
<!-- c1355&#45;&gt;n194 -->
<g id="edge405" class="edge">
<title>c1355:e&#45;&gt;n194:w</title>
<path fill="none" stroke="black" d="M2799.5,-2980C2799.5,-2980 2856.73,-3013.99 2879.53,-3027.53"/>
<polygon fill="black" stroke="black" points="2877.36,-3030.9 2887.75,-3033 2880.94,-3024.88 2877.36,-3030.9"/>
</g>
<!-- c1356 -->
<g id="node235" class="node">
<title>c1356</title>
<polygon fill="none" stroke="black" points="2687,-3094.75 2687,-3145.25 2799.5,-3145.25 2799.5,-3094.75 2687,-3094.75"/>
<text text-anchor="middle" x="2700.25" y="-3127.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-3120 2713.5,-3120"/>
<text text-anchor="middle" x="2700.25" y="-3102.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-3094.75 2713.5,-3145.25"/>
<text text-anchor="middle" x="2744" y="-3123.95" font-family="Times,serif" font-size="14.00">$1567</text>
<text text-anchor="middle" x="2744" y="-3106.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2774.5,-3094.75 2774.5,-3145.25"/>
<text text-anchor="middle" x="2787" y="-3115.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n195 -->
<g id="node928" class="node">
<title>n195</title>
<ellipse fill="black" stroke="black" cx="2891.75" cy="-3011" rx="1.8" ry="1.8"/>
</g>
<!-- c1356&#45;&gt;n195 -->
<g id="edge408" class="edge">
<title>c1356:e&#45;&gt;n195:w</title>
<path fill="none" stroke="black" d="M2799.5,-3120C2799.5,-3120 2861.29,-3044.54 2882.04,-3019.19"/>
<polygon fill="black" stroke="black" points="2885.12,-3021.95 2888.75,-3012 2879.71,-3017.52 2885.12,-3021.95"/>
</g>
<!-- n196 -->
<g id="node929" class="node">
<title>n196</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-3348" rx="1.8" ry="1.8"/>
</g>
<!-- c1357&#45;&gt;n196 -->
<g id="edge411" class="edge">
<title>c1357:e&#45;&gt;n196:w</title>
<path fill="none" stroke="black" d="M3096.5,-3179C3096.5,-3179 3161.82,-3302.68 3180.7,-3338.43"/>
<polygon fill="black" stroke="black" points="3177.99,-3339.79 3185.75,-3347 3184.18,-3336.52 3177.99,-3339.79"/>
</g>
<!-- n197 -->
<g id="node930" class="node">
<title>n197</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-3109" rx="1.8" ry="1.8"/>
</g>
<!-- c1358&#45;&gt;n197 -->
<g id="edge414" class="edge">
<title>c1358:e&#45;&gt;n197:w</title>
<path fill="none" stroke="black" d="M3096.5,-3109C3096.5,-3109 3150.97,-3109 3174.81,-3109"/>
<polygon fill="black" stroke="black" points="3174.75,-3112.5 3184.75,-3109 3174.75,-3105.5 3174.75,-3112.5"/>
</g>
<!-- c1359 -->
<g id="node238" class="node">
<title>c1359</title>
<polygon fill="none" stroke="black" points="3281,-3080.75 3281,-3131.25 3393.5,-3131.25 3393.5,-3080.75 3281,-3080.75"/>
<text text-anchor="middle" x="3294.25" y="-3113.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-3106 3307.5,-3106"/>
<text text-anchor="middle" x="3294.25" y="-3088.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-3080.75 3307.5,-3131.25"/>
<text text-anchor="middle" x="3338" y="-3109.95" font-family="Times,serif" font-size="14.00">$1570</text>
<text text-anchor="middle" x="3338" y="-3092.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3368.5,-3080.75 3368.5,-3131.25"/>
<text text-anchor="middle" x="3381" y="-3101.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n198 -->
<g id="node931" class="node">
<title>n198</title>
<ellipse fill="black" stroke="black" cx="3485.75" cy="-3106" rx="1.8" ry="1.8"/>
</g>
<!-- c1359&#45;&gt;n198 -->
<g id="edge417" class="edge">
<title>c1359:e&#45;&gt;n198:w</title>
<path fill="none" stroke="black" d="M3393.5,-3106C3393.5,-3106 3447.97,-3106 3471.81,-3106"/>
<polygon fill="black" stroke="black" points="3471.75,-3109.5 3481.75,-3106 3471.75,-3102.5 3471.75,-3109.5"/>
</g>
<!-- c1360 -->
<g id="node239" class="node">
<title>c1360</title>
<polygon fill="none" stroke="black" points="3281,-3329.75 3281,-3380.25 3393.5,-3380.25 3393.5,-3329.75 3281,-3329.75"/>
<text text-anchor="middle" x="3294.25" y="-3362.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-3355 3307.5,-3355"/>
<text text-anchor="middle" x="3294.25" y="-3337.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-3329.75 3307.5,-3380.25"/>
<text text-anchor="middle" x="3338" y="-3358.95" font-family="Times,serif" font-size="14.00">$1571</text>
<text text-anchor="middle" x="3338" y="-3341.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3368.5,-3329.75 3368.5,-3380.25"/>
<text text-anchor="middle" x="3381" y="-3350.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n199 -->
<g id="node932" class="node">
<title>n199</title>
<ellipse fill="black" stroke="black" cx="3485.75" cy="-3272" rx="1.8" ry="1.8"/>
</g>
<!-- c1360&#45;&gt;n199 -->
<g id="edge420" class="edge">
<title>c1360:e&#45;&gt;n199:w</title>
<path fill="none" stroke="black" d="M3393.5,-3355C3393.5,-3355 3452.99,-3299.68 3474.83,-3279.37"/>
<polygon fill="black" stroke="black" points="3476.81,-3282.37 3481.75,-3273 3472.04,-3277.25 3476.81,-3282.37"/>
</g>
<!-- c1361 -->
<g id="node240" class="node">
<title>c1361</title>
<polygon fill="none" stroke="black" points="3281,-3399.75 3281,-3450.25 3393.5,-3450.25 3393.5,-3399.75 3281,-3399.75"/>
<text text-anchor="middle" x="3294.25" y="-3432.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-3425 3307.5,-3425"/>
<text text-anchor="middle" x="3294.25" y="-3407.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-3399.75 3307.5,-3450.25"/>
<text text-anchor="middle" x="3338" y="-3428.95" font-family="Times,serif" font-size="14.00">$1572</text>
<text text-anchor="middle" x="3338" y="-3411.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3368.5,-3399.75 3368.5,-3450.25"/>
<text text-anchor="middle" x="3381" y="-3420.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1363 -->
<g id="node242" class="node">
<title>c1363</title>
<polygon fill="none" stroke="black" points="3578,-3392.75 3578,-3443.25 3690.5,-3443.25 3690.5,-3392.75 3578,-3392.75"/>
<text text-anchor="middle" x="3591.25" y="-3425.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3578,-3418 3604.5,-3418"/>
<text text-anchor="middle" x="3591.25" y="-3400.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3604.5,-3392.75 3604.5,-3443.25"/>
<text text-anchor="middle" x="3635" y="-3421.95" font-family="Times,serif" font-size="14.00">$1574</text>
<text text-anchor="middle" x="3635" y="-3404.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3665.5,-3392.75 3665.5,-3443.25"/>
<text text-anchor="middle" x="3678" y="-3413.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1361&#45;&gt;c1363 -->
<g id="edge433" class="edge">
<title>c1361:e&#45;&gt;c1363:w</title>
<path fill="none" stroke="black" d="M3393.25,-3425C3393.25,-3425 3528.02,-3410.43 3567.5,-3406.16"/>
<polygon fill="black" stroke="black" points="3567.68,-3409.55 3577.25,-3405 3566.93,-3402.6 3567.68,-3409.55"/>
</g>
<!-- c1362 -->
<g id="node241" class="node">
<title>c1362</title>
<polygon fill="none" stroke="black" points="3281,-3188.75 3281,-3239.25 3393.5,-3239.25 3393.5,-3188.75 3281,-3188.75"/>
<text text-anchor="middle" x="3294.25" y="-3221.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-3214 3307.5,-3214"/>
<text text-anchor="middle" x="3294.25" y="-3196.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-3188.75 3307.5,-3239.25"/>
<text text-anchor="middle" x="3338" y="-3217.95" font-family="Times,serif" font-size="14.00">$1573</text>
<text text-anchor="middle" x="3338" y="-3200.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3368.5,-3188.75 3368.5,-3239.25"/>
<text text-anchor="middle" x="3381" y="-3209.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1364 -->
<g id="node243" class="node">
<title>c1364</title>
<polygon fill="none" stroke="black" points="3578,-3322.75 3578,-3373.25 3690.5,-3373.25 3690.5,-3322.75 3578,-3322.75"/>
<text text-anchor="middle" x="3591.25" y="-3355.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3578,-3348 3604.5,-3348"/>
<text text-anchor="middle" x="3591.25" y="-3330.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3604.5,-3322.75 3604.5,-3373.25"/>
<text text-anchor="middle" x="3635" y="-3351.95" font-family="Times,serif" font-size="14.00">$1575</text>
<text text-anchor="middle" x="3635" y="-3334.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3665.5,-3322.75 3665.5,-3373.25"/>
<text text-anchor="middle" x="3678" y="-3343.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1362&#45;&gt;c1364 -->
<g id="edge434" class="edge">
<title>c1362:e&#45;&gt;c1364:w</title>
<path fill="none" stroke="black" d="M3393.25,-3214C3393.25,-3214 3531.75,-3304.58 3569.08,-3329"/>
<polygon fill="black" stroke="black" points="3566.97,-3332.46 3577.25,-3335 3570.8,-3326.6 3566.97,-3332.46"/>
</g>
<!-- n202 -->
<g id="node934" class="node">
<title>n202</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-3475" rx="1.8" ry="1.8"/>
</g>
<!-- c1363&#45;&gt;n202 -->
<g id="edge435" class="edge">
<title>c1363:e&#45;&gt;n202:w</title>
<path fill="none" stroke="black" d="M3690.5,-3418C3690.5,-3418 3747.73,-3454.55 3770.53,-3469.11"/>
<polygon fill="black" stroke="black" points="3768.44,-3472.57 3778.75,-3475 3772.21,-3466.67 3768.44,-3472.57"/>
</g>
<!-- n203 -->
<g id="node935" class="node">
<title>n203</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-3348" rx="1.8" ry="1.8"/>
</g>
<!-- c1364&#45;&gt;n203 -->
<g id="edge438" class="edge">
<title>c1364:e&#45;&gt;n203:w</title>
<path fill="none" stroke="black" d="M3690.5,-3348C3690.5,-3348 3744.97,-3348 3768.81,-3348"/>
<polygon fill="black" stroke="black" points="3768.75,-3351.5 3778.75,-3348 3768.75,-3344.5 3768.75,-3351.5"/>
</g>
<!-- c1365 -->
<g id="node244" class="node">
<title>c1365</title>
<polygon fill="none" stroke="black" points="3875,-3322.75 3875,-3373.25 3987.5,-3373.25 3987.5,-3322.75 3875,-3322.75"/>
<text text-anchor="middle" x="3888.25" y="-3355.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-3348 3901.5,-3348"/>
<text text-anchor="middle" x="3888.25" y="-3330.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-3322.75 3901.5,-3373.25"/>
<text text-anchor="middle" x="3932" y="-3351.95" font-family="Times,serif" font-size="14.00">$1576</text>
<text text-anchor="middle" x="3932" y="-3334.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3962.5,-3322.75 3962.5,-3373.25"/>
<text text-anchor="middle" x="3975" y="-3343.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n204 -->
<g id="node936" class="node">
<title>n204</title>
<ellipse fill="black" stroke="black" cx="4079.75" cy="-3348" rx="1.8" ry="1.8"/>
</g>
<!-- c1365&#45;&gt;n204 -->
<g id="edge441" class="edge">
<title>c1365:e&#45;&gt;n204:w</title>
<path fill="none" stroke="black" d="M3987.5,-3348C3987.5,-3348 4041.97,-3348 4065.81,-3348"/>
<polygon fill="black" stroke="black" points="4065.75,-3351.5 4075.75,-3348 4065.75,-3344.5 4065.75,-3351.5"/>
</g>
<!-- c1366 -->
<g id="node245" class="node">
<title>c1366</title>
<polygon fill="none" stroke="black" points="3875,-3462.75 3875,-3513.25 3987.5,-3513.25 3987.5,-3462.75 3875,-3462.75"/>
<text text-anchor="middle" x="3888.25" y="-3495.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-3488 3901.5,-3488"/>
<text text-anchor="middle" x="3888.25" y="-3470.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-3462.75 3901.5,-3513.25"/>
<text text-anchor="middle" x="3932" y="-3491.95" font-family="Times,serif" font-size="14.00">$1577</text>
<text text-anchor="middle" x="3932" y="-3474.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3962.5,-3462.75 3962.5,-3513.25"/>
<text text-anchor="middle" x="3975" y="-3483.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n205 -->
<g id="node937" class="node">
<title>n205</title>
<ellipse fill="black" stroke="black" cx="4079.75" cy="-3448" rx="1.8" ry="1.8"/>
</g>
<!-- c1366&#45;&gt;n205 -->
<g id="edge444" class="edge">
<title>c1366:e&#45;&gt;n205:w</title>
<path fill="none" stroke="black" d="M3987.5,-3488C3987.5,-3488 4043.62,-3462.85 4066.86,-3452.43"/>
<polygon fill="black" stroke="black" points="4068.06,-3455.28 4075.75,-3448 4065.19,-3448.9 4068.06,-3455.28"/>
</g>
<!-- c1367 -->
<g id="node246" class="node">
<title>c1367</title>
<polygon fill="none" stroke="black" points="3875,-3532.75 3875,-3583.25 3987.5,-3583.25 3987.5,-3532.75 3875,-3532.75"/>
<text text-anchor="middle" x="3888.25" y="-3565.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-3558 3901.5,-3558"/>
<text text-anchor="middle" x="3888.25" y="-3540.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-3532.75 3901.5,-3583.25"/>
<text text-anchor="middle" x="3932" y="-3561.95" font-family="Times,serif" font-size="14.00">$1578</text>
<text text-anchor="middle" x="3932" y="-3544.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3962.5,-3532.75 3962.5,-3583.25"/>
<text text-anchor="middle" x="3975" y="-3553.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1369 -->
<g id="node248" class="node">
<title>c1369</title>
<polygon fill="none" stroke="black" points="4172,-3545.75 4172,-3596.25 4284.5,-3596.25 4284.5,-3545.75 4172,-3545.75"/>
<text text-anchor="middle" x="4185.25" y="-3578.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-3571 4198.5,-3571"/>
<text text-anchor="middle" x="4185.25" y="-3553.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-3545.75 4198.5,-3596.25"/>
<text text-anchor="middle" x="4229" y="-3574.95" font-family="Times,serif" font-size="14.00">$1580</text>
<text text-anchor="middle" x="4229" y="-3557.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4259.5,-3545.75 4259.5,-3596.25"/>
<text text-anchor="middle" x="4272" y="-3566.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1367&#45;&gt;c1369 -->
<g id="edge447" class="edge">
<title>c1367:e&#45;&gt;c1369:w</title>
<path fill="none" stroke="black" d="M3987.25,-3558C3987.25,-3558 4122.02,-3558 4161.5,-3558"/>
<polygon fill="black" stroke="black" points="4161.25,-3561.5 4171.25,-3558 4161.25,-3554.5 4161.25,-3561.5"/>
</g>
<!-- c1368 -->
<g id="node247" class="node">
<title>c1368</title>
<polygon fill="none" stroke="black" points="3875,-3392.75 3875,-3443.25 3987.5,-3443.25 3987.5,-3392.75 3875,-3392.75"/>
<text text-anchor="middle" x="3888.25" y="-3425.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-3418 3901.5,-3418"/>
<text text-anchor="middle" x="3888.25" y="-3400.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-3392.75 3901.5,-3443.25"/>
<text text-anchor="middle" x="3932" y="-3421.95" font-family="Times,serif" font-size="14.00">$1579</text>
<text text-anchor="middle" x="3932" y="-3404.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3962.5,-3392.75 3962.5,-3443.25"/>
<text text-anchor="middle" x="3975" y="-3413.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1370 -->
<g id="node249" class="node">
<title>c1370</title>
<polygon fill="none" stroke="black" points="4172,-3407.75 4172,-3458.25 4284.5,-3458.25 4284.5,-3407.75 4172,-3407.75"/>
<text text-anchor="middle" x="4185.25" y="-3440.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-3433 4198.5,-3433"/>
<text text-anchor="middle" x="4185.25" y="-3415.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-3407.75 4198.5,-3458.25"/>
<text text-anchor="middle" x="4229" y="-3436.95" font-family="Times,serif" font-size="14.00">$1581</text>
<text text-anchor="middle" x="4229" y="-3419.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4259.5,-3407.75 4259.5,-3458.25"/>
<text text-anchor="middle" x="4272" y="-3428.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1368&#45;&gt;c1370 -->
<g id="edge448" class="edge">
<title>c1368:e&#45;&gt;c1370:w</title>
<path fill="none" stroke="black" d="M3987.25,-3418C3987.25,-3418 4122.02,-3419.46 4161.5,-3419.88"/>
<polygon fill="black" stroke="black" points="4161.21,-3423.39 4171.25,-3420 4161.29,-3416.39 4161.21,-3423.39"/>
</g>
<!-- n208 -->
<g id="node938" class="node">
<title>n208</title>
<ellipse fill="black" stroke="black" cx="4376.75" cy="-3571" rx="1.8" ry="1.8"/>
</g>
<!-- c1369&#45;&gt;n208 -->
<g id="edge449" class="edge">
<title>c1369:e&#45;&gt;n208:w</title>
<path fill="none" stroke="black" d="M4284.5,-3571C4284.5,-3571 4338.97,-3571 4362.81,-3571"/>
<polygon fill="black" stroke="black" points="4362.75,-3574.5 4372.75,-3571 4362.75,-3567.5 4362.75,-3574.5"/>
</g>
<!-- n209 -->
<g id="node939" class="node">
<title>n209</title>
<ellipse fill="black" stroke="black" cx="4376.75" cy="-3433" rx="1.8" ry="1.8"/>
</g>
<!-- c1370&#45;&gt;n209 -->
<g id="edge452" class="edge">
<title>c1370:e&#45;&gt;n209:w</title>
<path fill="none" stroke="black" d="M4284.5,-3433C4284.5,-3433 4338.97,-3433 4362.81,-3433"/>
<polygon fill="black" stroke="black" points="4362.75,-3436.5 4372.75,-3433 4362.75,-3429.5 4362.75,-3436.5"/>
</g>
<!-- c1371 -->
<g id="node250" class="node">
<title>c1371</title>
<polygon fill="none" stroke="black" points="4469,-3628.75 4469,-3679.25 4581.5,-3679.25 4581.5,-3628.75 4469,-3628.75"/>
<text text-anchor="middle" x="4482.25" y="-3661.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4469,-3654 4495.5,-3654"/>
<text text-anchor="middle" x="4482.25" y="-3636.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4495.5,-3628.75 4495.5,-3679.25"/>
<text text-anchor="middle" x="4526" y="-3657.95" font-family="Times,serif" font-size="14.00">$1582</text>
<text text-anchor="middle" x="4526" y="-3640.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4556.5,-3628.75 4556.5,-3679.25"/>
<text text-anchor="middle" x="4569" y="-3649.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1375 -->
<g id="node254" class="node">
<title>c1375</title>
<polygon fill="none" stroke="black" points="4766,-3609.75 4766,-3660.25 4878.5,-3660.25 4878.5,-3609.75 4766,-3609.75"/>
<text text-anchor="middle" x="4779.25" y="-3642.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4766,-3635 4792.5,-3635"/>
<text text-anchor="middle" x="4779.25" y="-3617.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4792.5,-3609.75 4792.5,-3660.25"/>
<text text-anchor="middle" x="4823" y="-3638.95" font-family="Times,serif" font-size="14.00">$1586</text>
<text text-anchor="middle" x="4823" y="-3621.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4853.5,-3609.75 4853.5,-3660.25"/>
<text text-anchor="middle" x="4866" y="-3630.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1371&#45;&gt;c1375 -->
<g id="edge456" class="edge">
<title>c1371:e&#45;&gt;c1375:w</title>
<path fill="none" stroke="black" d="M4581.25,-3654C4581.25,-3654 4716.02,-3649.63 4755.5,-3648.35"/>
<polygon fill="black" stroke="black" points="4755.37,-3651.82 4765.25,-3648 4755.14,-3644.83 4755.37,-3651.82"/>
</g>
<!-- c1372 -->
<g id="node251" class="node">
<title>c1372</title>
<polygon fill="none" stroke="black" points="4469,-3488.75 4469,-3539.25 4581.5,-3539.25 4581.5,-3488.75 4469,-3488.75"/>
<text text-anchor="middle" x="4482.25" y="-3521.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4469,-3514 4495.5,-3514"/>
<text text-anchor="middle" x="4482.25" y="-3496.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4495.5,-3488.75 4495.5,-3539.25"/>
<text text-anchor="middle" x="4526" y="-3517.95" font-family="Times,serif" font-size="14.00">$1583</text>
<text text-anchor="middle" x="4526" y="-3500.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4556.5,-3488.75 4556.5,-3539.25"/>
<text text-anchor="middle" x="4569" y="-3509.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1376 -->
<g id="node255" class="node">
<title>c1376</title>
<polygon fill="none" stroke="black" points="4914.5,-3526.75 4914.5,-3577.25 5027,-3577.25 5027,-3526.75 4914.5,-3526.75"/>
<text text-anchor="middle" x="4927.75" y="-3559.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4914.5,-3552 4941,-3552"/>
<text text-anchor="middle" x="4927.75" y="-3534.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4941,-3526.75 4941,-3577.25"/>
<text text-anchor="middle" x="4971.5" y="-3555.95" font-family="Times,serif" font-size="14.00">$1587</text>
<text text-anchor="middle" x="4971.5" y="-3538.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5002,-3526.75 5002,-3577.25"/>
<text text-anchor="middle" x="5014.5" y="-3547.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1372&#45;&gt;c1376 -->
<g id="edge457" class="edge">
<title>c1372:e&#45;&gt;c1376:w</title>
<path fill="none" stroke="black" d="M4581.25,-3514C4581.25,-3514 4846.95,-3554.63 4904.03,-3563.36"/>
<polygon fill="black" stroke="black" points="4903.34,-3566.95 4913.75,-3565 4904.39,-3560.03 4903.34,-3566.95"/>
</g>
<!-- c1373 -->
<g id="node252" class="node">
<title>c1373</title>
<polygon fill="none" stroke="black" points="4469,-3418.75 4469,-3469.25 4581.5,-3469.25 4581.5,-3418.75 4469,-3418.75"/>
<text text-anchor="middle" x="4482.25" y="-3451.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4469,-3444 4495.5,-3444"/>
<text text-anchor="middle" x="4482.25" y="-3426.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4495.5,-3418.75 4495.5,-3469.25"/>
<text text-anchor="middle" x="4526" y="-3447.95" font-family="Times,serif" font-size="14.00">$1584</text>
<text text-anchor="middle" x="4526" y="-3430.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4556.5,-3418.75 4556.5,-3469.25"/>
<text text-anchor="middle" x="4569" y="-3439.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n212 -->
<g id="node940" class="node">
<title>n212</title>
<ellipse fill="black" stroke="black" cx="4673.75" cy="-3422" rx="1.8" ry="1.8"/>
</g>
<!-- c1373&#45;&gt;n212 -->
<g id="edge458" class="edge">
<title>c1373:e&#45;&gt;n212:w</title>
<path fill="none" stroke="black" d="M4581.5,-3444C4581.5,-3444 4636.52,-3430.44 4660.16,-3424.61"/>
<polygon fill="black" stroke="black" points="4660.88,-3427.79 4669.75,-3422 4659.2,-3421 4660.88,-3427.79"/>
</g>
<!-- c1374 -->
<g id="node253" class="node">
<title>c1374</title>
<polygon fill="none" stroke="black" points="4469,-3558.75 4469,-3609.25 4581.5,-3609.25 4581.5,-3558.75 4469,-3558.75"/>
<text text-anchor="middle" x="4482.25" y="-3591.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4469,-3584 4495.5,-3584"/>
<text text-anchor="middle" x="4482.25" y="-3566.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4495.5,-3558.75 4495.5,-3609.25"/>
<text text-anchor="middle" x="4526" y="-3587.95" font-family="Times,serif" font-size="14.00">$1585</text>
<text text-anchor="middle" x="4526" y="-3570.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4556.5,-3558.75 4556.5,-3609.25"/>
<text text-anchor="middle" x="4569" y="-3579.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n213 -->
<g id="node941" class="node">
<title>n213</title>
<ellipse fill="black" stroke="black" cx="4822.25" cy="-3501" rx="1.8" ry="1.8"/>
</g>
<!-- c1374&#45;&gt;n213 -->
<g id="edge462" class="edge">
<title>c1374:e&#45;&gt;n213:w</title>
<path fill="none" stroke="black" d="M4581.25,-3584C4581.25,-3584 4764.23,-3520.45 4809.98,-3504.57"/>
<polygon fill="black" stroke="black" points="4810.95,-3507.59 4819.25,-3501 4808.66,-3500.97 4810.95,-3507.59"/>
</g>
<!-- n214 -->
<g id="node942" class="node">
<title>n214</title>
<ellipse fill="black" stroke="black" cx="4970.75" cy="-3635" rx="1.8" ry="1.8"/>
</g>
<!-- c1375&#45;&gt;n214 -->
<g id="edge466" class="edge">
<title>c1375:e&#45;&gt;n214:w</title>
<path fill="none" stroke="black" d="M4878.5,-3635C4878.5,-3635 4932.97,-3635 4956.81,-3635"/>
<polygon fill="black" stroke="black" points="4956.75,-3638.5 4966.75,-3635 4956.75,-3631.5 4956.75,-3638.5"/>
</g>
<!-- n215 -->
<g id="node943" class="node">
<title>n215</title>
<ellipse fill="black" stroke="black" cx="5119.25" cy="-3693" rx="1.8" ry="1.8"/>
</g>
<!-- c1376&#45;&gt;n215 -->
<g id="edge469" class="edge">
<title>c1376:e&#45;&gt;n215:w</title>
<path fill="none" stroke="black" d="M5027,-3552C5027,-3552 5090.54,-3652.38 5110.39,-3683.75"/>
<polygon fill="black" stroke="black" points="5107.94,-3685.42 5116.25,-3692 5113.86,-3681.68 5107.94,-3685.42"/>
</g>
<!-- c1377 -->
<g id="node256" class="node">
<title>c1377</title>
<polygon fill="none" stroke="black" points="5063,-3719.75 5063,-3770.25 5175.5,-3770.25 5175.5,-3719.75 5063,-3719.75"/>
<text text-anchor="middle" x="5076.25" y="-3752.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5063,-3745 5089.5,-3745"/>
<text text-anchor="middle" x="5076.25" y="-3727.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5089.5,-3719.75 5089.5,-3770.25"/>
<text text-anchor="middle" x="5120" y="-3748.95" font-family="Times,serif" font-size="14.00">$1588</text>
<text text-anchor="middle" x="5120" y="-3731.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5150.5,-3719.75 5150.5,-3770.25"/>
<text text-anchor="middle" x="5163" y="-3740.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1381 -->
<g id="node260" class="node">
<title>c1381</title>
<polygon fill="none" stroke="black" points="5508.5,-3705.75 5508.5,-3756.25 5621,-3756.25 5621,-3705.75 5508.5,-3705.75"/>
<text text-anchor="middle" x="5521.75" y="-3738.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5508.5,-3731 5535,-3731"/>
<text text-anchor="middle" x="5521.75" y="-3713.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5535,-3705.75 5535,-3756.25"/>
<text text-anchor="middle" x="5565.5" y="-3734.95" font-family="Times,serif" font-size="14.00">$1592</text>
<text text-anchor="middle" x="5565.5" y="-3717.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5596,-3705.75 5596,-3756.25"/>
<text text-anchor="middle" x="5608.5" y="-3726.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1377&#45;&gt;c1381 -->
<g id="edge472" class="edge">
<title>c1377:e&#45;&gt;c1381:w</title>
<path fill="none" stroke="black" d="M5175.25,-3745C5175.25,-3745 5440.95,-3744.2 5498.03,-3744.03"/>
<polygon fill="black" stroke="black" points="5497.76,-3747.53 5507.75,-3744 5497.74,-3740.53 5497.76,-3747.53"/>
</g>
<!-- c1378 -->
<g id="node257" class="node">
<title>c1378</title>
<polygon fill="none" stroke="black" points="5211.5,-3777.75 5211.5,-3828.25 5324,-3828.25 5324,-3777.75 5211.5,-3777.75"/>
<text text-anchor="middle" x="5224.75" y="-3810.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5211.5,-3803 5238,-3803"/>
<text text-anchor="middle" x="5224.75" y="-3785.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5238,-3777.75 5238,-3828.25"/>
<text text-anchor="middle" x="5268.5" y="-3806.95" font-family="Times,serif" font-size="14.00">$1589</text>
<text text-anchor="middle" x="5268.5" y="-3789.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5299,-3777.75 5299,-3828.25"/>
<text text-anchor="middle" x="5311.5" y="-3798.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1382 -->
<g id="node261" class="node">
<title>c1382</title>
<polygon fill="none" stroke="black" points="5360,-3773.75 5360,-3824.25 5472.5,-3824.25 5472.5,-3773.75 5360,-3773.75"/>
<text text-anchor="middle" x="5373.25" y="-3806.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5360,-3799 5386.5,-3799"/>
<text text-anchor="middle" x="5373.25" y="-3781.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5386.5,-3773.75 5386.5,-3824.25"/>
<text text-anchor="middle" x="5417" y="-3802.95" font-family="Times,serif" font-size="14.00">$1593</text>
<text text-anchor="middle" x="5417" y="-3785.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5447.5,-3773.75 5447.5,-3824.25"/>
<text text-anchor="middle" x="5460" y="-3794.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1378&#45;&gt;c1382 -->
<g id="edge473" class="edge">
<title>c1378:e&#45;&gt;c1382:w</title>
<path fill="none" stroke="black" d="M5324,-3803C5324,-3803 5338.77,-3806.69 5349.39,-3809.35"/>
<polygon fill="black" stroke="black" points="5348.45,-3812.97 5359,-3812 5350.15,-3806.18 5348.45,-3812.97"/>
</g>
<!-- c1379 -->
<g id="node258" class="node">
<title>c1379</title>
<polygon fill="none" stroke="black" points="5211.5,-3665.75 5211.5,-3716.25 5324,-3716.25 5324,-3665.75 5211.5,-3665.75"/>
<text text-anchor="middle" x="5224.75" y="-3698.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5211.5,-3691 5238,-3691"/>
<text text-anchor="middle" x="5224.75" y="-3673.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5238,-3665.75 5238,-3716.25"/>
<text text-anchor="middle" x="5268.5" y="-3694.95" font-family="Times,serif" font-size="14.00">$1590</text>
<text text-anchor="middle" x="5268.5" y="-3677.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5299,-3665.75 5299,-3716.25"/>
<text text-anchor="middle" x="5311.5" y="-3686.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n218 -->
<g id="node944" class="node">
<title>n218</title>
<ellipse fill="black" stroke="black" cx="5416.25" cy="-3691" rx="1.8" ry="1.8"/>
</g>
<!-- c1379&#45;&gt;n218 -->
<g id="edge474" class="edge">
<title>c1379:e&#45;&gt;n218:w</title>
<path fill="none" stroke="black" d="M5324,-3691C5324,-3691 5378.47,-3691 5402.31,-3691"/>
<polygon fill="black" stroke="black" points="5402.25,-3694.5 5412.25,-3691 5402.25,-3687.5 5402.25,-3694.5"/>
</g>
<!-- c1380 -->
<g id="node259" class="node">
<title>c1380</title>
<polygon fill="none" stroke="black" points="5063,-3621.75 5063,-3672.25 5175.5,-3672.25 5175.5,-3621.75 5063,-3621.75"/>
<text text-anchor="middle" x="5076.25" y="-3654.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5063,-3647 5089.5,-3647"/>
<text text-anchor="middle" x="5076.25" y="-3629.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5089.5,-3621.75 5089.5,-3672.25"/>
<text text-anchor="middle" x="5120" y="-3650.95" font-family="Times,serif" font-size="14.00">$1591</text>
<text text-anchor="middle" x="5120" y="-3633.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5150.5,-3621.75 5150.5,-3672.25"/>
<text text-anchor="middle" x="5163" y="-3642.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n219 -->
<g id="node945" class="node">
<title>n219</title>
<ellipse fill="black" stroke="black" cx="5267.75" cy="-3645" rx="1.8" ry="1.8"/>
</g>
<!-- c1380&#45;&gt;n219 -->
<g id="edge477" class="edge">
<title>c1380:e&#45;&gt;n219:w</title>
<path fill="none" stroke="black" d="M5175.5,-3647C5175.5,-3647 5229.97,-3645.78 5253.81,-3645.25"/>
<polygon fill="black" stroke="black" points="5253.83,-3648.72 5263.75,-3645 5253.67,-3641.73 5253.83,-3648.72"/>
</g>
<!-- n220 -->
<g id="node946" class="node">
<title>n220</title>
<ellipse fill="black" stroke="black" cx="5713.25" cy="-3731" rx="1.8" ry="1.8"/>
</g>
<!-- c1381&#45;&gt;n220 -->
<g id="edge481" class="edge">
<title>c1381:e&#45;&gt;n220:w</title>
<path fill="none" stroke="black" d="M5621,-3731C5621,-3731 5675.47,-3731 5699.31,-3731"/>
<polygon fill="black" stroke="black" points="5699.25,-3734.5 5709.25,-3731 5699.25,-3727.5 5699.25,-3734.5"/>
</g>
<!-- c1382&#45;&gt;c1383 -->
<g id="edge484" class="edge">
<title>c1382:e&#45;&gt;c1383:w</title>
<path fill="none" stroke="black" d="M5472.5,-3799C5472.5,-3799 5486.92,-3799 5497.5,-3799"/>
<polygon fill="black" stroke="black" points="5497.5,-3802.5 5507.5,-3799 5497.5,-3795.5 5497.5,-3802.5"/>
</g>
<!-- n222 -->
<g id="node947" class="node">
<title>n222</title>
<ellipse fill="black" stroke="black" cx="5713.25" cy="-3812" rx="1.8" ry="1.8"/>
</g>
<!-- c1383&#45;&gt;n222 -->
<g id="edge485" class="edge">
<title>c1383:e&#45;&gt;n222:w</title>
<path fill="none" stroke="black" d="M5621,-3812C5621,-3812 5675.47,-3812 5699.31,-3812"/>
<polygon fill="black" stroke="black" points="5699.25,-3815.5 5709.25,-3812 5699.25,-3808.5 5699.25,-3815.5"/>
</g>
<!-- c1384 -->
<g id="node263" class="node">
<title>c1384</title>
<polygon fill="none" stroke="black" points="5805.5,-3698.75 5805.5,-3749.25 5918,-3749.25 5918,-3698.75 5805.5,-3698.75"/>
<text text-anchor="middle" x="5818.75" y="-3731.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5805.5,-3724 5832,-3724"/>
<text text-anchor="middle" x="5818.75" y="-3706.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5832,-3698.75 5832,-3749.25"/>
<text text-anchor="middle" x="5862.5" y="-3727.95" font-family="Times,serif" font-size="14.00">$1595</text>
<text text-anchor="middle" x="5862.5" y="-3710.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5893,-3698.75 5893,-3749.25"/>
<text text-anchor="middle" x="5905.5" y="-3719.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1388 -->
<g id="node267" class="node">
<title>c1388</title>
<polygon fill="none" stroke="black" points="5954,-3561.75 5954,-3612.25 6066.5,-3612.25 6066.5,-3561.75 5954,-3561.75"/>
<text text-anchor="middle" x="5967.25" y="-3594.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5954,-3587 5980.5,-3587"/>
<text text-anchor="middle" x="5967.25" y="-3569.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5980.5,-3561.75 5980.5,-3612.25"/>
<text text-anchor="middle" x="6011" y="-3590.95" font-family="Times,serif" font-size="14.00">$1599</text>
<text text-anchor="middle" x="6011" y="-3573.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="6041.5,-3561.75 6041.5,-3612.25"/>
<text text-anchor="middle" x="6054" y="-3582.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1384&#45;&gt;c1388 -->
<g id="edge488" class="edge">
<title>c1384:e&#45;&gt;c1388:w</title>
<path fill="none" stroke="black" d="M5918,-3724C5918,-3724 5943.39,-3618.2 5951.53,-3584.31"/>
<polygon fill="black" stroke="black" points="5955.07,-3585.54 5954,-3575 5948.26,-3583.91 5955.07,-3585.54"/>
</g>
<!-- c1385 -->
<g id="node264" class="node">
<title>c1385</title>
<polygon fill="none" stroke="black" points="5805.5,-3768.75 5805.5,-3819.25 5918,-3819.25 5918,-3768.75 5805.5,-3768.75"/>
<text text-anchor="middle" x="5818.75" y="-3801.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5805.5,-3794 5832,-3794"/>
<text text-anchor="middle" x="5818.75" y="-3776.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5832,-3768.75 5832,-3819.25"/>
<text text-anchor="middle" x="5862.5" y="-3797.95" font-family="Times,serif" font-size="14.00">$1596</text>
<text text-anchor="middle" x="5862.5" y="-3780.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5893,-3768.75 5893,-3819.25"/>
<text text-anchor="middle" x="5905.5" y="-3789.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1386 -->
<g id="node265" class="node">
<title>c1386</title>
<polygon fill="none" stroke="black" points="5954,-3781.75 5954,-3832.25 6066.5,-3832.25 6066.5,-3781.75 5954,-3781.75"/>
<text text-anchor="middle" x="5967.25" y="-3814.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5954,-3807 5980.5,-3807"/>
<text text-anchor="middle" x="5967.25" y="-3789.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5980.5,-3781.75 5980.5,-3832.25"/>
<text text-anchor="middle" x="6011" y="-3810.95" font-family="Times,serif" font-size="14.00">$1597</text>
<text text-anchor="middle" x="6011" y="-3793.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="6041.5,-3781.75 6041.5,-3832.25"/>
<text text-anchor="middle" x="6054" y="-3802.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1385&#45;&gt;c1386 -->
<g id="edge489" class="edge">
<title>c1385:e&#45;&gt;c1386:w</title>
<path fill="none" stroke="black" d="M5918,-3794C5918,-3794 5932.42,-3794 5943,-3794"/>
<polygon fill="black" stroke="black" points="5943,-3797.5 5953,-3794 5943,-3790.5 5943,-3797.5"/>
</g>
<!-- x62 -->
<g id="node840" class="node">
<title>x62</title>
<path fill="none" stroke="black" d="M6282,-3682C6282,-3682 6332.5,-3682 6332.5,-3682 6338.5,-3682 6344.5,-3688 6344.5,-3694 6344.5,-3694 6344.5,-3706 6344.5,-3706 6344.5,-3712 6338.5,-3718 6332.5,-3718 6332.5,-3718 6282,-3718 6282,-3718 6276,-3718 6270,-3712 6270,-3706 6270,-3706 6270,-3694 6270,-3694 6270,-3688 6276,-3682 6282,-3682"/>
<text text-anchor="middle" x="6307.25" y="-3695.7" font-family="Times,serif" font-size="14.00">0:0 &#45; 6:6</text>
</g>
<!-- c1386&#45;&gt;x62 -->
<g id="edge455" class="edge">
<title>c1386:e&#45;&gt;x62:w</title>
<path fill="none" stroke="black" d="M6066.25,-3807C6066.25,-3807 6220.35,-3726.17 6260.68,-3705.02"/>
<polygon fill="black" stroke="black" points="6262.02,-3707.74 6269.25,-3700 6258.77,-3701.55 6262.02,-3707.74"/>
</g>
<!-- c1387 -->
<g id="node266" class="node">
<title>c1387</title>
<polygon fill="none" stroke="black" points="5805.5,-3628.75 5805.5,-3679.25 5918,-3679.25 5918,-3628.75 5805.5,-3628.75"/>
<text text-anchor="middle" x="5818.75" y="-3661.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5805.5,-3654 5832,-3654"/>
<text text-anchor="middle" x="5818.75" y="-3636.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5832,-3628.75 5832,-3679.25"/>
<text text-anchor="middle" x="5862.5" y="-3657.95" font-family="Times,serif" font-size="14.00">$1598</text>
<text text-anchor="middle" x="5862.5" y="-3640.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5893,-3628.75 5893,-3679.25"/>
<text text-anchor="middle" x="5905.5" y="-3649.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1485 -->
<g id="node364" class="node">
<title>c1485</title>
<polygon fill="none" stroke="black" points="6102.5,-3485.75 6102.5,-3536.25 6215,-3536.25 6215,-3485.75 6102.5,-3485.75"/>
<text text-anchor="middle" x="6115.75" y="-3518.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6102.5,-3511 6129,-3511"/>
<text text-anchor="middle" x="6115.75" y="-3493.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="6129,-3485.75 6129,-3536.25"/>
<text text-anchor="middle" x="6159.5" y="-3514.95" font-family="Times,serif" font-size="14.00">$1696</text>
<text text-anchor="middle" x="6159.5" y="-3497.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="6190,-3485.75 6190,-3536.25"/>
<text text-anchor="middle" x="6202.5" y="-3506.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1387&#45;&gt;c1485 -->
<g id="edge490" class="edge">
<title>c1387:e&#45;&gt;c1485:w</title>
<path fill="none" stroke="black" d="M5917.75,-3654C5917.75,-3654 6056.87,-3556.24 6093.83,-3530.27"/>
<polygon fill="black" stroke="black" points="6095.58,-3532.61 6101.75,-3524 6091.56,-3526.89 6095.58,-3532.61"/>
</g>
<!-- n226 -->
<g id="node948" class="node">
<title>n226</title>
<ellipse fill="black" stroke="black" cx="6158.75" cy="-3465" rx="1.8" ry="1.8"/>
</g>
<!-- c1388&#45;&gt;n226 -->
<g id="edge491" class="edge">
<title>c1388:e&#45;&gt;n226:w</title>
<path fill="none" stroke="black" d="M6066.5,-3587C6066.5,-3587 6128.87,-3501.75 6149.33,-3473.77"/>
<polygon fill="black" stroke="black" points="6152.67,-3476.14 6155.75,-3466 6147.02,-3472 6152.67,-3476.14"/>
</g>
<!-- c1389 -->
<g id="node268" class="node">
<title>c1389</title>
<polygon fill="none" stroke="black" points="4172,-3068.75 4172,-3119.25 4284.5,-3119.25 4284.5,-3068.75 4172,-3068.75"/>
<text text-anchor="middle" x="4185.25" y="-3101.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-3094 4198.5,-3094"/>
<text text-anchor="middle" x="4185.25" y="-3076.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-3068.75 4198.5,-3119.25"/>
<text text-anchor="middle" x="4229" y="-3097.95" font-family="Times,serif" font-size="14.00">$1600</text>
<text text-anchor="middle" x="4229" y="-3080.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4259.5,-3068.75 4259.5,-3119.25"/>
<text text-anchor="middle" x="4272" y="-3089.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n227 -->
<g id="node949" class="node">
<title>n227</title>
<ellipse fill="black" stroke="black" cx="4376.75" cy="-3059" rx="1.8" ry="1.8"/>
</g>
<!-- c1389&#45;&gt;n227 -->
<g id="edge494" class="edge">
<title>c1389:e&#45;&gt;n227:w</title>
<path fill="none" stroke="black" d="M4284.5,-3094C4284.5,-3094 4340.07,-3072.21 4363.51,-3063.01"/>
<polygon fill="black" stroke="black" points="4364.72,-3065.91 4372.75,-3059 4362.16,-3059.39 4364.72,-3065.91"/>
</g>
<!-- c1390 -->
<g id="node269" class="node">
<title>c1390</title>
<polygon fill="none" stroke="black" points="4172,-3176.75 4172,-3227.25 4284.5,-3227.25 4284.5,-3176.75 4172,-3176.75"/>
<text text-anchor="middle" x="4185.25" y="-3209.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-3202 4198.5,-3202"/>
<text text-anchor="middle" x="4185.25" y="-3184.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-3176.75 4198.5,-3227.25"/>
<text text-anchor="middle" x="4229" y="-3205.95" font-family="Times,serif" font-size="14.00">$1601</text>
<text text-anchor="middle" x="4229" y="-3188.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4259.5,-3176.75 4259.5,-3227.25"/>
<text text-anchor="middle" x="4272" y="-3197.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n228 -->
<g id="node950" class="node">
<title>n228</title>
<ellipse fill="black" stroke="black" cx="4376.75" cy="-3199" rx="1.8" ry="1.8"/>
</g>
<!-- c1390&#45;&gt;n228 -->
<g id="edge497" class="edge">
<title>c1390:e&#45;&gt;n228:w</title>
<path fill="none" stroke="black" d="M4284.5,-3202C4284.5,-3202 4338.97,-3200.17 4362.81,-3199.37"/>
<polygon fill="black" stroke="black" points="4362.87,-3202.83 4372.75,-3199 4362.64,-3195.84 4362.87,-3202.83"/>
</g>
<!-- c1391 -->
<g id="node270" class="node">
<title>c1391</title>
<polygon fill="none" stroke="black" points="459.5,-2697.75 459.5,-2748.25 572,-2748.25 572,-2697.75 459.5,-2697.75"/>
<text text-anchor="middle" x="472.75" y="-2730.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-2723 486,-2723"/>
<text text-anchor="middle" x="472.75" y="-2705.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-2697.75 486,-2748.25"/>
<text text-anchor="middle" x="516.5" y="-2726.95" font-family="Times,serif" font-size="14.00">$1602</text>
<text text-anchor="middle" x="516.5" y="-2709.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-2697.75 547,-2748.25"/>
<text text-anchor="middle" x="559.5" y="-2718.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n229 -->
<g id="node951" class="node">
<title>n229</title>
<ellipse fill="black" stroke="black" cx="2891.75" cy="-2962" rx="1.8" ry="1.8"/>
</g>
<!-- c1391&#45;&gt;n229 -->
<g id="edge500" class="edge">
<title>c1391:e&#45;&gt;n229:w</title>
<path fill="none" stroke="black" d="M571.75,-2723C571.75,-2723 2707.84,-2943.24 2878.9,-2960.88"/>
<polygon fill="black" stroke="black" points="2878.44,-2964.46 2888.75,-2962 2879.16,-2957.49 2878.44,-2964.46"/>
</g>
<!-- c1392 -->
<g id="node271" class="node">
<title>c1392</title>
<polygon fill="none" stroke="black" points="2984.38,-3021.75 2984.38,-3064.25 3096.12,-3064.25 3096.12,-3021.75 2984.38,-3021.75"/>
<text text-anchor="middle" x="2997.25" y="-3038.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3010.12,-3021.75 3010.12,-3064.25"/>
<text text-anchor="middle" x="3040.62" y="-3046.95" font-family="Times,serif" font-size="14.00">$1603</text>
<text text-anchor="middle" x="3040.62" y="-3029.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="3071.12,-3021.75 3071.12,-3064.25"/>
<text text-anchor="middle" x="3083.62" y="-3038.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1401 -->
<g id="node280" class="node">
<title>c1401</title>
<polygon fill="none" stroke="black" points="3132.5,-2968.75 3132.5,-3019.25 3245,-3019.25 3245,-2968.75 3132.5,-2968.75"/>
<text text-anchor="middle" x="3145.75" y="-3001.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3132.5,-2994 3159,-2994"/>
<text text-anchor="middle" x="3145.75" y="-2976.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3159,-2968.75 3159,-3019.25"/>
<text text-anchor="middle" x="3189.5" y="-2997.95" font-family="Times,serif" font-size="14.00">$1612</text>
<text text-anchor="middle" x="3189.5" y="-2980.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3220,-2968.75 3220,-3019.25"/>
<text text-anchor="middle" x="3232.5" y="-2989.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1392&#45;&gt;c1401 -->
<g id="edge505" class="edge">
<title>c1392:e&#45;&gt;c1401:w</title>
<path fill="none" stroke="black" d="M3096.5,-3043C3096.5,-3043 3114.3,-3025.2 3124.87,-3014.63"/>
<polygon fill="black" stroke="black" points="3126.9,-3017.55 3131.5,-3008 3121.95,-3012.6 3126.9,-3017.55"/>
</g>
<!-- c1393 -->
<g id="node272" class="node">
<title>c1393</title>
<polygon fill="none" stroke="black" points="459.5,-2627.75 459.5,-2678.25 572,-2678.25 572,-2627.75 459.5,-2627.75"/>
<text text-anchor="middle" x="472.75" y="-2660.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-2653 486,-2653"/>
<text text-anchor="middle" x="472.75" y="-2635.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-2627.75 486,-2678.25"/>
<text text-anchor="middle" x="516.5" y="-2656.95" font-family="Times,serif" font-size="14.00">$1604</text>
<text text-anchor="middle" x="516.5" y="-2639.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-2627.75 547,-2678.25"/>
<text text-anchor="middle" x="559.5" y="-2648.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n231 -->
<g id="node952" class="node">
<title>n231</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-2763" rx="1.8" ry="1.8"/>
</g>
<!-- c1393&#45;&gt;n231 -->
<g id="edge506" class="edge">
<title>c1393:e&#45;&gt;n231:w</title>
<path fill="none" stroke="black" d="M571.75,-2653C571.75,-2653 1857.5,-2752.11 1988.08,-2762.18"/>
<polygon fill="black" stroke="black" points="1987.51,-2765.72 1997.75,-2763 1988.05,-2758.74 1987.51,-2765.72"/>
</g>
<!-- c1394 -->
<g id="node273" class="node">
<title>c1394</title>
<polygon fill="none" stroke="black" points="1796,-2870.75 1796,-2921.25 1908.5,-2921.25 1908.5,-2870.75 1796,-2870.75"/>
<text text-anchor="middle" x="1809.25" y="-2903.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-2896 1822.5,-2896"/>
<text text-anchor="middle" x="1809.25" y="-2878.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-2870.75 1822.5,-2921.25"/>
<text text-anchor="middle" x="1853" y="-2899.95" font-family="Times,serif" font-size="14.00">$1605</text>
<text text-anchor="middle" x="1853" y="-2882.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-2870.75 1883.5,-2921.25"/>
<text text-anchor="middle" x="1896" y="-2891.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n232 -->
<g id="node953" class="node">
<title>n232</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-2737" rx="1.8" ry="1.8"/>
</g>
<!-- c1394&#45;&gt;n232 -->
<g id="edge509" class="edge">
<title>c1394:e&#45;&gt;n232:w</title>
<path fill="none" stroke="black" d="M1908.5,-2896C1908.5,-2896 1973.22,-2780.7 1992.43,-2746.47"/>
<polygon fill="black" stroke="black" points="1995.91,-2748.43 1997.75,-2738 1989.8,-2745.01 1995.91,-2748.43"/>
</g>
<!-- c1395 -->
<g id="node274" class="node">
<title>c1395</title>
<polygon fill="none" stroke="black" points="2093,-2654.75 2093,-2705.25 2205.5,-2705.25 2205.5,-2654.75 2093,-2654.75"/>
<text text-anchor="middle" x="2106.25" y="-2687.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-2680 2119.5,-2680"/>
<text text-anchor="middle" x="2106.25" y="-2662.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-2654.75 2119.5,-2705.25"/>
<text text-anchor="middle" x="2150" y="-2683.95" font-family="Times,serif" font-size="14.00">$1606</text>
<text text-anchor="middle" x="2150" y="-2666.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2180.5,-2654.75 2180.5,-2705.25"/>
<text text-anchor="middle" x="2193" y="-2675.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n233 -->
<g id="node954" class="node">
<title>n233</title>
<ellipse fill="black" stroke="black" cx="2446.25" cy="-2680" rx="1.8" ry="1.8"/>
</g>
<!-- c1395&#45;&gt;n233 -->
<g id="edge512" class="edge">
<title>c1395:e&#45;&gt;n233:w</title>
<path fill="none" stroke="black" d="M2205.25,-2680C2205.25,-2680 2386.6,-2680 2433.36,-2680"/>
<polygon fill="black" stroke="black" points="2433.25,-2683.5 2443.25,-2680 2433.25,-2676.5 2433.25,-2683.5"/>
</g>
<!-- c1396 -->
<g id="node275" class="node">
<title>c1396</title>
<polygon fill="none" stroke="black" points="2538.88,-2749.75 2538.88,-2792.25 2650.62,-2792.25 2650.62,-2749.75 2538.88,-2749.75"/>
<text text-anchor="middle" x="2551.75" y="-2766.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2564.62,-2749.75 2564.62,-2792.25"/>
<text text-anchor="middle" x="2595.12" y="-2774.95" font-family="Times,serif" font-size="14.00">$1607</text>
<text text-anchor="middle" x="2595.12" y="-2757.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2625.62,-2749.75 2625.62,-2792.25"/>
<text text-anchor="middle" x="2638.12" y="-2766.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1400 -->
<g id="node279" class="node">
<title>c1400</title>
<polygon fill="none" stroke="black" points="2687,-2741.75 2687,-2792.25 2799.5,-2792.25 2799.5,-2741.75 2687,-2741.75"/>
<text text-anchor="middle" x="2700.25" y="-2774.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-2767 2713.5,-2767"/>
<text text-anchor="middle" x="2700.25" y="-2749.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-2741.75 2713.5,-2792.25"/>
<text text-anchor="middle" x="2744" y="-2770.95" font-family="Times,serif" font-size="14.00">$1611</text>
<text text-anchor="middle" x="2744" y="-2753.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2774.5,-2741.75 2774.5,-2792.25"/>
<text text-anchor="middle" x="2787" y="-2762.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1396&#45;&gt;c1400 -->
<g id="edge516" class="edge">
<title>c1396:e&#45;&gt;c1400:w</title>
<path fill="none" stroke="black" d="M2651,-2771C2651,-2771 2665.77,-2774.69 2676.39,-2777.35"/>
<polygon fill="black" stroke="black" points="2675.45,-2780.97 2686,-2780 2677.15,-2774.18 2675.45,-2780.97"/>
</g>
<!-- c1397 -->
<g id="node276" class="node">
<title>c1397</title>
<polygon fill="none" stroke="black" points="2093,-2724.75 2093,-2775.25 2205.5,-2775.25 2205.5,-2724.75 2093,-2724.75"/>
<text text-anchor="middle" x="2106.25" y="-2757.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-2750 2119.5,-2750"/>
<text text-anchor="middle" x="2106.25" y="-2732.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-2724.75 2119.5,-2775.25"/>
<text text-anchor="middle" x="2150" y="-2753.95" font-family="Times,serif" font-size="14.00">$1608</text>
<text text-anchor="middle" x="2150" y="-2736.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2180.5,-2724.75 2180.5,-2775.25"/>
<text text-anchor="middle" x="2193" y="-2745.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n235 -->
<g id="node955" class="node">
<title>n235</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-2721" rx="1.8" ry="1.8"/>
</g>
<!-- c1397&#45;&gt;n235 -->
<g id="edge517" class="edge">
<title>c1397:e&#45;&gt;n235:w</title>
<path fill="none" stroke="black" d="M2205.5,-2750C2205.5,-2750 2261.07,-2731.94 2284.51,-2724.33"/>
<polygon fill="black" stroke="black" points="2285.32,-2727.42 2293.75,-2721 2283.16,-2720.76 2285.32,-2727.42"/>
</g>
<!-- c1398 -->
<g id="node277" class="node">
<title>c1398</title>
<polygon fill="none" stroke="black" points="2390.38,-2614.75 2390.38,-2657.25 2502.12,-2657.25 2502.12,-2614.75 2390.38,-2614.75"/>
<text text-anchor="middle" x="2403.25" y="-2631.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2416.12,-2614.75 2416.12,-2657.25"/>
<text text-anchor="middle" x="2446.62" y="-2639.95" font-family="Times,serif" font-size="14.00">$1609</text>
<text text-anchor="middle" x="2446.62" y="-2622.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2477.12,-2614.75 2477.12,-2657.25"/>
<text text-anchor="middle" x="2489.62" y="-2631.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1399 -->
<g id="node278" class="node">
<title>c1399</title>
<polygon fill="none" stroke="black" points="2538.5,-2600.75 2538.5,-2651.25 2651,-2651.25 2651,-2600.75 2538.5,-2600.75"/>
<text text-anchor="middle" x="2551.75" y="-2633.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2538.5,-2626 2565,-2626"/>
<text text-anchor="middle" x="2551.75" y="-2608.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2565,-2600.75 2565,-2651.25"/>
<text text-anchor="middle" x="2595.5" y="-2629.95" font-family="Times,serif" font-size="14.00">$1610</text>
<text text-anchor="middle" x="2595.5" y="-2612.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2626,-2600.75 2626,-2651.25"/>
<text text-anchor="middle" x="2638.5" y="-2621.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1398&#45;&gt;c1399 -->
<g id="edge520" class="edge">
<title>c1398:e&#45;&gt;c1399:w</title>
<path fill="none" stroke="black" d="M2502.5,-2636C2502.5,-2636 2518.75,-2625.62 2529.42,-2618.8"/>
<polygon fill="black" stroke="black" points="2530.96,-2621.33 2537.5,-2613 2527.19,-2615.43 2530.96,-2621.33"/>
</g>
<!-- c1399&#45;&gt;c1401 -->
<g id="edge521" class="edge">
<title>c1399:e&#45;&gt;c1401:w</title>
<path fill="none" stroke="black" d="M2650.75,-2626C2650.75,-2626 3058.65,-2926.42 3123.97,-2974.54"/>
<polygon fill="black" stroke="black" points="3121.62,-2977.89 3131.75,-2981 3125.77,-2972.25 3121.62,-2977.89"/>
</g>
<!-- n238 -->
<g id="node956" class="node">
<title>n238</title>
<ellipse fill="black" stroke="black" cx="2891.75" cy="-2894" rx="1.8" ry="1.8"/>
</g>
<!-- c1400&#45;&gt;n238 -->
<g id="edge522" class="edge">
<title>c1400:e&#45;&gt;n238:w</title>
<path fill="none" stroke="black" d="M2799.5,-2767C2799.5,-2767 2862.45,-2856.58 2882.62,-2885.27"/>
<polygon fill="black" stroke="black" points="2880.14,-2886.83 2888.75,-2893 2885.86,-2882.81 2880.14,-2886.83"/>
</g>
<!-- c1405 -->
<g id="node284" class="node">
<title>c1405</title>
<polygon fill="none" stroke="black" points="3281,-2968.75 3281,-3019.25 3393.5,-3019.25 3393.5,-2968.75 3281,-2968.75"/>
<text text-anchor="middle" x="3294.25" y="-3001.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-2994 3307.5,-2994"/>
<text text-anchor="middle" x="3294.25" y="-2976.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-2968.75 3307.5,-3019.25"/>
<text text-anchor="middle" x="3338" y="-2997.95" font-family="Times,serif" font-size="14.00">$1616</text>
<text text-anchor="middle" x="3338" y="-2980.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3368.5,-2968.75 3368.5,-3019.25"/>
<text text-anchor="middle" x="3381" y="-2989.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1401&#45;&gt;c1405 -->
<g id="edge525" class="edge">
<title>c1401:e&#45;&gt;c1405:w</title>
<path fill="none" stroke="black" d="M3245,-2994C3245,-2994 3260.14,-2999.47 3270.78,-3003.31"/>
<polygon fill="black" stroke="black" points="3269.41,-3006.9 3280,-3007 3271.78,-3000.31 3269.41,-3006.9"/>
</g>
<!-- c1402 -->
<g id="node281" class="node">
<title>c1402</title>
<polygon fill="none" stroke="black" points="2984,-2951.75 2984,-3002.25 3096.5,-3002.25 3096.5,-2951.75 2984,-2951.75"/>
<text text-anchor="middle" x="2997.25" y="-2984.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-2977 3010.5,-2977"/>
<text text-anchor="middle" x="2997.25" y="-2959.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-2951.75 3010.5,-3002.25"/>
<text text-anchor="middle" x="3041" y="-2980.95" font-family="Times,serif" font-size="14.00">$1613</text>
<text text-anchor="middle" x="3041" y="-2963.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3071.5,-2951.75 3071.5,-3002.25"/>
<text text-anchor="middle" x="3084" y="-2972.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1406 -->
<g id="node285" class="node">
<title>c1406</title>
<polygon fill="none" stroke="black" points="3429.5,-2990.75 3429.5,-3041.25 3542,-3041.25 3542,-2990.75 3429.5,-2990.75"/>
<text text-anchor="middle" x="3442.75" y="-3023.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3429.5,-3016 3456,-3016"/>
<text text-anchor="middle" x="3442.75" y="-2998.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3456,-2990.75 3456,-3041.25"/>
<text text-anchor="middle" x="3486.5" y="-3019.95" font-family="Times,serif" font-size="14.00">$1617</text>
<text text-anchor="middle" x="3486.5" y="-3002.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3517,-2990.75 3517,-3041.25"/>
<text text-anchor="middle" x="3529.5" y="-3011.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1402&#45;&gt;c1406 -->
<g id="edge527" class="edge">
<title>c1402:e&#45;&gt;c1406:w</title>
<path fill="none" stroke="black" d="M3096.25,-2977C3096.25,-2977 3361.95,-3018.43 3419.03,-3027.33"/>
<polygon fill="black" stroke="black" points="3418.33,-3030.92 3428.75,-3029 3419.41,-3024 3418.33,-3030.92"/>
</g>
<!-- c1403 -->
<g id="node282" class="node">
<title>c1403</title>
<polygon fill="none" stroke="black" points="2984,-2881.75 2984,-2932.25 3096.5,-2932.25 3096.5,-2881.75 2984,-2881.75"/>
<text text-anchor="middle" x="2997.25" y="-2914.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-2907 3010.5,-2907"/>
<text text-anchor="middle" x="2997.25" y="-2889.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-2881.75 3010.5,-2932.25"/>
<text text-anchor="middle" x="3041" y="-2910.95" font-family="Times,serif" font-size="14.00">$1614</text>
<text text-anchor="middle" x="3041" y="-2893.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3071.5,-2881.75 3071.5,-2932.25"/>
<text text-anchor="middle" x="3084" y="-2902.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n241 -->
<g id="node957" class="node">
<title>n241</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-2918" rx="1.8" ry="1.8"/>
</g>
<!-- c1403&#45;&gt;n241 -->
<g id="edge528" class="edge">
<title>c1403:e&#45;&gt;n241:w</title>
<path fill="none" stroke="black" d="M3096.5,-2907C3096.5,-2907 3151.52,-2913.78 3175.16,-2916.69"/>
<polygon fill="black" stroke="black" points="3174.4,-2920.25 3184.75,-2918 3175.25,-2913.3 3174.4,-2920.25"/>
</g>
<!-- c1404 -->
<g id="node283" class="node">
<title>c1404</title>
<polygon fill="none" stroke="black" points="3281.38,-2906.75 3281.38,-2949.25 3393.12,-2949.25 3393.12,-2906.75 3281.38,-2906.75"/>
<text text-anchor="middle" x="3294.25" y="-2923.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3307.12,-2906.75 3307.12,-2949.25"/>
<text text-anchor="middle" x="3337.62" y="-2931.95" font-family="Times,serif" font-size="14.00">$1615</text>
<text text-anchor="middle" x="3337.62" y="-2914.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="3368.12,-2906.75 3368.12,-2949.25"/>
<text text-anchor="middle" x="3380.62" y="-2923.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1404&#45;&gt;c1406 -->
<g id="edge532" class="edge">
<title>c1404:e&#45;&gt;c1406:w</title>
<path fill="none" stroke="black" d="M3393.5,-2928C3393.5,-2928 3415.04,-2972.87 3424.79,-2993.2"/>
<polygon fill="black" stroke="black" points="3422.02,-2994.5 3429.5,-3002 3428.33,-2991.47 3422.02,-2994.5"/>
</g>
<!-- n243 -->
<g id="node958" class="node">
<title>n243</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-2859" rx="1.8" ry="1.8"/>
</g>
<!-- c1405&#45;&gt;n243 -->
<g id="edge533" class="edge">
<title>c1405:e&#45;&gt;n243:w</title>
<path fill="none" stroke="black" d="M3393.25,-2994C3393.25,-2994 3708.76,-2884.08 3770.39,-2862.61"/>
<polygon fill="black" stroke="black" points="3771.46,-2865.6 3779.75,-2859 3769.16,-2858.98 3771.46,-2865.6"/>
</g>
<!-- n244 -->
<g id="node959" class="node">
<title>n244</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-3016" rx="1.8" ry="1.8"/>
</g>
<!-- c1406&#45;&gt;n244 -->
<g id="edge536" class="edge">
<title>c1406:e&#45;&gt;n244:w</title>
<path fill="none" stroke="black" d="M3541.75,-3016C3541.75,-3016 3723.1,-3016 3769.86,-3016"/>
<polygon fill="black" stroke="black" points="3769.75,-3019.5 3779.75,-3016 3769.75,-3012.5 3769.75,-3019.5"/>
</g>
<!-- c1407 -->
<g id="node286" class="node">
<title>c1407</title>
<polygon fill="none" stroke="black" points="2984,-2811.75 2984,-2862.25 3096.5,-2862.25 3096.5,-2811.75 2984,-2811.75"/>
<text text-anchor="middle" x="2997.25" y="-2844.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-2837 3010.5,-2837"/>
<text text-anchor="middle" x="2997.25" y="-2819.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-2811.75 3010.5,-2862.25"/>
<text text-anchor="middle" x="3041" y="-2840.95" font-family="Times,serif" font-size="14.00">$1618</text>
<text text-anchor="middle" x="3041" y="-2823.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3071.5,-2811.75 3071.5,-2862.25"/>
<text text-anchor="middle" x="3084" y="-2832.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n245 -->
<g id="node960" class="node">
<title>n245</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-2837" rx="1.8" ry="1.8"/>
</g>
<!-- c1407&#45;&gt;n245 -->
<g id="edge539" class="edge">
<title>c1407:e&#45;&gt;n245:w</title>
<path fill="none" stroke="black" d="M3096.5,-2837C3096.5,-2837 3150.97,-2837 3174.81,-2837"/>
<polygon fill="black" stroke="black" points="3174.75,-2840.5 3184.75,-2837 3174.75,-2833.5 3174.75,-2840.5"/>
</g>
<!-- c1408 -->
<g id="node287" class="node">
<title>c1408</title>
<polygon fill="none" stroke="black" points="2984,-2741.75 2984,-2792.25 3096.5,-2792.25 3096.5,-2741.75 2984,-2741.75"/>
<text text-anchor="middle" x="2997.25" y="-2774.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-2767 3010.5,-2767"/>
<text text-anchor="middle" x="2997.25" y="-2749.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-2741.75 3010.5,-2792.25"/>
<text text-anchor="middle" x="3041" y="-2770.95" font-family="Times,serif" font-size="14.00">$1619</text>
<text text-anchor="middle" x="3041" y="-2753.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3071.5,-2741.75 3071.5,-2792.25"/>
<text text-anchor="middle" x="3084" y="-2762.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n246 -->
<g id="node961" class="node">
<title>n246</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-2735" rx="1.8" ry="1.8"/>
</g>
<!-- c1408&#45;&gt;n246 -->
<g id="edge542" class="edge">
<title>c1408:e&#45;&gt;n246:w</title>
<path fill="none" stroke="black" d="M3096.5,-2767C3096.5,-2767 3152.07,-2747.08 3175.51,-2738.67"/>
<polygon fill="black" stroke="black" points="3176.52,-2741.67 3184.75,-2735 3174.16,-2735.08 3176.52,-2741.67"/>
</g>
<!-- c1409 -->
<g id="node288" class="node">
<title>c1409</title>
<polygon fill="none" stroke="black" points="459.5,-2427.75 459.5,-2478.25 572,-2478.25 572,-2427.75 459.5,-2427.75"/>
<text text-anchor="middle" x="472.75" y="-2460.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-2453 486,-2453"/>
<text text-anchor="middle" x="472.75" y="-2435.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-2427.75 486,-2478.25"/>
<text text-anchor="middle" x="516.5" y="-2456.95" font-family="Times,serif" font-size="14.00">$1620</text>
<text text-anchor="middle" x="516.5" y="-2439.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-2427.75 547,-2478.25"/>
<text text-anchor="middle" x="559.5" y="-2448.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n247 -->
<g id="node962" class="node">
<title>n247</title>
<ellipse fill="black" stroke="black" cx="1258.25" cy="-2461" rx="1.8" ry="1.8"/>
</g>
<!-- c1409&#45;&gt;n247 -->
<g id="edge545" class="edge">
<title>c1409:e&#45;&gt;n247:w</title>
<path fill="none" stroke="black" d="M571.75,-2453C571.75,-2453 1158.42,-2459.86 1245.5,-2460.87"/>
<polygon fill="black" stroke="black" points="1245.21,-2464.38 1255.25,-2461 1245.29,-2457.38 1245.21,-2464.38"/>
</g>
<!-- c1410 -->
<g id="node289" class="node">
<title>c1410</title>
<polygon fill="none" stroke="black" points="1350.88,-2429.75 1350.88,-2472.25 1462.62,-2472.25 1462.62,-2429.75 1350.88,-2429.75"/>
<text text-anchor="middle" x="1363.75" y="-2446.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1376.62,-2429.75 1376.62,-2472.25"/>
<text text-anchor="middle" x="1407.12" y="-2454.95" font-family="Times,serif" font-size="14.00">$1621</text>
<text text-anchor="middle" x="1407.12" y="-2437.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1437.62,-2429.75 1437.62,-2472.25"/>
<text text-anchor="middle" x="1450.12" y="-2446.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1419 -->
<g id="node298" class="node">
<title>c1419</title>
<polygon fill="none" stroke="black" points="1499,-2368.75 1499,-2419.25 1611.5,-2419.25 1611.5,-2368.75 1499,-2368.75"/>
<text text-anchor="middle" x="1512.25" y="-2401.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-2394 1525.5,-2394"/>
<text text-anchor="middle" x="1512.25" y="-2376.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-2368.75 1525.5,-2419.25"/>
<text text-anchor="middle" x="1556" y="-2397.95" font-family="Times,serif" font-size="14.00">$1630</text>
<text text-anchor="middle" x="1556" y="-2380.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1586.5,-2368.75 1586.5,-2419.25"/>
<text text-anchor="middle" x="1599" y="-2389.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1410&#45;&gt;c1419 -->
<g id="edge549" class="edge">
<title>c1410:e&#45;&gt;c1419:w</title>
<path fill="none" stroke="black" d="M1463,-2451C1463,-2451 1481.6,-2428.27 1492.06,-2415.48"/>
<polygon fill="black" stroke="black" points="1495.38,-2417.96 1499,-2408 1489.96,-2413.52 1495.38,-2417.96"/>
</g>
<!-- c1411 -->
<g id="node290" class="node">
<title>c1411</title>
<polygon fill="none" stroke="black" points="311,-2327.75 311,-2378.25 423.5,-2378.25 423.5,-2327.75 311,-2327.75"/>
<text text-anchor="middle" x="324.25" y="-2360.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-2353 337.5,-2353"/>
<text text-anchor="middle" x="324.25" y="-2335.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-2327.75 337.5,-2378.25"/>
<text text-anchor="middle" x="368" y="-2356.95" font-family="Times,serif" font-size="14.00">$1622</text>
<text text-anchor="middle" x="368" y="-2339.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-2327.75 398.5,-2378.25"/>
<text text-anchor="middle" x="411" y="-2348.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n249 -->
<g id="node963" class="node">
<title>n249</title>
<ellipse fill="black" stroke="black" cx="515.75" cy="-2355" rx="1.8" ry="1.8"/>
</g>
<!-- c1411&#45;&gt;n249 -->
<g id="edge550" class="edge">
<title>c1411:e&#45;&gt;n249:w</title>
<path fill="none" stroke="black" d="M423.5,-2353C423.5,-2353 477.97,-2354.22 501.81,-2354.75"/>
<polygon fill="black" stroke="black" points="501.67,-2358.27 511.75,-2355 501.83,-2351.28 501.67,-2358.27"/>
</g>
<!-- c1412 -->
<g id="node291" class="node">
<title>c1412</title>
<polygon fill="none" stroke="black" points="311,-1833.75 311,-1884.25 423.5,-1884.25 423.5,-1833.75 311,-1833.75"/>
<text text-anchor="middle" x="324.25" y="-1866.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-1859 337.5,-1859"/>
<text text-anchor="middle" x="324.25" y="-1841.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-1833.75 337.5,-1884.25"/>
<text text-anchor="middle" x="368" y="-1862.95" font-family="Times,serif" font-size="14.00">$1623</text>
<text text-anchor="middle" x="368" y="-1845.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-1833.75 398.5,-1884.25"/>
<text text-anchor="middle" x="411" y="-1854.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n250 -->
<g id="node965" class="node">
<title>n250</title>
<ellipse fill="black" stroke="black" cx="515.75" cy="-1947" rx="1.8" ry="1.8"/>
</g>
<!-- c1412&#45;&gt;n250 -->
<g id="edge562" class="edge">
<title>c1412:e&#45;&gt;n250:w</title>
<path fill="none" stroke="black" d="M423.5,-1859C423.5,-1859 483.56,-1918.22 505.14,-1939.5"/>
<polygon fill="black" stroke="black" points="502.17,-1941.47 511.75,-1946 507.09,-1936.49 502.17,-1941.47"/>
</g>
<!-- c1413 -->
<g id="node292" class="node">
<title>c1413</title>
<polygon fill="none" stroke="black" points="608,-2307.75 608,-2358.25 720.5,-2358.25 720.5,-2307.75 608,-2307.75"/>
<text text-anchor="middle" x="621.25" y="-2340.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-2333 634.5,-2333"/>
<text text-anchor="middle" x="621.25" y="-2315.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-2307.75 634.5,-2358.25"/>
<text text-anchor="middle" x="665" y="-2336.95" font-family="Times,serif" font-size="14.00">$1624</text>
<text text-anchor="middle" x="665" y="-2319.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="695.5,-2307.75 695.5,-2358.25"/>
<text text-anchor="middle" x="708" y="-2328.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n251 -->
<g id="node966" class="node">
<title>n251</title>
<ellipse fill="black" stroke="black" cx="812.75" cy="-2325" rx="1.8" ry="1.8"/>
</g>
<!-- c1413&#45;&gt;n251 -->
<g id="edge565" class="edge">
<title>c1413:e&#45;&gt;n251:w</title>
<path fill="none" stroke="black" d="M720.5,-2333C720.5,-2333 774.97,-2328.12 798.81,-2325.98"/>
<polygon fill="black" stroke="black" points="799.1,-2329.38 808.75,-2325 798.48,-2322.41 799.1,-2329.38"/>
</g>
<!-- c1414 -->
<g id="node293" class="node">
<title>c1414</title>
<polygon fill="none" stroke="black" points="905.38,-2407.75 905.38,-2450.25 1017.12,-2450.25 1017.12,-2407.75 905.38,-2407.75"/>
<text text-anchor="middle" x="918.25" y="-2424.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="931.12,-2407.75 931.12,-2450.25"/>
<text text-anchor="middle" x="961.62" y="-2432.95" font-family="Times,serif" font-size="14.00">$1625</text>
<text text-anchor="middle" x="961.62" y="-2415.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="992.12,-2407.75 992.12,-2450.25"/>
<text text-anchor="middle" x="1004.62" y="-2424.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1418 -->
<g id="node297" class="node">
<title>c1418</title>
<polygon fill="none" stroke="black" points="1053.5,-2399.75 1053.5,-2450.25 1166,-2450.25 1166,-2399.75 1053.5,-2399.75"/>
<text text-anchor="middle" x="1066.75" y="-2432.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1053.5,-2425 1080,-2425"/>
<text text-anchor="middle" x="1066.75" y="-2407.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1080,-2399.75 1080,-2450.25"/>
<text text-anchor="middle" x="1110.5" y="-2428.95" font-family="Times,serif" font-size="14.00">$1629</text>
<text text-anchor="middle" x="1110.5" y="-2411.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1141,-2399.75 1141,-2450.25"/>
<text text-anchor="middle" x="1153.5" y="-2420.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1414&#45;&gt;c1418 -->
<g id="edge569" class="edge">
<title>c1414:e&#45;&gt;c1418:w</title>
<path fill="none" stroke="black" d="M1017.5,-2429C1017.5,-2429 1032.27,-2432.69 1042.89,-2435.35"/>
<polygon fill="black" stroke="black" points="1041.95,-2438.97 1052.5,-2438 1043.65,-2432.18 1041.95,-2438.97"/>
</g>
<!-- c1415 -->
<g id="node294" class="node">
<title>c1415</title>
<polygon fill="none" stroke="black" points="608,-2377.75 608,-2428.25 720.5,-2428.25 720.5,-2377.75 608,-2377.75"/>
<text text-anchor="middle" x="621.25" y="-2410.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-2403 634.5,-2403"/>
<text text-anchor="middle" x="621.25" y="-2385.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-2377.75 634.5,-2428.25"/>
<text text-anchor="middle" x="665" y="-2406.95" font-family="Times,serif" font-size="14.00">$1626</text>
<text text-anchor="middle" x="665" y="-2389.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="695.5,-2377.75 695.5,-2428.25"/>
<text text-anchor="middle" x="708" y="-2398.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n253 -->
<g id="node967" class="node">
<title>n253</title>
<ellipse fill="black" stroke="black" cx="961.25" cy="-2387" rx="1.8" ry="1.8"/>
</g>
<!-- c1415&#45;&gt;n253 -->
<g id="edge570" class="edge">
<title>c1415:e&#45;&gt;n253:w</title>
<path fill="none" stroke="black" d="M720.25,-2403C720.25,-2403 901.6,-2390.86 948.36,-2387.73"/>
<polygon fill="black" stroke="black" points="948.51,-2391.16 958.25,-2387 948.04,-2384.18 948.51,-2391.16"/>
</g>
<!-- c1416 -->
<g id="node295" class="node">
<title>c1416</title>
<polygon fill="none" stroke="black" points="1053.88,-2337.75 1053.88,-2380.25 1165.62,-2380.25 1165.62,-2337.75 1053.88,-2337.75"/>
<text text-anchor="middle" x="1066.75" y="-2354.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1079.62,-2337.75 1079.62,-2380.25"/>
<text text-anchor="middle" x="1110.12" y="-2362.95" font-family="Times,serif" font-size="14.00">$1627</text>
<text text-anchor="middle" x="1110.12" y="-2345.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1140.62,-2337.75 1140.62,-2380.25"/>
<text text-anchor="middle" x="1153.12" y="-2354.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1417 -->
<g id="node296" class="node">
<title>c1417</title>
<polygon fill="none" stroke="black" points="1202,-2329.75 1202,-2380.25 1314.5,-2380.25 1314.5,-2329.75 1202,-2329.75"/>
<text text-anchor="middle" x="1215.25" y="-2362.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-2355 1228.5,-2355"/>
<text text-anchor="middle" x="1215.25" y="-2337.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-2329.75 1228.5,-2380.25"/>
<text text-anchor="middle" x="1259" y="-2358.95" font-family="Times,serif" font-size="14.00">$1628</text>
<text text-anchor="middle" x="1259" y="-2341.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1289.5,-2329.75 1289.5,-2380.25"/>
<text text-anchor="middle" x="1302" y="-2350.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1416&#45;&gt;c1417 -->
<g id="edge573" class="edge">
<title>c1416:e&#45;&gt;c1417:w</title>
<path fill="none" stroke="black" d="M1166,-2359C1166,-2359 1181.5,-2351.68 1192.16,-2346.65"/>
<polygon fill="black" stroke="black" points="1193.45,-2349.43 1201,-2342 1190.46,-2343.11 1193.45,-2349.43"/>
</g>
<!-- c1417&#45;&gt;c1419 -->
<g id="edge574" class="edge">
<title>c1417:e&#45;&gt;c1419:w</title>
<path fill="none" stroke="black" d="M1314.25,-2355C1314.25,-2355 1449.02,-2373.94 1488.5,-2379.49"/>
<polygon fill="black" stroke="black" points="1487.86,-2383.07 1498.25,-2381 1488.83,-2376.14 1487.86,-2383.07"/>
</g>
<!-- n256 -->
<g id="node968" class="node">
<title>n256</title>
<ellipse fill="black" stroke="black" cx="1258.25" cy="-2439" rx="1.8" ry="1.8"/>
</g>
<!-- c1418&#45;&gt;n256 -->
<g id="edge575" class="edge">
<title>c1418:e&#45;&gt;n256:w</title>
<path fill="none" stroke="black" d="M1166,-2425C1166,-2425 1221.02,-2433.63 1244.66,-2437.34"/>
<polygon fill="black" stroke="black" points="1243.83,-2440.91 1254.25,-2439 1244.91,-2433.99 1243.83,-2440.91"/>
</g>
<!-- c1423 -->
<g id="node302" class="node">
<title>c1423</title>
<polygon fill="none" stroke="black" points="1647.5,-2341.75 1647.5,-2392.25 1760,-2392.25 1760,-2341.75 1647.5,-2341.75"/>
<text text-anchor="middle" x="1660.75" y="-2374.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1647.5,-2367 1674,-2367"/>
<text text-anchor="middle" x="1660.75" y="-2349.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1674,-2341.75 1674,-2392.25"/>
<text text-anchor="middle" x="1704.5" y="-2370.95" font-family="Times,serif" font-size="14.00">$1634</text>
<text text-anchor="middle" x="1704.5" y="-2353.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1735,-2341.75 1735,-2392.25"/>
<text text-anchor="middle" x="1747.5" y="-2362.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1419&#45;&gt;c1423 -->
<g id="edge578" class="edge">
<title>c1419:e&#45;&gt;c1423:w</title>
<path fill="none" stroke="black" d="M1611.5,-2394C1611.5,-2394 1626.64,-2388.11 1637.28,-2383.97"/>
<polygon fill="black" stroke="black" points="1638.45,-2386.89 1646.5,-2380 1635.91,-2380.36 1638.45,-2386.89"/>
</g>
<!-- c1420 -->
<g id="node299" class="node">
<title>c1420</title>
<polygon fill="none" stroke="black" points="1350.5,-2491.75 1350.5,-2542.25 1463,-2542.25 1463,-2491.75 1350.5,-2491.75"/>
<text text-anchor="middle" x="1363.75" y="-2524.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1350.5,-2517 1377,-2517"/>
<text text-anchor="middle" x="1363.75" y="-2499.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1377,-2491.75 1377,-2542.25"/>
<text text-anchor="middle" x="1407.5" y="-2520.95" font-family="Times,serif" font-size="14.00">$1631</text>
<text text-anchor="middle" x="1407.5" y="-2503.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1438,-2491.75 1438,-2542.25"/>
<text text-anchor="middle" x="1450.5" y="-2512.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1424 -->
<g id="node303" class="node">
<title>c1424</title>
<polygon fill="none" stroke="black" points="1796,-2502.75 1796,-2553.25 1908.5,-2553.25 1908.5,-2502.75 1796,-2502.75"/>
<text text-anchor="middle" x="1809.25" y="-2535.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-2528 1822.5,-2528"/>
<text text-anchor="middle" x="1809.25" y="-2510.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-2502.75 1822.5,-2553.25"/>
<text text-anchor="middle" x="1853" y="-2531.95" font-family="Times,serif" font-size="14.00">$1635</text>
<text text-anchor="middle" x="1853" y="-2514.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1883.5,-2502.75 1883.5,-2553.25"/>
<text text-anchor="middle" x="1896" y="-2523.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1420&#45;&gt;c1424 -->
<g id="edge579" class="edge">
<title>c1420:e&#45;&gt;c1424:w</title>
<path fill="none" stroke="black" d="M1462.75,-2517C1462.75,-2517 1728.45,-2536.12 1785.53,-2540.23"/>
<polygon fill="black" stroke="black" points="1785.02,-2543.77 1795.25,-2541 1785.53,-2536.79 1785.02,-2543.77"/>
</g>
<!-- c1421 -->
<g id="node300" class="node">
<title>c1421</title>
<polygon fill="none" stroke="black" points="1350.5,-2359.75 1350.5,-2410.25 1463,-2410.25 1463,-2359.75 1350.5,-2359.75"/>
<text text-anchor="middle" x="1363.75" y="-2392.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1350.5,-2385 1377,-2385"/>
<text text-anchor="middle" x="1363.75" y="-2367.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1377,-2359.75 1377,-2410.25"/>
<text text-anchor="middle" x="1407.5" y="-2388.95" font-family="Times,serif" font-size="14.00">$1632</text>
<text text-anchor="middle" x="1407.5" y="-2371.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1438,-2359.75 1438,-2410.25"/>
<text text-anchor="middle" x="1450.5" y="-2380.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n259 -->
<g id="node969" class="node">
<title>n259</title>
<ellipse fill="black" stroke="black" cx="1555.25" cy="-2348" rx="1.8" ry="1.8"/>
</g>
<!-- c1421&#45;&gt;n259 -->
<g id="edge580" class="edge">
<title>c1421:e&#45;&gt;n259:w</title>
<path fill="none" stroke="black" d="M1463,-2385C1463,-2385 1519.12,-2361.73 1542.36,-2352.1"/>
<polygon fill="black" stroke="black" points="1543.35,-2355.06 1551.25,-2348 1540.67,-2348.6 1543.35,-2355.06"/>
</g>
<!-- c1422 -->
<g id="node301" class="node">
<title>c1422</title>
<polygon fill="none" stroke="black" points="1647.88,-2411.75 1647.88,-2454.25 1759.62,-2454.25 1759.62,-2411.75 1647.88,-2411.75"/>
<text text-anchor="middle" x="1660.75" y="-2428.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1673.62,-2411.75 1673.62,-2454.25"/>
<text text-anchor="middle" x="1704.12" y="-2436.95" font-family="Times,serif" font-size="14.00">$1633</text>
<text text-anchor="middle" x="1704.12" y="-2419.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1734.62,-2411.75 1734.62,-2454.25"/>
<text text-anchor="middle" x="1747.12" y="-2428.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1422&#45;&gt;c1424 -->
<g id="edge594" class="edge">
<title>c1422:e&#45;&gt;c1424:w</title>
<path fill="none" stroke="black" d="M1760,-2433C1760,-2433 1781.97,-2483.05 1791.59,-2504.95"/>
<polygon fill="black" stroke="black" points="1788.78,-2506.25 1796,-2514 1795.18,-2503.44 1788.78,-2506.25"/>
</g>
<!-- n262 -->
<g id="node971" class="node">
<title>n262</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-2477" rx="1.8" ry="1.8"/>
</g>
<!-- c1423&#45;&gt;n262 -->
<g id="edge596" class="edge">
<title>c1423:e&#45;&gt;n262:w</title>
<path fill="none" stroke="black" d="M1759.75,-2367C1759.75,-2367 2484.27,-2462.68 2581.91,-2475.57"/>
<polygon fill="black" stroke="black" points="2581.38,-2479.16 2591.75,-2477 2582.29,-2472.22 2581.38,-2479.16"/>
</g>
<!-- n263 -->
<g id="node972" class="node">
<title>n263</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-2580" rx="1.8" ry="1.8"/>
</g>
<!-- c1424&#45;&gt;n263 -->
<g id="edge599" class="edge">
<title>c1424:e&#45;&gt;n263:w</title>
<path fill="none" stroke="black" d="M1908.25,-2528C1908.25,-2528 2494.92,-2572.57 2582,-2579.18"/>
<polygon fill="black" stroke="black" points="2581.51,-2582.73 2591.75,-2580 2582.04,-2575.75 2581.51,-2582.73"/>
</g>
<!-- c1425 -->
<g id="node304" class="node">
<title>c1425</title>
<polygon fill="none" stroke="black" points="1796,-2572.75 1796,-2623.25 1908.5,-2623.25 1908.5,-2572.75 1796,-2572.75"/>
<text text-anchor="middle" x="1809.25" y="-2605.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-2598 1822.5,-2598"/>
<text text-anchor="middle" x="1809.25" y="-2580.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-2572.75 1822.5,-2623.25"/>
<text text-anchor="middle" x="1853" y="-2601.95" font-family="Times,serif" font-size="14.00">$1636</text>
<text text-anchor="middle" x="1853" y="-2584.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-2572.75 1883.5,-2623.25"/>
<text text-anchor="middle" x="1896" y="-2593.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n264 -->
<g id="node973" class="node">
<title>n264</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-2544" rx="1.8" ry="1.8"/>
</g>
<!-- c1425&#45;&gt;n264 -->
<g id="edge602" class="edge">
<title>c1425:e&#45;&gt;n264:w</title>
<path fill="none" stroke="black" d="M1908.5,-2598C1908.5,-2598 1965.73,-2563.37 1988.53,-2549.58"/>
<polygon fill="black" stroke="black" points="1990.01,-2552.17 1996.75,-2544 1986.38,-2546.18 1990.01,-2552.17"/>
</g>
<!-- c1426 -->
<g id="node305" class="node">
<title>c1426</title>
<polygon fill="none" stroke="black" points="1796,-2326.75 1796,-2377.25 1908.5,-2377.25 1908.5,-2326.75 1796,-2326.75"/>
<text text-anchor="middle" x="1809.25" y="-2359.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-2352 1822.5,-2352"/>
<text text-anchor="middle" x="1809.25" y="-2334.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-2326.75 1822.5,-2377.25"/>
<text text-anchor="middle" x="1853" y="-2355.95" font-family="Times,serif" font-size="14.00">$1637</text>
<text text-anchor="middle" x="1853" y="-2338.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1883.5,-2326.75 1883.5,-2377.25"/>
<text text-anchor="middle" x="1896" y="-2347.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n265 -->
<g id="node974" class="node">
<title>n265</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-2352" rx="1.8" ry="1.8"/>
</g>
<!-- c1426&#45;&gt;n265 -->
<g id="edge605" class="edge">
<title>c1426:e&#45;&gt;n265:w</title>
<path fill="none" stroke="black" d="M1908.5,-2352C1908.5,-2352 1962.97,-2352 1986.81,-2352"/>
<polygon fill="black" stroke="black" points="1986.75,-2355.5 1996.75,-2352 1986.75,-2348.5 1986.75,-2355.5"/>
</g>
<!-- c1427 -->
<g id="node306" class="node">
<title>c1427</title>
<polygon fill="none" stroke="black" points="459.5,-2283.75 459.5,-2334.25 572,-2334.25 572,-2283.75 459.5,-2283.75"/>
<text text-anchor="middle" x="472.75" y="-2316.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-2309 486,-2309"/>
<text text-anchor="middle" x="472.75" y="-2291.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-2283.75 486,-2334.25"/>
<text text-anchor="middle" x="516.5" y="-2312.95" font-family="Times,serif" font-size="14.00">$1638</text>
<text text-anchor="middle" x="516.5" y="-2295.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-2283.75 547,-2334.25"/>
<text text-anchor="middle" x="559.5" y="-2304.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n266 -->
<g id="node975" class="node">
<title>n266</title>
<ellipse fill="black" stroke="black" cx="1109.75" cy="-2275" rx="1.8" ry="1.8"/>
</g>
<!-- c1427&#45;&gt;n266 -->
<g id="edge608" class="edge">
<title>c1427:e&#45;&gt;n266:w</title>
<path fill="none" stroke="black" d="M571.75,-2309C571.75,-2309 1021.5,-2280.47 1097.04,-2275.68"/>
<polygon fill="black" stroke="black" points="1096.99,-2279.13 1106.75,-2275 1096.55,-2272.14 1096.99,-2279.13"/>
</g>
<!-- c1428 -->
<g id="node307" class="node">
<title>c1428</title>
<polygon fill="none" stroke="black" points="1202.38,-2229.75 1202.38,-2272.25 1314.12,-2272.25 1314.12,-2229.75 1202.38,-2229.75"/>
<text text-anchor="middle" x="1215.25" y="-2246.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1228.12,-2229.75 1228.12,-2272.25"/>
<text text-anchor="middle" x="1258.62" y="-2254.95" font-family="Times,serif" font-size="14.00">$1639</text>
<text text-anchor="middle" x="1258.62" y="-2237.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1289.12,-2229.75 1289.12,-2272.25"/>
<text text-anchor="middle" x="1301.62" y="-2246.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n267 -->
<g id="node976" class="node">
<title>n267</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-2193" rx="1.8" ry="1.8"/>
</g>
<!-- c1428&#45;&gt;n267 -->
<g id="edge612" class="edge">
<title>c1428:e&#45;&gt;n267:w</title>
<path fill="none" stroke="black" d="M1314.5,-2251C1314.5,-2251 1371.73,-2213.81 1394.53,-2198.99"/>
<polygon fill="black" stroke="black" points="1396.27,-2201.38 1402.75,-2193 1392.46,-2195.51 1396.27,-2201.38"/>
</g>
<!-- c1429 -->
<g id="node308" class="node">
<title>c1429</title>
<polygon fill="none" stroke="black" points="311,-2219.75 311,-2270.25 423.5,-2270.25 423.5,-2219.75 311,-2219.75"/>
<text text-anchor="middle" x="324.25" y="-2252.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-2245 337.5,-2245"/>
<text text-anchor="middle" x="324.25" y="-2227.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-2219.75 337.5,-2270.25"/>
<text text-anchor="middle" x="368" y="-2248.95" font-family="Times,serif" font-size="14.00">$1640</text>
<text text-anchor="middle" x="368" y="-2231.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-2219.75 398.5,-2270.25"/>
<text text-anchor="middle" x="411" y="-2240.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1433 -->
<g id="node312" class="node">
<title>c1433</title>
<polygon fill="none" stroke="black" points="756.5,-2151.75 756.5,-2202.25 869,-2202.25 869,-2151.75 756.5,-2151.75"/>
<text text-anchor="middle" x="769.75" y="-2184.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="756.5,-2177 783,-2177"/>
<text text-anchor="middle" x="769.75" y="-2159.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="783,-2151.75 783,-2202.25"/>
<text text-anchor="middle" x="813.5" y="-2180.95" font-family="Times,serif" font-size="14.00">$1644</text>
<text text-anchor="middle" x="813.5" y="-2163.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="844,-2151.75 844,-2202.25"/>
<text text-anchor="middle" x="856.5" y="-2172.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1429&#45;&gt;c1433 -->
<g id="edge615" class="edge">
<title>c1429:e&#45;&gt;c1433:w</title>
<path fill="none" stroke="black" d="M423.25,-2245C423.25,-2245 690.11,-2180.18 746.4,-2166.51"/>
<polygon fill="black" stroke="black" points="746.86,-2169.76 755.75,-2164 745.21,-2162.96 746.86,-2169.76"/>
</g>
<!-- c1430 -->
<g id="node309" class="node">
<title>c1430</title>
<polygon fill="none" stroke="black" points="311,-2087.75 311,-2138.25 423.5,-2138.25 423.5,-2087.75 311,-2087.75"/>
<text text-anchor="middle" x="324.25" y="-2120.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-2113 337.5,-2113"/>
<text text-anchor="middle" x="324.25" y="-2095.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-2087.75 337.5,-2138.25"/>
<text text-anchor="middle" x="368" y="-2116.95" font-family="Times,serif" font-size="14.00">$1641</text>
<text text-anchor="middle" x="368" y="-2099.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-2087.75 398.5,-2138.25"/>
<text text-anchor="middle" x="411" y="-2108.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n269 -->
<g id="node977" class="node">
<title>n269</title>
<ellipse fill="black" stroke="black" cx="515.75" cy="-2147" rx="1.8" ry="1.8"/>
</g>
<!-- c1430&#45;&gt;n269 -->
<g id="edge616" class="edge">
<title>c1430:e&#45;&gt;n269:w</title>
<path fill="none" stroke="black" d="M423.5,-2113C423.5,-2113 479.07,-2134.17 502.51,-2143.1"/>
<polygon fill="black" stroke="black" points="501.16,-2146.71 511.75,-2147 503.65,-2140.17 501.16,-2146.71"/>
</g>
<!-- c1431 -->
<g id="node310" class="node">
<title>c1431</title>
<polygon fill="none" stroke="black" points="608,-2134.75 608,-2185.25 720.5,-2185.25 720.5,-2134.75 608,-2134.75"/>
<text text-anchor="middle" x="621.25" y="-2167.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-2160 634.5,-2160"/>
<text text-anchor="middle" x="621.25" y="-2142.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-2134.75 634.5,-2185.25"/>
<text text-anchor="middle" x="665" y="-2163.95" font-family="Times,serif" font-size="14.00">$1642</text>
<text text-anchor="middle" x="665" y="-2146.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="695.5,-2134.75 695.5,-2185.25"/>
<text text-anchor="middle" x="708" y="-2155.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n270 -->
<g id="node979" class="node">
<title>n270</title>
<ellipse fill="black" stroke="black" cx="812.75" cy="-2097" rx="1.8" ry="1.8"/>
</g>
<!-- c1431&#45;&gt;n270 -->
<g id="edge629" class="edge">
<title>c1431:e&#45;&gt;n270:w</title>
<path fill="none" stroke="black" d="M720.5,-2160C720.5,-2160 778.29,-2119.21 800.87,-2103.27"/>
<polygon fill="black" stroke="black" points="802.6,-2105.63 808.75,-2097 798.56,-2099.91 802.6,-2105.63"/>
</g>
<!-- c1432 -->
<g id="node311" class="node">
<title>c1432</title>
<polygon fill="none" stroke="black" points="905.38,-2061.75 905.38,-2104.25 1017.12,-2104.25 1017.12,-2061.75 905.38,-2061.75"/>
<text text-anchor="middle" x="918.25" y="-2078.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="931.12,-2061.75 931.12,-2104.25"/>
<text text-anchor="middle" x="961.62" y="-2086.95" font-family="Times,serif" font-size="14.00">$1643</text>
<text text-anchor="middle" x="961.62" y="-2069.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="992.12,-2061.75 992.12,-2104.25"/>
<text text-anchor="middle" x="1004.62" y="-2078.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1436 -->
<g id="node315" class="node">
<title>c1436</title>
<polygon fill="none" stroke="black" points="1053.5,-2099.75 1053.5,-2150.25 1166,-2150.25 1166,-2099.75 1053.5,-2099.75"/>
<text text-anchor="middle" x="1066.75" y="-2132.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1053.5,-2125 1080,-2125"/>
<text text-anchor="middle" x="1066.75" y="-2107.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1080,-2099.75 1080,-2150.25"/>
<text text-anchor="middle" x="1110.5" y="-2128.95" font-family="Times,serif" font-size="14.00">$1647</text>
<text text-anchor="middle" x="1110.5" y="-2111.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1141,-2099.75 1141,-2150.25"/>
<text text-anchor="middle" x="1153.5" y="-2120.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1432&#45;&gt;c1436 -->
<g id="edge633" class="edge">
<title>c1432:e&#45;&gt;c1436:w</title>
<path fill="none" stroke="black" d="M1017.5,-2083C1017.5,-2083 1037.33,-2113.3 1047.56,-2128.92"/>
<polygon fill="black" stroke="black" points="1045.09,-2130.55 1053.5,-2137 1050.95,-2126.72 1045.09,-2130.55"/>
</g>
<!-- n273 -->
<g id="node980" class="node">
<title>n273</title>
<ellipse fill="black" stroke="black" cx="961.25" cy="-2177" rx="1.8" ry="1.8"/>
</g>
<!-- c1433&#45;&gt;n273 -->
<g id="edge635" class="edge">
<title>c1433:e&#45;&gt;n273:w</title>
<path fill="none" stroke="black" d="M869,-2177C869,-2177 923.47,-2177 947.31,-2177"/>
<polygon fill="black" stroke="black" points="947.25,-2180.5 957.25,-2177 947.25,-2173.5 947.25,-2180.5"/>
</g>
<!-- c1434 -->
<g id="node313" class="node">
<title>c1434</title>
<polygon fill="none" stroke="black" points="1053.88,-2169.75 1053.88,-2212.25 1165.62,-2212.25 1165.62,-2169.75 1053.88,-2169.75"/>
<text text-anchor="middle" x="1066.75" y="-2186.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1079.62,-2169.75 1079.62,-2212.25"/>
<text text-anchor="middle" x="1110.12" y="-2194.95" font-family="Times,serif" font-size="14.00">$1645</text>
<text text-anchor="middle" x="1110.12" y="-2177.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1140.62,-2169.75 1140.62,-2212.25"/>
<text text-anchor="middle" x="1153.12" y="-2186.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1435 -->
<g id="node314" class="node">
<title>c1435</title>
<polygon fill="none" stroke="black" points="1202,-2121.75 1202,-2172.25 1314.5,-2172.25 1314.5,-2121.75 1202,-2121.75"/>
<text text-anchor="middle" x="1215.25" y="-2154.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1202,-2147 1228.5,-2147"/>
<text text-anchor="middle" x="1215.25" y="-2129.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1228.5,-2121.75 1228.5,-2172.25"/>
<text text-anchor="middle" x="1259" y="-2150.95" font-family="Times,serif" font-size="14.00">$1646</text>
<text text-anchor="middle" x="1259" y="-2133.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1289.5,-2121.75 1289.5,-2172.25"/>
<text text-anchor="middle" x="1302" y="-2142.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1434&#45;&gt;c1435 -->
<g id="edge638" class="edge">
<title>c1434:e&#45;&gt;c1435:w</title>
<path fill="none" stroke="black" d="M1166,-2191C1166,-2191 1186.04,-2159.27 1196.22,-2143.16"/>
<polygon fill="black" stroke="black" points="1199.62,-2145.32 1202,-2135 1193.7,-2141.59 1199.62,-2145.32"/>
</g>
<!-- n275 -->
<g id="node981" class="node">
<title>n275</title>
<ellipse fill="black" stroke="black" cx="1406.75" cy="-2171" rx="1.8" ry="1.8"/>
</g>
<!-- c1435&#45;&gt;n275 -->
<g id="edge639" class="edge">
<title>c1435:e&#45;&gt;n275:w</title>
<path fill="none" stroke="black" d="M1314.5,-2147C1314.5,-2147 1369.52,-2161.8 1393.16,-2168.15"/>
<polygon fill="black" stroke="black" points="1392.18,-2171.78 1402.75,-2171 1394,-2165.02 1392.18,-2171.78"/>
</g>
<!-- n276 -->
<g id="node982" class="node">
<title>n276</title>
<ellipse fill="black" stroke="black" cx="1258.25" cy="-2101" rx="1.8" ry="1.8"/>
</g>
<!-- c1436&#45;&gt;n276 -->
<g id="edge642" class="edge">
<title>c1436:e&#45;&gt;n276:w</title>
<path fill="none" stroke="black" d="M1166,-2125C1166,-2125 1221.02,-2110.2 1244.66,-2103.85"/>
<polygon fill="black" stroke="black" points="1245.5,-2106.98 1254.25,-2101 1243.68,-2100.22 1245.5,-2106.98"/>
</g>
<!-- c1437 -->
<g id="node316" class="node">
<title>c1437</title>
<polygon fill="none" stroke="black" points="1499,-2125.75 1499,-2176.25 1611.5,-2176.25 1611.5,-2125.75 1499,-2125.75"/>
<text text-anchor="middle" x="1512.25" y="-2158.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-2151 1525.5,-2151"/>
<text text-anchor="middle" x="1512.25" y="-2133.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-2125.75 1525.5,-2176.25"/>
<text text-anchor="middle" x="1556" y="-2154.95" font-family="Times,serif" font-size="14.00">$1648</text>
<text text-anchor="middle" x="1556" y="-2137.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1586.5,-2125.75 1586.5,-2176.25"/>
<text text-anchor="middle" x="1599" y="-2146.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1441 -->
<g id="node320" class="node">
<title>c1441</title>
<polygon fill="none" stroke="black" points="1647.5,-2163.75 1647.5,-2214.25 1760,-2214.25 1760,-2163.75 1647.5,-2163.75"/>
<text text-anchor="middle" x="1660.75" y="-2196.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1647.5,-2189 1674,-2189"/>
<text text-anchor="middle" x="1660.75" y="-2171.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1674,-2163.75 1674,-2214.25"/>
<text text-anchor="middle" x="1704.5" y="-2192.95" font-family="Times,serif" font-size="14.00">$1652</text>
<text text-anchor="middle" x="1704.5" y="-2175.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1735,-2163.75 1735,-2214.25"/>
<text text-anchor="middle" x="1747.5" y="-2184.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1437&#45;&gt;c1441 -->
<g id="edge645" class="edge">
<title>c1437:e&#45;&gt;c1441:w</title>
<path fill="none" stroke="black" d="M1611.5,-2151C1611.5,-2151 1630.92,-2178.5 1641.23,-2193.12"/>
<polygon fill="black" stroke="black" points="1638.87,-2194.85 1647.5,-2201 1644.59,-2190.81 1638.87,-2194.85"/>
</g>
<!-- c1438 -->
<g id="node317" class="node">
<title>c1438</title>
<polygon fill="none" stroke="black" points="1350.5,-2213.75 1350.5,-2264.25 1463,-2264.25 1463,-2213.75 1350.5,-2213.75"/>
<text text-anchor="middle" x="1363.75" y="-2246.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1350.5,-2239 1377,-2239"/>
<text text-anchor="middle" x="1363.75" y="-2221.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1377,-2213.75 1377,-2264.25"/>
<text text-anchor="middle" x="1407.5" y="-2242.95" font-family="Times,serif" font-size="14.00">$1649</text>
<text text-anchor="middle" x="1407.5" y="-2225.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1438,-2213.75 1438,-2264.25"/>
<text text-anchor="middle" x="1450.5" y="-2234.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1442 -->
<g id="node321" class="node">
<title>c1442</title>
<polygon fill="none" stroke="black" points="1647.5,-2233.75 1647.5,-2284.25 1760,-2284.25 1760,-2233.75 1647.5,-2233.75"/>
<text text-anchor="middle" x="1660.75" y="-2266.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1647.5,-2259 1674,-2259"/>
<text text-anchor="middle" x="1660.75" y="-2241.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1674,-2233.75 1674,-2284.25"/>
<text text-anchor="middle" x="1704.5" y="-2262.95" font-family="Times,serif" font-size="14.00">$1653</text>
<text text-anchor="middle" x="1704.5" y="-2245.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1735,-2233.75 1735,-2284.25"/>
<text text-anchor="middle" x="1747.5" y="-2254.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1438&#45;&gt;c1442 -->
<g id="edge646" class="edge">
<title>c1438:e&#45;&gt;c1442:w</title>
<path fill="none" stroke="black" d="M1462.75,-2239C1462.75,-2239 1597.52,-2263.04 1637,-2270.08"/>
<polygon fill="black" stroke="black" points="1636.29,-2273.69 1646.75,-2272 1637.52,-2266.8 1636.29,-2273.69"/>
</g>
<!-- c1439 -->
<g id="node318" class="node">
<title>c1439</title>
<polygon fill="none" stroke="black" points="1350.5,-2099.75 1350.5,-2150.25 1463,-2150.25 1463,-2099.75 1350.5,-2099.75"/>
<text text-anchor="middle" x="1363.75" y="-2132.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1350.5,-2125 1377,-2125"/>
<text text-anchor="middle" x="1363.75" y="-2107.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1377,-2099.75 1377,-2150.25"/>
<text text-anchor="middle" x="1407.5" y="-2128.95" font-family="Times,serif" font-size="14.00">$1650</text>
<text text-anchor="middle" x="1407.5" y="-2111.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1438,-2099.75 1438,-2150.25"/>
<text text-anchor="middle" x="1450.5" y="-2120.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n279 -->
<g id="node983" class="node">
<title>n279</title>
<ellipse fill="black" stroke="black" cx="1555.25" cy="-2105" rx="1.8" ry="1.8"/>
</g>
<!-- c1439&#45;&gt;n279 -->
<g id="edge647" class="edge">
<title>c1439:e&#45;&gt;n279:w</title>
<path fill="none" stroke="black" d="M1463,-2125C1463,-2125 1518.02,-2112.67 1541.66,-2107.37"/>
<polygon fill="black" stroke="black" points="1542.26,-2110.6 1551.25,-2105 1540.73,-2103.77 1542.26,-2110.6"/>
</g>
<!-- c1440 -->
<g id="node319" class="node">
<title>c1440</title>
<polygon fill="none" stroke="black" points="1499,-2195.75 1499,-2246.25 1611.5,-2246.25 1611.5,-2195.75 1499,-2195.75"/>
<text text-anchor="middle" x="1512.25" y="-2228.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-2221 1525.5,-2221"/>
<text text-anchor="middle" x="1512.25" y="-2203.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-2195.75 1525.5,-2246.25"/>
<text text-anchor="middle" x="1556" y="-2224.95" font-family="Times,serif" font-size="14.00">$1651</text>
<text text-anchor="middle" x="1556" y="-2207.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1586.5,-2195.75 1586.5,-2246.25"/>
<text text-anchor="middle" x="1599" y="-2216.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1440&#45;&gt;c1442 -->
<g id="edge659" class="edge">
<title>c1440:e&#45;&gt;c1442:w</title>
<path fill="none" stroke="black" d="M1611.5,-2221C1611.5,-2221 1628.13,-2232.55 1638.79,-2239.95"/>
<polygon fill="black" stroke="black" points="1636.29,-2243.17 1646.5,-2246 1640.28,-2237.42 1636.29,-2243.17"/>
</g>
<!-- n281 -->
<g id="node985" class="node">
<title>n281</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-2270" rx="1.8" ry="1.8"/>
</g>
<!-- c1441&#45;&gt;n281 -->
<g id="edge660" class="edge">
<title>c1441:e&#45;&gt;n281:w</title>
<path fill="none" stroke="black" d="M1759.75,-2189C1759.75,-2189 1942.73,-2251.02 1988.48,-2266.52"/>
<polygon fill="black" stroke="black" points="1987.16,-2270.1 1997.75,-2270 1989.4,-2263.48 1987.16,-2270.1"/>
</g>
<!-- n282 -->
<g id="node986" class="node">
<title>n282</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-2410" rx="1.8" ry="1.8"/>
</g>
<!-- c1442&#45;&gt;n282 -->
<g id="edge663" class="edge">
<title>c1442:e&#45;&gt;n282:w</title>
<path fill="none" stroke="black" d="M1759.75,-2259C1759.75,-2259 1946.02,-2376.68 1989.67,-2404.27"/>
<polygon fill="black" stroke="black" points="1987.43,-2407.62 1997.75,-2410 1991.17,-2401.7 1987.43,-2407.62"/>
</g>
<!-- c1443 -->
<g id="node322" class="node">
<title>c1443</title>
<polygon fill="none" stroke="black" points="2093,-2397.75 2093,-2448.25 2205.5,-2448.25 2205.5,-2397.75 2093,-2397.75"/>
<text text-anchor="middle" x="2106.25" y="-2430.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-2423 2119.5,-2423"/>
<text text-anchor="middle" x="2106.25" y="-2405.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-2397.75 2119.5,-2448.25"/>
<text text-anchor="middle" x="2150" y="-2426.95" font-family="Times,serif" font-size="14.00">$1654</text>
<text text-anchor="middle" x="2150" y="-2409.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2180.5,-2397.75 2180.5,-2448.25"/>
<text text-anchor="middle" x="2193" y="-2418.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n284 -->
<g id="node987" class="node">
<title>n284</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-2423" rx="1.8" ry="1.8"/>
</g>
<!-- c1443&#45;&gt;n284 -->
<g id="edge667" class="edge">
<title>c1443:e&#45;&gt;n284:w</title>
<path fill="none" stroke="black" d="M2205.5,-2423C2205.5,-2423 2259.97,-2423 2283.81,-2423"/>
<polygon fill="black" stroke="black" points="2283.75,-2426.5 2293.75,-2423 2283.75,-2419.5 2283.75,-2426.5"/>
</g>
<!-- c1444 -->
<g id="node323" class="node">
<title>c1444</title>
<polygon fill="none" stroke="black" points="2093,-2257.75 2093,-2308.25 2205.5,-2308.25 2205.5,-2257.75 2093,-2257.75"/>
<text text-anchor="middle" x="2106.25" y="-2290.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-2283 2119.5,-2283"/>
<text text-anchor="middle" x="2106.25" y="-2265.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-2257.75 2119.5,-2308.25"/>
<text text-anchor="middle" x="2150" y="-2286.95" font-family="Times,serif" font-size="14.00">$1655</text>
<text text-anchor="middle" x="2150" y="-2269.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2180.5,-2257.75 2180.5,-2308.25"/>
<text text-anchor="middle" x="2193" y="-2278.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n285 -->
<g id="node988" class="node">
<title>n285</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-2298" rx="1.8" ry="1.8"/>
</g>
<!-- c1444&#45;&gt;n285 -->
<g id="edge670" class="edge">
<title>c1444:e&#45;&gt;n285:w</title>
<path fill="none" stroke="black" d="M2205.5,-2283C2205.5,-2283 2260.52,-2292.25 2284.16,-2296.22"/>
<polygon fill="black" stroke="black" points="2283.31,-2299.79 2293.75,-2298 2284.47,-2292.89 2283.31,-2299.79"/>
</g>
<!-- c1445 -->
<g id="node324" class="node">
<title>c1445</title>
<polygon fill="none" stroke="black" points="2093,-2327.75 2093,-2378.25 2205.5,-2378.25 2205.5,-2327.75 2093,-2327.75"/>
<text text-anchor="middle" x="2106.25" y="-2360.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-2353 2119.5,-2353"/>
<text text-anchor="middle" x="2106.25" y="-2335.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-2327.75 2119.5,-2378.25"/>
<text text-anchor="middle" x="2150" y="-2356.95" font-family="Times,serif" font-size="14.00">$1656</text>
<text text-anchor="middle" x="2150" y="-2339.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2180.5,-2327.75 2180.5,-2378.25"/>
<text text-anchor="middle" x="2193" y="-2348.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1447 -->
<g id="node326" class="node">
<title>c1447</title>
<polygon fill="none" stroke="black" points="2390,-2345.75 2390,-2396.25 2502.5,-2396.25 2502.5,-2345.75 2390,-2345.75"/>
<text text-anchor="middle" x="2403.25" y="-2378.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-2371 2416.5,-2371"/>
<text text-anchor="middle" x="2403.25" y="-2353.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-2345.75 2416.5,-2396.25"/>
<text text-anchor="middle" x="2447" y="-2374.95" font-family="Times,serif" font-size="14.00">$1658</text>
<text text-anchor="middle" x="2447" y="-2357.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2477.5,-2345.75 2477.5,-2396.25"/>
<text text-anchor="middle" x="2490" y="-2366.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1445&#45;&gt;c1447 -->
<g id="edge673" class="edge">
<title>c1445:e&#45;&gt;c1447:w</title>
<path fill="none" stroke="black" d="M2205.25,-2353C2205.25,-2353 2340.02,-2356.64 2379.5,-2357.71"/>
<polygon fill="black" stroke="black" points="2379.16,-2361.23 2389.25,-2358 2379.35,-2354.23 2379.16,-2361.23"/>
</g>
<!-- c1446 -->
<g id="node325" class="node">
<title>c1446</title>
<polygon fill="none" stroke="black" points="2093,-2505.75 2093,-2556.25 2205.5,-2556.25 2205.5,-2505.75 2093,-2505.75"/>
<text text-anchor="middle" x="2106.25" y="-2538.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-2531 2119.5,-2531"/>
<text text-anchor="middle" x="2106.25" y="-2513.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-2505.75 2119.5,-2556.25"/>
<text text-anchor="middle" x="2150" y="-2534.95" font-family="Times,serif" font-size="14.00">$1657</text>
<text text-anchor="middle" x="2150" y="-2517.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2180.5,-2505.75 2180.5,-2556.25"/>
<text text-anchor="middle" x="2193" y="-2526.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1448 -->
<g id="node327" class="node">
<title>c1448</title>
<polygon fill="none" stroke="black" points="2390,-2505.75 2390,-2556.25 2502.5,-2556.25 2502.5,-2505.75 2390,-2505.75"/>
<text text-anchor="middle" x="2403.25" y="-2538.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-2531 2416.5,-2531"/>
<text text-anchor="middle" x="2403.25" y="-2513.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-2505.75 2416.5,-2556.25"/>
<text text-anchor="middle" x="2447" y="-2534.95" font-family="Times,serif" font-size="14.00">$1659</text>
<text text-anchor="middle" x="2447" y="-2517.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2477.5,-2505.75 2477.5,-2556.25"/>
<text text-anchor="middle" x="2490" y="-2526.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1446&#45;&gt;c1448 -->
<g id="edge674" class="edge">
<title>c1446:e&#45;&gt;c1448:w</title>
<path fill="none" stroke="black" d="M2205.25,-2531C2205.25,-2531 2340.02,-2521.53 2379.5,-2518.76"/>
<polygon fill="black" stroke="black" points="2379.52,-2522.19 2389.25,-2518 2379.03,-2515.21 2379.52,-2522.19"/>
</g>
<!-- n288 -->
<g id="node989" class="node">
<title>n288</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-2371" rx="1.8" ry="1.8"/>
</g>
<!-- c1447&#45;&gt;n288 -->
<g id="edge675" class="edge">
<title>c1447:e&#45;&gt;n288:w</title>
<path fill="none" stroke="black" d="M2502.5,-2371C2502.5,-2371 2556.97,-2371 2580.81,-2371"/>
<polygon fill="black" stroke="black" points="2580.75,-2374.5 2590.75,-2371 2580.75,-2367.5 2580.75,-2374.5"/>
</g>
<!-- n289 -->
<g id="node990" class="node">
<title>n289</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-2538" rx="1.8" ry="1.8"/>
</g>
<!-- c1448&#45;&gt;n289 -->
<g id="edge678" class="edge">
<title>c1448:e&#45;&gt;n289:w</title>
<path fill="none" stroke="black" d="M2502.5,-2531C2502.5,-2531 2556.97,-2535.27 2580.81,-2537.14"/>
<polygon fill="black" stroke="black" points="2580.51,-2540.71 2590.75,-2538 2581.05,-2533.73 2580.51,-2540.71"/>
</g>
<!-- c1449 -->
<g id="node328" class="node">
<title>c1449</title>
<polygon fill="none" stroke="black" points="2687,-2455.75 2687,-2506.25 2799.5,-2506.25 2799.5,-2455.75 2687,-2455.75"/>
<text text-anchor="middle" x="2700.25" y="-2488.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-2481 2713.5,-2481"/>
<text text-anchor="middle" x="2700.25" y="-2463.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-2455.75 2713.5,-2506.25"/>
<text text-anchor="middle" x="2744" y="-2484.95" font-family="Times,serif" font-size="14.00">$1660</text>
<text text-anchor="middle" x="2744" y="-2467.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2774.5,-2455.75 2774.5,-2506.25"/>
<text text-anchor="middle" x="2787" y="-2476.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1453 -->
<g id="node332" class="node">
<title>c1453</title>
<polygon fill="none" stroke="black" points="2984,-2497.75 2984,-2548.25 3096.5,-2548.25 3096.5,-2497.75 2984,-2497.75"/>
<text text-anchor="middle" x="2997.25" y="-2530.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-2523 3010.5,-2523"/>
<text text-anchor="middle" x="2997.25" y="-2505.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-2497.75 3010.5,-2548.25"/>
<text text-anchor="middle" x="3041" y="-2526.95" font-family="Times,serif" font-size="14.00">$1664</text>
<text text-anchor="middle" x="3041" y="-2509.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3071.5,-2497.75 3071.5,-2548.25"/>
<text text-anchor="middle" x="3084" y="-2518.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1449&#45;&gt;c1453 -->
<g id="edge690" class="edge">
<title>c1449:e&#45;&gt;c1453:w</title>
<path fill="none" stroke="black" d="M2799.25,-2481C2799.25,-2481 2934.64,-2521.25 2973.77,-2532.89"/>
<polygon fill="black" stroke="black" points="2972.67,-2536.51 2983.25,-2536 2974.66,-2529.8 2972.67,-2536.51"/>
</g>
<!-- c1450 -->
<g id="node329" class="node">
<title>c1450</title>
<polygon fill="none" stroke="black" points="2687,-2595.75 2687,-2646.25 2799.5,-2646.25 2799.5,-2595.75 2687,-2595.75"/>
<text text-anchor="middle" x="2700.25" y="-2628.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-2621 2713.5,-2621"/>
<text text-anchor="middle" x="2700.25" y="-2603.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-2595.75 2713.5,-2646.25"/>
<text text-anchor="middle" x="2744" y="-2624.95" font-family="Times,serif" font-size="14.00">$1661</text>
<text text-anchor="middle" x="2744" y="-2607.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2774.5,-2595.75 2774.5,-2646.25"/>
<text text-anchor="middle" x="2787" y="-2616.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1454 -->
<g id="node333" class="node">
<title>c1454</title>
<polygon fill="none" stroke="black" points="2984,-2582.75 2984,-2633.25 3096.5,-2633.25 3096.5,-2582.75 2984,-2582.75"/>
<text text-anchor="middle" x="2997.25" y="-2615.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-2608 3010.5,-2608"/>
<text text-anchor="middle" x="2997.25" y="-2590.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-2582.75 3010.5,-2633.25"/>
<text text-anchor="middle" x="3041" y="-2611.95" font-family="Times,serif" font-size="14.00">$1665</text>
<text text-anchor="middle" x="3041" y="-2594.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3071.5,-2582.75 3071.5,-2633.25"/>
<text text-anchor="middle" x="3084" y="-2603.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1450&#45;&gt;c1454 -->
<g id="edge691" class="edge">
<title>c1450:e&#45;&gt;c1454:w</title>
<path fill="none" stroke="black" d="M2799.25,-2621C2799.25,-2621 2934.02,-2621 2973.5,-2621"/>
<polygon fill="black" stroke="black" points="2973.25,-2624.5 2983.25,-2621 2973.25,-2617.5 2973.25,-2624.5"/>
</g>
<!-- c1451 -->
<g id="node330" class="node">
<title>c1451</title>
<polygon fill="none" stroke="black" points="2687,-2525.75 2687,-2576.25 2799.5,-2576.25 2799.5,-2525.75 2687,-2525.75"/>
<text text-anchor="middle" x="2700.25" y="-2558.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-2551 2713.5,-2551"/>
<text text-anchor="middle" x="2700.25" y="-2533.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-2525.75 2713.5,-2576.25"/>
<text text-anchor="middle" x="2744" y="-2554.95" font-family="Times,serif" font-size="14.00">$1662</text>
<text text-anchor="middle" x="2744" y="-2537.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2774.5,-2525.75 2774.5,-2576.25"/>
<text text-anchor="middle" x="2787" y="-2546.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n292 -->
<g id="node992" class="node">
<title>n292</title>
<ellipse fill="black" stroke="black" cx="2891.75" cy="-2506" rx="1.8" ry="1.8"/>
</g>
<!-- c1451&#45;&gt;n292 -->
<g id="edge692" class="edge">
<title>c1451:e&#45;&gt;n292:w</title>
<path fill="none" stroke="black" d="M2799.5,-2551C2799.5,-2551 2856.17,-2522.42 2879.2,-2510.82"/>
<polygon fill="black" stroke="black" points="2880.4,-2513.63 2887.75,-2506 2877.25,-2507.38 2880.4,-2513.63"/>
</g>
<!-- c1452 -->
<g id="node331" class="node">
<title>c1452</title>
<polygon fill="none" stroke="black" points="2687,-2347.75 2687,-2398.25 2799.5,-2398.25 2799.5,-2347.75 2687,-2347.75"/>
<text text-anchor="middle" x="2700.25" y="-2380.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-2373 2713.5,-2373"/>
<text text-anchor="middle" x="2700.25" y="-2355.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-2347.75 2713.5,-2398.25"/>
<text text-anchor="middle" x="2744" y="-2376.95" font-family="Times,serif" font-size="14.00">$1663</text>
<text text-anchor="middle" x="2744" y="-2359.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2774.5,-2347.75 2774.5,-2398.25"/>
<text text-anchor="middle" x="2787" y="-2368.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n293 -->
<g id="node993" class="node">
<title>n293</title>
<ellipse fill="black" stroke="black" cx="2891.75" cy="-2422" rx="1.8" ry="1.8"/>
</g>
<!-- c1452&#45;&gt;n293 -->
<g id="edge695" class="edge">
<title>c1452:e&#45;&gt;n293:w</title>
<path fill="none" stroke="black" d="M2799.5,-2373C2799.5,-2373 2856.17,-2404.12 2879.2,-2416.76"/>
<polygon fill="black" stroke="black" points="2877.3,-2420.26 2887.75,-2422 2880.67,-2414.12 2877.3,-2420.26"/>
</g>
<!-- n295 -->
<g id="node994" class="node">
<title>n295</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-2705" rx="1.8" ry="1.8"/>
</g>
<!-- c1453&#45;&gt;n295 -->
<g id="edge699" class="edge">
<title>c1453:e&#45;&gt;n295:w</title>
<path fill="none" stroke="black" d="M3096.5,-2523C3096.5,-2523 3162.41,-2657.41 3180.95,-2695.21"/>
<polygon fill="black" stroke="black" points="3178.2,-2696.56 3185.75,-2704 3184.49,-2693.48 3178.2,-2696.56"/>
</g>
<!-- n296 -->
<g id="node995" class="node">
<title>n296</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-2779" rx="1.8" ry="1.8"/>
</g>
<!-- c1454&#45;&gt;n296 -->
<g id="edge702" class="edge">
<title>c1454:e&#45;&gt;n296:w</title>
<path fill="none" stroke="black" d="M3096.5,-2608C3096.5,-2608 3161.82,-2733.14 3180.7,-2769.32"/>
<polygon fill="black" stroke="black" points="3178.02,-2770.75 3185.75,-2778 3184.23,-2767.52 3178.02,-2770.75"/>
</g>
<!-- c1455 -->
<g id="node334" class="node">
<title>c1455</title>
<polygon fill="none" stroke="black" points="3281,-2766.75 3281,-2817.25 3393.5,-2817.25 3393.5,-2766.75 3281,-2766.75"/>
<text text-anchor="middle" x="3294.25" y="-2799.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-2792 3307.5,-2792"/>
<text text-anchor="middle" x="3294.25" y="-2774.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-2766.75 3307.5,-2817.25"/>
<text text-anchor="middle" x="3338" y="-2795.95" font-family="Times,serif" font-size="14.00">$1666</text>
<text text-anchor="middle" x="3338" y="-2778.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3368.5,-2766.75 3368.5,-2817.25"/>
<text text-anchor="middle" x="3381" y="-2787.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n297 -->
<g id="node996" class="node">
<title>n297</title>
<ellipse fill="black" stroke="black" cx="3485.75" cy="-2789" rx="1.8" ry="1.8"/>
</g>
<!-- c1455&#45;&gt;n297 -->
<g id="edge705" class="edge">
<title>c1455:e&#45;&gt;n297:w</title>
<path fill="none" stroke="black" d="M3393.5,-2792C3393.5,-2792 3447.97,-2790.17 3471.81,-2789.37"/>
<polygon fill="black" stroke="black" points="3471.87,-2792.83 3481.75,-2789 3471.64,-2785.84 3471.87,-2792.83"/>
</g>
<!-- c1456 -->
<g id="node335" class="node">
<title>c1456</title>
<polygon fill="none" stroke="black" points="3281,-2626.75 3281,-2677.25 3393.5,-2677.25 3393.5,-2626.75 3281,-2626.75"/>
<text text-anchor="middle" x="3294.25" y="-2659.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-2652 3307.5,-2652"/>
<text text-anchor="middle" x="3294.25" y="-2634.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-2626.75 3307.5,-2677.25"/>
<text text-anchor="middle" x="3338" y="-2655.95" font-family="Times,serif" font-size="14.00">$1667</text>
<text text-anchor="middle" x="3338" y="-2638.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3368.5,-2626.75 3368.5,-2677.25"/>
<text text-anchor="middle" x="3381" y="-2647.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n298 -->
<g id="node997" class="node">
<title>n298</title>
<ellipse fill="black" stroke="black" cx="3485.75" cy="-2671" rx="1.8" ry="1.8"/>
</g>
<!-- c1456&#45;&gt;n298 -->
<g id="edge708" class="edge">
<title>c1456:e&#45;&gt;n298:w</title>
<path fill="none" stroke="black" d="M3393.5,-2652C3393.5,-2652 3448.52,-2663.71 3472.16,-2668.75"/>
<polygon fill="black" stroke="black" points="3471.24,-2672.34 3481.75,-2671 3472.7,-2665.49 3471.24,-2672.34"/>
</g>
<!-- c1457 -->
<g id="node336" class="node">
<title>c1457</title>
<polygon fill="none" stroke="black" points="3281,-2696.75 3281,-2747.25 3393.5,-2747.25 3393.5,-2696.75 3281,-2696.75"/>
<text text-anchor="middle" x="3294.25" y="-2729.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-2722 3307.5,-2722"/>
<text text-anchor="middle" x="3294.25" y="-2704.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-2696.75 3307.5,-2747.25"/>
<text text-anchor="middle" x="3338" y="-2725.95" font-family="Times,serif" font-size="14.00">$1668</text>
<text text-anchor="middle" x="3338" y="-2708.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3368.5,-2696.75 3368.5,-2747.25"/>
<text text-anchor="middle" x="3381" y="-2717.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1459 -->
<g id="node338" class="node">
<title>c1459</title>
<polygon fill="none" stroke="black" points="3578,-2750.75 3578,-2801.25 3690.5,-2801.25 3690.5,-2750.75 3578,-2750.75"/>
<text text-anchor="middle" x="3591.25" y="-2783.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3578,-2776 3604.5,-2776"/>
<text text-anchor="middle" x="3591.25" y="-2758.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3604.5,-2750.75 3604.5,-2801.25"/>
<text text-anchor="middle" x="3635" y="-2779.95" font-family="Times,serif" font-size="14.00">$1670</text>
<text text-anchor="middle" x="3635" y="-2762.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3665.5,-2750.75 3665.5,-2801.25"/>
<text text-anchor="middle" x="3678" y="-2771.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1457&#45;&gt;c1459 -->
<g id="edge711" class="edge">
<title>c1457:e&#45;&gt;c1459:w</title>
<path fill="none" stroke="black" d="M3393.25,-2722C3393.25,-2722 3528.64,-2752 3567.77,-2760.68"/>
<polygon fill="black" stroke="black" points="3566.73,-2764.25 3577.25,-2763 3568.24,-2757.42 3566.73,-2764.25"/>
</g>
<!-- c1458 -->
<g id="node337" class="node">
<title>c1458</title>
<polygon fill="none" stroke="black" points="3281,-2836.75 3281,-2887.25 3393.5,-2887.25 3393.5,-2836.75 3281,-2836.75"/>
<text text-anchor="middle" x="3294.25" y="-2869.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-2862 3307.5,-2862"/>
<text text-anchor="middle" x="3294.25" y="-2844.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-2836.75 3307.5,-2887.25"/>
<text text-anchor="middle" x="3338" y="-2865.95" font-family="Times,serif" font-size="14.00">$1669</text>
<text text-anchor="middle" x="3338" y="-2848.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3368.5,-2836.75 3368.5,-2887.25"/>
<text text-anchor="middle" x="3381" y="-2857.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1460 -->
<g id="node339" class="node">
<title>c1460</title>
<polygon fill="none" stroke="black" points="3578,-2849.75 3578,-2900.25 3690.5,-2900.25 3690.5,-2849.75 3578,-2849.75"/>
<text text-anchor="middle" x="3591.25" y="-2882.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3578,-2875 3604.5,-2875"/>
<text text-anchor="middle" x="3591.25" y="-2857.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3604.5,-2849.75 3604.5,-2900.25"/>
<text text-anchor="middle" x="3635" y="-2878.95" font-family="Times,serif" font-size="14.00">$1671</text>
<text text-anchor="middle" x="3635" y="-2861.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3665.5,-2849.75 3665.5,-2900.25"/>
<text text-anchor="middle" x="3678" y="-2870.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1458&#45;&gt;c1460 -->
<g id="edge731" class="edge">
<title>c1458:e&#45;&gt;c1460:w</title>
<path fill="none" stroke="black" d="M3393.25,-2862C3393.25,-2862 3528.02,-2862 3567.5,-2862"/>
<polygon fill="black" stroke="black" points="3567.25,-2865.5 3577.25,-2862 3567.25,-2858.5 3567.25,-2865.5"/>
</g>
<!-- n301 -->
<g id="node1000" class="node">
<title>n301</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-2776" rx="1.8" ry="1.8"/>
</g>
<!-- c1459&#45;&gt;n301 -->
<g id="edge732" class="edge">
<title>c1459:e&#45;&gt;n301:w</title>
<path fill="none" stroke="black" d="M3690.5,-2776C3690.5,-2776 3744.97,-2776 3768.81,-2776"/>
<polygon fill="black" stroke="black" points="3768.75,-2779.5 3778.75,-2776 3768.75,-2772.5 3768.75,-2779.5"/>
</g>
<!-- n302 -->
<g id="node1001" class="node">
<title>n302</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-2941" rx="1.8" ry="1.8"/>
</g>
<!-- c1460&#45;&gt;n302 -->
<g id="edge735" class="edge">
<title>c1460:e&#45;&gt;n302:w</title>
<path fill="none" stroke="black" d="M3690.5,-2875C3690.5,-2875 3748.85,-2918.15 3771.19,-2934.67"/>
<polygon fill="black" stroke="black" points="3768.63,-2937.87 3778.75,-2941 3772.79,-2932.24 3768.63,-2937.87"/>
</g>
<!-- c1461 -->
<g id="node340" class="node">
<title>c1461</title>
<polygon fill="none" stroke="black" points="3875,-2820.75 3875,-2871.25 3987.5,-2871.25 3987.5,-2820.75 3875,-2820.75"/>
<text text-anchor="middle" x="3888.25" y="-2853.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-2846 3901.5,-2846"/>
<text text-anchor="middle" x="3888.25" y="-2828.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-2820.75 3901.5,-2871.25"/>
<text text-anchor="middle" x="3932" y="-2849.95" font-family="Times,serif" font-size="14.00">$1672</text>
<text text-anchor="middle" x="3932" y="-2832.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3962.5,-2820.75 3962.5,-2871.25"/>
<text text-anchor="middle" x="3975" y="-2841.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1465 -->
<g id="node344" class="node">
<title>c1465</title>
<polygon fill="none" stroke="black" points="4172,-2998.75 4172,-3049.25 4284.5,-3049.25 4284.5,-2998.75 4172,-2998.75"/>
<text text-anchor="middle" x="4185.25" y="-3031.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-3024 4198.5,-3024"/>
<text text-anchor="middle" x="4185.25" y="-3006.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-2998.75 4198.5,-3049.25"/>
<text text-anchor="middle" x="4229" y="-3027.95" font-family="Times,serif" font-size="14.00">$1676</text>
<text text-anchor="middle" x="4229" y="-3010.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4259.5,-2998.75 4259.5,-3049.25"/>
<text text-anchor="middle" x="4272" y="-3019.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1461&#45;&gt;c1465 -->
<g id="edge738" class="edge">
<title>c1461:e&#45;&gt;c1465:w</title>
<path fill="none" stroke="black" d="M3987.25,-2846C3987.25,-2846 4130.16,-2993.54 4164.77,-3029.28"/>
<polygon fill="black" stroke="black" points="4161.78,-3031.25 4171.25,-3036 4166.81,-3026.38 4161.78,-3031.25"/>
</g>
<!-- c1462 -->
<g id="node341" class="node">
<title>c1462</title>
<polygon fill="none" stroke="black" points="3875,-2998.75 3875,-3049.25 3987.5,-3049.25 3987.5,-2998.75 3875,-2998.75"/>
<text text-anchor="middle" x="3888.25" y="-3031.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-3024 3901.5,-3024"/>
<text text-anchor="middle" x="3888.25" y="-3006.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-2998.75 3901.5,-3049.25"/>
<text text-anchor="middle" x="3932" y="-3027.95" font-family="Times,serif" font-size="14.00">$1673</text>
<text text-anchor="middle" x="3932" y="-3010.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3962.5,-2998.75 3962.5,-3049.25"/>
<text text-anchor="middle" x="3975" y="-3019.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1466 -->
<g id="node345" class="node">
<title>c1466</title>
<polygon fill="none" stroke="black" points="4172,-2928.75 4172,-2979.25 4284.5,-2979.25 4284.5,-2928.75 4172,-2928.75"/>
<text text-anchor="middle" x="4185.25" y="-2961.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-2954 4198.5,-2954"/>
<text text-anchor="middle" x="4185.25" y="-2936.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-2928.75 4198.5,-2979.25"/>
<text text-anchor="middle" x="4229" y="-2957.95" font-family="Times,serif" font-size="14.00">$1677</text>
<text text-anchor="middle" x="4229" y="-2940.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4259.5,-2928.75 4259.5,-2979.25"/>
<text text-anchor="middle" x="4272" y="-2949.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1462&#45;&gt;c1466 -->
<g id="edge739" class="edge">
<title>c1462:e&#45;&gt;c1466:w</title>
<path fill="none" stroke="black" d="M3987.25,-3024C3987.25,-3024 4122.64,-2982.29 4161.77,-2970.23"/>
<polygon fill="black" stroke="black" points="4162.72,-2973.29 4171.25,-2967 4160.66,-2966.6 4162.72,-2973.29"/>
</g>
<!-- c1463 -->
<g id="node342" class="node">
<title>c1463</title>
<polygon fill="none" stroke="black" points="3875,-2928.75 3875,-2979.25 3987.5,-2979.25 3987.5,-2928.75 3875,-2928.75"/>
<text text-anchor="middle" x="3888.25" y="-2961.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-2954 3901.5,-2954"/>
<text text-anchor="middle" x="3888.25" y="-2936.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-2928.75 3901.5,-2979.25"/>
<text text-anchor="middle" x="3932" y="-2957.95" font-family="Times,serif" font-size="14.00">$1674</text>
<text text-anchor="middle" x="3932" y="-2940.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3962.5,-2928.75 3962.5,-2979.25"/>
<text text-anchor="middle" x="3975" y="-2949.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n306 -->
<g id="node1003" class="node">
<title>n306</title>
<ellipse fill="black" stroke="black" cx="4079.75" cy="-2954" rx="1.8" ry="1.8"/>
</g>
<!-- c1463&#45;&gt;n306 -->
<g id="edge743" class="edge">
<title>c1463:e&#45;&gt;n306:w</title>
<path fill="none" stroke="black" d="M3987.5,-2954C3987.5,-2954 4041.97,-2954 4065.81,-2954"/>
<polygon fill="black" stroke="black" points="4065.75,-2957.5 4075.75,-2954 4065.75,-2950.5 4065.75,-2957.5"/>
</g>
<!-- c1464 -->
<g id="node343" class="node">
<title>c1464</title>
<polygon fill="none" stroke="black" points="3875,-2750.75 3875,-2801.25 3987.5,-2801.25 3987.5,-2750.75 3875,-2750.75"/>
<text text-anchor="middle" x="3888.25" y="-2783.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-2776 3901.5,-2776"/>
<text text-anchor="middle" x="3888.25" y="-2758.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-2750.75 3901.5,-2801.25"/>
<text text-anchor="middle" x="3932" y="-2779.95" font-family="Times,serif" font-size="14.00">$1675</text>
<text text-anchor="middle" x="3932" y="-2762.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3962.5,-2750.75 3962.5,-2801.25"/>
<text text-anchor="middle" x="3975" y="-2771.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n307 -->
<g id="node1004" class="node">
<title>n307</title>
<ellipse fill="black" stroke="black" cx="4079.75" cy="-2776" rx="1.8" ry="1.8"/>
</g>
<!-- c1464&#45;&gt;n307 -->
<g id="edge746" class="edge">
<title>c1464:e&#45;&gt;n307:w</title>
<path fill="none" stroke="black" d="M3987.5,-2776C3987.5,-2776 4041.97,-2776 4065.81,-2776"/>
<polygon fill="black" stroke="black" points="4065.75,-2779.5 4075.75,-2776 4065.75,-2772.5 4065.75,-2779.5"/>
</g>
<!-- n308 -->
<g id="node1005" class="node">
<title>n308</title>
<ellipse fill="black" stroke="black" cx="4376.75" cy="-3103" rx="1.8" ry="1.8"/>
</g>
<!-- c1465&#45;&gt;n308 -->
<g id="edge749" class="edge">
<title>c1465:e&#45;&gt;n308:w</title>
<path fill="none" stroke="black" d="M4284.5,-3024C4284.5,-3024 4343.42,-3076.15 4365.51,-3095.71"/>
<polygon fill="black" stroke="black" points="4362.94,-3097.99 4372.75,-3102 4367.58,-3092.75 4362.94,-3097.99"/>
</g>
<!-- n309 -->
<g id="node1006" class="node">
<title>n309</title>
<ellipse fill="black" stroke="black" cx="4376.75" cy="-2963" rx="1.8" ry="1.8"/>
</g>
<!-- c1466&#45;&gt;n309 -->
<g id="edge752" class="edge">
<title>c1466:e&#45;&gt;n309:w</title>
<path fill="none" stroke="black" d="M4284.5,-2954C4284.5,-2954 4338.97,-2959.49 4362.81,-2961.9"/>
<polygon fill="black" stroke="black" points="4362.45,-2965.48 4372.75,-2963 4363.15,-2958.51 4362.45,-2965.48"/>
</g>
<!-- c1467 -->
<g id="node346" class="node">
<title>c1467</title>
<polygon fill="none" stroke="black" points="4469,-2950.75 4469,-3001.25 4581.5,-3001.25 4581.5,-2950.75 4469,-2950.75"/>
<text text-anchor="middle" x="4482.25" y="-2983.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4469,-2976 4495.5,-2976"/>
<text text-anchor="middle" x="4482.25" y="-2958.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4495.5,-2950.75 4495.5,-3001.25"/>
<text text-anchor="middle" x="4526" y="-2979.95" font-family="Times,serif" font-size="14.00">$1678</text>
<text text-anchor="middle" x="4526" y="-2962.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4556.5,-2950.75 4556.5,-3001.25"/>
<text text-anchor="middle" x="4569" y="-2971.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n310 -->
<g id="node1008" class="node">
<title>n310</title>
<ellipse fill="black" stroke="black" cx="4673.75" cy="-2976" rx="1.8" ry="1.8"/>
</g>
<!-- c1467&#45;&gt;n310 -->
<g id="edge765" class="edge">
<title>c1467:e&#45;&gt;n310:w</title>
<path fill="none" stroke="black" d="M4581.5,-2976C4581.5,-2976 4635.97,-2976 4659.81,-2976"/>
<polygon fill="black" stroke="black" points="4659.75,-2979.5 4669.75,-2976 4659.75,-2972.5 4659.75,-2979.5"/>
</g>
<!-- c1468 -->
<g id="node347" class="node">
<title>c1468</title>
<polygon fill="none" stroke="black" points="4469,-3090.75 4469,-3141.25 4581.5,-3141.25 4581.5,-3090.75 4469,-3090.75"/>
<text text-anchor="middle" x="4482.25" y="-3123.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4469,-3116 4495.5,-3116"/>
<text text-anchor="middle" x="4482.25" y="-3098.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4495.5,-3090.75 4495.5,-3141.25"/>
<text text-anchor="middle" x="4526" y="-3119.95" font-family="Times,serif" font-size="14.00">$1679</text>
<text text-anchor="middle" x="4526" y="-3102.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4556.5,-3090.75 4556.5,-3141.25"/>
<text text-anchor="middle" x="4569" y="-3111.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n311 -->
<g id="node1009" class="node">
<title>n311</title>
<ellipse fill="black" stroke="black" cx="4673.75" cy="-3116" rx="1.8" ry="1.8"/>
</g>
<!-- c1468&#45;&gt;n311 -->
<g id="edge768" class="edge">
<title>c1468:e&#45;&gt;n311:w</title>
<path fill="none" stroke="black" d="M4581.5,-3116C4581.5,-3116 4635.97,-3116 4659.81,-3116"/>
<polygon fill="black" stroke="black" points="4659.75,-3119.5 4669.75,-3116 4659.75,-3112.5 4659.75,-3119.5"/>
</g>
<!-- c1469 -->
<g id="node348" class="node">
<title>c1469</title>
<polygon fill="none" stroke="black" points="4469,-3160.75 4469,-3211.25 4581.5,-3211.25 4581.5,-3160.75 4469,-3160.75"/>
<text text-anchor="middle" x="4482.25" y="-3193.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4469,-3186 4495.5,-3186"/>
<text text-anchor="middle" x="4482.25" y="-3168.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4495.5,-3160.75 4495.5,-3211.25"/>
<text text-anchor="middle" x="4526" y="-3189.95" font-family="Times,serif" font-size="14.00">$1680</text>
<text text-anchor="middle" x="4526" y="-3172.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4556.5,-3160.75 4556.5,-3211.25"/>
<text text-anchor="middle" x="4569" y="-3181.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1471 -->
<g id="node350" class="node">
<title>c1471</title>
<polygon fill="none" stroke="black" points="4766,-3068.75 4766,-3119.25 4878.5,-3119.25 4878.5,-3068.75 4766,-3068.75"/>
<text text-anchor="middle" x="4779.25" y="-3101.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4766,-3094 4792.5,-3094"/>
<text text-anchor="middle" x="4779.25" y="-3076.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4792.5,-3068.75 4792.5,-3119.25"/>
<text text-anchor="middle" x="4823" y="-3097.95" font-family="Times,serif" font-size="14.00">$1682</text>
<text text-anchor="middle" x="4823" y="-3080.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4853.5,-3068.75 4853.5,-3119.25"/>
<text text-anchor="middle" x="4866" y="-3089.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1469&#45;&gt;c1471 -->
<g id="edge771" class="edge">
<title>c1469:e&#45;&gt;c1471:w</title>
<path fill="none" stroke="black" d="M4581.25,-3186C4581.25,-3186 4719.12,-3107.75 4756.82,-3086.35"/>
<polygon fill="black" stroke="black" points="4758.28,-3088.98 4765.25,-3081 4754.83,-3082.89 4758.28,-3088.98"/>
</g>
<!-- c1470 -->
<g id="node349" class="node">
<title>c1470</title>
<polygon fill="none" stroke="black" points="4469,-3020.75 4469,-3071.25 4581.5,-3071.25 4581.5,-3020.75 4469,-3020.75"/>
<text text-anchor="middle" x="4482.25" y="-3053.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4469,-3046 4495.5,-3046"/>
<text text-anchor="middle" x="4482.25" y="-3028.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4495.5,-3020.75 4495.5,-3071.25"/>
<text text-anchor="middle" x="4526" y="-3049.95" font-family="Times,serif" font-size="14.00">$1681</text>
<text text-anchor="middle" x="4526" y="-3032.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4556.5,-3020.75 4556.5,-3071.25"/>
<text text-anchor="middle" x="4569" y="-3041.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1472 -->
<g id="node351" class="node">
<title>c1472</title>
<polygon fill="none" stroke="black" points="4766,-3138.75 4766,-3189.25 4878.5,-3189.25 4878.5,-3138.75 4766,-3138.75"/>
<text text-anchor="middle" x="4779.25" y="-3171.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4766,-3164 4792.5,-3164"/>
<text text-anchor="middle" x="4779.25" y="-3146.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4792.5,-3138.75 4792.5,-3189.25"/>
<text text-anchor="middle" x="4823" y="-3167.95" font-family="Times,serif" font-size="14.00">$1683</text>
<text text-anchor="middle" x="4823" y="-3150.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4853.5,-3138.75 4853.5,-3189.25"/>
<text text-anchor="middle" x="4866" y="-3159.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1470&#45;&gt;c1472 -->
<g id="edge772" class="edge">
<title>c1470:e&#45;&gt;c1472:w</title>
<path fill="none" stroke="black" d="M4581.25,-3046C4581.25,-3046 4719.12,-3124.25 4756.82,-3145.65"/>
<polygon fill="black" stroke="black" points="4754.83,-3149.11 4765.25,-3151 4758.28,-3143.02 4754.83,-3149.11"/>
</g>
<!-- n314 -->
<g id="node1010" class="node">
<title>n314</title>
<ellipse fill="black" stroke="black" cx="4970.75" cy="-3154" rx="1.8" ry="1.8"/>
</g>
<!-- c1471&#45;&gt;n314 -->
<g id="edge773" class="edge">
<title>c1471:e&#45;&gt;n314:w</title>
<path fill="none" stroke="black" d="M4878.5,-3094C4878.5,-3094 4936.29,-3132.85 4958.87,-3148.03"/>
<polygon fill="black" stroke="black" points="4956.5,-3151.33 4966.75,-3154 4960.4,-3145.52 4956.5,-3151.33"/>
</g>
<!-- n315 -->
<g id="node1011" class="node">
<title>n315</title>
<ellipse fill="black" stroke="black" cx="4970.75" cy="-3176" rx="1.8" ry="1.8"/>
</g>
<!-- c1472&#45;&gt;n315 -->
<g id="edge776" class="edge">
<title>c1472:e&#45;&gt;n315:w</title>
<path fill="none" stroke="black" d="M4878.5,-3164C4878.5,-3164 4933.52,-3171.4 4957.16,-3174.58"/>
<polygon fill="black" stroke="black" points="4956.37,-3178.14 4966.75,-3176 4957.31,-3171.2 4956.37,-3178.14"/>
</g>
<!-- c1473 -->
<g id="node352" class="node">
<title>c1473</title>
<polygon fill="none" stroke="black" points="5063,-3249.75 5063,-3300.25 5175.5,-3300.25 5175.5,-3249.75 5063,-3249.75"/>
<text text-anchor="middle" x="5076.25" y="-3282.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5063,-3275 5089.5,-3275"/>
<text text-anchor="middle" x="5076.25" y="-3257.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5089.5,-3249.75 5089.5,-3300.25"/>
<text text-anchor="middle" x="5120" y="-3278.95" font-family="Times,serif" font-size="14.00">$1684</text>
<text text-anchor="middle" x="5120" y="-3261.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5150.5,-3249.75 5150.5,-3300.25"/>
<text text-anchor="middle" x="5163" y="-3270.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1477 -->
<g id="node356" class="node">
<title>c1477</title>
<polygon fill="none" stroke="black" points="5360,-3236.75 5360,-3287.25 5472.5,-3287.25 5472.5,-3236.75 5360,-3236.75"/>
<text text-anchor="middle" x="5373.25" y="-3269.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5360,-3262 5386.5,-3262"/>
<text text-anchor="middle" x="5373.25" y="-3244.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5386.5,-3236.75 5386.5,-3287.25"/>
<text text-anchor="middle" x="5417" y="-3265.95" font-family="Times,serif" font-size="14.00">$1688</text>
<text text-anchor="middle" x="5417" y="-3248.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5447.5,-3236.75 5447.5,-3287.25"/>
<text text-anchor="middle" x="5460" y="-3257.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1473&#45;&gt;c1477 -->
<g id="edge780" class="edge">
<title>c1473:e&#45;&gt;c1477:w</title>
<path fill="none" stroke="black" d="M5175.25,-3275C5175.25,-3275 5310.02,-3275 5349.5,-3275"/>
<polygon fill="black" stroke="black" points="5349.25,-3278.5 5359.25,-3275 5349.25,-3271.5 5349.25,-3278.5"/>
</g>
<!-- c1474 -->
<g id="node353" class="node">
<title>c1474</title>
<polygon fill="none" stroke="black" points="5063,-3319.75 5063,-3370.25 5175.5,-3370.25 5175.5,-3319.75 5063,-3319.75"/>
<text text-anchor="middle" x="5076.25" y="-3352.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5063,-3345 5089.5,-3345"/>
<text text-anchor="middle" x="5076.25" y="-3327.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5089.5,-3319.75 5089.5,-3370.25"/>
<text text-anchor="middle" x="5120" y="-3348.95" font-family="Times,serif" font-size="14.00">$1685</text>
<text text-anchor="middle" x="5120" y="-3331.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5150.5,-3319.75 5150.5,-3370.25"/>
<text text-anchor="middle" x="5163" y="-3340.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1478 -->
<g id="node357" class="node">
<title>c1478</title>
<polygon fill="none" stroke="black" points="5360,-3306.75 5360,-3357.25 5472.5,-3357.25 5472.5,-3306.75 5360,-3306.75"/>
<text text-anchor="middle" x="5373.25" y="-3339.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5360,-3332 5386.5,-3332"/>
<text text-anchor="middle" x="5373.25" y="-3314.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5386.5,-3306.75 5386.5,-3357.25"/>
<text text-anchor="middle" x="5417" y="-3335.95" font-family="Times,serif" font-size="14.00">$1689</text>
<text text-anchor="middle" x="5417" y="-3318.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5447.5,-3306.75 5447.5,-3357.25"/>
<text text-anchor="middle" x="5460" y="-3327.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1474&#45;&gt;c1478 -->
<g id="edge781" class="edge">
<title>c1474:e&#45;&gt;c1478:w</title>
<path fill="none" stroke="black" d="M5175.25,-3345C5175.25,-3345 5310.02,-3345 5349.5,-3345"/>
<polygon fill="black" stroke="black" points="5349.25,-3348.5 5359.25,-3345 5349.25,-3341.5 5349.25,-3348.5"/>
</g>
<!-- c1475 -->
<g id="node354" class="node">
<title>c1475</title>
<polygon fill="none" stroke="black" points="5063,-3109.75 5063,-3160.25 5175.5,-3160.25 5175.5,-3109.75 5063,-3109.75"/>
<text text-anchor="middle" x="5076.25" y="-3142.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5063,-3135 5089.5,-3135"/>
<text text-anchor="middle" x="5076.25" y="-3117.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5089.5,-3109.75 5089.5,-3160.25"/>
<text text-anchor="middle" x="5120" y="-3138.95" font-family="Times,serif" font-size="14.00">$1686</text>
<text text-anchor="middle" x="5120" y="-3121.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5150.5,-3109.75 5150.5,-3160.25"/>
<text text-anchor="middle" x="5163" y="-3130.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n319 -->
<g id="node1012" class="node">
<title>n319</title>
<ellipse fill="black" stroke="black" cx="5267.75" cy="-3135" rx="1.8" ry="1.8"/>
</g>
<!-- c1475&#45;&gt;n319 -->
<g id="edge782" class="edge">
<title>c1475:e&#45;&gt;n319:w</title>
<path fill="none" stroke="black" d="M5175.5,-3135C5175.5,-3135 5229.97,-3135 5253.81,-3135"/>
<polygon fill="black" stroke="black" points="5253.75,-3138.5 5263.75,-3135 5253.75,-3131.5 5253.75,-3138.5"/>
</g>
<!-- c1476 -->
<g id="node355" class="node">
<title>c1476</title>
<polygon fill="none" stroke="black" points="5063,-3179.75 5063,-3230.25 5175.5,-3230.25 5175.5,-3179.75 5063,-3179.75"/>
<text text-anchor="middle" x="5076.25" y="-3212.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5063,-3205 5089.5,-3205"/>
<text text-anchor="middle" x="5076.25" y="-3187.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5089.5,-3179.75 5089.5,-3230.25"/>
<text text-anchor="middle" x="5120" y="-3208.95" font-family="Times,serif" font-size="14.00">$1687</text>
<text text-anchor="middle" x="5120" y="-3191.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5150.5,-3179.75 5150.5,-3230.25"/>
<text text-anchor="middle" x="5163" y="-3200.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n320 -->
<g id="node1014" class="node">
<title>n320</title>
<ellipse fill="black" stroke="black" cx="5267.75" cy="-3205" rx="1.8" ry="1.8"/>
</g>
<!-- c1476&#45;&gt;n320 -->
<g id="edge794" class="edge">
<title>c1476:e&#45;&gt;n320:w</title>
<path fill="none" stroke="black" d="M5175.5,-3205C5175.5,-3205 5229.97,-3205 5253.81,-3205"/>
<polygon fill="black" stroke="black" points="5253.75,-3208.5 5263.75,-3205 5253.75,-3201.5 5253.75,-3208.5"/>
</g>
<!-- n321 -->
<g id="node1015" class="node">
<title>n321</title>
<ellipse fill="black" stroke="black" cx="5564.75" cy="-3262" rx="1.8" ry="1.8"/>
</g>
<!-- c1477&#45;&gt;n321 -->
<g id="edge797" class="edge">
<title>c1477:e&#45;&gt;n321:w</title>
<path fill="none" stroke="black" d="M5472.5,-3262C5472.5,-3262 5526.97,-3262 5550.81,-3262"/>
<polygon fill="black" stroke="black" points="5550.75,-3265.5 5560.75,-3262 5550.75,-3258.5 5550.75,-3265.5"/>
</g>
<!-- n322 -->
<g id="node1016" class="node">
<title>n322</title>
<ellipse fill="black" stroke="black" cx="5564.75" cy="-3429" rx="1.8" ry="1.8"/>
</g>
<!-- c1478&#45;&gt;n322 -->
<g id="edge800" class="edge">
<title>c1478:e&#45;&gt;n322:w</title>
<path fill="none" stroke="black" d="M5472.5,-3332C5472.5,-3332 5533.13,-3397.9 5554.45,-3421.06"/>
<polygon fill="black" stroke="black" points="5551.4,-3423.01 5560.75,-3428 5556.55,-3418.27 5551.4,-3423.01"/>
</g>
<!-- c1479 -->
<g id="node358" class="node">
<title>c1479</title>
<polygon fill="none" stroke="black" points="5657,-3389.75 5657,-3440.25 5769.5,-3440.25 5769.5,-3389.75 5657,-3389.75"/>
<text text-anchor="middle" x="5670.25" y="-3422.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5657,-3415 5683.5,-3415"/>
<text text-anchor="middle" x="5670.25" y="-3397.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5683.5,-3389.75 5683.5,-3440.25"/>
<text text-anchor="middle" x="5714" y="-3418.95" font-family="Times,serif" font-size="14.00">$1690</text>
<text text-anchor="middle" x="5714" y="-3401.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5744.5,-3389.75 5744.5,-3440.25"/>
<text text-anchor="middle" x="5757" y="-3410.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n323 -->
<g id="node1017" class="node">
<title>n323</title>
<ellipse fill="black" stroke="black" cx="5861.75" cy="-3398" rx="1.8" ry="1.8"/>
</g>
<!-- c1479&#45;&gt;n323 -->
<g id="edge803" class="edge">
<title>c1479:e&#45;&gt;n323:w</title>
<path fill="none" stroke="black" d="M5769.5,-3415C5769.5,-3415 5824.52,-3404.52 5848.16,-3400.02"/>
<polygon fill="black" stroke="black" points="5848.58,-3403.31 5857.75,-3398 5847.27,-3396.43 5848.58,-3403.31"/>
</g>
<!-- c1480 -->
<g id="node359" class="node">
<title>c1480</title>
<polygon fill="none" stroke="black" points="5657,-3319.75 5657,-3370.25 5769.5,-3370.25 5769.5,-3319.75 5657,-3319.75"/>
<text text-anchor="middle" x="5670.25" y="-3352.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5657,-3345 5683.5,-3345"/>
<text text-anchor="middle" x="5670.25" y="-3327.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5683.5,-3319.75 5683.5,-3370.25"/>
<text text-anchor="middle" x="5714" y="-3348.95" font-family="Times,serif" font-size="14.00">$1691</text>
<text text-anchor="middle" x="5714" y="-3331.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5744.5,-3319.75 5744.5,-3370.25"/>
<text text-anchor="middle" x="5757" y="-3340.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n324 -->
<g id="node1018" class="node">
<title>n324</title>
<ellipse fill="black" stroke="black" cx="5861.75" cy="-3345" rx="1.8" ry="1.8"/>
</g>
<!-- c1480&#45;&gt;n324 -->
<g id="edge806" class="edge">
<title>c1480:e&#45;&gt;n324:w</title>
<path fill="none" stroke="black" d="M5769.5,-3345C5769.5,-3345 5823.97,-3345 5847.81,-3345"/>
<polygon fill="black" stroke="black" points="5847.75,-3348.5 5857.75,-3345 5847.75,-3341.5 5847.75,-3348.5"/>
</g>
<!-- c1481 -->
<g id="node360" class="node">
<title>c1481</title>
<polygon fill="none" stroke="black" points="5657,-3249.75 5657,-3300.25 5769.5,-3300.25 5769.5,-3249.75 5657,-3249.75"/>
<text text-anchor="middle" x="5670.25" y="-3282.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5657,-3275 5683.5,-3275"/>
<text text-anchor="middle" x="5670.25" y="-3257.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5683.5,-3249.75 5683.5,-3300.25"/>
<text text-anchor="middle" x="5714" y="-3278.95" font-family="Times,serif" font-size="14.00">$1692</text>
<text text-anchor="middle" x="5714" y="-3261.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5744.5,-3249.75 5744.5,-3300.25"/>
<text text-anchor="middle" x="5757" y="-3270.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1483 -->
<g id="node362" class="node">
<title>c1483</title>
<polygon fill="none" stroke="black" points="5954,-3318.75 5954,-3369.25 6066.5,-3369.25 6066.5,-3318.75 5954,-3318.75"/>
<text text-anchor="middle" x="5967.25" y="-3351.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5954,-3344 5980.5,-3344"/>
<text text-anchor="middle" x="5967.25" y="-3326.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5980.5,-3318.75 5980.5,-3369.25"/>
<text text-anchor="middle" x="6011" y="-3347.95" font-family="Times,serif" font-size="14.00">$1694</text>
<text text-anchor="middle" x="6011" y="-3330.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="6041.5,-3318.75 6041.5,-3369.25"/>
<text text-anchor="middle" x="6054" y="-3339.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1481&#45;&gt;c1483 -->
<g id="edge809" class="edge">
<title>c1481:e&#45;&gt;c1483:w</title>
<path fill="none" stroke="black" d="M5769.25,-3275C5769.25,-3275 5904.64,-3315.98 5943.77,-3327.83"/>
<polygon fill="black" stroke="black" points="5942.66,-3331.45 5953.25,-3331 5944.69,-3324.75 5942.66,-3331.45"/>
</g>
<!-- c1482 -->
<g id="node361" class="node">
<title>c1482</title>
<polygon fill="none" stroke="black" points="5657,-3459.75 5657,-3510.25 5769.5,-3510.25 5769.5,-3459.75 5657,-3459.75"/>
<text text-anchor="middle" x="5670.25" y="-3492.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5657,-3485 5683.5,-3485"/>
<text text-anchor="middle" x="5670.25" y="-3467.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5683.5,-3459.75 5683.5,-3510.25"/>
<text text-anchor="middle" x="5714" y="-3488.95" font-family="Times,serif" font-size="14.00">$1693</text>
<text text-anchor="middle" x="5714" y="-3471.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5744.5,-3459.75 5744.5,-3510.25"/>
<text text-anchor="middle" x="5757" y="-3480.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1484 -->
<g id="node363" class="node">
<title>c1484</title>
<polygon fill="none" stroke="black" points="5954,-3472.75 5954,-3523.25 6066.5,-3523.25 6066.5,-3472.75 5954,-3472.75"/>
<text text-anchor="middle" x="5967.25" y="-3505.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5954,-3498 5980.5,-3498"/>
<text text-anchor="middle" x="5967.25" y="-3480.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5980.5,-3472.75 5980.5,-3523.25"/>
<text text-anchor="middle" x="6011" y="-3501.95" font-family="Times,serif" font-size="14.00">$1695</text>
<text text-anchor="middle" x="6011" y="-3484.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="6041.5,-3472.75 6041.5,-3523.25"/>
<text text-anchor="middle" x="6054" y="-3493.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1482&#45;&gt;c1484 -->
<g id="edge810" class="edge">
<title>c1482:e&#45;&gt;c1484:w</title>
<path fill="none" stroke="black" d="M5769.25,-3485C5769.25,-3485 5904.02,-3485 5943.5,-3485"/>
<polygon fill="black" stroke="black" points="5943.25,-3488.5 5953.25,-3485 5943.25,-3481.5 5943.25,-3488.5"/>
</g>
<!-- n328 -->
<g id="node1019" class="node">
<title>n328</title>
<ellipse fill="black" stroke="black" cx="6158.75" cy="-3344" rx="1.8" ry="1.8"/>
</g>
<!-- c1483&#45;&gt;n328 -->
<g id="edge812" class="edge">
<title>c1483:e&#45;&gt;n328:w</title>
<path fill="none" stroke="black" d="M6066.5,-3344C6066.5,-3344 6120.97,-3344 6144.81,-3344"/>
<polygon fill="black" stroke="black" points="6144.75,-3347.5 6154.75,-3344 6144.75,-3340.5 6144.75,-3347.5"/>
</g>
<!-- c1484&#45;&gt;c1485 -->
<g id="edge815" class="edge">
<title>c1484:e&#45;&gt;c1485:w</title>
<path fill="none" stroke="black" d="M6066.5,-3498C6066.5,-3498 6080.92,-3498 6091.5,-3498"/>
<polygon fill="black" stroke="black" points="6091.5,-3501.5 6101.5,-3498 6091.5,-3494.5 6091.5,-3501.5"/>
</g>
<!-- n330 -->
<g id="node1020" class="node">
<title>n330</title>
<ellipse fill="black" stroke="black" cx="6307.25" cy="-3498" rx="1.8" ry="1.8"/>
</g>
<!-- c1485&#45;&gt;n330 -->
<g id="edge817" class="edge">
<title>c1485:e&#45;&gt;n330:w</title>
<path fill="none" stroke="black" d="M6215,-3511C6215,-3511 6270.02,-3502.99 6293.66,-3499.54"/>
<polygon fill="black" stroke="black" points="6293.86,-3502.9 6303.25,-3498 6292.85,-3495.98 6293.86,-3502.9"/>
</g>
<!-- c1486 -->
<g id="node365" class="node">
<title>c1486</title>
<polygon fill="none" stroke="black" points="6251,-3318.75 6251,-3369.25 6363.5,-3369.25 6363.5,-3318.75 6251,-3318.75"/>
<text text-anchor="middle" x="6264.25" y="-3351.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6251,-3344 6277.5,-3344"/>
<text text-anchor="middle" x="6264.25" y="-3326.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="6277.5,-3318.75 6277.5,-3369.25"/>
<text text-anchor="middle" x="6308" y="-3347.95" font-family="Times,serif" font-size="14.00">$1697</text>
<text text-anchor="middle" x="6308" y="-3330.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="6338.5,-3318.75 6338.5,-3369.25"/>
<text text-anchor="middle" x="6351" y="-3339.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1490 -->
<g id="node369" class="node">
<title>c1490</title>
<polygon fill="none" stroke="black" points="6399.5,-3251.75 6399.5,-3302.25 6512,-3302.25 6512,-3251.75 6399.5,-3251.75"/>
<text text-anchor="middle" x="6412.75" y="-3284.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6399.5,-3277 6426,-3277"/>
<text text-anchor="middle" x="6412.75" y="-3259.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="6426,-3251.75 6426,-3302.25"/>
<text text-anchor="middle" x="6456.5" y="-3280.95" font-family="Times,serif" font-size="14.00">$1701</text>
<text text-anchor="middle" x="6456.5" y="-3263.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="6487,-3251.75 6487,-3302.25"/>
<text text-anchor="middle" x="6499.5" y="-3272.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1486&#45;&gt;c1490 -->
<g id="edge820" class="edge">
<title>c1486:e&#45;&gt;c1490:w</title>
<path fill="none" stroke="black" d="M6363.5,-3344C6363.5,-3344 6385.47,-3295.17 6395.09,-3273.81"/>
<polygon fill="black" stroke="black" points="6398.59,-3275.56 6399.5,-3265 6392.2,-3272.68 6398.59,-3275.56"/>
</g>
<!-- c1487 -->
<g id="node366" class="node">
<title>c1487</title>
<polygon fill="none" stroke="black" points="6251,-3426.75 6251,-3477.25 6363.5,-3477.25 6363.5,-3426.75 6251,-3426.75"/>
<text text-anchor="middle" x="6264.25" y="-3459.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6251,-3452 6277.5,-3452"/>
<text text-anchor="middle" x="6264.25" y="-3434.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="6277.5,-3426.75 6277.5,-3477.25"/>
<text text-anchor="middle" x="6308" y="-3455.95" font-family="Times,serif" font-size="14.00">$1698</text>
<text text-anchor="middle" x="6308" y="-3438.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="6338.5,-3426.75 6338.5,-3477.25"/>
<text text-anchor="middle" x="6351" y="-3447.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1488 -->
<g id="node367" class="node">
<title>c1488</title>
<polygon fill="none" stroke="black" points="6399.5,-3439.75 6399.5,-3490.25 6512,-3490.25 6512,-3439.75 6399.5,-3439.75"/>
<text text-anchor="middle" x="6412.75" y="-3472.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6399.5,-3465 6426,-3465"/>
<text text-anchor="middle" x="6412.75" y="-3447.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="6426,-3439.75 6426,-3490.25"/>
<text text-anchor="middle" x="6456.5" y="-3468.95" font-family="Times,serif" font-size="14.00">$1699</text>
<text text-anchor="middle" x="6456.5" y="-3451.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="6487,-3439.75 6487,-3490.25"/>
<text text-anchor="middle" x="6499.5" y="-3460.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1487&#45;&gt;c1488 -->
<g id="edge821" class="edge">
<title>c1487:e&#45;&gt;c1488:w</title>
<path fill="none" stroke="black" d="M6363.5,-3452C6363.5,-3452 6377.92,-3452 6388.5,-3452"/>
<polygon fill="black" stroke="black" points="6388.5,-3455.5 6398.5,-3452 6388.5,-3448.5 6388.5,-3455.5"/>
</g>
<!-- x65 -->
<g id="node843" class="node">
<title>x65</title>
<path fill="none" stroke="black" d="M8389.85,-3447C8389.85,-3447 8440.35,-3447 8440.35,-3447 8446.35,-3447 8452.35,-3453 8452.35,-3459 8452.35,-3459 8452.35,-3471 8452.35,-3471 8452.35,-3477 8446.35,-3483 8440.35,-3483 8440.35,-3483 8389.85,-3483 8389.85,-3483 8383.85,-3483 8377.85,-3477 8377.85,-3471 8377.85,-3471 8377.85,-3459 8377.85,-3459 8377.85,-3453 8383.85,-3447 8389.85,-3447"/>
<text text-anchor="middle" x="8415.1" y="-3460.7" font-family="Times,serif" font-size="14.00">0:0 &#45; 7:7</text>
</g>
<!-- c1488&#45;&gt;x65 -->
<g id="edge480" class="edge">
<title>c1488:e&#45;&gt;x65:w</title>
<path fill="none" stroke="black" d="M6511.75,-3465C6511.75,-3465 8214.18,-3465 8367.14,-3465"/>
<polygon fill="black" stroke="black" points="8367.1,-3468.5 8377.1,-3465 8367.1,-3461.5 8367.1,-3468.5"/>
</g>
<!-- c1489 -->
<g id="node368" class="node">
<title>c1489</title>
<polygon fill="none" stroke="black" points="6399.5,-3359.75 6399.5,-3410.25 6512,-3410.25 6512,-3359.75 6399.5,-3359.75"/>
<text text-anchor="middle" x="6412.75" y="-3392.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6399.5,-3385 6426,-3385"/>
<text text-anchor="middle" x="6412.75" y="-3367.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="6426,-3359.75 6426,-3410.25"/>
<text text-anchor="middle" x="6456.5" y="-3388.95" font-family="Times,serif" font-size="14.00">$1700</text>
<text text-anchor="middle" x="6456.5" y="-3371.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="6487,-3359.75 6487,-3410.25"/>
<text text-anchor="middle" x="6499.5" y="-3380.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1578 -->
<g id="node457" class="node">
<title>c1578</title>
<polygon fill="none" stroke="black" points="6548,-3018.75 6548,-3069.25 6660.5,-3069.25 6660.5,-3018.75 6548,-3018.75"/>
<text text-anchor="middle" x="6561.25" y="-3051.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6548,-3044 6574.5,-3044"/>
<text text-anchor="middle" x="6561.25" y="-3026.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="6574.5,-3018.75 6574.5,-3069.25"/>
<text text-anchor="middle" x="6605" y="-3047.95" font-family="Times,serif" font-size="14.00">$1789</text>
<text text-anchor="middle" x="6605" y="-3030.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="6635.5,-3018.75 6635.5,-3069.25"/>
<text text-anchor="middle" x="6648" y="-3039.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1489&#45;&gt;c1578 -->
<g id="edge822" class="edge">
<title>c1489:e&#45;&gt;c1578:w</title>
<path fill="none" stroke="black" d="M6512,-3385C6512,-3385 6540.56,-3124.83 6546.8,-3067.91"/>
<polygon fill="black" stroke="black" points="6550.39,-3068.32 6548,-3058 6543.43,-3067.56 6550.39,-3068.32"/>
</g>
<!-- n334 -->
<g id="node1021" class="node">
<title>n334</title>
<ellipse fill="black" stroke="black" cx="6604.25" cy="-2998" rx="1.8" ry="1.8"/>
</g>
<!-- c1490&#45;&gt;n334 -->
<g id="edge823" class="edge">
<title>c1490:e&#45;&gt;n334:w</title>
<path fill="none" stroke="black" d="M6512,-3277C6512,-3277 6581.87,-3058.6 6597.97,-3008.26"/>
<polygon fill="black" stroke="black" points="6601.54,-3009.59 6601.25,-2999 6594.87,-3007.46 6601.54,-3009.59"/>
</g>
<!-- c1491 -->
<g id="node370" class="node">
<title>c1491</title>
<polygon fill="none" stroke="black" points="5360,-2931.75 5360,-2982.25 5472.5,-2982.25 5472.5,-2931.75 5360,-2931.75"/>
<text text-anchor="middle" x="5373.25" y="-2964.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5360,-2957 5386.5,-2957"/>
<text text-anchor="middle" x="5373.25" y="-2939.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5386.5,-2931.75 5386.5,-2982.25"/>
<text text-anchor="middle" x="5417" y="-2960.95" font-family="Times,serif" font-size="14.00">$1702</text>
<text text-anchor="middle" x="5417" y="-2943.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5447.5,-2931.75 5447.5,-2982.25"/>
<text text-anchor="middle" x="5460" y="-2952.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n335 -->
<g id="node1022" class="node">
<title>n335</title>
<ellipse fill="black" stroke="black" cx="5564.75" cy="-2957" rx="1.8" ry="1.8"/>
</g>
<!-- c1491&#45;&gt;n335 -->
<g id="edge826" class="edge">
<title>c1491:e&#45;&gt;n335:w</title>
<path fill="none" stroke="black" d="M5472.5,-2957C5472.5,-2957 5526.97,-2957 5550.81,-2957"/>
<polygon fill="black" stroke="black" points="5550.75,-2960.5 5560.75,-2957 5550.75,-2953.5 5550.75,-2960.5"/>
</g>
<!-- c1492 -->
<g id="node371" class="node">
<title>c1492</title>
<polygon fill="none" stroke="black" points="5360,-3001.75 5360,-3052.25 5472.5,-3052.25 5472.5,-3001.75 5360,-3001.75"/>
<text text-anchor="middle" x="5373.25" y="-3034.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5360,-3027 5386.5,-3027"/>
<text text-anchor="middle" x="5373.25" y="-3009.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5386.5,-3001.75 5386.5,-3052.25"/>
<text text-anchor="middle" x="5417" y="-3030.95" font-family="Times,serif" font-size="14.00">$1703</text>
<text text-anchor="middle" x="5417" y="-3013.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5447.5,-3001.75 5447.5,-3052.25"/>
<text text-anchor="middle" x="5460" y="-3022.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n336 -->
<g id="node1023" class="node">
<title>n336</title>
<ellipse fill="black" stroke="black" cx="5564.75" cy="-2875" rx="1.8" ry="1.8"/>
</g>
<!-- c1492&#45;&gt;n336 -->
<g id="edge829" class="edge">
<title>c1492:e&#45;&gt;n336:w</title>
<path fill="none" stroke="black" d="M5472.5,-3027C5472.5,-3027 5537.22,-2916.78 5556.43,-2884.05"/>
<polygon fill="black" stroke="black" points="5559.7,-2886.4 5561.75,-2876 5553.67,-2882.85 5559.7,-2886.4"/>
</g>
<!-- c1493 -->
<g id="node372" class="node">
<title>c1493</title>
<polygon fill="none" stroke="black" points="3281,-2556.75 3281,-2607.25 3393.5,-2607.25 3393.5,-2556.75 3281,-2556.75"/>
<text text-anchor="middle" x="3294.25" y="-2589.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-2582 3307.5,-2582"/>
<text text-anchor="middle" x="3294.25" y="-2564.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-2556.75 3307.5,-2607.25"/>
<text text-anchor="middle" x="3338" y="-2585.95" font-family="Times,serif" font-size="14.00">$1704</text>
<text text-anchor="middle" x="3338" y="-2568.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3368.5,-2556.75 3368.5,-2607.25"/>
<text text-anchor="middle" x="3381" y="-2577.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n338 -->
<g id="node1025" class="node">
<title>n338</title>
<ellipse fill="black" stroke="black" cx="4822.25" cy="-2642" rx="1.8" ry="1.8"/>
</g>
<!-- c1493&#45;&gt;n338 -->
<g id="edge836" class="edge">
<title>c1493:e&#45;&gt;n338:w</title>
<path fill="none" stroke="black" d="M3393.25,-2582C3393.25,-2582 4679,-2636.06 4809.58,-2641.55"/>
<polygon fill="black" stroke="black" points="4809.11,-2645.08 4819.25,-2642 4809.41,-2638.08 4809.11,-2645.08"/>
</g>
<!-- c1494 -->
<g id="node373" class="node">
<title>c1494</title>
<polygon fill="none" stroke="black" points="4914.88,-2646.75 4914.88,-2689.25 5026.62,-2689.25 5026.62,-2646.75 4914.88,-2646.75"/>
<text text-anchor="middle" x="4927.75" y="-2663.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4940.62,-2646.75 4940.62,-2689.25"/>
<text text-anchor="middle" x="4971.12" y="-2671.95" font-family="Times,serif" font-size="14.00">$1705</text>
<text text-anchor="middle" x="4971.12" y="-2654.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="5001.62,-2646.75 5001.62,-2689.25"/>
<text text-anchor="middle" x="5014.12" y="-2663.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1569 -->
<g id="node448" class="node">
<title>c1569</title>
<polygon fill="none" stroke="black" points="5063,-2630.75 5063,-2681.25 5175.5,-2681.25 5175.5,-2630.75 5063,-2630.75"/>
<text text-anchor="middle" x="5076.25" y="-2663.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5063,-2656 5089.5,-2656"/>
<text text-anchor="middle" x="5076.25" y="-2638.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5089.5,-2630.75 5089.5,-2681.25"/>
<text text-anchor="middle" x="5120" y="-2659.95" font-family="Times,serif" font-size="14.00">$1780</text>
<text text-anchor="middle" x="5120" y="-2642.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5150.5,-2630.75 5150.5,-2681.25"/>
<text text-anchor="middle" x="5163" y="-2651.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1494&#45;&gt;c1569 -->
<g id="edge840" class="edge">
<title>c1494:e&#45;&gt;c1569:w</title>
<path fill="none" stroke="black" d="M5027,-2668C5027,-2668 5041.77,-2668.41 5052.39,-2668.71"/>
<polygon fill="black" stroke="black" points="5051.91,-2672.22 5062,-2669 5052.1,-2665.22 5051.91,-2672.22"/>
</g>
<!-- c1495 -->
<g id="node374" class="node">
<title>c1495</title>
<polygon fill="none" stroke="black" points="4172,-2702.75 4172,-2753.25 4284.5,-2753.25 4284.5,-2702.75 4172,-2702.75"/>
<text text-anchor="middle" x="4185.25" y="-2735.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-2728 4198.5,-2728"/>
<text text-anchor="middle" x="4185.25" y="-2710.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-2702.75 4198.5,-2753.25"/>
<text text-anchor="middle" x="4229" y="-2731.95" font-family="Times,serif" font-size="14.00">$1706</text>
<text text-anchor="middle" x="4229" y="-2714.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4259.5,-2702.75 4259.5,-2753.25"/>
<text text-anchor="middle" x="4272" y="-2723.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1563 -->
<g id="node442" class="node">
<title>c1563</title>
<polygon fill="none" stroke="black" points="4320.5,-2520.75 4320.5,-2571.25 4433,-2571.25 4433,-2520.75 4320.5,-2520.75"/>
<text text-anchor="middle" x="4333.75" y="-2553.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4320.5,-2546 4347,-2546"/>
<text text-anchor="middle" x="4333.75" y="-2528.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4347,-2520.75 4347,-2571.25"/>
<text text-anchor="middle" x="4377.5" y="-2549.95" font-family="Times,serif" font-size="14.00">$1774</text>
<text text-anchor="middle" x="4377.5" y="-2532.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4408,-2520.75 4408,-2571.25"/>
<text text-anchor="middle" x="4420.5" y="-2541.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1495&#45;&gt;c1563 -->
<g id="edge844" class="edge">
<title>c1495:e&#45;&gt;c1563:w</title>
<path fill="none" stroke="black" d="M4284.5,-2728C4284.5,-2728 4310.37,-2606.57 4318.25,-2569.57"/>
<polygon fill="black" stroke="black" points="4321.84,-2570.51 4320.5,-2560 4314.99,-2569.05 4321.84,-2570.51"/>
</g>
<!-- c1496 -->
<g id="node375" class="node">
<title>c1496</title>
<polygon fill="none" stroke="black" points="4172,-2632.75 4172,-2683.25 4284.5,-2683.25 4284.5,-2632.75 4172,-2632.75"/>
<text text-anchor="middle" x="4185.25" y="-2665.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-2658 4198.5,-2658"/>
<text text-anchor="middle" x="4185.25" y="-2640.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-2632.75 4198.5,-2683.25"/>
<text text-anchor="middle" x="4229" y="-2661.95" font-family="Times,serif" font-size="14.00">$1707</text>
<text text-anchor="middle" x="4229" y="-2644.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4259.5,-2632.75 4259.5,-2683.25"/>
<text text-anchor="middle" x="4272" y="-2653.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1562 -->
<g id="node441" class="node">
<title>c1562</title>
<polygon fill="none" stroke="black" points="4320.5,-2450.75 4320.5,-2501.25 4433,-2501.25 4433,-2450.75 4320.5,-2450.75"/>
<text text-anchor="middle" x="4333.75" y="-2483.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4320.5,-2476 4347,-2476"/>
<text text-anchor="middle" x="4333.75" y="-2458.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4347,-2450.75 4347,-2501.25"/>
<text text-anchor="middle" x="4377.5" y="-2479.95" font-family="Times,serif" font-size="14.00">$1773</text>
<text text-anchor="middle" x="4377.5" y="-2462.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4408,-2450.75 4408,-2501.25"/>
<text text-anchor="middle" x="4420.5" y="-2471.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1496&#45;&gt;c1562 -->
<g id="edge845" class="edge">
<title>c1496:e&#45;&gt;c1562:w</title>
<path fill="none" stroke="black" d="M4284.5,-2658C4284.5,-2658 4310.37,-2536.57 4318.25,-2499.57"/>
<polygon fill="black" stroke="black" points="4321.84,-2500.51 4320.5,-2490 4314.99,-2499.05 4321.84,-2500.51"/>
</g>
<!-- c1497 -->
<g id="node376" class="node">
<title>c1497</title>
<polygon fill="none" stroke="black" points="459.5,-2167.75 459.5,-2218.25 572,-2218.25 572,-2167.75 459.5,-2167.75"/>
<text text-anchor="middle" x="472.75" y="-2200.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-2193 486,-2193"/>
<text text-anchor="middle" x="472.75" y="-2175.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-2167.75 486,-2218.25"/>
<text text-anchor="middle" x="516.5" y="-2196.95" font-family="Times,serif" font-size="14.00">$1708</text>
<text text-anchor="middle" x="516.5" y="-2179.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-2167.75 547,-2218.25"/>
<text text-anchor="middle" x="559.5" y="-2188.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n342 -->
<g id="node1027" class="node">
<title>n342</title>
<ellipse fill="black" stroke="black" cx="2743.25" cy="-2326" rx="1.8" ry="1.8"/>
</g>
<!-- c1497&#45;&gt;n342 -->
<g id="edge846" class="edge">
<title>c1497:e&#45;&gt;n342:w</title>
<path fill="none" stroke="black" d="M571.75,-2193C571.75,-2193 2564.9,-2315.19 2730.35,-2325.33"/>
<polygon fill="black" stroke="black" points="2730.05,-2328.88 2740.25,-2326 2730.48,-2321.89 2730.05,-2328.88"/>
</g>
<!-- c1498 -->
<g id="node377" class="node">
<title>c1498</title>
<polygon fill="none" stroke="black" points="2835.88,-2358.75 2835.88,-2401.25 2947.62,-2401.25 2947.62,-2358.75 2835.88,-2358.75"/>
<text text-anchor="middle" x="2848.75" y="-2375.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2861.62,-2358.75 2861.62,-2401.25"/>
<text text-anchor="middle" x="2892.12" y="-2383.95" font-family="Times,serif" font-size="14.00">$1709</text>
<text text-anchor="middle" x="2892.12" y="-2366.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2922.62,-2358.75 2922.62,-2401.25"/>
<text text-anchor="middle" x="2935.12" y="-2375.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1509 -->
<g id="node388" class="node">
<title>c1509</title>
<polygon fill="none" stroke="black" points="2984,-2142.75 2984,-2193.25 3096.5,-2193.25 3096.5,-2142.75 2984,-2142.75"/>
<text text-anchor="middle" x="2997.25" y="-2175.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-2168 3010.5,-2168"/>
<text text-anchor="middle" x="2997.25" y="-2150.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-2142.75 3010.5,-2193.25"/>
<text text-anchor="middle" x="3041" y="-2171.95" font-family="Times,serif" font-size="14.00">$1720</text>
<text text-anchor="middle" x="3041" y="-2154.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3071.5,-2142.75 3071.5,-2193.25"/>
<text text-anchor="middle" x="3084" y="-2163.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1498&#45;&gt;c1509 -->
<g id="edge850" class="edge">
<title>c1498:e&#45;&gt;c1509:w</title>
<path fill="none" stroke="black" d="M2948,-2380C2948,-2380 2974.59,-2233.03 2982.06,-2191.7"/>
<polygon fill="black" stroke="black" points="2985.66,-2192.46 2984,-2182 2978.78,-2191.22 2985.66,-2192.46"/>
</g>
<!-- c1499 -->
<g id="node378" class="node">
<title>c1499</title>
<polygon fill="none" stroke="black" points="459.5,-2075.75 459.5,-2126.25 572,-2126.25 572,-2075.75 459.5,-2075.75"/>
<text text-anchor="middle" x="472.75" y="-2108.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-2101 486,-2101"/>
<text text-anchor="middle" x="472.75" y="-2083.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-2075.75 486,-2126.25"/>
<text text-anchor="middle" x="516.5" y="-2104.95" font-family="Times,serif" font-size="14.00">$1710</text>
<text text-anchor="middle" x="516.5" y="-2087.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-2075.75 547,-2126.25"/>
<text text-anchor="middle" x="559.5" y="-2096.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n344 -->
<g id="node1028" class="node">
<title>n344</title>
<ellipse fill="black" stroke="black" cx="1852.25" cy="-2119" rx="1.8" ry="1.8"/>
</g>
<!-- c1499&#45;&gt;n344 -->
<g id="edge851" class="edge">
<title>c1499:e&#45;&gt;n344:w</title>
<path fill="none" stroke="black" d="M571.75,-2101C571.75,-2101 1716.6,-2117.12 1839.58,-2118.85"/>
<polygon fill="black" stroke="black" points="1839.2,-2122.36 1849.25,-2119 1839.3,-2115.36 1839.2,-2122.36"/>
</g>
<!-- c1500 -->
<g id="node379" class="node">
<title>c1500</title>
<polygon fill="none" stroke="black" points="1647.5,-2093.75 1647.5,-2144.25 1760,-2144.25 1760,-2093.75 1647.5,-2093.75"/>
<text text-anchor="middle" x="1660.75" y="-2126.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1647.5,-2119 1674,-2119"/>
<text text-anchor="middle" x="1660.75" y="-2101.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1674,-2093.75 1674,-2144.25"/>
<text text-anchor="middle" x="1704.5" y="-2122.95" font-family="Times,serif" font-size="14.00">$1711</text>
<text text-anchor="middle" x="1704.5" y="-2105.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1735,-2093.75 1735,-2144.25"/>
<text text-anchor="middle" x="1747.5" y="-2114.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n345 -->
<g id="node1029" class="node">
<title>n345</title>
<ellipse fill="black" stroke="black" cx="1852.25" cy="-2097" rx="1.8" ry="1.8"/>
</g>
<!-- c1500&#45;&gt;n345 -->
<g id="edge854" class="edge">
<title>c1500:e&#45;&gt;n345:w</title>
<path fill="none" stroke="black" d="M1760,-2119C1760,-2119 1815.02,-2105.44 1838.66,-2099.61"/>
<polygon fill="black" stroke="black" points="1839.38,-2102.79 1848.25,-2097 1837.7,-2096 1839.38,-2102.79"/>
</g>
<!-- c1501 -->
<g id="node380" class="node">
<title>c1501</title>
<polygon fill="none" stroke="black" points="1944.5,-2079.75 1944.5,-2130.25 2057,-2130.25 2057,-2079.75 1944.5,-2079.75"/>
<text text-anchor="middle" x="1957.75" y="-2112.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1944.5,-2105 1971,-2105"/>
<text text-anchor="middle" x="1957.75" y="-2087.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1971,-2079.75 1971,-2130.25"/>
<text text-anchor="middle" x="2001.5" y="-2108.95" font-family="Times,serif" font-size="14.00">$1712</text>
<text text-anchor="middle" x="2001.5" y="-2091.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2032,-2079.75 2032,-2130.25"/>
<text text-anchor="middle" x="2044.5" y="-2100.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n346 -->
<g id="node1030" class="node">
<title>n346</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-2139" rx="1.8" ry="1.8"/>
</g>
<!-- c1501&#45;&gt;n346 -->
<g id="edge857" class="edge">
<title>c1501:e&#45;&gt;n346:w</title>
<path fill="none" stroke="black" d="M2056.75,-2105C2056.75,-2105 2238.92,-2130.92 2285.17,-2137.5"/>
<polygon fill="black" stroke="black" points="2284.36,-2141.06 2294.75,-2139 2285.34,-2134.13 2284.36,-2141.06"/>
</g>
<!-- c1502 -->
<g id="node381" class="node">
<title>c1502</title>
<polygon fill="none" stroke="black" points="2390.38,-2150.75 2390.38,-2193.25 2502.12,-2193.25 2502.12,-2150.75 2390.38,-2150.75"/>
<text text-anchor="middle" x="2403.25" y="-2167.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2416.12,-2150.75 2416.12,-2193.25"/>
<text text-anchor="middle" x="2446.62" y="-2175.95" font-family="Times,serif" font-size="14.00">$1713</text>
<text text-anchor="middle" x="2446.62" y="-2158.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2477.12,-2150.75 2477.12,-2193.25"/>
<text text-anchor="middle" x="2489.62" y="-2167.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1506 -->
<g id="node385" class="node">
<title>c1506</title>
<polygon fill="none" stroke="black" points="2538.5,-2180.75 2538.5,-2231.25 2651,-2231.25 2651,-2180.75 2538.5,-2180.75"/>
<text text-anchor="middle" x="2551.75" y="-2213.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2538.5,-2206 2565,-2206"/>
<text text-anchor="middle" x="2551.75" y="-2188.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2565,-2180.75 2565,-2231.25"/>
<text text-anchor="middle" x="2595.5" y="-2209.95" font-family="Times,serif" font-size="14.00">$1717</text>
<text text-anchor="middle" x="2595.5" y="-2192.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2626,-2180.75 2626,-2231.25"/>
<text text-anchor="middle" x="2638.5" y="-2201.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1502&#45;&gt;c1506 -->
<g id="edge861" class="edge">
<title>c1502:e&#45;&gt;c1506:w</title>
<path fill="none" stroke="black" d="M2502.5,-2172C2502.5,-2172 2521.5,-2196.81 2531.9,-2210.38"/>
<polygon fill="black" stroke="black" points="2529.64,-2212.19 2538.5,-2218 2535.2,-2207.93 2529.64,-2212.19"/>
</g>
<!-- c1503 -->
<g id="node382" class="node">
<title>c1503</title>
<polygon fill="none" stroke="black" points="1944.5,-2149.75 1944.5,-2200.25 2057,-2200.25 2057,-2149.75 1944.5,-2149.75"/>
<text text-anchor="middle" x="1957.75" y="-2182.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1944.5,-2175 1971,-2175"/>
<text text-anchor="middle" x="1957.75" y="-2157.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1971,-2149.75 1971,-2200.25"/>
<text text-anchor="middle" x="2001.5" y="-2178.95" font-family="Times,serif" font-size="14.00">$1714</text>
<text text-anchor="middle" x="2001.5" y="-2161.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2032,-2149.75 2032,-2200.25"/>
<text text-anchor="middle" x="2044.5" y="-2170.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n349 -->
<g id="node1032" class="node">
<title>n349</title>
<ellipse fill="black" stroke="black" cx="2149.25" cy="-2175" rx="1.8" ry="1.8"/>
</g>
<!-- c1503&#45;&gt;n349 -->
<g id="edge865" class="edge">
<title>c1503:e&#45;&gt;n349:w</title>
<path fill="none" stroke="black" d="M2057,-2175C2057,-2175 2111.47,-2175 2135.31,-2175"/>
<polygon fill="black" stroke="black" points="2135.25,-2178.5 2145.25,-2175 2135.25,-2171.5 2135.25,-2178.5"/>
</g>
<!-- c1504 -->
<g id="node383" class="node">
<title>c1504</title>
<polygon fill="none" stroke="black" points="2241.88,-2068.75 2241.88,-2111.25 2353.62,-2111.25 2353.62,-2068.75 2241.88,-2068.75"/>
<text text-anchor="middle" x="2254.75" y="-2085.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2267.62,-2068.75 2267.62,-2111.25"/>
<text text-anchor="middle" x="2298.12" y="-2093.95" font-family="Times,serif" font-size="14.00">$1715</text>
<text text-anchor="middle" x="2298.12" y="-2076.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2328.62,-2068.75 2328.62,-2111.25"/>
<text text-anchor="middle" x="2341.12" y="-2085.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1505 -->
<g id="node384" class="node">
<title>c1505</title>
<polygon fill="none" stroke="black" points="2390,-2042.75 2390,-2093.25 2502.5,-2093.25 2502.5,-2042.75 2390,-2042.75"/>
<text text-anchor="middle" x="2403.25" y="-2075.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-2068 2416.5,-2068"/>
<text text-anchor="middle" x="2403.25" y="-2050.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-2042.75 2416.5,-2093.25"/>
<text text-anchor="middle" x="2447" y="-2071.95" font-family="Times,serif" font-size="14.00">$1716</text>
<text text-anchor="middle" x="2447" y="-2054.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2477.5,-2042.75 2477.5,-2093.25"/>
<text text-anchor="middle" x="2490" y="-2063.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1504&#45;&gt;c1505 -->
<g id="edge871" class="edge">
<title>c1504:e&#45;&gt;c1505:w</title>
<path fill="none" stroke="black" d="M2354,-2090C2354,-2090 2371.8,-2072.7 2382.37,-2062.42"/>
<polygon fill="black" stroke="black" points="2384.27,-2065.48 2389,-2056 2379.39,-2060.46 2384.27,-2065.48"/>
</g>
<!-- c1505&#45;&gt;c1509 -->
<g id="edge872" class="edge">
<title>c1505:e&#45;&gt;c1509:w</title>
<path fill="none" stroke="black" d="M2502.25,-2068C2502.25,-2068 2903.25,-2140.38 2973.73,-2153.1"/>
<polygon fill="black" stroke="black" points="2972.79,-2156.67 2983.25,-2155 2974.03,-2149.78 2972.79,-2156.67"/>
</g>
<!-- n352 -->
<g id="node1034" class="node">
<title>n352</title>
<ellipse fill="black" stroke="black" cx="2743.25" cy="-2231" rx="1.8" ry="1.8"/>
</g>
<!-- c1506&#45;&gt;n352 -->
<g id="edge873" class="edge">
<title>c1506:e&#45;&gt;n352:w</title>
<path fill="none" stroke="black" d="M2651,-2206C2651,-2206 2706.02,-2221.41 2729.66,-2228.03"/>
<polygon fill="black" stroke="black" points="2728.68,-2231.67 2739.25,-2231 2730.56,-2224.93 2728.68,-2231.67"/>
</g>
<!-- c1507 -->
<g id="node386" class="node">
<title>c1507</title>
<polygon fill="none" stroke="black" points="2835.5,-2218.75 2835.5,-2269.25 2948,-2269.25 2948,-2218.75 2835.5,-2218.75"/>
<text text-anchor="middle" x="2848.75" y="-2251.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2835.5,-2244 2862,-2244"/>
<text text-anchor="middle" x="2848.75" y="-2226.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2862,-2218.75 2862,-2269.25"/>
<text text-anchor="middle" x="2892.5" y="-2247.95" font-family="Times,serif" font-size="14.00">$1718</text>
<text text-anchor="middle" x="2892.5" y="-2230.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2923,-2218.75 2923,-2269.25"/>
<text text-anchor="middle" x="2935.5" y="-2239.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n353 -->
<g id="node1035" class="node">
<title>n353</title>
<ellipse fill="black" stroke="black" cx="3040.25" cy="-2284" rx="1.8" ry="1.8"/>
</g>
<!-- c1507&#45;&gt;n353 -->
<g id="edge876" class="edge">
<title>c1507:e&#45;&gt;n353:w</title>
<path fill="none" stroke="black" d="M2948,-2244C2948,-2244 3004.12,-2269.15 3027.36,-2279.57"/>
<polygon fill="black" stroke="black" points="3025.69,-2283.1 3036.25,-2284 3028.56,-2276.72 3025.69,-2283.1"/>
</g>
<!-- c1508 -->
<g id="node387" class="node">
<title>c1508</title>
<polygon fill="none" stroke="black" points="3132.88,-2313.75 3132.88,-2356.25 3244.62,-2356.25 3244.62,-2313.75 3132.88,-2313.75"/>
<text text-anchor="middle" x="3145.75" y="-2330.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3158.62,-2313.75 3158.62,-2356.25"/>
<text text-anchor="middle" x="3189.12" y="-2338.95" font-family="Times,serif" font-size="14.00">$1719</text>
<text text-anchor="middle" x="3189.12" y="-2321.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="3219.62,-2313.75 3219.62,-2356.25"/>
<text text-anchor="middle" x="3232.12" y="-2330.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1512 -->
<g id="node391" class="node">
<title>c1512</title>
<polygon fill="none" stroke="black" points="3281,-2372.75 3281,-2423.25 3393.5,-2423.25 3393.5,-2372.75 3281,-2372.75"/>
<text text-anchor="middle" x="3294.25" y="-2405.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-2398 3307.5,-2398"/>
<text text-anchor="middle" x="3294.25" y="-2380.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-2372.75 3307.5,-2423.25"/>
<text text-anchor="middle" x="3338" y="-2401.95" font-family="Times,serif" font-size="14.00">$1723</text>
<text text-anchor="middle" x="3338" y="-2384.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3368.5,-2372.75 3368.5,-2423.25"/>
<text text-anchor="middle" x="3381" y="-2393.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1508&#45;&gt;c1512 -->
<g id="edge880" class="edge">
<title>c1508:e&#45;&gt;c1512:w</title>
<path fill="none" stroke="black" d="M3245,-2335C3245,-2335 3266.54,-2380.46 3276.29,-2401.06"/>
<polygon fill="black" stroke="black" points="3273.56,-2402.46 3281,-2410 3279.88,-2399.46 3273.56,-2402.46"/>
</g>
<!-- c1511 -->
<g id="node390" class="node">
<title>c1511</title>
<polygon fill="none" stroke="black" points="3132.5,-2221.75 3132.5,-2272.25 3245,-2272.25 3245,-2221.75 3132.5,-2221.75"/>
<text text-anchor="middle" x="3145.75" y="-2254.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3132.5,-2247 3159,-2247"/>
<text text-anchor="middle" x="3145.75" y="-2229.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3159,-2221.75 3159,-2272.25"/>
<text text-anchor="middle" x="3189.5" y="-2250.95" font-family="Times,serif" font-size="14.00">$1722</text>
<text text-anchor="middle" x="3189.5" y="-2233.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3220,-2221.75 3220,-2272.25"/>
<text text-anchor="middle" x="3232.5" y="-2242.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1509&#45;&gt;c1511 -->
<g id="edge881" class="edge">
<title>c1509:e&#45;&gt;c1511:w</title>
<path fill="none" stroke="black" d="M3096.5,-2168C3096.5,-2168 3117.39,-2206.29 3127.34,-2224.54"/>
<polygon fill="black" stroke="black" points="3124.64,-2225.9 3132.5,-2233 3130.78,-2222.55 3124.64,-2225.9"/>
</g>
<!-- c1510 -->
<g id="node389" class="node">
<title>c1510</title>
<polygon fill="none" stroke="black" points="2835.5,-2288.75 2835.5,-2339.25 2948,-2339.25 2948,-2288.75 2835.5,-2288.75"/>
<text text-anchor="middle" x="2848.75" y="-2321.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2835.5,-2314 2862,-2314"/>
<text text-anchor="middle" x="2848.75" y="-2296.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2862,-2288.75 2862,-2339.25"/>
<text text-anchor="middle" x="2892.5" y="-2317.95" font-family="Times,serif" font-size="14.00">$1721</text>
<text text-anchor="middle" x="2892.5" y="-2300.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2923,-2288.75 2923,-2339.25"/>
<text text-anchor="middle" x="2935.5" y="-2309.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1510&#45;&gt;c1512 -->
<g id="edge882" class="edge">
<title>c1510:e&#45;&gt;c1512:w</title>
<path fill="none" stroke="black" d="M2947.75,-2314C2947.75,-2314 3213.45,-2370.57 3270.53,-2382.72"/>
<polygon fill="black" stroke="black" points="3269.74,-2386.34 3280.25,-2385 3271.2,-2379.49 3269.74,-2386.34"/>
</g>
<!-- n357 -->
<g id="node1036" class="node">
<title>n357</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-2258" rx="1.8" ry="1.8"/>
</g>
<!-- c1511&#45;&gt;n357 -->
<g id="edge883" class="edge">
<title>c1511:e&#45;&gt;n357:w</title>
<path fill="none" stroke="black" d="M3244.75,-2247C3244.75,-2247 3694.5,-2256.23 3770.04,-2257.78"/>
<polygon fill="black" stroke="black" points="3769.68,-2261.29 3779.75,-2258 3769.82,-2254.3 3769.68,-2261.29"/>
</g>
<!-- n358 -->
<g id="node1037" class="node">
<title>n358</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-2398" rx="1.8" ry="1.8"/>
</g>
<!-- c1512&#45;&gt;n358 -->
<g id="edge886" class="edge">
<title>c1512:e&#45;&gt;n358:w</title>
<path fill="none" stroke="black" d="M3393.25,-2398C3393.25,-2398 3707.4,-2398 3769.98,-2398"/>
<polygon fill="black" stroke="black" points="3769.75,-2401.5 3779.75,-2398 3769.75,-2394.5 3769.75,-2401.5"/>
</g>
<!-- c1513 -->
<g id="node392" class="node">
<title>c1513</title>
<polygon fill="none" stroke="black" points="2984,-2413.75 2984,-2464.25 3096.5,-2464.25 3096.5,-2413.75 2984,-2413.75"/>
<text text-anchor="middle" x="2997.25" y="-2446.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-2439 3010.5,-2439"/>
<text text-anchor="middle" x="2997.25" y="-2421.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-2413.75 3010.5,-2464.25"/>
<text text-anchor="middle" x="3041" y="-2442.95" font-family="Times,serif" font-size="14.00">$1724</text>
<text text-anchor="middle" x="3041" y="-2425.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3071.5,-2413.75 3071.5,-2464.25"/>
<text text-anchor="middle" x="3084" y="-2434.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n359 -->
<g id="node1038" class="node">
<title>n359</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-2293" rx="1.8" ry="1.8"/>
</g>
<!-- c1513&#45;&gt;n359 -->
<g id="edge889" class="edge">
<title>c1513:e&#45;&gt;n359:w</title>
<path fill="none" stroke="black" d="M3096.5,-2439C3096.5,-2439 3160.63,-2334.1 3180.17,-2302.13"/>
<polygon fill="black" stroke="black" points="3183.52,-2304.36 3185.75,-2294 3177.55,-2300.71 3183.52,-2304.36"/>
</g>
<!-- c1514 -->
<g id="node393" class="node">
<title>c1514</title>
<polygon fill="none" stroke="black" points="2984,-2212.75 2984,-2263.25 3096.5,-2263.25 3096.5,-2212.75 2984,-2212.75"/>
<text text-anchor="middle" x="2997.25" y="-2245.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-2238 3010.5,-2238"/>
<text text-anchor="middle" x="2997.25" y="-2220.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-2212.75 3010.5,-2263.25"/>
<text text-anchor="middle" x="3041" y="-2241.95" font-family="Times,serif" font-size="14.00">$1725</text>
<text text-anchor="middle" x="3041" y="-2224.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3071.5,-2212.75 3071.5,-2263.25"/>
<text text-anchor="middle" x="3084" y="-2233.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n360 -->
<g id="node1040" class="node">
<title>n360</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-2147" rx="1.8" ry="1.8"/>
</g>
<!-- c1514&#45;&gt;n360 -->
<g id="edge896" class="edge">
<title>c1514:e&#45;&gt;n360:w</title>
<path fill="none" stroke="black" d="M3096.5,-2238C3096.5,-2238 3156.56,-2176.76 3178.14,-2154.76"/>
<polygon fill="black" stroke="black" points="3180.25,-2157.59 3184.75,-2148 3175.25,-2152.69 3180.25,-2157.59"/>
</g>
<!-- c1515 -->
<g id="node394" class="node">
<title>c1515</title>
<polygon fill="none" stroke="black" points="459.5,-2005.75 459.5,-2056.25 572,-2056.25 572,-2005.75 459.5,-2005.75"/>
<text text-anchor="middle" x="472.75" y="-2038.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-2031 486,-2031"/>
<text text-anchor="middle" x="472.75" y="-2013.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-2005.75 486,-2056.25"/>
<text text-anchor="middle" x="516.5" y="-2034.95" font-family="Times,serif" font-size="14.00">$1726</text>
<text text-anchor="middle" x="516.5" y="-2017.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-2005.75 547,-2056.25"/>
<text text-anchor="middle" x="559.5" y="-2026.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n361 -->
<g id="node1041" class="node">
<title>n361</title>
<ellipse fill="black" stroke="black" cx="1703.75" cy="-1923" rx="1.8" ry="1.8"/>
</g>
<!-- c1515&#45;&gt;n361 -->
<g id="edge899" class="edge">
<title>c1515:e&#45;&gt;n361:w</title>
<path fill="none" stroke="black" d="M571.75,-2031C571.75,-2031 1575.29,-1935.09 1690.93,-1924.03"/>
<polygon fill="black" stroke="black" points="1691.13,-1927.44 1700.75,-1923 1690.46,-1920.47 1691.13,-1927.44"/>
</g>
<!-- c1516 -->
<g id="node395" class="node">
<title>c1516</title>
<polygon fill="none" stroke="black" points="311,-1763.75 311,-1814.25 423.5,-1814.25 423.5,-1763.75 311,-1763.75"/>
<text text-anchor="middle" x="324.25" y="-1796.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-1789 337.5,-1789"/>
<text text-anchor="middle" x="324.25" y="-1771.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-1763.75 337.5,-1814.25"/>
<text text-anchor="middle" x="368" y="-1792.95" font-family="Times,serif" font-size="14.00">$1727</text>
<text text-anchor="middle" x="368" y="-1775.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-1763.75 398.5,-1814.25"/>
<text text-anchor="middle" x="411" y="-1784.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n362 -->
<g id="node1042" class="node">
<title>n362</title>
<ellipse fill="black" stroke="black" cx="515.75" cy="-1925" rx="1.8" ry="1.8"/>
</g>
<!-- c1516&#45;&gt;n362 -->
<g id="edge902" class="edge">
<title>c1516:e&#45;&gt;n362:w</title>
<path fill="none" stroke="black" d="M423.5,-1789C423.5,-1789 487.04,-1885.82 506.89,-1916.08"/>
<polygon fill="black" stroke="black" points="504.34,-1917.56 512.75,-1924 510.19,-1913.72 504.34,-1917.56"/>
</g>
<!-- c1517 -->
<g id="node396" class="node">
<title>c1517</title>
<polygon fill="none" stroke="black" points="311,-1655.75 311,-1706.25 423.5,-1706.25 423.5,-1655.75 311,-1655.75"/>
<text text-anchor="middle" x="324.25" y="-1688.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-1681 337.5,-1681"/>
<text text-anchor="middle" x="324.25" y="-1663.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-1655.75 337.5,-1706.25"/>
<text text-anchor="middle" x="368" y="-1684.95" font-family="Times,serif" font-size="14.00">$1728</text>
<text text-anchor="middle" x="368" y="-1667.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-1655.75 398.5,-1706.25"/>
<text text-anchor="middle" x="411" y="-1676.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1610 -->
<g id="node489" class="node">
<title>c1610</title>
<polygon fill="none" stroke="black" points="608,-1532.75 608,-1583.25 720.5,-1583.25 720.5,-1532.75 608,-1532.75"/>
<text text-anchor="middle" x="621.25" y="-1565.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-1558 634.5,-1558"/>
<text text-anchor="middle" x="621.25" y="-1540.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-1532.75 634.5,-1583.25"/>
<text text-anchor="middle" x="665" y="-1561.95" font-family="Times,serif" font-size="14.00">$1821</text>
<text text-anchor="middle" x="665" y="-1544.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="695.5,-1532.75 695.5,-1583.25"/>
<text text-anchor="middle" x="708" y="-1553.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1517&#45;&gt;c1610 -->
<g id="edge906" class="edge">
<title>c1517:e&#45;&gt;c1610:w</title>
<path fill="none" stroke="black" d="M423.25,-1681C423.25,-1681 561.12,-1599.02 598.82,-1576.61"/>
<polygon fill="black" stroke="black" points="600.44,-1579.12 607.25,-1571 596.87,-1573.1 600.44,-1579.12"/>
</g>
<!-- c1518 -->
<g id="node397" class="node">
<title>c1518</title>
<polygon fill="none" stroke="black" points="608,-1827.75 608,-1878.25 720.5,-1878.25 720.5,-1827.75 608,-1827.75"/>
<text text-anchor="middle" x="621.25" y="-1860.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-1853 634.5,-1853"/>
<text text-anchor="middle" x="621.25" y="-1835.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-1827.75 634.5,-1878.25"/>
<text text-anchor="middle" x="665" y="-1856.95" font-family="Times,serif" font-size="14.00">$1729</text>
<text text-anchor="middle" x="665" y="-1839.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="695.5,-1827.75 695.5,-1878.25"/>
<text text-anchor="middle" x="708" y="-1848.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n364 -->
<g id="node1043" class="node">
<title>n364</title>
<ellipse fill="black" stroke="black" cx="1258.25" cy="-1843" rx="1.8" ry="1.8"/>
</g>
<!-- c1518&#45;&gt;n364 -->
<g id="edge907" class="edge">
<title>c1518:e&#45;&gt;n364:w</title>
<path fill="none" stroke="black" d="M720.25,-1853C720.25,-1853 1170,-1844.61 1245.54,-1843.2"/>
<polygon fill="black" stroke="black" points="1245.32,-1846.69 1255.25,-1843 1245.19,-1839.69 1245.32,-1846.69"/>
</g>
<!-- c1519 -->
<g id="node398" class="node">
<title>c1519</title>
<polygon fill="none" stroke="black" points="1350.88,-1847.75 1350.88,-1890.25 1462.62,-1890.25 1462.62,-1847.75 1350.88,-1847.75"/>
<text text-anchor="middle" x="1363.75" y="-1864.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1376.62,-1847.75 1376.62,-1890.25"/>
<text text-anchor="middle" x="1407.12" y="-1872.95" font-family="Times,serif" font-size="14.00">$1730</text>
<text text-anchor="middle" x="1407.12" y="-1855.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1437.62,-1847.75 1437.62,-1890.25"/>
<text text-anchor="middle" x="1450.12" y="-1864.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1521 -->
<g id="node400" class="node">
<title>c1521</title>
<polygon fill="none" stroke="black" points="1499,-1830.75 1499,-1881.25 1611.5,-1881.25 1611.5,-1830.75 1499,-1830.75"/>
<text text-anchor="middle" x="1512.25" y="-1863.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1499,-1856 1525.5,-1856"/>
<text text-anchor="middle" x="1512.25" y="-1838.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1525.5,-1830.75 1525.5,-1881.25"/>
<text text-anchor="middle" x="1556" y="-1859.95" font-family="Times,serif" font-size="14.00">$1732</text>
<text text-anchor="middle" x="1556" y="-1842.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1586.5,-1830.75 1586.5,-1881.25"/>
<text text-anchor="middle" x="1599" y="-1851.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1519&#45;&gt;c1521 -->
<g id="edge910" class="edge">
<title>c1519:e&#45;&gt;c1521:w</title>
<path fill="none" stroke="black" d="M1463,-1869C1463,-1869 1477.42,-1869 1488,-1869"/>
<polygon fill="black" stroke="black" points="1488,-1872.5 1498,-1869 1488,-1865.5 1488,-1872.5"/>
</g>
<!-- c1520 -->
<g id="node399" class="node">
<title>c1520</title>
<polygon fill="none" stroke="black" points="608,-1897.75 608,-1948.25 720.5,-1948.25 720.5,-1897.75 608,-1897.75"/>
<text text-anchor="middle" x="621.25" y="-1930.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-1923 634.5,-1923"/>
<text text-anchor="middle" x="621.25" y="-1905.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-1897.75 634.5,-1948.25"/>
<text text-anchor="middle" x="665" y="-1926.95" font-family="Times,serif" font-size="14.00">$1731</text>
<text text-anchor="middle" x="665" y="-1909.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="695.5,-1897.75 695.5,-1948.25"/>
<text text-anchor="middle" x="708" y="-1918.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1520&#45;&gt;c1521 -->
<g id="edge911" class="edge">
<title>c1520:e&#45;&gt;c1521:w</title>
<path fill="none" stroke="black" d="M720.25,-1923C720.25,-1923 1394.97,-1853.71 1488.53,-1844.1"/>
<polygon fill="black" stroke="black" points="1488.66,-1847.5 1498.25,-1843 1487.94,-1840.54 1488.66,-1847.5"/>
</g>
<!-- n367 -->
<g id="node1044" class="node">
<title>n367</title>
<ellipse fill="black" stroke="black" cx="1703.75" cy="-1897" rx="1.8" ry="1.8"/>
</g>
<!-- c1521&#45;&gt;n367 -->
<g id="edge912" class="edge">
<title>c1521:e&#45;&gt;n367:w</title>
<path fill="none" stroke="black" d="M1611.5,-1856C1611.5,-1856 1667.62,-1881.78 1690.86,-1892.46"/>
<polygon fill="black" stroke="black" points="1689.2,-1896.01 1699.75,-1897 1692.12,-1889.65 1689.2,-1896.01"/>
</g>
<!-- c1522 -->
<g id="node401" class="node">
<title>c1522</title>
<polygon fill="none" stroke="black" points="1796,-1976.75 1796,-2027.25 1908.5,-2027.25 1908.5,-1976.75 1796,-1976.75"/>
<text text-anchor="middle" x="1809.25" y="-2009.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-2002 1822.5,-2002"/>
<text text-anchor="middle" x="1809.25" y="-1984.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-1976.75 1822.5,-2027.25"/>
<text text-anchor="middle" x="1853" y="-2005.95" font-family="Times,serif" font-size="14.00">$1733</text>
<text text-anchor="middle" x="1853" y="-1988.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1883.5,-1976.75 1883.5,-2027.25"/>
<text text-anchor="middle" x="1896" y="-1997.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n368 -->
<g id="node1045" class="node">
<title>n368</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-2059" rx="1.8" ry="1.8"/>
</g>
<!-- c1522&#45;&gt;n368 -->
<g id="edge915" class="edge">
<title>c1522:e&#45;&gt;n368:w</title>
<path fill="none" stroke="black" d="M1908.5,-2002C1908.5,-2002 1965.73,-2038.55 1988.53,-2053.11"/>
<polygon fill="black" stroke="black" points="1986.44,-2056.57 1996.75,-2059 1990.21,-2050.67 1986.44,-2056.57"/>
</g>
<!-- c1523 -->
<g id="node402" class="node">
<title>c1523</title>
<polygon fill="none" stroke="black" points="2093.38,-2033.75 2093.38,-2076.25 2205.12,-2076.25 2205.12,-2033.75 2093.38,-2033.75"/>
<text text-anchor="middle" x="2106.25" y="-2050.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2119.12,-2033.75 2119.12,-2076.25"/>
<text text-anchor="middle" x="2149.62" y="-2058.95" font-family="Times,serif" font-size="14.00">$1734</text>
<text text-anchor="middle" x="2149.62" y="-2041.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2180.12,-2033.75 2180.12,-2076.25"/>
<text text-anchor="middle" x="2192.62" y="-2050.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1526 -->
<g id="node405" class="node">
<title>c1526</title>
<polygon fill="none" stroke="black" points="2241.5,-1886.75 2241.5,-1937.25 2354,-1937.25 2354,-1886.75 2241.5,-1886.75"/>
<text text-anchor="middle" x="2254.75" y="-1919.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2241.5,-1912 2268,-1912"/>
<text text-anchor="middle" x="2254.75" y="-1894.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2268,-1886.75 2268,-1937.25"/>
<text text-anchor="middle" x="2298.5" y="-1915.95" font-family="Times,serif" font-size="14.00">$1737</text>
<text text-anchor="middle" x="2298.5" y="-1898.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2329,-1886.75 2329,-1937.25"/>
<text text-anchor="middle" x="2341.5" y="-1907.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1523&#45;&gt;c1526 -->
<g id="edge925" class="edge">
<title>c1523:e&#45;&gt;c1526:w</title>
<path fill="none" stroke="black" d="M2205.5,-2055C2205.5,-2055 2230.19,-1965.85 2238.68,-1935.2"/>
<polygon fill="black" stroke="black" points="2242.2,-1936.57 2241.5,-1926 2235.46,-1934.7 2242.2,-1936.57"/>
</g>
<!-- c1524 -->
<g id="node403" class="node">
<title>c1524</title>
<polygon fill="none" stroke="black" points="1796,-1884.75 1796,-1935.25 1908.5,-1935.25 1908.5,-1884.75 1796,-1884.75"/>
<text text-anchor="middle" x="1809.25" y="-1917.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-1910 1822.5,-1910"/>
<text text-anchor="middle" x="1809.25" y="-1892.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-1884.75 1822.5,-1935.25"/>
<text text-anchor="middle" x="1853" y="-1913.95" font-family="Times,serif" font-size="14.00">$1735</text>
<text text-anchor="middle" x="1853" y="-1896.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-1884.75 1883.5,-1935.25"/>
<text text-anchor="middle" x="1896" y="-1905.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n371 -->
<g id="node1048" class="node">
<title>n371</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-1967" rx="1.8" ry="1.8"/>
</g>
<!-- c1524&#45;&gt;n371 -->
<g id="edge926" class="edge">
<title>c1524:e&#45;&gt;n371:w</title>
<path fill="none" stroke="black" d="M1908.5,-1910C1908.5,-1910 1965.73,-1946.55 1988.53,-1961.11"/>
<polygon fill="black" stroke="black" points="1986.44,-1964.57 1996.75,-1967 1990.21,-1958.67 1986.44,-1964.57"/>
</g>
<!-- c1525 -->
<g id="node404" class="node">
<title>c1525</title>
<polygon fill="none" stroke="black" points="2093.38,-1971.75 2093.38,-2014.25 2205.12,-2014.25 2205.12,-1971.75 2093.38,-1971.75"/>
<text text-anchor="middle" x="2106.25" y="-1988.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2119.12,-1971.75 2119.12,-2014.25"/>
<text text-anchor="middle" x="2149.62" y="-1996.95" font-family="Times,serif" font-size="14.00">$1736</text>
<text text-anchor="middle" x="2149.62" y="-1979.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2180.12,-1971.75 2180.12,-2014.25"/>
<text text-anchor="middle" x="2192.62" y="-1988.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1527 -->
<g id="node406" class="node">
<title>c1527</title>
<polygon fill="none" stroke="black" points="2241.5,-1994.75 2241.5,-2045.25 2354,-2045.25 2354,-1994.75 2241.5,-1994.75"/>
<text text-anchor="middle" x="2254.75" y="-2027.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2241.5,-2020 2268,-2020"/>
<text text-anchor="middle" x="2254.75" y="-2002.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2268,-1994.75 2268,-2045.25"/>
<text text-anchor="middle" x="2298.5" y="-2023.95" font-family="Times,serif" font-size="14.00">$1738</text>
<text text-anchor="middle" x="2298.5" y="-2006.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2329,-1994.75 2329,-2045.25"/>
<text text-anchor="middle" x="2341.5" y="-2015.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1525&#45;&gt;c1527 -->
<g id="edge930" class="edge">
<title>c1525:e&#45;&gt;c1527:w</title>
<path fill="none" stroke="black" d="M2205.5,-1993C2205.5,-1993 2220.64,-1998.89 2231.28,-2003.03"/>
<polygon fill="black" stroke="black" points="2229.91,-2006.64 2240.5,-2007 2232.45,-2000.11 2229.91,-2006.64"/>
</g>
<!-- n373 -->
<g id="node1049" class="node">
<title>n373</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-1906" rx="1.8" ry="1.8"/>
</g>
<!-- c1526&#45;&gt;n373 -->
<g id="edge931" class="edge">
<title>c1526:e&#45;&gt;n373:w</title>
<path fill="none" stroke="black" d="M2353.75,-1912C2353.75,-1912 2535.1,-1907.45 2581.86,-1906.27"/>
<polygon fill="black" stroke="black" points="2581.84,-1909.75 2591.75,-1906 2581.67,-1902.75 2581.84,-1909.75"/>
</g>
<!-- n374 -->
<g id="node1050" class="node">
<title>n374</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-2014" rx="1.8" ry="1.8"/>
</g>
<!-- c1527&#45;&gt;n374 -->
<g id="edge934" class="edge">
<title>c1527:e&#45;&gt;n374:w</title>
<path fill="none" stroke="black" d="M2353.75,-2020C2353.75,-2020 2535.1,-2015.45 2581.86,-2014.27"/>
<polygon fill="black" stroke="black" points="2581.84,-2017.75 2591.75,-2014 2581.67,-2010.75 2581.84,-2017.75"/>
</g>
<!-- c1528 -->
<g id="node407" class="node">
<title>c1528</title>
<polygon fill="none" stroke="black" points="1647.5,-2023.75 1647.5,-2074.25 1760,-2074.25 1760,-2023.75 1647.5,-2023.75"/>
<text text-anchor="middle" x="1660.75" y="-2056.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1647.5,-2049 1674,-2049"/>
<text text-anchor="middle" x="1660.75" y="-2031.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1674,-2023.75 1674,-2074.25"/>
<text text-anchor="middle" x="1704.5" y="-2052.95" font-family="Times,serif" font-size="14.00">$1739</text>
<text text-anchor="middle" x="1704.5" y="-2035.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1735,-2023.75 1735,-2074.25"/>
<text text-anchor="middle" x="1747.5" y="-2044.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n375 -->
<g id="node1051" class="node">
<title>n375</title>
<ellipse fill="black" stroke="black" cx="1852.25" cy="-1956" rx="1.8" ry="1.8"/>
</g>
<!-- c1528&#45;&gt;n375 -->
<g id="edge937" class="edge">
<title>c1528:e&#45;&gt;n375:w</title>
<path fill="none" stroke="black" d="M1760,-2049C1760,-2049 1820.06,-1986.42 1841.64,-1963.93"/>
<polygon fill="black" stroke="black" points="1843.85,-1966.64 1848.25,-1957 1838.8,-1961.79 1843.85,-1966.64"/>
</g>
<!-- c1529 -->
<g id="node408" class="node">
<title>c1529</title>
<polygon fill="none" stroke="black" points="1944.88,-1903.75 1944.88,-1946.25 2056.62,-1946.25 2056.62,-1903.75 1944.88,-1903.75"/>
<text text-anchor="middle" x="1957.75" y="-1920.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1970.62,-1903.75 1970.62,-1946.25"/>
<text text-anchor="middle" x="2001.12" y="-1928.95" font-family="Times,serif" font-size="14.00">$1740</text>
<text text-anchor="middle" x="2001.12" y="-1911.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2031.62,-1903.75 2031.62,-1946.25"/>
<text text-anchor="middle" x="2044.12" y="-1920.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1539 -->
<g id="node418" class="node">
<title>c1539</title>
<polygon fill="none" stroke="black" points="2093,-1803.75 2093,-1854.25 2205.5,-1854.25 2205.5,-1803.75 2093,-1803.75"/>
<text text-anchor="middle" x="2106.25" y="-1836.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-1829 2119.5,-1829"/>
<text text-anchor="middle" x="2106.25" y="-1811.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-1803.75 2119.5,-1854.25"/>
<text text-anchor="middle" x="2150" y="-1832.95" font-family="Times,serif" font-size="14.00">$1750</text>
<text text-anchor="middle" x="2150" y="-1815.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2180.5,-1803.75 2180.5,-1854.25"/>
<text text-anchor="middle" x="2193" y="-1824.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1529&#45;&gt;c1539 -->
<g id="edge941" class="edge">
<title>c1529:e&#45;&gt;c1539:w</title>
<path fill="none" stroke="black" d="M2057,-1925C2057,-1925 2079.19,-1873.83 2088.73,-1851.85"/>
<polygon fill="black" stroke="black" points="2092.23,-1853.57 2093,-1843 2085.81,-1850.78 2092.23,-1853.57"/>
</g>
<!-- c1530 -->
<g id="node409" class="node">
<title>c1530</title>
<polygon fill="none" stroke="black" points="459.5,-1853.75 459.5,-1904.25 572,-1904.25 572,-1853.75 459.5,-1853.75"/>
<text text-anchor="middle" x="472.75" y="-1886.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-1879 486,-1879"/>
<text text-anchor="middle" x="472.75" y="-1861.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-1853.75 486,-1904.25"/>
<text text-anchor="middle" x="516.5" y="-1882.95" font-family="Times,serif" font-size="14.00">$1741</text>
<text text-anchor="middle" x="516.5" y="-1865.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-1853.75 547,-1904.25"/>
<text text-anchor="middle" x="559.5" y="-1874.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1535 -->
<g id="node414" class="node">
<title>c1535</title>
<polygon fill="none" stroke="black" points="608,-1757.75 608,-1808.25 720.5,-1808.25 720.5,-1757.75 608,-1757.75"/>
<text text-anchor="middle" x="621.25" y="-1790.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-1783 634.5,-1783"/>
<text text-anchor="middle" x="621.25" y="-1765.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-1757.75 634.5,-1808.25"/>
<text text-anchor="middle" x="665" y="-1786.95" font-family="Times,serif" font-size="14.00">$1746</text>
<text text-anchor="middle" x="665" y="-1769.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="695.5,-1757.75 695.5,-1808.25"/>
<text text-anchor="middle" x="708" y="-1778.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1530&#45;&gt;c1535 -->
<g id="edge942" class="edge">
<title>c1530:e&#45;&gt;c1535:w</title>
<path fill="none" stroke="black" d="M572,-1879C572,-1879 595.77,-1807.04 604.68,-1780.06"/>
<polygon fill="black" stroke="black" points="608.19,-1781.59 608,-1771 601.54,-1779.4 608.19,-1781.59"/>
</g>
<!-- n378 -->
<g id="node1052" class="node">
<title>n378</title>
<ellipse fill="black" stroke="black" cx="812.75" cy="-1478" rx="1.8" ry="1.8"/>
</g>
<!-- c1531&#45;&gt;n378 -->
<g id="edge943" class="edge">
<title>c1531:e&#45;&gt;n378:w</title>
<path fill="none" stroke="black" d="M720.5,-1450C720.5,-1450 776.07,-1467.43 799.51,-1474.79"/>
<polygon fill="black" stroke="black" points="798.16,-1478.35 808.75,-1478 800.26,-1471.67 798.16,-1478.35"/>
</g>
<!-- c1532 -->
<g id="node411" class="node">
<title>c1532</title>
<polygon fill="none" stroke="black" points="459.5,-1403.75 459.5,-1454.25 572,-1454.25 572,-1403.75 459.5,-1403.75"/>
<text text-anchor="middle" x="472.75" y="-1436.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-1429 486,-1429"/>
<text text-anchor="middle" x="472.75" y="-1411.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-1403.75 486,-1454.25"/>
<text text-anchor="middle" x="516.5" y="-1432.95" font-family="Times,serif" font-size="14.00">$1743</text>
<text text-anchor="middle" x="516.5" y="-1415.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-1403.75 547,-1454.25"/>
<text text-anchor="middle" x="559.5" y="-1424.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n379 -->
<g id="node1053" class="node">
<title>n379</title>
<ellipse fill="black" stroke="black" cx="812.75" cy="-1321" rx="1.8" ry="1.8"/>
</g>
<!-- c1532&#45;&gt;n379 -->
<g id="edge946" class="edge">
<title>c1532:e&#45;&gt;n379:w</title>
<path fill="none" stroke="black" d="M571.75,-1429C571.75,-1429 755.55,-1345.94 800.78,-1325.5"/>
<polygon fill="black" stroke="black" points="802.08,-1328.31 809.75,-1321 799.2,-1321.93 802.08,-1328.31"/>
</g>
<!-- c1533 -->
<g id="node412" class="node">
<title>c1533</title>
<polygon fill="none" stroke="black" points="905,-1225.75 905,-1276.25 1017.5,-1276.25 1017.5,-1225.75 905,-1225.75"/>
<text text-anchor="middle" x="918.25" y="-1258.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="905,-1251 931.5,-1251"/>
<text text-anchor="middle" x="918.25" y="-1233.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="931.5,-1225.75 931.5,-1276.25"/>
<text text-anchor="middle" x="962" y="-1254.95" font-family="Times,serif" font-size="14.00">$1744</text>
<text text-anchor="middle" x="962" y="-1237.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="992.5,-1225.75 992.5,-1276.25"/>
<text text-anchor="middle" x="1005" y="-1246.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1676 -->
<g id="node555" class="node">
<title>c1676</title>
<polygon fill="none" stroke="black" points="2390,-1210.75 2390,-1261.25 2502.5,-1261.25 2502.5,-1210.75 2390,-1210.75"/>
<text text-anchor="middle" x="2403.25" y="-1243.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-1236 2416.5,-1236"/>
<text text-anchor="middle" x="2403.25" y="-1218.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-1210.75 2416.5,-1261.25"/>
<text text-anchor="middle" x="2447" y="-1239.95" font-family="Times,serif" font-size="14.00">$1887</text>
<text text-anchor="middle" x="2447" y="-1222.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2477.5,-1210.75 2477.5,-1261.25"/>
<text text-anchor="middle" x="2490" y="-1231.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1533&#45;&gt;c1676 -->
<g id="edge953" class="edge">
<title>c1533:e&#45;&gt;c1676:w</title>
<path fill="none" stroke="black" d="M1017.25,-1251C1017.25,-1251 2251.8,-1249.2 2379.6,-1249.02"/>
<polygon fill="black" stroke="black" points="2379.26,-1252.51 2389.25,-1249 2379.24,-1245.51 2379.26,-1252.51"/>
</g>
<!-- c1534 -->
<g id="node413" class="node">
<title>c1534</title>
<polygon fill="none" stroke="black" points="905,-1465.75 905,-1516.25 1017.5,-1516.25 1017.5,-1465.75 905,-1465.75"/>
<text text-anchor="middle" x="918.25" y="-1498.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="905,-1491 931.5,-1491"/>
<text text-anchor="middle" x="918.25" y="-1473.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="931.5,-1465.75 931.5,-1516.25"/>
<text text-anchor="middle" x="962" y="-1494.95" font-family="Times,serif" font-size="14.00">$1745</text>
<text text-anchor="middle" x="962" y="-1477.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="992.5,-1465.75 992.5,-1516.25"/>
<text text-anchor="middle" x="1005" y="-1486.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n382 -->
<g id="node1055" class="node">
<title>n382</title>
<ellipse fill="black" stroke="black" cx="1555.25" cy="-1413" rx="1.8" ry="1.8"/>
</g>
<!-- c1534&#45;&gt;n382 -->
<g id="edge954" class="edge">
<title>c1534:e&#45;&gt;n382:w</title>
<path fill="none" stroke="black" d="M1017.25,-1491C1017.25,-1491 1467,-1425.55 1542.54,-1414.56"/>
<polygon fill="black" stroke="black" points="1542.86,-1417.9 1552.25,-1413 1541.85,-1410.98 1542.86,-1417.9"/>
</g>
<!-- c1536 -->
<g id="node415" class="node">
<title>c1536</title>
<polygon fill="none" stroke="black" points="1647.5,-1733.75 1647.5,-1784.25 1760,-1784.25 1760,-1733.75 1647.5,-1733.75"/>
<text text-anchor="middle" x="1660.75" y="-1766.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1647.5,-1759 1674,-1759"/>
<text text-anchor="middle" x="1660.75" y="-1741.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1674,-1733.75 1674,-1784.25"/>
<text text-anchor="middle" x="1704.5" y="-1762.95" font-family="Times,serif" font-size="14.00">$1747</text>
<text text-anchor="middle" x="1704.5" y="-1745.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1735,-1733.75 1735,-1784.25"/>
<text text-anchor="middle" x="1747.5" y="-1754.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1535&#45;&gt;c1536 -->
<g id="edge957" class="edge">
<title>c1535:e&#45;&gt;c1536:w</title>
<path fill="none" stroke="black" d="M720.25,-1783C720.25,-1783 1533.74,-1750.55 1637.01,-1746.43"/>
<polygon fill="black" stroke="black" points="1636.9,-1749.9 1646.75,-1746 1636.62,-1742.9 1636.9,-1749.9"/>
</g>
<!-- n384 -->
<g id="node1056" class="node">
<title>n384</title>
<ellipse fill="black" stroke="black" cx="1852.25" cy="-1845" rx="1.8" ry="1.8"/>
</g>
<!-- c1536&#45;&gt;n384 -->
<g id="edge958" class="edge">
<title>c1536:e&#45;&gt;n384:w</title>
<path fill="none" stroke="black" d="M1760,-1759C1760,-1759 1819.49,-1816.32 1841.33,-1837.37"/>
<polygon fill="black" stroke="black" points="1838.62,-1839.58 1848.25,-1844 1843.48,-1834.54 1838.62,-1839.58"/>
</g>
<!-- c1537 -->
<g id="node416" class="node">
<title>c1537</title>
<polygon fill="none" stroke="black" points="1944.88,-1771.75 1944.88,-1814.25 2056.62,-1814.25 2056.62,-1771.75 1944.88,-1771.75"/>
<text text-anchor="middle" x="1957.75" y="-1788.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1970.62,-1771.75 1970.62,-1814.25"/>
<text text-anchor="middle" x="2001.12" y="-1796.95" font-family="Times,serif" font-size="14.00">$1748</text>
<text text-anchor="middle" x="2001.12" y="-1779.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2031.62,-1771.75 2031.62,-1814.25"/>
<text text-anchor="middle" x="2044.12" y="-1788.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1537&#45;&gt;c1539 -->
<g id="edge962" class="edge">
<title>c1537:e&#45;&gt;c1539:w</title>
<path fill="none" stroke="black" d="M2057,-1793C2057,-1793 2073.25,-1803.38 2083.92,-1810.2"/>
<polygon fill="black" stroke="black" points="2081.69,-1813.57 2092,-1816 2085.46,-1807.67 2081.69,-1813.57"/>
</g>
<!-- c1538 -->
<g id="node417" class="node">
<title>c1538</title>
<polygon fill="none" stroke="black" points="1944.5,-1833.75 1944.5,-1884.25 2057,-1884.25 2057,-1833.75 1944.5,-1833.75"/>
<text text-anchor="middle" x="1957.75" y="-1866.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1944.5,-1859 1971,-1859"/>
<text text-anchor="middle" x="1957.75" y="-1841.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1971,-1833.75 1971,-1884.25"/>
<text text-anchor="middle" x="2001.5" y="-1862.95" font-family="Times,serif" font-size="14.00">$1749</text>
<text text-anchor="middle" x="2001.5" y="-1845.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2032,-1833.75 2032,-1884.25"/>
<text text-anchor="middle" x="2044.5" y="-1854.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n386 -->
<g id="node1057" class="node">
<title>n386</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-1804" rx="1.8" ry="1.8"/>
</g>
<!-- c1538&#45;&gt;n386 -->
<g id="edge963" class="edge">
<title>c1538:e&#45;&gt;n386:w</title>
<path fill="none" stroke="black" d="M2056.75,-1859C2056.75,-1859 2238.92,-1817.08 2285.17,-1806.43"/>
<polygon fill="black" stroke="black" points="2285.79,-1809.65 2294.75,-1804 2284.22,-1802.83 2285.79,-1809.65"/>
</g>
<!-- n387 -->
<g id="node1058" class="node">
<title>n387</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-1782" rx="1.8" ry="1.8"/>
</g>
<!-- c1539&#45;&gt;n387 -->
<g id="edge966" class="edge">
<title>c1539:e&#45;&gt;n387:w</title>
<path fill="none" stroke="black" d="M2205.5,-1829C2205.5,-1829 2262.17,-1799.15 2285.2,-1787.03"/>
<polygon fill="black" stroke="black" points="2286.53,-1789.76 2293.75,-1782 2283.27,-1783.56 2286.53,-1789.76"/>
</g>
<!-- c1540 -->
<g id="node419" class="node">
<title>c1540</title>
<polygon fill="none" stroke="black" points="1944.5,-1987.75 1944.5,-2038.25 2057,-2038.25 2057,-1987.75 1944.5,-1987.75"/>
<text text-anchor="middle" x="1957.75" y="-2020.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1944.5,-2013 1971,-2013"/>
<text text-anchor="middle" x="1957.75" y="-1995.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1971,-1987.75 1971,-2038.25"/>
<text text-anchor="middle" x="2001.5" y="-2016.95" font-family="Times,serif" font-size="14.00">$1751</text>
<text text-anchor="middle" x="2001.5" y="-1999.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2032,-1987.75 2032,-2038.25"/>
<text text-anchor="middle" x="2044.5" y="-2008.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n388 -->
<g id="node1059" class="node">
<title>n388</title>
<ellipse fill="black" stroke="black" cx="2149.25" cy="-1951" rx="1.8" ry="1.8"/>
</g>
<!-- c1540&#45;&gt;n388 -->
<g id="edge969" class="edge">
<title>c1540:e&#45;&gt;n388:w</title>
<path fill="none" stroke="black" d="M2057,-2013C2057,-2013 2114.79,-1972.85 2137.37,-1957.17"/>
<polygon fill="black" stroke="black" points="2139.03,-1959.58 2145.25,-1951 2135.04,-1953.83 2139.03,-1959.58"/>
</g>
<!-- c1541 -->
<g id="node420" class="node">
<title>c1541</title>
<polygon fill="none" stroke="black" points="2241.88,-1824.75 2241.88,-1867.25 2353.62,-1867.25 2353.62,-1824.75 2241.88,-1824.75"/>
<text text-anchor="middle" x="2254.75" y="-1841.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2267.62,-1824.75 2267.62,-1867.25"/>
<text text-anchor="middle" x="2298.12" y="-1849.95" font-family="Times,serif" font-size="14.00">$1752</text>
<text text-anchor="middle" x="2298.12" y="-1832.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2328.62,-1824.75 2328.62,-1867.25"/>
<text text-anchor="middle" x="2341.12" y="-1841.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1542 -->
<g id="node421" class="node">
<title>c1542</title>
<polygon fill="none" stroke="black" points="2390,-1825.75 2390,-1876.25 2502.5,-1876.25 2502.5,-1825.75 2390,-1825.75"/>
<text text-anchor="middle" x="2403.25" y="-1858.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-1851 2416.5,-1851"/>
<text text-anchor="middle" x="2403.25" y="-1833.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-1825.75 2416.5,-1876.25"/>
<text text-anchor="middle" x="2447" y="-1854.95" font-family="Times,serif" font-size="14.00">$1753</text>
<text text-anchor="middle" x="2447" y="-1837.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2477.5,-1825.75 2477.5,-1876.25"/>
<text text-anchor="middle" x="2490" y="-1846.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1541&#45;&gt;c1542 -->
<g id="edge972" class="edge">
<title>c1541:e&#45;&gt;c1542:w</title>
<path fill="none" stroke="black" d="M2354,-1846C2354,-1846 2368.77,-1842.72 2379.39,-1840.36"/>
<polygon fill="black" stroke="black" points="2380,-1843.59 2389,-1838 2378.48,-1836.75 2380,-1843.59"/>
</g>
<!-- n390 -->
<g id="node1061" class="node">
<title>n390</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-1851" rx="1.8" ry="1.8"/>
</g>
<!-- c1542&#45;&gt;n390 -->
<g id="edge977" class="edge">
<title>c1542:e&#45;&gt;n390:w</title>
<path fill="none" stroke="black" d="M2502.5,-1851C2502.5,-1851 2556.97,-1851 2580.81,-1851"/>
<polygon fill="black" stroke="black" points="2580.75,-1854.5 2590.75,-1851 2580.75,-1847.5 2580.75,-1854.5"/>
</g>
<!-- c1543 -->
<g id="node422" class="node">
<title>c1543</title>
<polygon fill="none" stroke="black" points="2390,-1934.75 2390,-1985.25 2502.5,-1985.25 2502.5,-1934.75 2390,-1934.75"/>
<text text-anchor="middle" x="2403.25" y="-1967.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-1960 2416.5,-1960"/>
<text text-anchor="middle" x="2403.25" y="-1942.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-1934.75 2416.5,-1985.25"/>
<text text-anchor="middle" x="2447" y="-1963.95" font-family="Times,serif" font-size="14.00">$1754</text>
<text text-anchor="middle" x="2447" y="-1946.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2477.5,-1934.75 2477.5,-1985.25"/>
<text text-anchor="middle" x="2490" y="-1955.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n392 -->
<g id="node1063" class="node">
<title>n392</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-1977" rx="1.8" ry="1.8"/>
</g>
<!-- c1543&#45;&gt;n392 -->
<g id="edge983" class="edge">
<title>c1543:e&#45;&gt;n392:w</title>
<path fill="none" stroke="black" d="M2502.5,-1960C2502.5,-1960 2557.52,-1970.48 2581.16,-1974.98"/>
<polygon fill="black" stroke="black" points="2580.27,-1978.57 2590.75,-1977 2581.58,-1971.69 2580.27,-1978.57"/>
</g>
<!-- c1544 -->
<g id="node423" class="node">
<title>c1544</title>
<polygon fill="none" stroke="black" points="2687,-1894.75 2687,-1945.25 2799.5,-1945.25 2799.5,-1894.75 2687,-1894.75"/>
<text text-anchor="middle" x="2700.25" y="-1927.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-1920 2713.5,-1920"/>
<text text-anchor="middle" x="2700.25" y="-1902.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-1894.75 2713.5,-1945.25"/>
<text text-anchor="middle" x="2744" y="-1923.95" font-family="Times,serif" font-size="14.00">$1755</text>
<text text-anchor="middle" x="2744" y="-1906.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2774.5,-1894.75 2774.5,-1945.25"/>
<text text-anchor="middle" x="2787" y="-1915.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1548 -->
<g id="node427" class="node">
<title>c1548</title>
<polygon fill="none" stroke="black" points="2984,-1916.75 2984,-1967.25 3096.5,-1967.25 3096.5,-1916.75 2984,-1916.75"/>
<text text-anchor="middle" x="2997.25" y="-1949.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-1942 3010.5,-1942"/>
<text text-anchor="middle" x="2997.25" y="-1924.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-1916.75 3010.5,-1967.25"/>
<text text-anchor="middle" x="3041" y="-1945.95" font-family="Times,serif" font-size="14.00">$1759</text>
<text text-anchor="middle" x="3041" y="-1928.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3071.5,-1916.75 3071.5,-1967.25"/>
<text text-anchor="middle" x="3084" y="-1937.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1544&#45;&gt;c1548 -->
<g id="edge986" class="edge">
<title>c1544:e&#45;&gt;c1548:w</title>
<path fill="none" stroke="black" d="M2799.25,-1920C2799.25,-1920 2934.02,-1945.5 2973.5,-1952.97"/>
<polygon fill="black" stroke="black" points="2972.77,-1956.58 2983.25,-1955 2974.07,-1949.7 2972.77,-1956.58"/>
</g>
<!-- c1545 -->
<g id="node424" class="node">
<title>c1545</title>
<polygon fill="none" stroke="black" points="2687,-2034.75 2687,-2085.25 2799.5,-2085.25 2799.5,-2034.75 2687,-2034.75"/>
<text text-anchor="middle" x="2700.25" y="-2067.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-2060 2713.5,-2060"/>
<text text-anchor="middle" x="2700.25" y="-2042.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-2034.75 2713.5,-2085.25"/>
<text text-anchor="middle" x="2744" y="-2063.95" font-family="Times,serif" font-size="14.00">$1756</text>
<text text-anchor="middle" x="2744" y="-2046.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2774.5,-2034.75 2774.5,-2085.25"/>
<text text-anchor="middle" x="2787" y="-2055.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1549 -->
<g id="node428" class="node">
<title>c1549</title>
<polygon fill="none" stroke="black" points="2984,-2021.75 2984,-2072.25 3096.5,-2072.25 3096.5,-2021.75 2984,-2021.75"/>
<text text-anchor="middle" x="2997.25" y="-2054.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-2047 3010.5,-2047"/>
<text text-anchor="middle" x="2997.25" y="-2029.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-2021.75 3010.5,-2072.25"/>
<text text-anchor="middle" x="3041" y="-2050.95" font-family="Times,serif" font-size="14.00">$1760</text>
<text text-anchor="middle" x="3041" y="-2033.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3071.5,-2021.75 3071.5,-2072.25"/>
<text text-anchor="middle" x="3084" y="-2042.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1545&#45;&gt;c1549 -->
<g id="edge987" class="edge">
<title>c1545:e&#45;&gt;c1549:w</title>
<path fill="none" stroke="black" d="M2799.25,-2060C2799.25,-2060 2934.02,-2060 2973.5,-2060"/>
<polygon fill="black" stroke="black" points="2973.25,-2063.5 2983.25,-2060 2973.25,-2056.5 2973.25,-2063.5"/>
</g>
<!-- c1546 -->
<g id="node425" class="node">
<title>c1546</title>
<polygon fill="none" stroke="black" points="2687,-1964.75 2687,-2015.25 2799.5,-2015.25 2799.5,-1964.75 2687,-1964.75"/>
<text text-anchor="middle" x="2700.25" y="-1997.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-1990 2713.5,-1990"/>
<text text-anchor="middle" x="2700.25" y="-1972.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-1964.75 2713.5,-2015.25"/>
<text text-anchor="middle" x="2744" y="-1993.95" font-family="Times,serif" font-size="14.00">$1757</text>
<text text-anchor="middle" x="2744" y="-1976.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2774.5,-1964.75 2774.5,-2015.25"/>
<text text-anchor="middle" x="2787" y="-1985.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n395 -->
<g id="node1064" class="node">
<title>n395</title>
<ellipse fill="black" stroke="black" cx="2891.75" cy="-1925" rx="1.8" ry="1.8"/>
</g>
<!-- c1546&#45;&gt;n395 -->
<g id="edge988" class="edge">
<title>c1546:e&#45;&gt;n395:w</title>
<path fill="none" stroke="black" d="M2799.5,-1990C2799.5,-1990 2857.29,-1947.91 2879.87,-1931.47"/>
<polygon fill="black" stroke="black" points="2881.73,-1933.72 2887.75,-1925 2877.61,-1928.06 2881.73,-1933.72"/>
</g>
<!-- c1547 -->
<g id="node426" class="node">
<title>c1547</title>
<polygon fill="none" stroke="black" points="2687,-1824.75 2687,-1875.25 2799.5,-1875.25 2799.5,-1824.75 2687,-1824.75"/>
<text text-anchor="middle" x="2700.25" y="-1857.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2687,-1850 2713.5,-1850"/>
<text text-anchor="middle" x="2700.25" y="-1832.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2713.5,-1824.75 2713.5,-1875.25"/>
<text text-anchor="middle" x="2744" y="-1853.95" font-family="Times,serif" font-size="14.00">$1758</text>
<text text-anchor="middle" x="2744" y="-1836.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2774.5,-1824.75 2774.5,-1875.25"/>
<text text-anchor="middle" x="2787" y="-1845.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n396 -->
<g id="node1065" class="node">
<title>n396</title>
<ellipse fill="black" stroke="black" cx="2891.75" cy="-1855" rx="1.8" ry="1.8"/>
</g>
<!-- c1547&#45;&gt;n396 -->
<g id="edge991" class="edge">
<title>c1547:e&#45;&gt;n396:w</title>
<path fill="none" stroke="black" d="M2799.5,-1850C2799.5,-1850 2853.97,-1853.05 2877.81,-1854.39"/>
<polygon fill="black" stroke="black" points="2877.57,-1857.94 2887.75,-1855 2877.96,-1850.95 2877.57,-1857.94"/>
</g>
<!-- n397 -->
<g id="node1066" class="node">
<title>n397</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-2051" rx="1.8" ry="1.8"/>
</g>
<!-- c1548&#45;&gt;n397 -->
<g id="edge994" class="edge">
<title>c1548:e&#45;&gt;n397:w</title>
<path fill="none" stroke="black" d="M3096.5,-1942C3096.5,-1942 3158.29,-2017.46 3179.04,-2042.81"/>
<polygon fill="black" stroke="black" points="3176.71,-2044.48 3185.75,-2050 3182.12,-2040.05 3176.71,-2044.48"/>
</g>
<!-- n398 -->
<g id="node1067" class="node">
<title>n398</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-2191" rx="1.8" ry="1.8"/>
</g>
<!-- c1549&#45;&gt;n398 -->
<g id="edge997" class="edge">
<title>c1549:e&#45;&gt;n398:w</title>
<path fill="none" stroke="black" d="M3096.5,-2047C3096.5,-2047 3160.63,-2150.47 3180.17,-2181.99"/>
<polygon fill="black" stroke="black" points="3177.51,-2183.34 3185.75,-2190 3183.46,-2179.66 3177.51,-2183.34"/>
</g>
<!-- c1550 -->
<g id="node429" class="node">
<title>c1550</title>
<polygon fill="none" stroke="black" points="3281,-2178.75 3281,-2229.25 3393.5,-2229.25 3393.5,-2178.75 3281,-2178.75"/>
<text text-anchor="middle" x="3294.25" y="-2211.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-2204 3307.5,-2204"/>
<text text-anchor="middle" x="3294.25" y="-2186.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-2178.75 3307.5,-2229.25"/>
<text text-anchor="middle" x="3338" y="-2207.95" font-family="Times,serif" font-size="14.00">$1761</text>
<text text-anchor="middle" x="3338" y="-2190.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3368.5,-2178.75 3368.5,-2229.25"/>
<text text-anchor="middle" x="3381" y="-2199.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n399 -->
<g id="node1068" class="node">
<title>n399</title>
<ellipse fill="black" stroke="black" cx="3485.75" cy="-2191" rx="1.8" ry="1.8"/>
</g>
<!-- c1550&#45;&gt;n399 -->
<g id="edge1000" class="edge">
<title>c1550:e&#45;&gt;n399:w</title>
<path fill="none" stroke="black" d="M3393.5,-2204C3393.5,-2204 3448.52,-2195.99 3472.16,-2192.54"/>
<polygon fill="black" stroke="black" points="3472.36,-2195.9 3481.75,-2191 3471.35,-2188.98 3472.36,-2195.9"/>
</g>
<!-- c1551 -->
<g id="node430" class="node">
<title>c1551</title>
<polygon fill="none" stroke="black" points="3281,-2038.75 3281,-2089.25 3393.5,-2089.25 3393.5,-2038.75 3281,-2038.75"/>
<text text-anchor="middle" x="3294.25" y="-2071.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-2064 3307.5,-2064"/>
<text text-anchor="middle" x="3294.25" y="-2046.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-2038.75 3307.5,-2089.25"/>
<text text-anchor="middle" x="3338" y="-2067.95" font-family="Times,serif" font-size="14.00">$1762</text>
<text text-anchor="middle" x="3338" y="-2050.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3368.5,-2038.75 3368.5,-2089.25"/>
<text text-anchor="middle" x="3381" y="-2059.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n400 -->
<g id="node1071" class="node">
<title>n400</title>
<ellipse fill="black" stroke="black" cx="3485.75" cy="-2080" rx="1.8" ry="1.8"/>
</g>
<!-- c1551&#45;&gt;n400 -->
<g id="edge1015" class="edge">
<title>c1551:e&#45;&gt;n400:w</title>
<path fill="none" stroke="black" d="M3393.5,-2064C3393.5,-2064 3448.52,-2073.86 3472.16,-2078.1"/>
<polygon fill="black" stroke="black" points="3471.29,-2081.68 3481.75,-2080 3472.52,-2074.79 3471.29,-2081.68"/>
</g>
<!-- c1552 -->
<g id="node431" class="node">
<title>c1552</title>
<polygon fill="none" stroke="black" points="3281,-2108.75 3281,-2159.25 3393.5,-2159.25 3393.5,-2108.75 3281,-2108.75"/>
<text text-anchor="middle" x="3294.25" y="-2141.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-2134 3307.5,-2134"/>
<text text-anchor="middle" x="3294.25" y="-2116.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-2108.75 3307.5,-2159.25"/>
<text text-anchor="middle" x="3338" y="-2137.95" font-family="Times,serif" font-size="14.00">$1763</text>
<text text-anchor="middle" x="3338" y="-2120.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3368.5,-2108.75 3368.5,-2159.25"/>
<text text-anchor="middle" x="3381" y="-2129.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1554 -->
<g id="node433" class="node">
<title>c1554</title>
<polygon fill="none" stroke="black" points="3578,-2111.75 3578,-2162.25 3690.5,-2162.25 3690.5,-2111.75 3578,-2111.75"/>
<text text-anchor="middle" x="3591.25" y="-2144.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3578,-2137 3604.5,-2137"/>
<text text-anchor="middle" x="3591.25" y="-2119.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3604.5,-2111.75 3604.5,-2162.25"/>
<text text-anchor="middle" x="3635" y="-2140.95" font-family="Times,serif" font-size="14.00">$1765</text>
<text text-anchor="middle" x="3635" y="-2123.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3665.5,-2111.75 3665.5,-2162.25"/>
<text text-anchor="middle" x="3678" y="-2132.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1552&#45;&gt;c1554 -->
<g id="edge1018" class="edge">
<title>c1552:e&#45;&gt;c1554:w</title>
<path fill="none" stroke="black" d="M3393.25,-2134C3393.25,-2134 3528.02,-2126.72 3567.5,-2124.58"/>
<polygon fill="black" stroke="black" points="3567.45,-2128.03 3577.25,-2124 3567.08,-2121.04 3567.45,-2128.03"/>
</g>
<!-- c1553 -->
<g id="node432" class="node">
<title>c1553</title>
<polygon fill="none" stroke="black" points="3281,-2286.75 3281,-2337.25 3393.5,-2337.25 3393.5,-2286.75 3281,-2286.75"/>
<text text-anchor="middle" x="3294.25" y="-2319.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3281,-2312 3307.5,-2312"/>
<text text-anchor="middle" x="3294.25" y="-2294.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3307.5,-2286.75 3307.5,-2337.25"/>
<text text-anchor="middle" x="3338" y="-2315.95" font-family="Times,serif" font-size="14.00">$1764</text>
<text text-anchor="middle" x="3338" y="-2298.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3368.5,-2286.75 3368.5,-2337.25"/>
<text text-anchor="middle" x="3381" y="-2307.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1555 -->
<g id="node434" class="node">
<title>c1555</title>
<polygon fill="none" stroke="black" points="3578,-2299.75 3578,-2350.25 3690.5,-2350.25 3690.5,-2299.75 3578,-2299.75"/>
<text text-anchor="middle" x="3591.25" y="-2332.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3578,-2325 3604.5,-2325"/>
<text text-anchor="middle" x="3591.25" y="-2307.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3604.5,-2299.75 3604.5,-2350.25"/>
<text text-anchor="middle" x="3635" y="-2328.95" font-family="Times,serif" font-size="14.00">$1766</text>
<text text-anchor="middle" x="3635" y="-2311.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3665.5,-2299.75 3665.5,-2350.25"/>
<text text-anchor="middle" x="3678" y="-2320.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1553&#45;&gt;c1555 -->
<g id="edge1022" class="edge">
<title>c1553:e&#45;&gt;c1555:w</title>
<path fill="none" stroke="black" d="M3393.25,-2312C3393.25,-2312 3528.02,-2312 3567.5,-2312"/>
<polygon fill="black" stroke="black" points="3567.25,-2315.5 3577.25,-2312 3567.25,-2308.5 3567.25,-2315.5"/>
</g>
<!-- n404 -->
<g id="node1073" class="node">
<title>n404</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-2232" rx="1.8" ry="1.8"/>
</g>
<!-- c1554&#45;&gt;n404 -->
<g id="edge1023" class="edge">
<title>c1554:e&#45;&gt;n404:w</title>
<path fill="none" stroke="black" d="M3690.5,-2137C3690.5,-2137 3751.13,-2201.54 3772.45,-2224.23"/>
<polygon fill="black" stroke="black" points="3769.35,-2226.11 3778.75,-2231 3774.45,-2221.32 3769.35,-2226.11"/>
</g>
<!-- n405 -->
<g id="node1074" class="node">
<title>n405</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-2372" rx="1.8" ry="1.8"/>
</g>
<!-- c1555&#45;&gt;n405 -->
<g id="edge1026" class="edge">
<title>c1555:e&#45;&gt;n405:w</title>
<path fill="none" stroke="black" d="M3690.5,-2325C3690.5,-2325 3747.17,-2354.85 3770.2,-2366.97"/>
<polygon fill="black" stroke="black" points="3768.27,-2370.44 3778.75,-2372 3771.53,-2364.24 3768.27,-2370.44"/>
</g>
<!-- c1556 -->
<g id="node435" class="node">
<title>c1556</title>
<polygon fill="none" stroke="black" points="3875,-2289.75 3875,-2340.25 3987.5,-2340.25 3987.5,-2289.75 3875,-2289.75"/>
<text text-anchor="middle" x="3888.25" y="-2322.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-2315 3901.5,-2315"/>
<text text-anchor="middle" x="3888.25" y="-2297.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-2289.75 3901.5,-2340.25"/>
<text text-anchor="middle" x="3932" y="-2318.95" font-family="Times,serif" font-size="14.00">$1767</text>
<text text-anchor="middle" x="3932" y="-2301.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3962.5,-2289.75 3962.5,-2340.25"/>
<text text-anchor="middle" x="3975" y="-2310.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1560 -->
<g id="node439" class="node">
<title>c1560</title>
<polygon fill="none" stroke="black" points="4172,-2311.75 4172,-2362.25 4284.5,-2362.25 4284.5,-2311.75 4172,-2311.75"/>
<text text-anchor="middle" x="4185.25" y="-2344.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-2337 4198.5,-2337"/>
<text text-anchor="middle" x="4185.25" y="-2319.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-2311.75 4198.5,-2362.25"/>
<text text-anchor="middle" x="4229" y="-2340.95" font-family="Times,serif" font-size="14.00">$1771</text>
<text text-anchor="middle" x="4229" y="-2323.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4259.5,-2311.75 4259.5,-2362.25"/>
<text text-anchor="middle" x="4272" y="-2332.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1556&#45;&gt;c1560 -->
<g id="edge1029" class="edge">
<title>c1556:e&#45;&gt;c1560:w</title>
<path fill="none" stroke="black" d="M3987.25,-2315C3987.25,-2315 4122.02,-2340.5 4161.5,-2347.97"/>
<polygon fill="black" stroke="black" points="4160.77,-2351.58 4171.25,-2350 4162.07,-2344.7 4160.77,-2351.58"/>
</g>
<!-- c1557 -->
<g id="node436" class="node">
<title>c1557</title>
<polygon fill="none" stroke="black" points="3875,-2429.75 3875,-2480.25 3987.5,-2480.25 3987.5,-2429.75 3875,-2429.75"/>
<text text-anchor="middle" x="3888.25" y="-2462.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-2455 3901.5,-2455"/>
<text text-anchor="middle" x="3888.25" y="-2437.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-2429.75 3901.5,-2480.25"/>
<text text-anchor="middle" x="3932" y="-2458.95" font-family="Times,serif" font-size="14.00">$1768</text>
<text text-anchor="middle" x="3932" y="-2441.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3962.5,-2429.75 3962.5,-2480.25"/>
<text text-anchor="middle" x="3975" y="-2450.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1561 -->
<g id="node440" class="node">
<title>c1561</title>
<polygon fill="none" stroke="black" points="4172,-2416.75 4172,-2467.25 4284.5,-2467.25 4284.5,-2416.75 4172,-2416.75"/>
<text text-anchor="middle" x="4185.25" y="-2449.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-2442 4198.5,-2442"/>
<text text-anchor="middle" x="4185.25" y="-2424.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-2416.75 4198.5,-2467.25"/>
<text text-anchor="middle" x="4229" y="-2445.95" font-family="Times,serif" font-size="14.00">$1772</text>
<text text-anchor="middle" x="4229" y="-2428.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4259.5,-2416.75 4259.5,-2467.25"/>
<text text-anchor="middle" x="4272" y="-2437.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1557&#45;&gt;c1561 -->
<g id="edge1030" class="edge">
<title>c1557:e&#45;&gt;c1561:w</title>
<path fill="none" stroke="black" d="M3987.25,-2455C3987.25,-2455 4122.02,-2455 4161.5,-2455"/>
<polygon fill="black" stroke="black" points="4161.25,-2458.5 4171.25,-2455 4161.25,-2451.5 4161.25,-2458.5"/>
</g>
<!-- c1558 -->
<g id="node437" class="node">
<title>c1558</title>
<polygon fill="none" stroke="black" points="3875,-2359.75 3875,-2410.25 3987.5,-2410.25 3987.5,-2359.75 3875,-2359.75"/>
<text text-anchor="middle" x="3888.25" y="-2392.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-2385 3901.5,-2385"/>
<text text-anchor="middle" x="3888.25" y="-2367.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-2359.75 3901.5,-2410.25"/>
<text text-anchor="middle" x="3932" y="-2388.95" font-family="Times,serif" font-size="14.00">$1769</text>
<text text-anchor="middle" x="3932" y="-2371.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3962.5,-2359.75 3962.5,-2410.25"/>
<text text-anchor="middle" x="3975" y="-2380.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n408 -->
<g id="node1075" class="node">
<title>n408</title>
<ellipse fill="black" stroke="black" cx="4079.75" cy="-2320" rx="1.8" ry="1.8"/>
</g>
<!-- c1558&#45;&gt;n408 -->
<g id="edge1031" class="edge">
<title>c1558:e&#45;&gt;n408:w</title>
<path fill="none" stroke="black" d="M3987.5,-2385C3987.5,-2385 4045.29,-2342.91 4067.87,-2326.47"/>
<polygon fill="black" stroke="black" points="4069.73,-2328.72 4075.75,-2320 4065.61,-2323.06 4069.73,-2328.72"/>
</g>
<!-- c1559 -->
<g id="node438" class="node">
<title>c1559</title>
<polygon fill="none" stroke="black" points="3875,-2219.75 3875,-2270.25 3987.5,-2270.25 3987.5,-2219.75 3875,-2219.75"/>
<text text-anchor="middle" x="3888.25" y="-2252.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3875,-2245 3901.5,-2245"/>
<text text-anchor="middle" x="3888.25" y="-2227.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3901.5,-2219.75 3901.5,-2270.25"/>
<text text-anchor="middle" x="3932" y="-2248.95" font-family="Times,serif" font-size="14.00">$1770</text>
<text text-anchor="middle" x="3932" y="-2231.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3962.5,-2219.75 3962.5,-2270.25"/>
<text text-anchor="middle" x="3975" y="-2240.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n409 -->
<g id="node1076" class="node">
<title>n409</title>
<ellipse fill="black" stroke="black" cx="4079.75" cy="-2245" rx="1.8" ry="1.8"/>
</g>
<!-- c1559&#45;&gt;n409 -->
<g id="edge1034" class="edge">
<title>c1559:e&#45;&gt;n409:w</title>
<path fill="none" stroke="black" d="M3987.5,-2245C3987.5,-2245 4041.97,-2245 4065.81,-2245"/>
<polygon fill="black" stroke="black" points="4065.75,-2248.5 4075.75,-2245 4065.75,-2241.5 4065.75,-2248.5"/>
</g>
<!-- c1560&#45;&gt;c1562 -->
<g id="edge1040" class="edge">
<title>c1560:e&#45;&gt;c1562:w</title>
<path fill="none" stroke="black" d="M4284.5,-2337C4284.5,-2337 4308.96,-2422.6 4317.55,-2452.69"/>
<polygon fill="black" stroke="black" points="4314.39,-2453.35 4320.5,-2462 4321.12,-2451.42 4314.39,-2453.35"/>
</g>
<!-- c1561&#45;&gt;c1563 -->
<g id="edge1041" class="edge">
<title>c1561:e&#45;&gt;c1563:w</title>
<path fill="none" stroke="black" d="M4284.5,-2442C4284.5,-2442 4307.14,-2499.22 4316.51,-2522.91"/>
<polygon fill="black" stroke="black" points="4313.57,-2523.99 4320.5,-2532 4320.08,-2521.41 4313.57,-2523.99"/>
</g>
<!-- n412 -->
<g id="node1078" class="node">
<title>n412</title>
<ellipse fill="black" stroke="black" cx="4525.25" cy="-2486" rx="1.8" ry="1.8"/>
</g>
<!-- c1562&#45;&gt;n412 -->
<g id="edge1042" class="edge">
<title>c1562:e&#45;&gt;n412:w</title>
<path fill="none" stroke="black" d="M4433,-2476C4433,-2476 4488.02,-2482.16 4511.66,-2484.81"/>
<polygon fill="black" stroke="black" points="4510.92,-2488.36 4521.25,-2486 4511.7,-2481.41 4510.92,-2488.36"/>
</g>
<!-- c1564 -->
<g id="node443" class="node">
<title>c1564</title>
<polygon fill="none" stroke="black" points="4617.5,-2524.75 4617.5,-2575.25 4730,-2575.25 4730,-2524.75 4617.5,-2524.75"/>
<text text-anchor="middle" x="4630.75" y="-2557.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4617.5,-2550 4644,-2550"/>
<text text-anchor="middle" x="4630.75" y="-2532.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4644,-2524.75 4644,-2575.25"/>
<text text-anchor="middle" x="4674.5" y="-2553.95" font-family="Times,serif" font-size="14.00">$1775</text>
<text text-anchor="middle" x="4674.5" y="-2536.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4705,-2524.75 4705,-2575.25"/>
<text text-anchor="middle" x="4717.5" y="-2545.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1563&#45;&gt;c1564 -->
<g id="edge1049" class="edge">
<title>c1563:e&#45;&gt;c1564:w</title>
<path fill="none" stroke="black" d="M4432.75,-2546C4432.75,-2546 4567.52,-2539.44 4607,-2537.52"/>
<polygon fill="black" stroke="black" points="4606.93,-2540.98 4616.75,-2537 4606.59,-2533.99 4606.93,-2540.98"/>
</g>
<!-- n415 -->
<g id="node1080" class="node">
<title>n415</title>
<ellipse fill="black" stroke="black" cx="4822.25" cy="-2564" rx="1.8" ry="1.8"/>
</g>
<!-- c1564&#45;&gt;n415 -->
<g id="edge1050" class="edge">
<title>c1564:e&#45;&gt;n415:w</title>
<path fill="none" stroke="black" d="M4730,-2550C4730,-2550 4785.02,-2558.63 4808.66,-2562.34"/>
<polygon fill="black" stroke="black" points="4807.83,-2565.91 4818.25,-2564 4808.91,-2558.99 4807.83,-2565.91"/>
</g>
<!-- c1565 -->
<g id="node444" class="node">
<title>c1565</title>
<polygon fill="none" stroke="black" points="4914.88,-2514.75 4914.88,-2557.25 5026.62,-2557.25 5026.62,-2514.75 4914.88,-2514.75"/>
<text text-anchor="middle" x="4927.75" y="-2531.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4940.62,-2514.75 4940.62,-2557.25"/>
<text text-anchor="middle" x="4971.12" y="-2539.95" font-family="Times,serif" font-size="14.00">$1776</text>
<text text-anchor="middle" x="4971.12" y="-2522.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="5001.62,-2514.75 5001.62,-2557.25"/>
<text text-anchor="middle" x="5014.12" y="-2531.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1565&#45;&gt;c1569 -->
<g id="edge1054" class="edge">
<title>c1565:e&#45;&gt;c1569:w</title>
<path fill="none" stroke="black" d="M5027,-2536C5027,-2536 5050.54,-2605.96 5059.55,-2632.74"/>
<polygon fill="black" stroke="black" points="5056.49,-2633.64 5063,-2642 5063.13,-2631.41 5056.49,-2633.64"/>
</g>
<!-- c1566 -->
<g id="node445" class="node">
<title>c1566</title>
<polygon fill="none" stroke="black" points="4914.5,-2708.75 4914.5,-2759.25 5027,-2759.25 5027,-2708.75 4914.5,-2708.75"/>
<text text-anchor="middle" x="4927.75" y="-2741.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4914.5,-2734 4941,-2734"/>
<text text-anchor="middle" x="4927.75" y="-2716.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4941,-2708.75 4941,-2759.25"/>
<text text-anchor="middle" x="4971.5" y="-2737.95" font-family="Times,serif" font-size="14.00">$1777</text>
<text text-anchor="middle" x="4971.5" y="-2720.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5002,-2708.75 5002,-2759.25"/>
<text text-anchor="middle" x="5014.5" y="-2729.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n417 -->
<g id="node1081" class="node">
<title>n417</title>
<ellipse fill="black" stroke="black" cx="5119.25" cy="-2734" rx="1.8" ry="1.8"/>
</g>
<!-- c1566&#45;&gt;n417 -->
<g id="edge1055" class="edge">
<title>c1566:e&#45;&gt;n417:w</title>
<path fill="none" stroke="black" d="M5027,-2734C5027,-2734 5081.47,-2734 5105.31,-2734"/>
<polygon fill="black" stroke="black" points="5105.25,-2737.5 5115.25,-2734 5105.25,-2730.5 5105.25,-2737.5"/>
</g>
<!-- c1567 -->
<g id="node446" class="node">
<title>c1567</title>
<polygon fill="none" stroke="black" points="5211.88,-2694.75 5211.88,-2737.25 5323.62,-2737.25 5323.62,-2694.75 5211.88,-2694.75"/>
<text text-anchor="middle" x="5224.75" y="-2711.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5237.62,-2694.75 5237.62,-2737.25"/>
<text text-anchor="middle" x="5268.12" y="-2719.95" font-family="Times,serif" font-size="14.00">$1778</text>
<text text-anchor="middle" x="5268.12" y="-2702.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="5298.62,-2694.75 5298.62,-2737.25"/>
<text text-anchor="middle" x="5311.12" y="-2711.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1570 -->
<g id="node449" class="node">
<title>c1570</title>
<polygon fill="none" stroke="black" points="5360,-2672.75 5360,-2723.25 5472.5,-2723.25 5472.5,-2672.75 5360,-2672.75"/>
<text text-anchor="middle" x="5373.25" y="-2705.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5360,-2698 5386.5,-2698"/>
<text text-anchor="middle" x="5373.25" y="-2680.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5386.5,-2672.75 5386.5,-2723.25"/>
<text text-anchor="middle" x="5417" y="-2701.95" font-family="Times,serif" font-size="14.00">$1781</text>
<text text-anchor="middle" x="5417" y="-2684.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5447.5,-2672.75 5447.5,-2723.25"/>
<text text-anchor="middle" x="5460" y="-2693.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1567&#45;&gt;c1570 -->
<g id="edge1058" class="edge">
<title>c1567:e&#45;&gt;c1570:w</title>
<path fill="none" stroke="black" d="M5324,-2716C5324,-2716 5338.77,-2713.95 5349.39,-2712.47"/>
<polygon fill="black" stroke="black" points="5349.58,-2715.84 5359,-2711 5348.61,-2708.91 5349.58,-2715.84"/>
</g>
<!-- c1568 -->
<g id="node447" class="node">
<title>c1568</title>
<polygon fill="none" stroke="black" points="4914.5,-2576.75 4914.5,-2627.25 5027,-2627.25 5027,-2576.75 4914.5,-2576.75"/>
<text text-anchor="middle" x="4927.75" y="-2609.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4914.5,-2602 4941,-2602"/>
<text text-anchor="middle" x="4927.75" y="-2584.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4941,-2576.75 4941,-2627.25"/>
<text text-anchor="middle" x="4971.5" y="-2605.95" font-family="Times,serif" font-size="14.00">$1779</text>
<text text-anchor="middle" x="4971.5" y="-2588.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5002,-2576.75 5002,-2627.25"/>
<text text-anchor="middle" x="5014.5" y="-2597.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1568&#45;&gt;c1570 -->
<g id="edge1059" class="edge">
<title>c1568:e&#45;&gt;c1570:w</title>
<path fill="none" stroke="black" d="M5026.75,-2602C5026.75,-2602 5293.61,-2668.42 5349.9,-2682.42"/>
<polygon fill="black" stroke="black" points="5348.7,-2685.98 5359.25,-2685 5350.39,-2679.19 5348.7,-2685.98"/>
</g>
<!-- n420 -->
<g id="node1083" class="node">
<title>n420</title>
<ellipse fill="black" stroke="black" cx="5267.75" cy="-2656" rx="1.8" ry="1.8"/>
</g>
<!-- c1569&#45;&gt;n420 -->
<g id="edge1063" class="edge">
<title>c1569:e&#45;&gt;n420:w</title>
<path fill="none" stroke="black" d="M5175.5,-2656C5175.5,-2656 5229.97,-2656 5253.81,-2656"/>
<polygon fill="black" stroke="black" points="5253.75,-2659.5 5263.75,-2656 5253.75,-2652.5 5253.75,-2659.5"/>
</g>
<!-- n421 -->
<g id="node1084" class="node">
<title>n421</title>
<ellipse fill="black" stroke="black" cx="5564.75" cy="-2779" rx="1.8" ry="1.8"/>
</g>
<!-- c1570&#45;&gt;n421 -->
<g id="edge1066" class="edge">
<title>c1570:e&#45;&gt;n421:w</title>
<path fill="none" stroke="black" d="M5472.5,-2698C5472.5,-2698 5531.99,-2751.99 5553.83,-2771.81"/>
<polygon fill="black" stroke="black" points="5550.99,-2773.87 5560.75,-2778 5555.7,-2768.69 5550.99,-2773.87"/>
</g>
<!-- c1571 -->
<g id="node450" class="node">
<title>c1571</title>
<polygon fill="none" stroke="black" points="5360,-2742.75 5360,-2793.25 5472.5,-2793.25 5472.5,-2742.75 5360,-2742.75"/>
<text text-anchor="middle" x="5373.25" y="-2775.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5360,-2768 5386.5,-2768"/>
<text text-anchor="middle" x="5373.25" y="-2750.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5386.5,-2742.75 5386.5,-2793.25"/>
<text text-anchor="middle" x="5417" y="-2771.95" font-family="Times,serif" font-size="14.00">$1782</text>
<text text-anchor="middle" x="5417" y="-2754.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5447.5,-2742.75 5447.5,-2793.25"/>
<text text-anchor="middle" x="5460" y="-2763.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n422 -->
<g id="node1085" class="node">
<title>n422</title>
<ellipse fill="black" stroke="black" cx="5564.75" cy="-2919" rx="1.8" ry="1.8"/>
</g>
<!-- c1571&#45;&gt;n422 -->
<g id="edge1069" class="edge">
<title>c1571:e&#45;&gt;n422:w</title>
<path fill="none" stroke="black" d="M5472.5,-2768C5472.5,-2768 5536.63,-2876.5 5556.17,-2909.55"/>
<polygon fill="black" stroke="black" points="5553.65,-2911.17 5561.75,-2918 5559.67,-2907.61 5553.65,-2911.17"/>
</g>
<!-- c1572 -->
<g id="node451" class="node">
<title>c1572</title>
<polygon fill="none" stroke="black" points="5657,-2766.75 5657,-2817.25 5769.5,-2817.25 5769.5,-2766.75 5657,-2766.75"/>
<text text-anchor="middle" x="5670.25" y="-2799.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5657,-2792 5683.5,-2792"/>
<text text-anchor="middle" x="5670.25" y="-2774.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5683.5,-2766.75 5683.5,-2817.25"/>
<text text-anchor="middle" x="5714" y="-2795.95" font-family="Times,serif" font-size="14.00">$1783</text>
<text text-anchor="middle" x="5714" y="-2778.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5744.5,-2766.75 5744.5,-2817.25"/>
<text text-anchor="middle" x="5757" y="-2787.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1576 -->
<g id="node455" class="node">
<title>c1576</title>
<polygon fill="none" stroke="black" points="6399.5,-2855.75 6399.5,-2906.25 6512,-2906.25 6512,-2855.75 6399.5,-2855.75"/>
<text text-anchor="middle" x="6412.75" y="-2888.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6399.5,-2881 6426,-2881"/>
<text text-anchor="middle" x="6412.75" y="-2863.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="6426,-2855.75 6426,-2906.25"/>
<text text-anchor="middle" x="6456.5" y="-2884.95" font-family="Times,serif" font-size="14.00">$1787</text>
<text text-anchor="middle" x="6456.5" y="-2867.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="6487,-2855.75 6487,-2906.25"/>
<text text-anchor="middle" x="6499.5" y="-2876.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1572&#45;&gt;c1576 -->
<g id="edge1072" class="edge">
<title>c1572:e&#45;&gt;c1576:w</title>
<path fill="none" stroke="black" d="M5769.25,-2792C5769.25,-2792 6306.22,-2878.87 6389.07,-2892.27"/>
<polygon fill="black" stroke="black" points="6388.32,-2895.86 6398.75,-2894 6389.44,-2888.95 6388.32,-2895.86"/>
</g>
<!-- c1573 -->
<g id="node452" class="node">
<title>c1573</title>
<polygon fill="none" stroke="black" points="5657,-2976.75 5657,-3027.25 5769.5,-3027.25 5769.5,-2976.75 5657,-2976.75"/>
<text text-anchor="middle" x="5670.25" y="-3009.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5657,-3002 5683.5,-3002"/>
<text text-anchor="middle" x="5670.25" y="-2984.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5683.5,-2976.75 5683.5,-3027.25"/>
<text text-anchor="middle" x="5714" y="-3005.95" font-family="Times,serif" font-size="14.00">$1784</text>
<text text-anchor="middle" x="5714" y="-2988.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5744.5,-2976.75 5744.5,-3027.25"/>
<text text-anchor="middle" x="5757" y="-2997.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1577 -->
<g id="node456" class="node">
<title>c1577</title>
<polygon fill="none" stroke="black" points="5954,-2963.75 5954,-3014.25 6066.5,-3014.25 6066.5,-2963.75 5954,-2963.75"/>
<text text-anchor="middle" x="5967.25" y="-2996.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5954,-2989 5980.5,-2989"/>
<text text-anchor="middle" x="5967.25" y="-2971.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5980.5,-2963.75 5980.5,-3014.25"/>
<text text-anchor="middle" x="6011" y="-2992.95" font-family="Times,serif" font-size="14.00">$1788</text>
<text text-anchor="middle" x="6011" y="-2975.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="6041.5,-2963.75 6041.5,-3014.25"/>
<text text-anchor="middle" x="6054" y="-2984.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1573&#45;&gt;c1577 -->
<g id="edge1074" class="edge">
<title>c1573:e&#45;&gt;c1577:w</title>
<path fill="none" stroke="black" d="M5769.25,-3002C5769.25,-3002 5904.02,-3002 5943.5,-3002"/>
<polygon fill="black" stroke="black" points="5943.25,-3005.5 5953.25,-3002 5943.25,-2998.5 5943.25,-3005.5"/>
</g>
<!-- c1574 -->
<g id="node453" class="node">
<title>c1574</title>
<polygon fill="none" stroke="black" points="5657,-2906.75 5657,-2957.25 5769.5,-2957.25 5769.5,-2906.75 5657,-2906.75"/>
<text text-anchor="middle" x="5670.25" y="-2939.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5657,-2932 5683.5,-2932"/>
<text text-anchor="middle" x="5670.25" y="-2914.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5683.5,-2906.75 5683.5,-2957.25"/>
<text text-anchor="middle" x="5714" y="-2935.95" font-family="Times,serif" font-size="14.00">$1785</text>
<text text-anchor="middle" x="5714" y="-2918.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5744.5,-2906.75 5744.5,-2957.25"/>
<text text-anchor="middle" x="5757" y="-2927.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n426 -->
<g id="node1086" class="node">
<title>n426</title>
<ellipse fill="black" stroke="black" cx="6307.25" cy="-2932" rx="1.8" ry="1.8"/>
</g>
<!-- c1574&#45;&gt;n426 -->
<g id="edge1075" class="edge">
<title>c1574:e&#45;&gt;n426:w</title>
<path fill="none" stroke="black" d="M5769.25,-2932C5769.25,-2932 6219,-2932 6294.54,-2932"/>
<polygon fill="black" stroke="black" points="6294.25,-2935.5 6304.25,-2932 6294.25,-2928.5 6294.25,-2935.5"/>
</g>
<!-- c1575 -->
<g id="node454" class="node">
<title>c1575</title>
<polygon fill="none" stroke="black" points="5657,-2836.75 5657,-2887.25 5769.5,-2887.25 5769.5,-2836.75 5657,-2836.75"/>
<text text-anchor="middle" x="5670.25" y="-2869.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5657,-2862 5683.5,-2862"/>
<text text-anchor="middle" x="5670.25" y="-2844.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5683.5,-2836.75 5683.5,-2887.25"/>
<text text-anchor="middle" x="5714" y="-2865.95" font-family="Times,serif" font-size="14.00">$1786</text>
<text text-anchor="middle" x="5714" y="-2848.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5744.5,-2836.75 5744.5,-2887.25"/>
<text text-anchor="middle" x="5757" y="-2857.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n427 -->
<g id="node1087" class="node">
<title>n427</title>
<ellipse fill="black" stroke="black" cx="5861.75" cy="-2862" rx="1.8" ry="1.8"/>
</g>
<!-- c1575&#45;&gt;n427 -->
<g id="edge1078" class="edge">
<title>c1575:e&#45;&gt;n427:w</title>
<path fill="none" stroke="black" d="M5769.5,-2862C5769.5,-2862 5823.97,-2862 5847.81,-2862"/>
<polygon fill="black" stroke="black" points="5847.75,-2865.5 5857.75,-2862 5847.75,-2858.5 5847.75,-2865.5"/>
</g>
<!-- n428 -->
<g id="node1088" class="node">
<title>n428</title>
<ellipse fill="black" stroke="black" cx="6604.25" cy="-2881" rx="1.8" ry="1.8"/>
</g>
<!-- c1576&#45;&gt;n428 -->
<g id="edge1081" class="edge">
<title>c1576:e&#45;&gt;n428:w</title>
<path fill="none" stroke="black" d="M6512,-2881C6512,-2881 6566.47,-2881 6590.31,-2881"/>
<polygon fill="black" stroke="black" points="6590.25,-2884.5 6600.25,-2881 6590.25,-2877.5 6590.25,-2884.5"/>
</g>
<!-- c1577&#45;&gt;c1578 -->
<g id="edge1084" class="edge">
<title>c1577:e&#45;&gt;c1578:w</title>
<path fill="none" stroke="black" d="M6066.25,-2989C6066.25,-2989 6467.25,-3023.94 6537.73,-3030.08"/>
<polygon fill="black" stroke="black" points="6536.98,-3033.62 6547.25,-3031 6537.59,-3026.65 6536.98,-3033.62"/>
</g>
<!-- n430 -->
<g id="node1090" class="node">
<title>n430</title>
<ellipse fill="black" stroke="black" cx="6767.17" cy="-3041" rx="1.8" ry="1.8"/>
</g>
<!-- c1578&#45;&gt;n430 -->
<g id="edge1088" class="edge">
<title>c1578:e&#45;&gt;n430:w</title>
<path fill="none" stroke="black" d="M6660.5,-3044C6660.5,-3044 6726.98,-3042.08 6753.47,-3041.31"/>
<polygon fill="black" stroke="black" points="6753.28,-3044.79 6763.17,-3041 6753.08,-3037.79 6753.28,-3044.79"/>
</g>
<!-- c1579 -->
<g id="node458" class="node">
<title>c1579</title>
<polygon fill="none" stroke="black" points="6710.92,-2855.75 6710.92,-2906.25 6823.42,-2906.25 6823.42,-2855.75 6710.92,-2855.75"/>
<text text-anchor="middle" x="6724.17" y="-2888.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6710.92,-2881 6737.42,-2881"/>
<text text-anchor="middle" x="6724.17" y="-2863.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="6737.42,-2855.75 6737.42,-2906.25"/>
<text text-anchor="middle" x="6767.92" y="-2884.95" font-family="Times,serif" font-size="14.00">$1790</text>
<text text-anchor="middle" x="6767.92" y="-2867.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="6798.42,-2855.75 6798.42,-2906.25"/>
<text text-anchor="middle" x="6810.92" y="-2876.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1583 -->
<g id="node462" class="node">
<title>c1583</title>
<polygon fill="none" stroke="black" points="6873.85,-2788.75 6873.85,-2839.25 6986.35,-2839.25 6986.35,-2788.75 6873.85,-2788.75"/>
<text text-anchor="middle" x="6887.1" y="-2821.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6873.85,-2814 6900.35,-2814"/>
<text text-anchor="middle" x="6887.1" y="-2796.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="6900.35,-2788.75 6900.35,-2839.25"/>
<text text-anchor="middle" x="6930.85" y="-2817.95" font-family="Times,serif" font-size="14.00">$1794</text>
<text text-anchor="middle" x="6930.85" y="-2800.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="6961.35,-2788.75 6961.35,-2839.25"/>
<text text-anchor="middle" x="6973.85" y="-2809.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1579&#45;&gt;c1583 -->
<g id="edge1091" class="edge">
<title>c1579:e&#45;&gt;c1583:w</title>
<path fill="none" stroke="black" d="M6824.17,-2881C6824.17,-2881 6855.1,-2831.19 6868.15,-2810.18"/>
<polygon fill="black" stroke="black" points="6871.55,-2812.34 6873.85,-2802 6865.6,-2808.65 6871.55,-2812.34"/>
</g>
<!-- c1580 -->
<g id="node459" class="node">
<title>c1580</title>
<polygon fill="none" stroke="black" points="6710.92,-2963.75 6710.92,-3014.25 6823.42,-3014.25 6823.42,-2963.75 6710.92,-2963.75"/>
<text text-anchor="middle" x="6724.17" y="-2996.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6710.92,-2989 6737.42,-2989"/>
<text text-anchor="middle" x="6724.17" y="-2971.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="6737.42,-2963.75 6737.42,-3014.25"/>
<text text-anchor="middle" x="6767.92" y="-2992.95" font-family="Times,serif" font-size="14.00">$1791</text>
<text text-anchor="middle" x="6767.92" y="-2975.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="6798.42,-2963.75 6798.42,-3014.25"/>
<text text-anchor="middle" x="6810.92" y="-2984.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1581 -->
<g id="node460" class="node">
<title>c1581</title>
<polygon fill="none" stroke="black" points="6873.85,-3002.75 6873.85,-3053.25 6986.35,-3053.25 6986.35,-3002.75 6873.85,-3002.75"/>
<text text-anchor="middle" x="6887.1" y="-3035.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6873.85,-3028 6900.35,-3028"/>
<text text-anchor="middle" x="6887.1" y="-3010.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="6900.35,-3002.75 6900.35,-3053.25"/>
<text text-anchor="middle" x="6930.85" y="-3031.95" font-family="Times,serif" font-size="14.00">$1792</text>
<text text-anchor="middle" x="6930.85" y="-3014.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="6961.35,-3002.75 6961.35,-3053.25"/>
<text text-anchor="middle" x="6973.85" y="-3023.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1580&#45;&gt;c1581 -->
<g id="edge1092" class="edge">
<title>c1580:e&#45;&gt;c1581:w</title>
<path fill="none" stroke="black" d="M6824.17,-2989C6824.17,-2989 6849.84,-3002.43 6864.27,-3009.99"/>
<polygon fill="black" stroke="black" points="6862.37,-3013.46 6872.85,-3015 6865.61,-3007.26 6862.37,-3013.46"/>
</g>
<!-- x66 -->
<g id="node844" class="node">
<title>x66</title>
<path fill="none" stroke="black" d="M8538.35,-3303C8538.35,-3303 8588.85,-3303 8588.85,-3303 8594.85,-3303 8600.85,-3309 8600.85,-3315 8600.85,-3315 8600.85,-3327 8600.85,-3327 8600.85,-3333 8594.85,-3339 8588.85,-3339 8588.85,-3339 8538.35,-3339 8538.35,-3339 8532.35,-3339 8526.35,-3333 8526.35,-3327 8526.35,-3327 8526.35,-3315 8526.35,-3315 8526.35,-3309 8532.35,-3303 8538.35,-3303"/>
<text text-anchor="middle" x="8563.6" y="-3316.7" font-family="Times,serif" font-size="14.00">0:0 &#45; 8:8</text>
</g>
<!-- c1581&#45;&gt;x66 -->
<g id="edge504" class="edge">
<title>c1581:e&#45;&gt;x66:w</title>
<path fill="none" stroke="black" d="M6986.1,-3028C6986.1,-3028 8379.83,-3293.09 8515.94,-3318.97"/>
<polygon fill="black" stroke="black" points="8515.12,-3322.57 8525.6,-3321 8516.43,-3315.69 8515.12,-3322.57"/>
</g>
<!-- c1582 -->
<g id="node461" class="node">
<title>c1582</title>
<polygon fill="none" stroke="black" points="6873.85,-2896.75 6873.85,-2947.25 6986.35,-2947.25 6986.35,-2896.75 6873.85,-2896.75"/>
<text text-anchor="middle" x="6887.1" y="-2929.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="6873.85,-2922 6900.35,-2922"/>
<text text-anchor="middle" x="6887.1" y="-2904.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="6900.35,-2896.75 6900.35,-2947.25"/>
<text text-anchor="middle" x="6930.85" y="-2925.95" font-family="Times,serif" font-size="14.00">$1793</text>
<text text-anchor="middle" x="6930.85" y="-2908.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="6961.35,-2896.75 6961.35,-2947.25"/>
<text text-anchor="middle" x="6973.85" y="-2917.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1652 -->
<g id="node531" class="node">
<title>c1652</title>
<polygon fill="none" stroke="black" points="7022.35,-2666.75 7022.35,-2717.25 7134.85,-2717.25 7134.85,-2666.75 7022.35,-2666.75"/>
<text text-anchor="middle" x="7035.6" y="-2699.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="7022.35,-2692 7048.85,-2692"/>
<text text-anchor="middle" x="7035.6" y="-2674.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="7048.85,-2666.75 7048.85,-2717.25"/>
<text text-anchor="middle" x="7079.35" y="-2695.95" font-family="Times,serif" font-size="14.00">$1863</text>
<text text-anchor="middle" x="7079.35" y="-2678.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="7109.85,-2666.75 7109.85,-2717.25"/>
<text text-anchor="middle" x="7122.35" y="-2687.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1582&#45;&gt;c1652 -->
<g id="edge1093" class="edge">
<title>c1582:e&#45;&gt;c1652:w</title>
<path fill="none" stroke="black" d="M6986.35,-2922C6986.35,-2922 7013.3,-2759.55 7020.56,-2715.76"/>
<polygon fill="black" stroke="black" points="7024.16,-2716.44 7022.35,-2706 7017.26,-2715.29 7024.16,-2716.44"/>
</g>
<!-- n435 -->
<g id="node1092" class="node">
<title>n435</title>
<ellipse fill="black" stroke="black" cx="7078.6" cy="-2646" rx="1.8" ry="1.8"/>
</g>
<!-- c1583&#45;&gt;n435 -->
<g id="edge1097" class="edge">
<title>c1583:e&#45;&gt;n435:w</title>
<path fill="none" stroke="black" d="M6986.35,-2814C6986.35,-2814 7051.66,-2691.05 7070.54,-2655.51"/>
<polygon fill="black" stroke="black" points="7074,-2657.47 7075.6,-2647 7067.82,-2654.19 7074,-2657.47"/>
</g>
<!-- c1584 -->
<g id="node463" class="node">
<title>c1584</title>
<polygon fill="none" stroke="black" points="5360,-2514.75 5360,-2565.25 5472.5,-2565.25 5472.5,-2514.75 5360,-2514.75"/>
<text text-anchor="middle" x="5373.25" y="-2547.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5360,-2540 5386.5,-2540"/>
<text text-anchor="middle" x="5373.25" y="-2522.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5386.5,-2514.75 5386.5,-2565.25"/>
<text text-anchor="middle" x="5417" y="-2543.95" font-family="Times,serif" font-size="14.00">$1795</text>
<text text-anchor="middle" x="5417" y="-2526.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="5447.5,-2514.75 5447.5,-2565.25"/>
<text text-anchor="middle" x="5460" y="-2535.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n436 -->
<g id="node1093" class="node">
<title>n436</title>
<ellipse fill="black" stroke="black" cx="5564.75" cy="-2540" rx="1.8" ry="1.8"/>
</g>
<!-- c1584&#45;&gt;n436 -->
<g id="edge1100" class="edge">
<title>c1584:e&#45;&gt;n436:w</title>
<path fill="none" stroke="black" d="M5472.5,-2540C5472.5,-2540 5526.97,-2540 5550.81,-2540"/>
<polygon fill="black" stroke="black" points="5550.75,-2543.5 5560.75,-2540 5550.75,-2536.5 5550.75,-2543.5"/>
</g>
<!-- c1585 -->
<g id="node464" class="node">
<title>c1585</title>
<polygon fill="none" stroke="black" points="5657.38,-2544.75 5657.38,-2587.25 5769.12,-2587.25 5769.12,-2544.75 5657.38,-2544.75"/>
<text text-anchor="middle" x="5670.25" y="-2561.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5683.12,-2544.75 5683.12,-2587.25"/>
<text text-anchor="middle" x="5713.62" y="-2569.95" font-family="Times,serif" font-size="14.00">$1796</text>
<text text-anchor="middle" x="5713.62" y="-2552.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="5744.12,-2544.75 5744.12,-2587.25"/>
<text text-anchor="middle" x="5756.62" y="-2561.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1648 -->
<g id="node527" class="node">
<title>c1648</title>
<polygon fill="none" stroke="black" points="5805.5,-2474.75 5805.5,-2525.25 5918,-2525.25 5918,-2474.75 5805.5,-2474.75"/>
<text text-anchor="middle" x="5818.75" y="-2507.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="5805.5,-2500 5832,-2500"/>
<text text-anchor="middle" x="5818.75" y="-2482.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="5832,-2474.75 5832,-2525.25"/>
<text text-anchor="middle" x="5862.5" y="-2503.95" font-family="Times,serif" font-size="14.00">$1859</text>
<text text-anchor="middle" x="5862.5" y="-2486.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="5893,-2474.75 5893,-2525.25"/>
<text text-anchor="middle" x="5905.5" y="-2495.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1585&#45;&gt;c1648 -->
<g id="edge1103" class="edge">
<title>c1585:e&#45;&gt;c1648:w</title>
<path fill="none" stroke="black" d="M5769.5,-2566C5769.5,-2566 5789.33,-2536.81 5799.56,-2521.75"/>
<polygon fill="black" stroke="black" points="5802.78,-2524.24 5805.5,-2514 5796.99,-2520.31 5802.78,-2524.24"/>
</g>
<!-- c1586 -->
<g id="node465" class="node">
<title>c1586</title>
<polygon fill="none" stroke="black" points="3132.5,-2075.75 3132.5,-2126.25 3245,-2126.25 3245,-2075.75 3132.5,-2075.75"/>
<text text-anchor="middle" x="3145.75" y="-2108.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3132.5,-2101 3159,-2101"/>
<text text-anchor="middle" x="3145.75" y="-2083.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3159,-2075.75 3159,-2126.25"/>
<text text-anchor="middle" x="3189.5" y="-2104.95" font-family="Times,serif" font-size="14.00">$1797</text>
<text text-anchor="middle" x="3189.5" y="-2087.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3220,-2075.75 3220,-2126.25"/>
<text text-anchor="middle" x="3232.5" y="-2096.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n438 -->
<g id="node1094" class="node">
<title>n438</title>
<ellipse fill="black" stroke="black" cx="4822.25" cy="-2010" rx="1.8" ry="1.8"/>
</g>
<!-- c1586&#45;&gt;n438 -->
<g id="edge1104" class="edge">
<title>c1586:e&#45;&gt;n438:w</title>
<path fill="none" stroke="black" d="M3244.75,-2101C3244.75,-2101 4670.15,-2018.67 4809.35,-2010.63"/>
<polygon fill="black" stroke="black" points="4809.47,-2014.07 4819.25,-2010 4809.06,-2007.08 4809.47,-2014.07"/>
</g>
<!-- c1587 -->
<g id="node466" class="node">
<title>c1587</title>
<polygon fill="none" stroke="black" points="4172,-2152.75 4172,-2203.25 4284.5,-2203.25 4284.5,-2152.75 4172,-2152.75"/>
<text text-anchor="middle" x="4185.25" y="-2185.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-2178 4198.5,-2178"/>
<text text-anchor="middle" x="4185.25" y="-2160.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-2152.75 4198.5,-2203.25"/>
<text text-anchor="middle" x="4229" y="-2181.95" font-family="Times,serif" font-size="14.00">$1798</text>
<text text-anchor="middle" x="4229" y="-2164.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="4259.5,-2152.75 4259.5,-2203.25"/>
<text text-anchor="middle" x="4272" y="-2173.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1639 -->
<g id="node518" class="node">
<title>c1639</title>
<polygon fill="none" stroke="black" points="4320.5,-1926.75 4320.5,-1977.25 4433,-1977.25 4433,-1926.75 4320.5,-1926.75"/>
<text text-anchor="middle" x="4333.75" y="-1959.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4320.5,-1952 4347,-1952"/>
<text text-anchor="middle" x="4333.75" y="-1934.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4347,-1926.75 4347,-1977.25"/>
<text text-anchor="middle" x="4377.5" y="-1955.95" font-family="Times,serif" font-size="14.00">$1850</text>
<text text-anchor="middle" x="4377.5" y="-1938.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4408,-1926.75 4408,-1977.25"/>
<text text-anchor="middle" x="4420.5" y="-1947.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1587&#45;&gt;c1639 -->
<g id="edge1107" class="edge">
<title>c1587:e&#45;&gt;c1639:w</title>
<path fill="none" stroke="black" d="M4284.5,-2178C4284.5,-2178 4311.45,-2018.54 4318.71,-1975.56"/>
<polygon fill="black" stroke="black" points="4322.28,-1976.44 4320.5,-1966 4315.38,-1975.28 4322.28,-1976.44"/>
</g>
<!-- c1588 -->
<g id="node467" class="node">
<title>c1588</title>
<polygon fill="none" stroke="black" points="4172,-2041.75 4172,-2092.25 4284.5,-2092.25 4284.5,-2041.75 4172,-2041.75"/>
<text text-anchor="middle" x="4185.25" y="-2074.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4172,-2067 4198.5,-2067"/>
<text text-anchor="middle" x="4185.25" y="-2049.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4198.5,-2041.75 4198.5,-2092.25"/>
<text text-anchor="middle" x="4229" y="-2070.95" font-family="Times,serif" font-size="14.00">$1799</text>
<text text-anchor="middle" x="4229" y="-2053.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4259.5,-2041.75 4259.5,-2092.25"/>
<text text-anchor="middle" x="4272" y="-2062.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1638 -->
<g id="node517" class="node">
<title>c1638</title>
<polygon fill="none" stroke="black" points="4320.5,-1856.75 4320.5,-1907.25 4433,-1907.25 4433,-1856.75 4320.5,-1856.75"/>
<text text-anchor="middle" x="4333.75" y="-1889.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="4320.5,-1882 4347,-1882"/>
<text text-anchor="middle" x="4333.75" y="-1864.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="4347,-1856.75 4347,-1907.25"/>
<text text-anchor="middle" x="4377.5" y="-1885.95" font-family="Times,serif" font-size="14.00">$1849</text>
<text text-anchor="middle" x="4377.5" y="-1868.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="4408,-1856.75 4408,-1907.25"/>
<text text-anchor="middle" x="4420.5" y="-1877.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1588&#45;&gt;c1638 -->
<g id="edge1109" class="edge">
<title>c1588:e&#45;&gt;c1638:w</title>
<path fill="none" stroke="black" d="M4284.5,-2067C4284.5,-2067 4310.37,-1943.41 4318.25,-1905.76"/>
<polygon fill="black" stroke="black" points="4321.88,-1906.5 4320.5,-1896 4315.03,-1905.07 4321.88,-1906.5"/>
</g>
<!-- c1589 -->
<g id="node468" class="node">
<title>c1589</title>
<polygon fill="none" stroke="black" points="459.5,-1783.75 459.5,-1834.25 572,-1834.25 572,-1783.75 459.5,-1783.75"/>
<text text-anchor="middle" x="472.75" y="-1816.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-1809 486,-1809"/>
<text text-anchor="middle" x="472.75" y="-1791.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-1783.75 486,-1834.25"/>
<text text-anchor="middle" x="516.5" y="-1812.95" font-family="Times,serif" font-size="14.00">$1800</text>
<text text-anchor="middle" x="516.5" y="-1795.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-1783.75 547,-1834.25"/>
<text text-anchor="middle" x="559.5" y="-1804.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n441 -->
<g id="node1095" class="node">
<title>n441</title>
<ellipse fill="black" stroke="black" cx="3040.25" cy="-1825" rx="1.8" ry="1.8"/>
</g>
<!-- c1589&#45;&gt;n441 -->
<g id="edge1110" class="edge">
<title>c1589:e&#45;&gt;n441:w</title>
<path fill="none" stroke="black" d="M571.75,-1809C571.75,-1809 2849.32,-1823.77 3027.25,-1824.93"/>
<polygon fill="black" stroke="black" points="3027.23,-1828.43 3037.25,-1825 3027.27,-1821.44 3027.23,-1828.43"/>
</g>
<!-- c1590 -->
<g id="node469" class="node">
<title>c1590</title>
<polygon fill="none" stroke="black" points="459.5,-1651.75 459.5,-1702.25 572,-1702.25 572,-1651.75 459.5,-1651.75"/>
<text text-anchor="middle" x="472.75" y="-1684.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-1677 486,-1677"/>
<text text-anchor="middle" x="472.75" y="-1659.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-1651.75 486,-1702.25"/>
<text text-anchor="middle" x="516.5" y="-1680.95" font-family="Times,serif" font-size="14.00">$1801</text>
<text text-anchor="middle" x="516.5" y="-1663.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-1651.75 547,-1702.25"/>
<text text-anchor="middle" x="559.5" y="-1672.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n442 -->
<g id="node1096" class="node">
<title>n442</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-1671" rx="1.8" ry="1.8"/>
</g>
<!-- c1590&#45;&gt;n442 -->
<g id="edge1113" class="edge">
<title>c1590:e&#45;&gt;n442:w</title>
<path fill="none" stroke="black" d="M571.75,-1677C571.75,-1677 2141.12,-1671.54 2285.19,-1671.04"/>
<polygon fill="black" stroke="black" points="2284.76,-1674.53 2294.75,-1671 2284.74,-1667.53 2284.76,-1674.53"/>
</g>
<!-- c1591 -->
<g id="node470" class="node">
<title>c1591</title>
<polygon fill="none" stroke="black" points="2093,-1733.75 2093,-1784.25 2205.5,-1784.25 2205.5,-1733.75 2093,-1733.75"/>
<text text-anchor="middle" x="2106.25" y="-1766.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2093,-1759 2119.5,-1759"/>
<text text-anchor="middle" x="2106.25" y="-1741.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2119.5,-1733.75 2119.5,-1784.25"/>
<text text-anchor="middle" x="2150" y="-1762.95" font-family="Times,serif" font-size="14.00">$1802</text>
<text text-anchor="middle" x="2150" y="-1745.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2180.5,-1733.75 2180.5,-1784.25"/>
<text text-anchor="middle" x="2193" y="-1754.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n443 -->
<g id="node1097" class="node">
<title>n443</title>
<ellipse fill="black" stroke="black" cx="2297.75" cy="-1649" rx="1.8" ry="1.8"/>
</g>
<!-- c1591&#45;&gt;n443 -->
<g id="edge1116" class="edge">
<title>c1591:e&#45;&gt;n443:w</title>
<path fill="none" stroke="black" d="M2205.5,-1759C2205.5,-1759 2267.29,-1682.85 2288.04,-1657.27"/>
<polygon fill="black" stroke="black" points="2291.17,-1659.97 2294.75,-1650 2285.73,-1655.56 2291.17,-1659.97"/>
</g>
<!-- c1592 -->
<g id="node471" class="node">
<title>c1592</title>
<polygon fill="none" stroke="black" points="2390,-1570.75 2390,-1621.25 2502.5,-1621.25 2502.5,-1570.75 2390,-1570.75"/>
<text text-anchor="middle" x="2403.25" y="-1603.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-1596 2416.5,-1596"/>
<text text-anchor="middle" x="2403.25" y="-1578.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-1570.75 2416.5,-1621.25"/>
<text text-anchor="middle" x="2447" y="-1599.95" font-family="Times,serif" font-size="14.00">$1803</text>
<text text-anchor="middle" x="2447" y="-1582.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="2477.5,-1570.75 2477.5,-1621.25"/>
<text text-anchor="middle" x="2490" y="-1591.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n444 -->
<g id="node1098" class="node">
<title>n444</title>
<ellipse fill="black" stroke="black" cx="2594.75" cy="-1596" rx="1.8" ry="1.8"/>
</g>
<!-- c1592&#45;&gt;n444 -->
<g id="edge1119" class="edge">
<title>c1592:e&#45;&gt;n444:w</title>
<path fill="none" stroke="black" d="M2502.5,-1596C2502.5,-1596 2556.97,-1596 2580.81,-1596"/>
<polygon fill="black" stroke="black" points="2580.75,-1599.5 2590.75,-1596 2580.75,-1592.5 2580.75,-1599.5"/>
</g>
<!-- c1593 -->
<g id="node472" class="node">
<title>c1593</title>
<polygon fill="none" stroke="black" points="2687.38,-1648.75 2687.38,-1691.25 2799.12,-1691.25 2799.12,-1648.75 2687.38,-1648.75"/>
<text text-anchor="middle" x="2700.25" y="-1665.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2713.12,-1648.75 2713.12,-1691.25"/>
<text text-anchor="middle" x="2743.62" y="-1673.95" font-family="Times,serif" font-size="14.00">$1804</text>
<text text-anchor="middle" x="2743.62" y="-1656.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="2774.12,-1648.75 2774.12,-1691.25"/>
<text text-anchor="middle" x="2786.62" y="-1665.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1595 -->
<g id="node474" class="node">
<title>c1595</title>
<polygon fill="none" stroke="black" points="2835.5,-1631.75 2835.5,-1682.25 2948,-1682.25 2948,-1631.75 2835.5,-1631.75"/>
<text text-anchor="middle" x="2848.75" y="-1664.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2835.5,-1657 2862,-1657"/>
<text text-anchor="middle" x="2848.75" y="-1639.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2862,-1631.75 2862,-1682.25"/>
<text text-anchor="middle" x="2892.5" y="-1660.95" font-family="Times,serif" font-size="14.00">$1806</text>
<text text-anchor="middle" x="2892.5" y="-1643.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2923,-1631.75 2923,-1682.25"/>
<text text-anchor="middle" x="2935.5" y="-1652.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1593&#45;&gt;c1595 -->
<g id="edge1123" class="edge">
<title>c1593:e&#45;&gt;c1595:w</title>
<path fill="none" stroke="black" d="M2799.5,-1670C2799.5,-1670 2813.92,-1670 2824.5,-1670"/>
<polygon fill="black" stroke="black" points="2824.5,-1673.5 2834.5,-1670 2824.5,-1666.5 2824.5,-1673.5"/>
</g>
<!-- c1594 -->
<g id="node473" class="node">
<title>c1594</title>
<polygon fill="none" stroke="black" points="2390,-1640.75 2390,-1691.25 2502.5,-1691.25 2502.5,-1640.75 2390,-1640.75"/>
<text text-anchor="middle" x="2403.25" y="-1673.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2390,-1666 2416.5,-1666"/>
<text text-anchor="middle" x="2403.25" y="-1648.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="2416.5,-1640.75 2416.5,-1691.25"/>
<text text-anchor="middle" x="2447" y="-1669.95" font-family="Times,serif" font-size="14.00">$1805</text>
<text text-anchor="middle" x="2447" y="-1652.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="2477.5,-1640.75 2477.5,-1691.25"/>
<text text-anchor="middle" x="2490" y="-1661.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1594&#45;&gt;c1595 -->
<g id="edge1124" class="edge">
<title>c1594:e&#45;&gt;c1595:w</title>
<path fill="none" stroke="black" d="M2502.25,-1666C2502.25,-1666 2767.95,-1648.47 2825.03,-1644.71"/>
<polygon fill="black" stroke="black" points="2825,-1648.15 2834.75,-1644 2824.54,-1641.17 2825,-1648.15"/>
</g>
<!-- n448 -->
<g id="node1099" class="node">
<title>n448</title>
<ellipse fill="black" stroke="black" cx="3040.25" cy="-1661" rx="1.8" ry="1.8"/>
</g>
<!-- c1595&#45;&gt;n448 -->
<g id="edge1125" class="edge">
<title>c1595:e&#45;&gt;n448:w</title>
<path fill="none" stroke="black" d="M2948,-1657C2948,-1657 3002.47,-1659.44 3026.31,-1660.51"/>
<polygon fill="black" stroke="black" points="3026.1,-1664.05 3036.25,-1661 3026.42,-1657.06 3026.1,-1664.05"/>
</g>
<!-- c1596 -->
<g id="node475" class="node">
<title>c1596</title>
<polygon fill="none" stroke="black" points="3132.5,-1764.75 3132.5,-1815.25 3245,-1815.25 3245,-1764.75 3132.5,-1764.75"/>
<text text-anchor="middle" x="3145.75" y="-1797.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3132.5,-1790 3159,-1790"/>
<text text-anchor="middle" x="3145.75" y="-1772.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3159,-1764.75 3159,-1815.25"/>
<text text-anchor="middle" x="3189.5" y="-1793.95" font-family="Times,serif" font-size="14.00">$1807</text>
<text text-anchor="middle" x="3189.5" y="-1776.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3220,-1764.75 3220,-1815.25"/>
<text text-anchor="middle" x="3232.5" y="-1785.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n449 -->
<g id="node1100" class="node">
<title>n449</title>
<ellipse fill="black" stroke="black" cx="3337.25" cy="-1838" rx="1.8" ry="1.8"/>
</g>
<!-- c1596&#45;&gt;n449 -->
<g id="edge1128" class="edge">
<title>c1596:e&#45;&gt;n449:w</title>
<path fill="none" stroke="black" d="M3245,-1790C3245,-1790 3301.67,-1820.48 3324.7,-1832.86"/>
<polygon fill="black" stroke="black" points="3322.79,-1836.35 3333.25,-1838 3326.1,-1830.18 3322.79,-1836.35"/>
</g>
<!-- c1597 -->
<g id="node476" class="node">
<title>c1597</title>
<polygon fill="none" stroke="black" points="3429.88,-1900.75 3429.88,-1943.25 3541.62,-1943.25 3541.62,-1900.75 3429.88,-1900.75"/>
<text text-anchor="middle" x="3442.75" y="-1917.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3455.62,-1900.75 3455.62,-1943.25"/>
<text text-anchor="middle" x="3486.12" y="-1925.95" font-family="Times,serif" font-size="14.00">$1808</text>
<text text-anchor="middle" x="3486.12" y="-1908.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="3516.62,-1900.75 3516.62,-1943.25"/>
<text text-anchor="middle" x="3529.12" y="-1917.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1601 -->
<g id="node480" class="node">
<title>c1601</title>
<polygon fill="none" stroke="black" points="3578,-1902.75 3578,-1953.25 3690.5,-1953.25 3690.5,-1902.75 3578,-1902.75"/>
<text text-anchor="middle" x="3591.25" y="-1935.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3578,-1928 3604.5,-1928"/>
<text text-anchor="middle" x="3591.25" y="-1910.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3604.5,-1902.75 3604.5,-1953.25"/>
<text text-anchor="middle" x="3635" y="-1931.95" font-family="Times,serif" font-size="14.00">$1812</text>
<text text-anchor="middle" x="3635" y="-1914.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3665.5,-1902.75 3665.5,-1953.25"/>
<text text-anchor="middle" x="3678" y="-1923.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1597&#45;&gt;c1601 -->
<g id="edge1135" class="edge">
<title>c1597:e&#45;&gt;c1601:w</title>
<path fill="none" stroke="black" d="M3542,-1922C3542,-1922 3557.88,-1930.38 3568.54,-1936.01"/>
<polygon fill="black" stroke="black" points="3566.52,-1939.43 3577,-1941 3569.79,-1933.24 3566.52,-1939.43"/>
</g>
<!-- c1598 -->
<g id="node477" class="node">
<title>c1598</title>
<polygon fill="none" stroke="black" points="3132.5,-1834.75 3132.5,-1885.25 3245,-1885.25 3245,-1834.75 3132.5,-1834.75"/>
<text text-anchor="middle" x="3145.75" y="-1867.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3132.5,-1860 3159,-1860"/>
<text text-anchor="middle" x="3145.75" y="-1842.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3159,-1834.75 3159,-1885.25"/>
<text text-anchor="middle" x="3189.5" y="-1863.95" font-family="Times,serif" font-size="14.00">$1809</text>
<text text-anchor="middle" x="3189.5" y="-1846.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3220,-1834.75 3220,-1885.25"/>
<text text-anchor="middle" x="3232.5" y="-1855.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n451 -->
<g id="node1102" class="node">
<title>n451</title>
<ellipse fill="black" stroke="black" cx="3337.25" cy="-1860" rx="1.8" ry="1.8"/>
</g>
<!-- c1598&#45;&gt;n451 -->
<g id="edge1136" class="edge">
<title>c1598:e&#45;&gt;n451:w</title>
<path fill="none" stroke="black" d="M3245,-1860C3245,-1860 3299.47,-1860 3323.31,-1860"/>
<polygon fill="black" stroke="black" points="3323.25,-1863.5 3333.25,-1860 3323.25,-1856.5 3323.25,-1863.5"/>
</g>
<!-- c1599 -->
<g id="node478" class="node">
<title>c1599</title>
<polygon fill="none" stroke="black" points="3429.88,-1838.75 3429.88,-1881.25 3541.62,-1881.25 3541.62,-1838.75 3429.88,-1838.75"/>
<text text-anchor="middle" x="3442.75" y="-1855.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3455.62,-1838.75 3455.62,-1881.25"/>
<text text-anchor="middle" x="3486.12" y="-1863.95" font-family="Times,serif" font-size="14.00">$1810</text>
<text text-anchor="middle" x="3486.12" y="-1846.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="3516.62,-1838.75 3516.62,-1881.25"/>
<text text-anchor="middle" x="3529.12" y="-1855.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1600 -->
<g id="node479" class="node">
<title>c1600</title>
<polygon fill="none" stroke="black" points="3578,-1827.75 3578,-1878.25 3690.5,-1878.25 3690.5,-1827.75 3578,-1827.75"/>
<text text-anchor="middle" x="3591.25" y="-1860.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="3578,-1853 3604.5,-1853"/>
<text text-anchor="middle" x="3591.25" y="-1835.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3604.5,-1827.75 3604.5,-1878.25"/>
<text text-anchor="middle" x="3635" y="-1856.95" font-family="Times,serif" font-size="14.00">$1811</text>
<text text-anchor="middle" x="3635" y="-1839.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3665.5,-1827.75 3665.5,-1878.25"/>
<text text-anchor="middle" x="3678" y="-1848.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1599&#45;&gt;c1600 -->
<g id="edge1139" class="edge">
<title>c1599:e&#45;&gt;c1600:w</title>
<path fill="none" stroke="black" d="M3542,-1860C3542,-1860 3557.88,-1851.18 3568.54,-1845.25"/>
<polygon fill="black" stroke="black" points="3569.96,-1847.92 3577,-1840 3566.56,-1841.8 3569.96,-1847.92"/>
</g>
<!-- n453 -->
<g id="node1103" class="node">
<title>n453</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-1799" rx="1.8" ry="1.8"/>
</g>
<!-- c1600&#45;&gt;n453 -->
<g id="edge1140" class="edge">
<title>c1600:e&#45;&gt;n453:w</title>
<path fill="none" stroke="black" d="M3690.5,-1853C3690.5,-1853 3747.73,-1818.37 3770.53,-1804.58"/>
<polygon fill="black" stroke="black" points="3772.01,-1807.17 3778.75,-1799 3768.38,-1801.18 3772.01,-1807.17"/>
</g>
<!-- n454 -->
<g id="node1104" class="node">
<title>n454</title>
<ellipse fill="black" stroke="black" cx="3782.75" cy="-1928" rx="1.8" ry="1.8"/>
</g>
<!-- c1601&#45;&gt;n454 -->
<g id="edge1143" class="edge">
<title>c1601:e&#45;&gt;n454:w</title>
<path fill="none" stroke="black" d="M3690.5,-1928C3690.5,-1928 3744.97,-1928 3768.81,-1928"/>
<polygon fill="black" stroke="black" points="3768.75,-1931.5 3778.75,-1928 3768.75,-1924.5 3768.75,-1931.5"/>
</g>
<!-- c1602 -->
<g id="node481" class="node">
<title>c1602</title>
<polygon fill="none" stroke="black" points="2984,-1751.75 2984,-1802.25 3096.5,-1802.25 3096.5,-1751.75 2984,-1751.75"/>
<text text-anchor="middle" x="2997.25" y="-1784.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-1777 3010.5,-1777"/>
<text text-anchor="middle" x="2997.25" y="-1759.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-1751.75 3010.5,-1802.25"/>
<text text-anchor="middle" x="3041" y="-1780.95" font-family="Times,serif" font-size="14.00">$1813</text>
<text text-anchor="middle" x="3041" y="-1763.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="3071.5,-1751.75 3071.5,-1802.25"/>
<text text-anchor="middle" x="3084" y="-1772.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n455 -->
<g id="node1105" class="node">
<title>n455</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-1744" rx="1.8" ry="1.8"/>
</g>
<!-- c1602&#45;&gt;n455 -->
<g id="edge1146" class="edge">
<title>c1602:e&#45;&gt;n455:w</title>
<path fill="none" stroke="black" d="M3096.5,-1777C3096.5,-1777 3152.07,-1756.45 3175.51,-1747.79"/>
<polygon fill="black" stroke="black" points="3176.58,-1750.75 3184.75,-1744 3174.16,-1744.19 3176.58,-1750.75"/>
</g>
<!-- c1603 -->
<g id="node482" class="node">
<title>c1603</title>
<polygon fill="none" stroke="black" points="2984,-1681.75 2984,-1732.25 3096.5,-1732.25 3096.5,-1681.75 2984,-1681.75"/>
<text text-anchor="middle" x="2997.25" y="-1714.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="2984,-1707 3010.5,-1707"/>
<text text-anchor="middle" x="2997.25" y="-1689.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="3010.5,-1681.75 3010.5,-1732.25"/>
<text text-anchor="middle" x="3041" y="-1710.95" font-family="Times,serif" font-size="14.00">$1814</text>
<text text-anchor="middle" x="3041" y="-1693.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="3071.5,-1681.75 3071.5,-1732.25"/>
<text text-anchor="middle" x="3084" y="-1702.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n457 -->
<g id="node1106" class="node">
<title>n457</title>
<ellipse fill="black" stroke="black" cx="3188.75" cy="-1665" rx="1.8" ry="1.8"/>
</g>
<!-- c1603&#45;&gt;n457 -->
<g id="edge1150" class="edge">
<title>c1603:e&#45;&gt;n457:w</title>
<path fill="none" stroke="black" d="M3096.5,-1707C3096.5,-1707 3152.62,-1680.59 3175.86,-1669.66"/>
<polygon fill="black" stroke="black" points="3177.19,-1672.42 3184.75,-1665 3174.21,-1666.09 3177.19,-1672.42"/>
</g>
<!-- c1604 -->
<g id="node483" class="node">
<title>c1604</title>
<polygon fill="none" stroke="black" points="459.5,-1581.75 459.5,-1632.25 572,-1632.25 572,-1581.75 459.5,-1581.75"/>
<text text-anchor="middle" x="472.75" y="-1614.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="459.5,-1607 486,-1607"/>
<text text-anchor="middle" x="472.75" y="-1589.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="486,-1581.75 486,-1632.25"/>
<text text-anchor="middle" x="516.5" y="-1610.95" font-family="Times,serif" font-size="14.00">$1815</text>
<text text-anchor="middle" x="516.5" y="-1593.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="547,-1581.75 547,-1632.25"/>
<text text-anchor="middle" x="559.5" y="-1602.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n458 -->
<g id="node1107" class="node">
<title>n458</title>
<ellipse fill="black" stroke="black" cx="1258.25" cy="-1626" rx="1.8" ry="1.8"/>
</g>
<!-- c1604&#45;&gt;n458 -->
<g id="edge1153" class="edge">
<title>c1604:e&#45;&gt;n458:w</title>
<path fill="none" stroke="black" d="M571.75,-1607C571.75,-1607 1158.42,-1623.28 1245.5,-1625.7"/>
<polygon fill="black" stroke="black" points="1245.16,-1629.22 1255.25,-1626 1245.35,-1622.22 1245.16,-1629.22"/>
</g>
<!-- c1605 -->
<g id="node484" class="node">
<title>c1605</title>
<polygon fill="none" stroke="black" points="311,-1463.75 311,-1514.25 423.5,-1514.25 423.5,-1463.75 311,-1463.75"/>
<text text-anchor="middle" x="324.25" y="-1496.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-1489 337.5,-1489"/>
<text text-anchor="middle" x="324.25" y="-1471.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-1463.75 337.5,-1514.25"/>
<text text-anchor="middle" x="368" y="-1492.95" font-family="Times,serif" font-size="14.00">$1816</text>
<text text-anchor="middle" x="368" y="-1475.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-1463.75 398.5,-1514.25"/>
<text text-anchor="middle" x="411" y="-1484.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n459 -->
<g id="node1108" class="node">
<title>n459</title>
<ellipse fill="black" stroke="black" cx="515.75" cy="-1313" rx="1.8" ry="1.8"/>
</g>
<!-- c1605&#45;&gt;n459 -->
<g id="edge1156" class="edge">
<title>c1605:e&#45;&gt;n459:w</title>
<path fill="none" stroke="black" d="M423.5,-1489C423.5,-1489 489.11,-1359.61 507.82,-1322.71"/>
<polygon fill="black" stroke="black" points="511.35,-1324.5 512.75,-1314 505.11,-1321.34 511.35,-1324.5"/>
</g>
<!-- c1606 -->
<g id="node485" class="node">
<title>c1606</title>
<polygon fill="none" stroke="black" points="311,-1187.75 311,-1238.25 423.5,-1238.25 423.5,-1187.75 311,-1187.75"/>
<text text-anchor="middle" x="324.25" y="-1220.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="311,-1213 337.5,-1213"/>
<text text-anchor="middle" x="324.25" y="-1195.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="337.5,-1187.75 337.5,-1238.25"/>
<text text-anchor="middle" x="368" y="-1216.95" font-family="Times,serif" font-size="14.00">$1817</text>
<text text-anchor="middle" x="368" y="-1199.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="398.5,-1187.75 398.5,-1238.25"/>
<text text-anchor="middle" x="411" y="-1208.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n460 -->
<g id="node1110" class="node">
<title>n460</title>
<ellipse fill="black" stroke="black" cx="515.75" cy="-929" rx="1.8" ry="1.8"/>
</g>
<!-- c1606&#45;&gt;n460 -->
<g id="edge1162" class="edge">
<title>c1606:e&#45;&gt;n460:w</title>
<path fill="none" stroke="black" d="M423.5,-1213C423.5,-1213 493.37,-990.68 509.47,-939.44"/>
<polygon fill="black" stroke="black" points="513.09,-940.59 512.75,-930 506.41,-938.49 513.09,-940.59"/>
</g>
<!-- c1607 -->
<g id="node486" class="node">
<title>c1607</title>
<polygon fill="none" stroke="black" points="756.88,-809.75 756.88,-852.25 868.62,-852.25 868.62,-809.75 756.88,-809.75"/>
<text text-anchor="middle" x="769.75" y="-826.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="782.62,-809.75 782.62,-852.25"/>
<text text-anchor="middle" x="813.12" y="-834.95" font-family="Times,serif" font-size="14.00">$1818</text>
<text text-anchor="middle" x="813.12" y="-817.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="843.62,-809.75 843.62,-852.25"/>
<text text-anchor="middle" x="856.12" y="-826.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1751 -->
<g id="node630" class="node">
<title>c1751</title>
<polygon fill="none" stroke="black" points="905,-697.75 905,-748.25 1017.5,-748.25 1017.5,-697.75 905,-697.75"/>
<text text-anchor="middle" x="918.25" y="-730.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="905,-723 931.5,-723"/>
<text text-anchor="middle" x="918.25" y="-705.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="931.5,-697.75 931.5,-748.25"/>
<text text-anchor="middle" x="962" y="-726.95" font-family="Times,serif" font-size="14.00">$1962</text>
<text text-anchor="middle" x="962" y="-709.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="992.5,-697.75 992.5,-748.25"/>
<text text-anchor="middle" x="1005" y="-718.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1607&#45;&gt;c1751 -->
<g id="edge1167" class="edge">
<title>c1607:e&#45;&gt;c1751:w</title>
<path fill="none" stroke="black" d="M869,-831C869,-831 891.86,-770.67 901.15,-746.17"/>
<polygon fill="black" stroke="black" points="904.73,-747.59 905,-737 898.18,-745.11 904.73,-747.59"/>
</g>
<!-- c1608 -->
<g id="node487" class="node">
<title>c1608</title>
<polygon fill="none" stroke="black" points="608,-1354.75 608,-1405.25 720.5,-1405.25 720.5,-1354.75 608,-1354.75"/>
<text text-anchor="middle" x="621.25" y="-1387.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="608,-1380 634.5,-1380"/>
<text text-anchor="middle" x="621.25" y="-1362.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="634.5,-1354.75 634.5,-1405.25"/>
<text text-anchor="middle" x="665" y="-1383.95" font-family="Times,serif" font-size="14.00">$1819</text>
<text text-anchor="middle" x="665" y="-1366.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="695.5,-1354.75 695.5,-1405.25"/>
<text text-anchor="middle" x="708" y="-1375.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n462 -->
<g id="node1111" class="node">
<title>n462</title>
<ellipse fill="black" stroke="black" cx="812.75" cy="-1381" rx="1.8" ry="1.8"/>
</g>
<!-- c1608&#45;&gt;n462 -->
<g id="edge1168" class="edge">
<title>c1608:e&#45;&gt;n462:w</title>
<path fill="none" stroke="black" d="M720.5,-1380C720.5,-1380 774.97,-1380.61 798.81,-1380.88"/>
<polygon fill="black" stroke="black" points="798.71,-1384.39 808.75,-1381 798.79,-1377.39 798.71,-1384.39"/>
</g>
<!-- c1609 -->
<g id="node488" class="node">
<title>c1609</title>
<polygon fill="none" stroke="black" points="905.38,-1403.75 905.38,-1446.25 1017.12,-1446.25 1017.12,-1403.75 905.38,-1403.75"/>
<text text-anchor="middle" x="918.25" y="-1420.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="931.12,-1403.75 931.12,-1446.25"/>
<text text-anchor="middle" x="961.62" y="-1428.95" font-family="Times,serif" font-size="14.00">$1820</text>
<text text-anchor="middle" x="961.62" y="-1411.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="992.12,-1403.75 992.12,-1446.25"/>
<text text-anchor="middle" x="1004.62" y="-1420.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1611 -->
<g id="node490" class="node">
<title>c1611</title>
<polygon fill="none" stroke="black" points="1053.5,-1539.75 1053.5,-1590.25 1166,-1590.25 1166,-1539.75 1053.5,-1539.75"/>
<text text-anchor="middle" x="1066.75" y="-1572.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1053.5,-1565 1080,-1565"/>
<text text-anchor="middle" x="1066.75" y="-1547.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1080,-1539.75 1080,-1590.25"/>
<text text-anchor="middle" x="1110.5" y="-1568.95" font-family="Times,serif" font-size="14.00">$1822</text>
<text text-anchor="middle" x="1110.5" y="-1551.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1141,-1539.75 1141,-1590.25"/>
<text text-anchor="middle" x="1153.5" y="-1560.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1609&#45;&gt;c1611 -->
<g id="edge1171" class="edge">
<title>c1609:e&#45;&gt;c1611:w</title>
<path fill="none" stroke="black" d="M1017.5,-1425C1017.5,-1425 1042.89,-1532.92 1051.03,-1567.48"/>
<polygon fill="black" stroke="black" points="1047.8,-1568.07 1053.5,-1577 1054.62,-1566.46 1047.8,-1568.07"/>
</g>
<!-- c1610&#45;&gt;c1611 -->
<g id="edge1172" class="edge">
<title>c1610:e&#45;&gt;c1611:w</title>
<path fill="none" stroke="black" d="M720.25,-1558C720.25,-1558 985.95,-1553.22 1043.03,-1552.19"/>
<polygon fill="black" stroke="black" points="1042.81,-1555.68 1052.75,-1552 1042.69,-1548.68 1042.81,-1555.68"/>
</g>
<!-- n465 -->
<g id="node1112" class="node">
<title>n465</title>
<ellipse fill="black" stroke="black" cx="1258.25" cy="-1565" rx="1.8" ry="1.8"/>
</g>
<!-- c1611&#45;&gt;n465 -->
<g id="edge1173" class="edge">
<title>c1611:e&#45;&gt;n465:w</title>
<path fill="none" stroke="black" d="M1166,-1565C1166,-1565 1220.47,-1565 1244.31,-1565"/>
<polygon fill="black" stroke="black" points="1244.25,-1568.5 1254.25,-1565 1244.25,-1561.5 1244.25,-1568.5"/>
</g>
<!-- c1612 -->
<g id="node491" class="node">
<title>c1612</title>
<polygon fill="none" stroke="black" points="1350.5,-1587.75 1350.5,-1638.25 1463,-1638.25 1463,-1587.75 1350.5,-1587.75"/>
<text text-anchor="middle" x="1363.75" y="-1620.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1350.5,-1613 1377,-1613"/>
<text text-anchor="middle" x="1363.75" y="-1595.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1377,-1587.75 1377,-1638.25"/>
<text text-anchor="middle" x="1407.5" y="-1616.95" font-family="Times,serif" font-size="14.00">$1823</text>
<text text-anchor="middle" x="1407.5" y="-1599.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1438,-1587.75 1438,-1638.25"/>
<text text-anchor="middle" x="1450.5" y="-1608.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n466 -->
<g id="node1113" class="node">
<title>n466</title>
<ellipse fill="black" stroke="black" cx="1555.25" cy="-1613" rx="1.8" ry="1.8"/>
</g>
<!-- c1612&#45;&gt;n466 -->
<g id="edge1176" class="edge">
<title>c1612:e&#45;&gt;n466:w</title>
<path fill="none" stroke="black" d="M1463,-1613C1463,-1613 1517.47,-1613 1541.31,-1613"/>
<polygon fill="black" stroke="black" points="1541.25,-1616.5 1551.25,-1613 1541.25,-1609.5 1541.25,-1616.5"/>
</g>
<!-- c1613 -->
<g id="node492" class="node">
<title>c1613</title>
<polygon fill="none" stroke="black" points="1647.88,-1557.75 1647.88,-1600.25 1759.62,-1600.25 1759.62,-1557.75 1647.88,-1557.75"/>
<text text-anchor="middle" x="1660.75" y="-1574.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1673.62,-1557.75 1673.62,-1600.25"/>
<text text-anchor="middle" x="1704.12" y="-1582.95" font-family="Times,serif" font-size="14.00">$1824</text>
<text text-anchor="middle" x="1704.12" y="-1565.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1734.62,-1557.75 1734.62,-1600.25"/>
<text text-anchor="middle" x="1747.12" y="-1574.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1616 -->
<g id="node495" class="node">
<title>c1616</title>
<polygon fill="none" stroke="black" points="1796,-1459.75 1796,-1510.25 1908.5,-1510.25 1908.5,-1459.75 1796,-1459.75"/>
<text text-anchor="middle" x="1809.25" y="-1492.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-1485 1822.5,-1485"/>
<text text-anchor="middle" x="1809.25" y="-1467.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-1459.75 1822.5,-1510.25"/>
<text text-anchor="middle" x="1853" y="-1488.95" font-family="Times,serif" font-size="14.00">$1827</text>
<text text-anchor="middle" x="1853" y="-1471.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1883.5,-1459.75 1883.5,-1510.25"/>
<text text-anchor="middle" x="1896" y="-1480.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1613&#45;&gt;c1616 -->
<g id="edge1182" class="edge">
<title>c1613:e&#45;&gt;c1616:w</title>
<path fill="none" stroke="black" d="M1760,-1579C1760,-1579 1781.97,-1529.56 1791.59,-1507.93"/>
<polygon fill="black" stroke="black" points="1795.14,-1509.56 1796,-1499 1788.74,-1506.72 1795.14,-1509.56"/>
</g>
<!-- c1614 -->
<g id="node493" class="node">
<title>c1614</title>
<polygon fill="none" stroke="black" points="1350.5,-1517.75 1350.5,-1568.25 1463,-1568.25 1463,-1517.75 1350.5,-1517.75"/>
<text text-anchor="middle" x="1363.75" y="-1550.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1350.5,-1543 1377,-1543"/>
<text text-anchor="middle" x="1363.75" y="-1525.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1377,-1517.75 1377,-1568.25"/>
<text text-anchor="middle" x="1407.5" y="-1546.95" font-family="Times,serif" font-size="14.00">$1825</text>
<text text-anchor="middle" x="1407.5" y="-1529.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="1438,-1517.75 1438,-1568.25"/>
<text text-anchor="middle" x="1450.5" y="-1538.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n469 -->
<g id="node1115" class="node">
<title>n469</title>
<ellipse fill="black" stroke="black" cx="1555.25" cy="-1499" rx="1.8" ry="1.8"/>
</g>
<!-- c1614&#45;&gt;n469 -->
<g id="edge1183" class="edge">
<title>c1614:e&#45;&gt;n469:w</title>
<path fill="none" stroke="black" d="M1463,-1543C1463,-1543 1519.67,-1515.06 1542.7,-1503.71"/>
<polygon fill="black" stroke="black" points="1543.83,-1506.56 1551.25,-1499 1540.73,-1500.28 1543.83,-1506.56"/>
</g>
<!-- c1615 -->
<g id="node494" class="node">
<title>c1615</title>
<polygon fill="none" stroke="black" points="1647.88,-1495.75 1647.88,-1538.25 1759.62,-1538.25 1759.62,-1495.75 1647.88,-1495.75"/>
<text text-anchor="middle" x="1660.75" y="-1512.45" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1673.62,-1495.75 1673.62,-1538.25"/>
<text text-anchor="middle" x="1704.12" y="-1520.95" font-family="Times,serif" font-size="14.00">$1826</text>
<text text-anchor="middle" x="1704.12" y="-1503.7" font-family="Times,serif" font-size="14.00">NOT</text>
<polyline fill="none" stroke="black" points="1734.62,-1495.75 1734.62,-1538.25"/>
<text text-anchor="middle" x="1747.12" y="-1512.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1617 -->
<g id="node496" class="node">
<title>c1617</title>
<polygon fill="none" stroke="black" points="1796,-1558.75 1796,-1609.25 1908.5,-1609.25 1908.5,-1558.75 1796,-1558.75"/>
<text text-anchor="middle" x="1809.25" y="-1591.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="1796,-1584 1822.5,-1584"/>
<text text-anchor="middle" x="1809.25" y="-1566.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="1822.5,-1558.75 1822.5,-1609.25"/>
<text text-anchor="middle" x="1853" y="-1587.95" font-family="Times,serif" font-size="14.00">$1828</text>
<text text-anchor="middle" x="1853" y="-1570.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="1883.5,-1558.75 1883.5,-1609.25"/>
<text text-anchor="middle" x="1896" y="-1579.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- c1615&#45;&gt;c1617 -->
<g id="edge1188" class="edge">
<title>c1615:e&#45;&gt;c1617:w</title>
<path fill="none" stroke="black" d="M1760,-1517C1760,-1517 1779.83,-1546.75 1790.06,-1562.08"/>
<polygon fill="black" stroke="black" points="1787.54,-1563.62 1796,-1570 1793.37,-1559.74 1787.54,-1563.62"/>
</g>
<!-- n471 -->
<g id="node1116" class="node">
<title>n471</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-1485" rx="1.8" ry="1.8"/>
</g>
<!-- c1616&#45;&gt;n471 -->
<g id="edge1189" class="edge">
<title>c1616:e&#45;&gt;n471:w</title>
<path fill="none" stroke="black" d="M1908.5,-1485C1908.5,-1485 1962.97,-1485 1986.81,-1485"/>
<polygon fill="black" stroke="black" points="1986.75,-1488.5 1996.75,-1485 1986.75,-1481.5 1986.75,-1488.5"/>
</g>
<!-- n472 -->
<g id="node1117" class="node">
<title>n472</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-1584" rx="1.8" ry="1.8"/>
</g>
<!-- c1617&#45;&gt;n472 -->
<g id="edge1192" class="edge">
<title>c1617:e&#45;&gt;n472:w</title>
<path fill="none" stroke="black" d="M1908.5,-1584C1908.5,-1584 1962.97,-1584 1986.81,-1584"/>
<polygon fill="black" stroke="black" points="1986.75,-1587.5 1996.75,-1584 1986.75,-1580.5 1986.75,-1587.5"/>
</g>
<!-- c1618 -->
<g id="node497" class="node">
<title>c1618</title>
<polygon fill="none" stroke="black" points="905,-1333.75 905,-1384.25 1017.5,-1384.25 1017.5,-1333.75 905,-1333.75"/>
<text text-anchor="middle" x="918.25" y="-1366.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="905,-1359 931.5,-1359"/>
<text text-anchor="middle" x="918.25" y="-1341.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="931.5,-1333.75 931.5,-1384.25"/>
<text text-anchor="middle" x="962" y="-1362.95" font-family="Times,serif" font-size="14.00">$1829</text>
<text text-anchor="middle" x="962" y="-1345.7" font-family="Times,serif" font-size="14.00">NOR</text>
<polyline fill="none" stroke="black" points="992.5,-1333.75 992.5,-1384.25"/>
<text text-anchor="middle" x="1005" y="-1354.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n473 -->
<g id="node1118" class="node">
<title>n473</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-1396" rx="1.8" ry="1.8"/>
</g>
<!-- c1618&#45;&gt;n473 -->
<g id="edge1195" class="edge">
<title>c1618:e&#45;&gt;n473:w</title>
<path fill="none" stroke="black" d="M1017.25,-1359C1017.25,-1359 1881.69,-1391.59 1988.06,-1395.6"/>
<polygon fill="black" stroke="black" points="1987.63,-1399.12 1997.75,-1396 1987.89,-1392.13 1987.63,-1399.12"/>
</g>
<!-- c1619 -->
<g id="node498" class="node">
<title>c1619</title>
<polygon fill="none" stroke="black" points="905,-1535.75 905,-1586.25 1017.5,-1586.25 1017.5,-1535.75 905,-1535.75"/>
<text text-anchor="middle" x="918.25" y="-1568.95" font-family="Times,serif" font-size="14.00">A</text>
<polyline fill="none" stroke="black" points="905,-1561 931.5,-1561"/>
<text text-anchor="middle" x="918.25" y="-1543.7" font-family="Times,serif" font-size="14.00">B</text>
<polyline fill="none" stroke="black" points="931.5,-1535.75 931.5,-1586.25"/>
<text text-anchor="middle" x="962" y="-1564.95" font-family="Times,serif" font-size="14.00">$1830</text>
<text text-anchor="middle" x="962" y="-1547.7" font-family="Times,serif" font-size="14.00">NAND</text>
<polyline fill="none" stroke="black" points="992.5,-1535.75 992.5,-1586.25"/>
<text text-anchor="middle" x="1005" y="-1556.45" font-family="Times,serif" font-size="14.00">Y</text>
</g>
<!-- n474 -->
<g id="node1119" class="node">
<title>n474</title>
<ellipse fill="black" stroke="black" cx="2000.75" cy="-1530" rx="1.8" ry="1.8"/>
</g>
<!-- c1619&#45;&gt;n474 -->
<g id="edge1198" class="edge">
<title>c1619:e&#45;&gt;n474:w</title>
<path fill="none" stroke="black" d="M1017.25,-1561C1017.25,-1561 1881.69,-1533.7 1988.06,-1530.34"/>
<polygon fill="black" stroke="black" points="1987.87,-1533.81 1997.75,-1530 1987.64,-1526.82 1987.87,-1533.81"/>
</g>
<!-- c1620 -->
<g id="node499" class="node">
<title>c1620</title>
<polygon fill="none" stroke="black" points="2093,-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment