Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f588cf33e7 | |||
| 146ea8a0c3 | |||
| 0ff05a4583 | |||
| 994ad5ea5a | |||
| 89e04142db | |||
| e4ee2ed0c8 | |||
| 3b14c68b42 | |||
| 423fda8db9 | |||
| ea668853e5 | |||
| 8a78e499b0 | |||
| a414667804 | |||
| 3f82de2c44 | |||
| 3198fd2c90 | |||
| bce2831055 | |||
| 19d60658bc |
29
.gitea/ISSUE_TEMPLATE.md
Normal file
@ -0,0 +1,29 @@
|
||||
Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on the appropriate channel.
|
||||
|
||||
<!--- Provide a general summary of the issue in the Title above -->
|
||||
|
||||
## Expected Behavior
|
||||
<!--- Tell us what should happen -->
|
||||
|
||||
## Current Behavior
|
||||
<!--- Tell us what happens instead of the expected behavior -->
|
||||
|
||||
## Possible Solution
|
||||
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
|
||||
|
||||
## Steps to Reproduce
|
||||
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
|
||||
<!--- reproduce this bug. Include code to reproduce, if relevant -->
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
4.
|
||||
|
||||
## Detailed Description
|
||||
<!--- Provide additonal descriptions of the issue -->
|
||||
<!--- Are you on the AGVM, or are you running locally? -->
|
||||
<!--- Running Synchronous Firing? -->
|
||||
<!--- Please include nm and xp files if applicable -->
|
||||
|
||||
## Possible Implementation
|
||||
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
|
||||
3
.gitignore
vendored
@ -97,3 +97,6 @@ config.ini
|
||||
|
||||
#Slurm Files
|
||||
job*
|
||||
|
||||
# DMTCP install
|
||||
/src/dmtcp/bin
|
||||
|
||||
6
.gitmodules
vendored
@ -1,3 +1,3 @@
|
||||
[submodule "src/bcl"]
|
||||
path = src/bcl
|
||||
url = https://github.com/berkeley-container-library/bcl
|
||||
[submodule "src/dmtcp"]
|
||||
path = src/dmtcp
|
||||
url = https://github.com/dmtcp/dmtcp
|
||||
|
||||
@ -1,604 +0,0 @@
|
||||
<?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 2.46.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="320pt" height="2480pt"
|
||||
viewBox="0.00 0.00 320.00 2480.00" 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 2476)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-2476 316,-2476 316,4 -4,4"/>
|
||||
<!-- 0 -->
|
||||
<g id="node1" class="node">
|
||||
<title>0</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2454" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2450.3" font-family="Times,serif" font-size="14.00">0</text>
|
||||
</g>
|
||||
<!-- 1 -->
|
||||
<g id="node2" class="node">
|
||||
<title>1</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2367" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2363.3" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 0->1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>0->1</title>
|
||||
<path fill="none" stroke="black" d="M120,-2435.8C120,-2424.16 120,-2408.55 120,-2395.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2395.18 120,-2385.18 116.5,-2395.18 123.5,-2395.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2406.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 2 -->
|
||||
<g id="node3" class="node">
|
||||
<title>2</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2280" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2276.3" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 1->2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>1->2</title>
|
||||
<path fill="none" stroke="black" d="M120,-2348.8C120,-2337.16 120,-2321.55 120,-2308.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2308.18 120,-2298.18 116.5,-2308.18 123.5,-2308.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2319.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 3 -->
|
||||
<g id="node4" class="node">
|
||||
<title>3</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2193" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2189.3" font-family="Times,serif" font-size="14.00">3</text>
|
||||
</g>
|
||||
<!-- 2->3 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>2->3</title>
|
||||
<path fill="none" stroke="black" d="M120,-2261.8C120,-2250.16 120,-2234.55 120,-2221.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2221.18 120,-2211.18 116.5,-2221.18 123.5,-2221.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2232.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 4 -->
|
||||
<g id="node5" class="node">
|
||||
<title>4</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2106" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2102.3" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 3->4 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>3->4</title>
|
||||
<path fill="none" stroke="black" d="M120,-2174.8C120,-2163.16 120,-2147.55 120,-2134.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2134.18 120,-2124.18 116.5,-2134.18 123.5,-2134.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2145.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 5 -->
|
||||
<g id="node6" class="node">
|
||||
<title>5</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2019" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2015.3" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 4->5 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>4->5</title>
|
||||
<path fill="none" stroke="black" d="M120,-2087.8C120,-2076.16 120,-2060.55 120,-2047.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2047.18 120,-2037.18 116.5,-2047.18 123.5,-2047.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2058.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 6 -->
|
||||
<g id="node7" class="node">
|
||||
<title>6</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1932" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1928.3" font-family="Times,serif" font-size="14.00">6</text>
|
||||
</g>
|
||||
<!-- 5->6 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>5->6</title>
|
||||
<path fill="none" stroke="black" d="M120,-2000.8C120,-1989.16 120,-1973.55 120,-1960.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1960.18 120,-1950.18 116.5,-1960.18 123.5,-1960.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1971.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 7 -->
|
||||
<g id="node8" class="node">
|
||||
<title>7</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1845" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1841.3" font-family="Times,serif" font-size="14.00">7</text>
|
||||
</g>
|
||||
<!-- 6->7 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>6->7</title>
|
||||
<path fill="none" stroke="black" d="M120,-1913.8C120,-1902.16 120,-1886.55 120,-1873.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1873.18 120,-1863.18 116.5,-1873.18 123.5,-1873.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1884.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 8 -->
|
||||
<g id="node9" class="node">
|
||||
<title>8</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1758" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1754.3" font-family="Times,serif" font-size="14.00">8</text>
|
||||
</g>
|
||||
<!-- 7->8 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>7->8</title>
|
||||
<path fill="none" stroke="black" d="M120,-1826.8C120,-1815.16 120,-1799.55 120,-1786.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1786.18 120,-1776.18 116.5,-1786.18 123.5,-1786.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1797.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 9 -->
|
||||
<g id="node10" class="node">
|
||||
<title>9</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1671" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1667.3" font-family="Times,serif" font-size="14.00">9</text>
|
||||
</g>
|
||||
<!-- 8->9 -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>8->9</title>
|
||||
<path fill="none" stroke="black" d="M120,-1739.8C120,-1728.16 120,-1712.55 120,-1699.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1699.18 120,-1689.18 116.5,-1699.18 123.5,-1699.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1710.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 10 -->
|
||||
<g id="node11" class="node">
|
||||
<title>10</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1584" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1580.3" font-family="Times,serif" font-size="14.00">10</text>
|
||||
</g>
|
||||
<!-- 9->10 -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>9->10</title>
|
||||
<path fill="none" stroke="black" d="M120,-1652.8C120,-1641.16 120,-1625.55 120,-1612.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1612.18 120,-1602.18 116.5,-1612.18 123.5,-1612.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1623.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 11 -->
|
||||
<g id="node12" class="node">
|
||||
<title>11</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1497" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1493.3" font-family="Times,serif" font-size="14.00">11</text>
|
||||
</g>
|
||||
<!-- 10->11 -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>10->11</title>
|
||||
<path fill="none" stroke="black" d="M120,-1565.8C120,-1554.16 120,-1538.55 120,-1525.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1525.18 120,-1515.18 116.5,-1525.18 123.5,-1525.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1536.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 12 -->
|
||||
<g id="node13" class="node">
|
||||
<title>12</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1410" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1406.3" font-family="Times,serif" font-size="14.00">12</text>
|
||||
</g>
|
||||
<!-- 11->12 -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>11->12</title>
|
||||
<path fill="none" stroke="black" d="M120,-1478.8C120,-1467.16 120,-1451.55 120,-1438.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1438.18 120,-1428.18 116.5,-1438.18 123.5,-1438.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1449.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 13 -->
|
||||
<g id="node14" class="node">
|
||||
<title>13</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1323" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1319.3" font-family="Times,serif" font-size="14.00">13</text>
|
||||
</g>
|
||||
<!-- 12->13 -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>12->13</title>
|
||||
<path fill="none" stroke="black" d="M120,-1391.8C120,-1380.16 120,-1364.55 120,-1351.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1351.18 120,-1341.18 116.5,-1351.18 123.5,-1351.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1362.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 14 -->
|
||||
<g id="node15" class="node">
|
||||
<title>14</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1236" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1232.3" font-family="Times,serif" font-size="14.00">14</text>
|
||||
</g>
|
||||
<!-- 13->14 -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>13->14</title>
|
||||
<path fill="none" stroke="black" d="M120,-1304.8C120,-1293.16 120,-1277.55 120,-1264.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1264.18 120,-1254.18 116.5,-1264.18 123.5,-1264.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1275.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 15 -->
|
||||
<g id="node16" class="node">
|
||||
<title>15</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1149" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1145.3" font-family="Times,serif" font-size="14.00">15</text>
|
||||
</g>
|
||||
<!-- 14->15 -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>14->15</title>
|
||||
<path fill="none" stroke="black" d="M120,-1217.8C120,-1206.16 120,-1190.55 120,-1177.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1177.18 120,-1167.18 116.5,-1177.18 123.5,-1177.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1188.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 16 -->
|
||||
<g id="node17" class="node">
|
||||
<title>16</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1062" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1058.3" font-family="Times,serif" font-size="14.00">16</text>
|
||||
</g>
|
||||
<!-- 15->16 -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>15->16</title>
|
||||
<path fill="none" stroke="black" d="M120,-1130.8C120,-1119.16 120,-1103.55 120,-1090.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1090.18 120,-1080.18 116.5,-1090.18 123.5,-1090.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1101.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 17 -->
|
||||
<g id="node18" class="node">
|
||||
<title>17</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-975" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-971.3" font-family="Times,serif" font-size="14.00">17</text>
|
||||
</g>
|
||||
<!-- 16->17 -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>16->17</title>
|
||||
<path fill="none" stroke="black" d="M120,-1043.8C120,-1032.16 120,-1016.55 120,-1003.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1003.18 120,-993.18 116.5,-1003.18 123.5,-1003.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1014.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 18 -->
|
||||
<g id="node19" class="node">
|
||||
<title>18</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-888" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-884.3" font-family="Times,serif" font-size="14.00">18</text>
|
||||
</g>
|
||||
<!-- 17->18 -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>17->18</title>
|
||||
<path fill="none" stroke="black" d="M120,-956.8C120,-945.16 120,-929.55 120,-916.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-916.18 120,-906.18 116.5,-916.18 123.5,-916.18"/>
|
||||
<text text-anchor="middle" x="125" y="-927.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 19 -->
|
||||
<g id="node20" class="node">
|
||||
<title>19</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-801" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-797.3" font-family="Times,serif" font-size="14.00">19</text>
|
||||
</g>
|
||||
<!-- 18->19 -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>18->19</title>
|
||||
<path fill="none" stroke="black" d="M120,-869.8C120,-858.16 120,-842.55 120,-829.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-829.18 120,-819.18 116.5,-829.18 123.5,-829.18"/>
|
||||
<text text-anchor="middle" x="125" y="-840.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 20 -->
|
||||
<g id="node21" class="node">
|
||||
<title>20</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-714" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-710.3" font-family="Times,serif" font-size="14.00">20</text>
|
||||
</g>
|
||||
<!-- 19->20 -->
|
||||
<g id="edge20" class="edge">
|
||||
<title>19->20</title>
|
||||
<path fill="none" stroke="black" d="M120,-782.8C120,-771.16 120,-755.55 120,-742.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-742.18 120,-732.18 116.5,-742.18 123.5,-742.18"/>
|
||||
<text text-anchor="middle" x="125" y="-753.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 21 -->
|
||||
<g id="node22" class="node">
|
||||
<title>21</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-627" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-623.3" font-family="Times,serif" font-size="14.00">21</text>
|
||||
</g>
|
||||
<!-- 20->21 -->
|
||||
<g id="edge21" class="edge">
|
||||
<title>20->21</title>
|
||||
<path fill="none" stroke="black" d="M120,-695.8C120,-684.16 120,-668.55 120,-655.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-655.18 120,-645.18 116.5,-655.18 123.5,-655.18"/>
|
||||
<text text-anchor="middle" x="125" y="-666.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 22 -->
|
||||
<g id="node23" class="node">
|
||||
<title>22</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-540" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-536.3" font-family="Times,serif" font-size="14.00">22</text>
|
||||
</g>
|
||||
<!-- 21->22 -->
|
||||
<g id="edge22" class="edge">
|
||||
<title>21->22</title>
|
||||
<path fill="none" stroke="black" d="M120,-608.8C120,-597.16 120,-581.55 120,-568.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-568.18 120,-558.18 116.5,-568.18 123.5,-568.18"/>
|
||||
<text text-anchor="middle" x="125" y="-579.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 23 -->
|
||||
<g id="node24" class="node">
|
||||
<title>23</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-453" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-449.3" font-family="Times,serif" font-size="14.00">23</text>
|
||||
</g>
|
||||
<!-- 22->23 -->
|
||||
<g id="edge23" class="edge">
|
||||
<title>22->23</title>
|
||||
<path fill="none" stroke="black" d="M120,-521.8C120,-510.16 120,-494.55 120,-481.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-481.18 120,-471.18 116.5,-481.18 123.5,-481.18"/>
|
||||
<text text-anchor="middle" x="125" y="-492.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 24 -->
|
||||
<g id="node25" class="node">
|
||||
<title>24</title>
|
||||
<ellipse fill="none" stroke="black" cx="48" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="48" y="-362.3" font-family="Times,serif" font-size="14.00">24</text>
|
||||
</g>
|
||||
<!-- 23->24 -->
|
||||
<g id="edge24" class="edge">
|
||||
<title>23->24</title>
|
||||
<path fill="none" stroke="black" d="M107.13,-436.8C96.07,-423.75 79.96,-404.74 67.35,-389.85"/>
|
||||
<polygon fill="black" stroke="black" points="69.89,-387.43 60.76,-382.06 64.55,-391.96 69.89,-387.43"/>
|
||||
<text text-anchor="middle" x="94" y="-405.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 25 -->
|
||||
<g id="node26" class="node">
|
||||
<title>25</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-362.3" font-family="Times,serif" font-size="14.00">25</text>
|
||||
</g>
|
||||
<!-- 23->25 -->
|
||||
<g id="edge25" class="edge">
|
||||
<title>23->25</title>
|
||||
<path fill="none" stroke="black" d="M120,-434.8C120,-423.16 120,-407.55 120,-394.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-394.18 120,-384.18 116.5,-394.18 123.5,-394.18"/>
|
||||
<text text-anchor="middle" x="125" y="-405.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 26 -->
|
||||
<g id="node27" class="node">
|
||||
<title>26</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-362.3" font-family="Times,serif" font-size="14.00">26</text>
|
||||
</g>
|
||||
<!-- 23->26 -->
|
||||
<g id="edge26" class="edge">
|
||||
<title>23->26</title>
|
||||
<path fill="none" stroke="black" d="M132.87,-436.8C143.93,-423.75 160.04,-404.74 172.65,-389.85"/>
|
||||
<polygon fill="black" stroke="black" points="175.45,-391.96 179.24,-382.06 170.11,-387.43 175.45,-391.96"/>
|
||||
<text text-anchor="middle" x="165" y="-405.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 27 -->
|
||||
<g id="node28" class="node">
|
||||
<title>27</title>
|
||||
<ellipse fill="none" stroke="black" cx="27" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="27" y="-275.3" font-family="Times,serif" font-size="14.00">27</text>
|
||||
</g>
|
||||
<!-- 24->27 -->
|
||||
<g id="edge27" class="edge">
|
||||
<title>24->27</title>
|
||||
<path fill="none" stroke="black" d="M36.85,-349.36C33.32,-343.56 29.86,-336.75 28,-330 25.99,-322.72 25.23,-314.61 25.1,-307.08"/>
|
||||
<polygon fill="black" stroke="black" points="28.6,-307.03 25.28,-296.97 21.6,-306.9 28.6,-307.03"/>
|
||||
<text text-anchor="middle" x="33" y="-318.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 28 -->
|
||||
<g id="node29" class="node">
|
||||
<title>28</title>
|
||||
<ellipse fill="none" stroke="black" cx="99" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="99" y="-275.3" font-family="Times,serif" font-size="14.00">28</text>
|
||||
</g>
|
||||
<!-- 24->28 -->
|
||||
<g id="edge28" class="edge">
|
||||
<title>24->28</title>
|
||||
<path fill="none" stroke="black" d="M49.99,-347.85C51.74,-337.74 55,-325 61,-315 64.33,-309.45 68.81,-304.24 73.51,-299.63"/>
|
||||
<polygon fill="black" stroke="black" points="75.89,-302.21 80.97,-292.91 71.2,-297.01 75.89,-302.21"/>
|
||||
<text text-anchor="middle" x="66" y="-318.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 25->27 -->
|
||||
<g id="edge29" class="edge">
|
||||
<title>25->27</title>
|
||||
<path fill="none" stroke="black" d="M106.3,-350.08C96.72,-339.88 83.46,-326.23 71,-315 65.22,-309.79 58.77,-304.43 52.63,-299.51"/>
|
||||
<polygon fill="black" stroke="black" points="54.56,-296.58 44.54,-293.15 50.24,-302.08 54.56,-296.58"/>
|
||||
<text text-anchor="middle" x="92" y="-318.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 29 -->
|
||||
<g id="node30" class="node">
|
||||
<title>29</title>
|
||||
<ellipse fill="none" stroke="black" cx="171" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="171" y="-275.3" font-family="Times,serif" font-size="14.00">29</text>
|
||||
</g>
|
||||
<!-- 25->29 -->
|
||||
<g id="edge30" class="edge">
|
||||
<title>25->29</title>
|
||||
<path fill="none" stroke="black" d="M119.31,-347.78C119.63,-337.63 121.35,-324.89 127,-315 130.86,-308.24 136.59,-302.3 142.64,-297.31"/>
|
||||
<polygon fill="black" stroke="black" points="145.02,-299.91 150.95,-291.13 140.84,-294.29 145.02,-299.91"/>
|
||||
<text text-anchor="middle" x="132" y="-318.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 26->28 -->
|
||||
<g id="edge31" class="edge">
|
||||
<title>26->28</title>
|
||||
<path fill="none" stroke="black" d="M176.64,-350.96C161.83,-337.43 139.23,-316.77 122.22,-301.22"/>
|
||||
<polygon fill="black" stroke="black" points="124.12,-298.22 114.38,-294.06 119.4,-303.39 124.12,-298.22"/>
|
||||
<text text-anchor="middle" x="156" y="-318.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 26->29 -->
|
||||
<g id="edge32" class="edge">
|
||||
<title>26->29</title>
|
||||
<path fill="none" stroke="black" d="M187.85,-348.21C184.94,-336.41 180.98,-320.38 177.63,-306.82"/>
|
||||
<polygon fill="black" stroke="black" points="181.01,-305.92 175.21,-297.05 174.21,-307.6 181.01,-305.92"/>
|
||||
<text text-anchor="middle" x="187" y="-318.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 30 -->
|
||||
<g id="node31" class="node">
|
||||
<title>30</title>
|
||||
<ellipse fill="none" stroke="black" cx="243" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="243" y="-275.3" font-family="Times,serif" font-size="14.00">30</text>
|
||||
</g>
|
||||
<!-- 26->30 -->
|
||||
<g id="edge33" class="edge">
|
||||
<title>26->30</title>
|
||||
<path fill="none" stroke="black" d="M201.59,-349.01C209.07,-336.55 219.59,-319.01 228.16,-304.74"/>
|
||||
<polygon fill="black" stroke="black" points="231.31,-306.29 233.45,-295.92 225.3,-302.69 231.31,-306.29"/>
|
||||
<text text-anchor="middle" x="225" y="-318.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 31 -->
|
||||
<g id="node32" class="node">
|
||||
<title>31</title>
|
||||
<ellipse fill="none" stroke="black" cx="69" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="69" y="-188.3" font-family="Times,serif" font-size="14.00">31</text>
|
||||
</g>
|
||||
<!-- 27->31 -->
|
||||
<g id="edge34" class="edge">
|
||||
<title>27->31</title>
|
||||
<path fill="none" stroke="black" d="M35.1,-261.61C41.14,-249.38 49.51,-232.44 56.42,-218.46"/>
|
||||
<polygon fill="black" stroke="black" points="59.63,-219.85 60.93,-209.34 53.36,-216.75 59.63,-219.85"/>
|
||||
<text text-anchor="middle" x="56" y="-231.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 28->31 -->
|
||||
<g id="edge35" class="edge">
|
||||
<title>28->31</title>
|
||||
<path fill="none" stroke="black" d="M85.66,-262.98C81.2,-257.13 76.68,-250.13 74,-243 71.33,-235.9 69.89,-227.85 69.16,-220.31"/>
|
||||
<polygon fill="black" stroke="black" points="72.65,-219.93 68.55,-210.16 65.66,-220.36 72.65,-219.93"/>
|
||||
<text text-anchor="middle" x="79" y="-231.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 32 -->
|
||||
<g id="node33" class="node">
|
||||
<title>32</title>
|
||||
<ellipse fill="none" stroke="black" cx="141" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="141" y="-188.3" font-family="Times,serif" font-size="14.00">32</text>
|
||||
</g>
|
||||
<!-- 28->32 -->
|
||||
<g id="edge36" class="edge">
|
||||
<title>28->32</title>
|
||||
<path fill="none" stroke="black" d="M99.69,-260.56C100.67,-250.58 102.92,-238.08 108,-228 110.54,-222.97 114.03,-218.15 117.8,-213.8"/>
|
||||
<polygon fill="black" stroke="black" points="120.39,-216.15 124.74,-206.49 115.31,-211.33 120.39,-216.15"/>
|
||||
<text text-anchor="middle" x="113" y="-231.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 29->31 -->
|
||||
<g id="edge37" class="edge">
|
||||
<title>29->31</title>
|
||||
<path fill="none" stroke="black" d="M156.64,-263.43C146.25,-253.15 131.68,-239.25 118,-228 111.04,-222.27 103.2,-216.43 95.88,-211.2"/>
|
||||
<polygon fill="black" stroke="black" points="97.79,-208.27 87.59,-205.39 93.77,-214 97.79,-208.27"/>
|
||||
<text text-anchor="middle" x="139" y="-231.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 33 -->
|
||||
<g id="node34" class="node">
|
||||
<title>33</title>
|
||||
<ellipse fill="none" stroke="black" cx="213" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="213" y="-188.3" font-family="Times,serif" font-size="14.00">33</text>
|
||||
</g>
|
||||
<!-- 29->33 -->
|
||||
<g id="edge38" class="edge">
|
||||
<title>29->33</title>
|
||||
<path fill="none" stroke="black" d="M169.81,-260.98C169.79,-250.91 171,-238.18 176,-228 178.75,-222.41 182.78,-217.24 187.19,-212.69"/>
|
||||
<polygon fill="black" stroke="black" points="189.84,-215.01 194.81,-205.65 185.09,-209.87 189.84,-215.01"/>
|
||||
<text text-anchor="middle" x="181" y="-231.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 30->32 -->
|
||||
<g id="edge39" class="edge">
|
||||
<title>30->32</title>
|
||||
<path fill="none" stroke="black" d="M227.25,-263.74C215.92,-253.59 200.21,-239.74 186,-228 179.67,-222.77 172.72,-217.25 166.21,-212.19"/>
|
||||
<polygon fill="black" stroke="black" points="168.34,-209.41 158.28,-206.06 164.06,-214.95 168.34,-209.41"/>
|
||||
<text text-anchor="middle" x="208" y="-231.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 30->33 -->
|
||||
<g id="edge40" class="edge">
|
||||
<title>30->33</title>
|
||||
<path fill="none" stroke="black" d="M237.07,-261.21C232.88,-249.33 227.18,-233.17 222.37,-219.56"/>
|
||||
<polygon fill="black" stroke="black" points="225.54,-218.02 218.91,-209.76 218.94,-220.35 225.54,-218.02"/>
|
||||
<text text-anchor="middle" x="234" y="-231.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 34 -->
|
||||
<g id="node35" class="node">
|
||||
<title>34</title>
|
||||
<ellipse fill="none" stroke="black" cx="285" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="285" y="-188.3" font-family="Times,serif" font-size="14.00">34</text>
|
||||
</g>
|
||||
<!-- 30->34 -->
|
||||
<g id="edge41" class="edge">
|
||||
<title>30->34</title>
|
||||
<path fill="none" stroke="black" d="M251.1,-261.61C257.14,-249.38 265.51,-232.44 272.42,-218.46"/>
|
||||
<polygon fill="black" stroke="black" points="275.63,-219.85 276.93,-209.34 269.36,-216.75 275.63,-219.85"/>
|
||||
<text text-anchor="middle" x="271" y="-231.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 35 -->
|
||||
<g id="node36" class="node">
|
||||
<title>35</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-101.3" font-family="Times,serif" font-size="14.00">35</text>
|
||||
</g>
|
||||
<!-- 31->35 -->
|
||||
<g id="edge42" class="edge">
|
||||
<title>31->35</title>
|
||||
<path fill="none" stroke="black" d="M78.59,-175.01C86.07,-162.55 96.59,-145.01 105.16,-130.74"/>
|
||||
<polygon fill="black" stroke="black" points="108.31,-132.29 110.45,-121.92 102.3,-128.69 108.31,-132.29"/>
|
||||
<text text-anchor="middle" x="103" y="-144.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 32->35 -->
|
||||
<g id="edge43" class="edge">
|
||||
<title>32->35</title>
|
||||
<path fill="none" stroke="black" d="M129.85,-175.36C126.32,-169.56 122.86,-162.75 121,-156 118.99,-148.72 118.23,-140.61 118.1,-133.08"/>
|
||||
<polygon fill="black" stroke="black" points="121.6,-133.03 118.28,-122.97 114.6,-132.9 121.6,-133.03"/>
|
||||
<text text-anchor="middle" x="126" y="-144.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 36 -->
|
||||
<g id="node37" class="node">
|
||||
<title>36</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-101.3" font-family="Times,serif" font-size="14.00">36</text>
|
||||
</g>
|
||||
<!-- 32->36 -->
|
||||
<g id="edge44" class="edge">
|
||||
<title>32->36</title>
|
||||
<path fill="none" stroke="black" d="M142.99,-173.85C144.74,-163.74 148,-151 154,-141 157.33,-135.45 161.81,-130.24 166.51,-125.63"/>
|
||||
<polygon fill="black" stroke="black" points="168.89,-128.21 173.97,-118.91 164.2,-123.01 168.89,-128.21"/>
|
||||
<text text-anchor="middle" x="159" y="-144.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 33->35 -->
|
||||
<g id="edge45" class="edge">
|
||||
<title>33->35</title>
|
||||
<path fill="none" stroke="black" d="M199.3,-176.08C189.72,-165.88 176.46,-152.23 164,-141 158.22,-135.79 151.77,-130.43 145.63,-125.51"/>
|
||||
<polygon fill="black" stroke="black" points="147.56,-122.58 137.54,-119.15 143.24,-128.08 147.56,-122.58"/>
|
||||
<text text-anchor="middle" x="184" y="-144.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 37 -->
|
||||
<g id="node38" class="node">
|
||||
<title>37</title>
|
||||
<ellipse fill="none" stroke="black" cx="264" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="264" y="-101.3" font-family="Times,serif" font-size="14.00">37</text>
|
||||
</g>
|
||||
<!-- 33->37 -->
|
||||
<g id="edge46" class="edge">
|
||||
<title>33->37</title>
|
||||
<path fill="none" stroke="black" d="M212.31,-173.78C212.63,-163.63 214.35,-150.89 220,-141 223.86,-134.24 229.59,-128.3 235.64,-123.31"/>
|
||||
<polygon fill="black" stroke="black" points="238.02,-125.91 243.95,-117.13 233.84,-120.29 238.02,-125.91"/>
|
||||
<text text-anchor="middle" x="225" y="-144.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 34->36 -->
|
||||
<g id="edge47" class="edge">
|
||||
<title>34->36</title>
|
||||
<path fill="none" stroke="black" d="M269.64,-176.96C254.83,-163.43 232.23,-142.77 215.22,-127.22"/>
|
||||
<polygon fill="black" stroke="black" points="217.12,-124.22 207.38,-120.06 212.4,-129.39 217.12,-124.22"/>
|
||||
<text text-anchor="middle" x="249" y="-144.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 34->37 -->
|
||||
<g id="edge48" class="edge">
|
||||
<title>34->37</title>
|
||||
<path fill="none" stroke="black" d="M280.85,-174.21C277.94,-162.41 273.98,-146.38 270.63,-132.82"/>
|
||||
<polygon fill="black" stroke="black" points="274.01,-131.92 268.21,-123.05 267.21,-133.6 274.01,-131.92"/>
|
||||
<text text-anchor="middle" x="280" y="-144.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 38 -->
|
||||
<g id="node39" class="node">
|
||||
<title>38</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-18" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-14.3" font-family="Times,serif" font-size="14.00">38</text>
|
||||
</g>
|
||||
<!-- 35->38 -->
|
||||
<g id="edge49" class="edge">
|
||||
<title>35->38</title>
|
||||
<path fill="none" stroke="black" d="M132.87,-88.8C143.93,-75.75 160.04,-56.74 172.65,-41.85"/>
|
||||
<polygon fill="black" stroke="black" points="175.45,-43.96 179.24,-34.06 170.11,-39.43 175.45,-43.96"/>
|
||||
<text text-anchor="middle" x="165" y="-57.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 36->38 -->
|
||||
<g id="edge50" class="edge">
|
||||
<title>36->38</title>
|
||||
<path fill="none" stroke="black" d="M192,-86.8C192,-75.16 192,-59.55 192,-46.24"/>
|
||||
<polygon fill="black" stroke="black" points="195.5,-46.18 192,-36.18 188.5,-46.18 195.5,-46.18"/>
|
||||
<text text-anchor="middle" x="197" y="-57.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 37->38 -->
|
||||
<g id="edge51" class="edge">
|
||||
<title>37->38</title>
|
||||
<path fill="none" stroke="black" d="M251.13,-88.8C240.07,-75.75 223.96,-56.74 211.35,-41.85"/>
|
||||
<polygon fill="black" stroke="black" points="213.89,-39.43 204.76,-34.06 208.55,-43.96 213.89,-39.43"/>
|
||||
<text text-anchor="middle" x="237" y="-57.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 29 KiB |
@ -1,604 +0,0 @@
|
||||
<?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 2.46.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="320pt" height="2480pt"
|
||||
viewBox="0.00 0.00 320.00 2480.00" 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 2476)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-2476 316,-2476 316,4 -4,4"/>
|
||||
<!-- 0 -->
|
||||
<g id="node1" class="node">
|
||||
<title>0</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2454" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2450.3" font-family="Times,serif" font-size="14.00">0</text>
|
||||
</g>
|
||||
<!-- 1 -->
|
||||
<g id="node2" class="node">
|
||||
<title>1</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2367" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2363.3" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 0->1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>0->1</title>
|
||||
<path fill="none" stroke="black" d="M120,-2435.8C120,-2424.16 120,-2408.55 120,-2395.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2395.18 120,-2385.18 116.5,-2395.18 123.5,-2395.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2406.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 2 -->
|
||||
<g id="node3" class="node">
|
||||
<title>2</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2280" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2276.3" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 1->2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>1->2</title>
|
||||
<path fill="none" stroke="black" d="M120,-2348.8C120,-2337.16 120,-2321.55 120,-2308.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2308.18 120,-2298.18 116.5,-2308.18 123.5,-2308.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2319.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 3 -->
|
||||
<g id="node4" class="node">
|
||||
<title>3</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2193" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2189.3" font-family="Times,serif" font-size="14.00">3</text>
|
||||
</g>
|
||||
<!-- 2->3 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>2->3</title>
|
||||
<path fill="none" stroke="black" d="M120,-2261.8C120,-2250.16 120,-2234.55 120,-2221.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2221.18 120,-2211.18 116.5,-2221.18 123.5,-2221.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2232.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 4 -->
|
||||
<g id="node5" class="node">
|
||||
<title>4</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2106" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2102.3" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 3->4 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>3->4</title>
|
||||
<path fill="none" stroke="black" d="M120,-2174.8C120,-2163.16 120,-2147.55 120,-2134.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2134.18 120,-2124.18 116.5,-2134.18 123.5,-2134.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2145.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 5 -->
|
||||
<g id="node6" class="node">
|
||||
<title>5</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2019" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2015.3" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 4->5 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>4->5</title>
|
||||
<path fill="none" stroke="black" d="M120,-2087.8C120,-2076.16 120,-2060.55 120,-2047.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2047.18 120,-2037.18 116.5,-2047.18 123.5,-2047.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2058.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 6 -->
|
||||
<g id="node7" class="node">
|
||||
<title>6</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1932" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1928.3" font-family="Times,serif" font-size="14.00">6</text>
|
||||
</g>
|
||||
<!-- 5->6 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>5->6</title>
|
||||
<path fill="none" stroke="black" d="M120,-2000.8C120,-1989.16 120,-1973.55 120,-1960.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1960.18 120,-1950.18 116.5,-1960.18 123.5,-1960.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1971.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 7 -->
|
||||
<g id="node8" class="node">
|
||||
<title>7</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1845" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1841.3" font-family="Times,serif" font-size="14.00">7</text>
|
||||
</g>
|
||||
<!-- 6->7 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>6->7</title>
|
||||
<path fill="none" stroke="black" d="M120,-1913.8C120,-1902.16 120,-1886.55 120,-1873.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1873.18 120,-1863.18 116.5,-1873.18 123.5,-1873.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1884.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 8 -->
|
||||
<g id="node9" class="node">
|
||||
<title>8</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1758" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1754.3" font-family="Times,serif" font-size="14.00">8</text>
|
||||
</g>
|
||||
<!-- 7->8 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>7->8</title>
|
||||
<path fill="none" stroke="black" d="M120,-1826.8C120,-1815.16 120,-1799.55 120,-1786.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1786.18 120,-1776.18 116.5,-1786.18 123.5,-1786.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1797.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 9 -->
|
||||
<g id="node10" class="node">
|
||||
<title>9</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1671" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1667.3" font-family="Times,serif" font-size="14.00">9</text>
|
||||
</g>
|
||||
<!-- 8->9 -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>8->9</title>
|
||||
<path fill="none" stroke="black" d="M120,-1739.8C120,-1728.16 120,-1712.55 120,-1699.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1699.18 120,-1689.18 116.5,-1699.18 123.5,-1699.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1710.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 10 -->
|
||||
<g id="node11" class="node">
|
||||
<title>10</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1584" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1580.3" font-family="Times,serif" font-size="14.00">10</text>
|
||||
</g>
|
||||
<!-- 9->10 -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>9->10</title>
|
||||
<path fill="none" stroke="black" d="M120,-1652.8C120,-1641.16 120,-1625.55 120,-1612.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1612.18 120,-1602.18 116.5,-1612.18 123.5,-1612.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1623.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 11 -->
|
||||
<g id="node12" class="node">
|
||||
<title>11</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1497" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1493.3" font-family="Times,serif" font-size="14.00">11</text>
|
||||
</g>
|
||||
<!-- 10->11 -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>10->11</title>
|
||||
<path fill="none" stroke="black" d="M120,-1565.8C120,-1554.16 120,-1538.55 120,-1525.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1525.18 120,-1515.18 116.5,-1525.18 123.5,-1525.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1536.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 12 -->
|
||||
<g id="node13" class="node">
|
||||
<title>12</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1410" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1406.3" font-family="Times,serif" font-size="14.00">12</text>
|
||||
</g>
|
||||
<!-- 11->12 -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>11->12</title>
|
||||
<path fill="none" stroke="black" d="M120,-1478.8C120,-1467.16 120,-1451.55 120,-1438.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1438.18 120,-1428.18 116.5,-1438.18 123.5,-1438.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1449.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 13 -->
|
||||
<g id="node14" class="node">
|
||||
<title>13</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1323" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1319.3" font-family="Times,serif" font-size="14.00">13</text>
|
||||
</g>
|
||||
<!-- 12->13 -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>12->13</title>
|
||||
<path fill="none" stroke="black" d="M120,-1391.8C120,-1380.16 120,-1364.55 120,-1351.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1351.18 120,-1341.18 116.5,-1351.18 123.5,-1351.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1362.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 14 -->
|
||||
<g id="node15" class="node">
|
||||
<title>14</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1236" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1232.3" font-family="Times,serif" font-size="14.00">14</text>
|
||||
</g>
|
||||
<!-- 13->14 -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>13->14</title>
|
||||
<path fill="none" stroke="black" d="M120,-1304.8C120,-1293.16 120,-1277.55 120,-1264.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1264.18 120,-1254.18 116.5,-1264.18 123.5,-1264.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1275.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 15 -->
|
||||
<g id="node16" class="node">
|
||||
<title>15</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1149" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1145.3" font-family="Times,serif" font-size="14.00">15</text>
|
||||
</g>
|
||||
<!-- 14->15 -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>14->15</title>
|
||||
<path fill="none" stroke="black" d="M120,-1217.8C120,-1206.16 120,-1190.55 120,-1177.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1177.18 120,-1167.18 116.5,-1177.18 123.5,-1177.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1188.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 16 -->
|
||||
<g id="node17" class="node">
|
||||
<title>16</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1062" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1058.3" font-family="Times,serif" font-size="14.00">16</text>
|
||||
</g>
|
||||
<!-- 15->16 -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>15->16</title>
|
||||
<path fill="none" stroke="black" d="M120,-1130.8C120,-1119.16 120,-1103.55 120,-1090.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1090.18 120,-1080.18 116.5,-1090.18 123.5,-1090.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1101.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 17 -->
|
||||
<g id="node18" class="node">
|
||||
<title>17</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-975" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-971.3" font-family="Times,serif" font-size="14.00">17</text>
|
||||
</g>
|
||||
<!-- 16->17 -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>16->17</title>
|
||||
<path fill="none" stroke="black" d="M120,-1043.8C120,-1032.16 120,-1016.55 120,-1003.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1003.18 120,-993.18 116.5,-1003.18 123.5,-1003.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1014.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 18 -->
|
||||
<g id="node19" class="node">
|
||||
<title>18</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-888" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-884.3" font-family="Times,serif" font-size="14.00">18</text>
|
||||
</g>
|
||||
<!-- 17->18 -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>17->18</title>
|
||||
<path fill="none" stroke="black" d="M120,-956.8C120,-945.16 120,-929.55 120,-916.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-916.18 120,-906.18 116.5,-916.18 123.5,-916.18"/>
|
||||
<text text-anchor="middle" x="125" y="-927.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 19 -->
|
||||
<g id="node20" class="node">
|
||||
<title>19</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-801" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-797.3" font-family="Times,serif" font-size="14.00">19</text>
|
||||
</g>
|
||||
<!-- 18->19 -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>18->19</title>
|
||||
<path fill="none" stroke="black" d="M120,-869.8C120,-858.16 120,-842.55 120,-829.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-829.18 120,-819.18 116.5,-829.18 123.5,-829.18"/>
|
||||
<text text-anchor="middle" x="125" y="-840.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 20 -->
|
||||
<g id="node21" class="node">
|
||||
<title>20</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-714" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-710.3" font-family="Times,serif" font-size="14.00">20</text>
|
||||
</g>
|
||||
<!-- 19->20 -->
|
||||
<g id="edge20" class="edge">
|
||||
<title>19->20</title>
|
||||
<path fill="none" stroke="black" d="M120,-782.8C120,-771.16 120,-755.55 120,-742.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-742.18 120,-732.18 116.5,-742.18 123.5,-742.18"/>
|
||||
<text text-anchor="middle" x="125" y="-753.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 21 -->
|
||||
<g id="node22" class="node">
|
||||
<title>21</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-627" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-623.3" font-family="Times,serif" font-size="14.00">21</text>
|
||||
</g>
|
||||
<!-- 20->21 -->
|
||||
<g id="edge21" class="edge">
|
||||
<title>20->21</title>
|
||||
<path fill="none" stroke="black" d="M120,-695.8C120,-684.16 120,-668.55 120,-655.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-655.18 120,-645.18 116.5,-655.18 123.5,-655.18"/>
|
||||
<text text-anchor="middle" x="125" y="-666.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 22 -->
|
||||
<g id="node23" class="node">
|
||||
<title>22</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-540" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-536.3" font-family="Times,serif" font-size="14.00">22</text>
|
||||
</g>
|
||||
<!-- 21->22 -->
|
||||
<g id="edge22" class="edge">
|
||||
<title>21->22</title>
|
||||
<path fill="none" stroke="black" d="M120,-608.8C120,-597.16 120,-581.55 120,-568.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-568.18 120,-558.18 116.5,-568.18 123.5,-568.18"/>
|
||||
<text text-anchor="middle" x="125" y="-579.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 23 -->
|
||||
<g id="node24" class="node">
|
||||
<title>23</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-453" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-449.3" font-family="Times,serif" font-size="14.00">23</text>
|
||||
</g>
|
||||
<!-- 22->23 -->
|
||||
<g id="edge23" class="edge">
|
||||
<title>22->23</title>
|
||||
<path fill="none" stroke="black" d="M120,-521.8C120,-510.16 120,-494.55 120,-481.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-481.18 120,-471.18 116.5,-481.18 123.5,-481.18"/>
|
||||
<text text-anchor="middle" x="125" y="-492.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 24 -->
|
||||
<g id="node25" class="node">
|
||||
<title>24</title>
|
||||
<ellipse fill="none" stroke="black" cx="48" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="48" y="-362.3" font-family="Times,serif" font-size="14.00">24</text>
|
||||
</g>
|
||||
<!-- 23->24 -->
|
||||
<g id="edge24" class="edge">
|
||||
<title>23->24</title>
|
||||
<path fill="none" stroke="black" d="M107.13,-436.8C96.07,-423.75 79.96,-404.74 67.35,-389.85"/>
|
||||
<polygon fill="black" stroke="black" points="69.89,-387.43 60.76,-382.06 64.55,-391.96 69.89,-387.43"/>
|
||||
<text text-anchor="middle" x="94" y="-405.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 25 -->
|
||||
<g id="node26" class="node">
|
||||
<title>25</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-362.3" font-family="Times,serif" font-size="14.00">25</text>
|
||||
</g>
|
||||
<!-- 23->25 -->
|
||||
<g id="edge25" class="edge">
|
||||
<title>23->25</title>
|
||||
<path fill="none" stroke="black" d="M120,-434.8C120,-423.16 120,-407.55 120,-394.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-394.18 120,-384.18 116.5,-394.18 123.5,-394.18"/>
|
||||
<text text-anchor="middle" x="125" y="-405.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 26 -->
|
||||
<g id="node27" class="node">
|
||||
<title>26</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-362.3" font-family="Times,serif" font-size="14.00">26</text>
|
||||
</g>
|
||||
<!-- 23->26 -->
|
||||
<g id="edge26" class="edge">
|
||||
<title>23->26</title>
|
||||
<path fill="none" stroke="black" d="M132.87,-436.8C143.93,-423.75 160.04,-404.74 172.65,-389.85"/>
|
||||
<polygon fill="black" stroke="black" points="175.45,-391.96 179.24,-382.06 170.11,-387.43 175.45,-391.96"/>
|
||||
<text text-anchor="middle" x="165" y="-405.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 27 -->
|
||||
<g id="node28" class="node">
|
||||
<title>27</title>
|
||||
<ellipse fill="none" stroke="black" cx="27" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="27" y="-275.3" font-family="Times,serif" font-size="14.00">27</text>
|
||||
</g>
|
||||
<!-- 24->27 -->
|
||||
<g id="edge27" class="edge">
|
||||
<title>24->27</title>
|
||||
<path fill="none" stroke="black" d="M36.85,-349.36C33.32,-343.56 29.86,-336.75 28,-330 25.99,-322.72 25.23,-314.61 25.1,-307.08"/>
|
||||
<polygon fill="black" stroke="black" points="28.6,-307.03 25.28,-296.97 21.6,-306.9 28.6,-307.03"/>
|
||||
<text text-anchor="middle" x="33" y="-318.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 28 -->
|
||||
<g id="node29" class="node">
|
||||
<title>28</title>
|
||||
<ellipse fill="none" stroke="black" cx="99" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="99" y="-275.3" font-family="Times,serif" font-size="14.00">28</text>
|
||||
</g>
|
||||
<!-- 24->28 -->
|
||||
<g id="edge28" class="edge">
|
||||
<title>24->28</title>
|
||||
<path fill="none" stroke="black" d="M49.99,-347.85C51.74,-337.74 55,-325 61,-315 64.33,-309.45 68.81,-304.24 73.51,-299.63"/>
|
||||
<polygon fill="black" stroke="black" points="75.89,-302.21 80.97,-292.91 71.2,-297.01 75.89,-302.21"/>
|
||||
<text text-anchor="middle" x="66" y="-318.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 25->27 -->
|
||||
<g id="edge29" class="edge">
|
||||
<title>25->27</title>
|
||||
<path fill="none" stroke="black" d="M106.3,-350.08C96.72,-339.88 83.46,-326.23 71,-315 65.22,-309.79 58.77,-304.43 52.63,-299.51"/>
|
||||
<polygon fill="black" stroke="black" points="54.56,-296.58 44.54,-293.15 50.24,-302.08 54.56,-296.58"/>
|
||||
<text text-anchor="middle" x="92" y="-318.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 29 -->
|
||||
<g id="node30" class="node">
|
||||
<title>29</title>
|
||||
<ellipse fill="none" stroke="black" cx="171" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="171" y="-275.3" font-family="Times,serif" font-size="14.00">29</text>
|
||||
</g>
|
||||
<!-- 25->29 -->
|
||||
<g id="edge30" class="edge">
|
||||
<title>25->29</title>
|
||||
<path fill="none" stroke="black" d="M119.31,-347.78C119.63,-337.63 121.35,-324.89 127,-315 130.86,-308.24 136.59,-302.3 142.64,-297.31"/>
|
||||
<polygon fill="black" stroke="black" points="145.02,-299.91 150.95,-291.13 140.84,-294.29 145.02,-299.91"/>
|
||||
<text text-anchor="middle" x="132" y="-318.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 26->28 -->
|
||||
<g id="edge31" class="edge">
|
||||
<title>26->28</title>
|
||||
<path fill="none" stroke="black" d="M176.64,-350.96C161.83,-337.43 139.23,-316.77 122.22,-301.22"/>
|
||||
<polygon fill="black" stroke="black" points="124.12,-298.22 114.38,-294.06 119.4,-303.39 124.12,-298.22"/>
|
||||
<text text-anchor="middle" x="156" y="-318.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 26->29 -->
|
||||
<g id="edge32" class="edge">
|
||||
<title>26->29</title>
|
||||
<path fill="none" stroke="black" d="M187.85,-348.21C184.94,-336.41 180.98,-320.38 177.63,-306.82"/>
|
||||
<polygon fill="black" stroke="black" points="181.01,-305.92 175.21,-297.05 174.21,-307.6 181.01,-305.92"/>
|
||||
<text text-anchor="middle" x="187" y="-318.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 30 -->
|
||||
<g id="node31" class="node">
|
||||
<title>30</title>
|
||||
<ellipse fill="none" stroke="black" cx="243" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="243" y="-275.3" font-family="Times,serif" font-size="14.00">30</text>
|
||||
</g>
|
||||
<!-- 26->30 -->
|
||||
<g id="edge33" class="edge">
|
||||
<title>26->30</title>
|
||||
<path fill="none" stroke="black" d="M201.59,-349.01C209.07,-336.55 219.59,-319.01 228.16,-304.74"/>
|
||||
<polygon fill="black" stroke="black" points="231.31,-306.29 233.45,-295.92 225.3,-302.69 231.31,-306.29"/>
|
||||
<text text-anchor="middle" x="225" y="-318.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 31 -->
|
||||
<g id="node32" class="node">
|
||||
<title>31</title>
|
||||
<ellipse fill="none" stroke="black" cx="69" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="69" y="-188.3" font-family="Times,serif" font-size="14.00">31</text>
|
||||
</g>
|
||||
<!-- 27->31 -->
|
||||
<g id="edge34" class="edge">
|
||||
<title>27->31</title>
|
||||
<path fill="none" stroke="black" d="M35.1,-261.61C41.14,-249.38 49.51,-232.44 56.42,-218.46"/>
|
||||
<polygon fill="black" stroke="black" points="59.63,-219.85 60.93,-209.34 53.36,-216.75 59.63,-219.85"/>
|
||||
<text text-anchor="middle" x="56" y="-231.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 28->31 -->
|
||||
<g id="edge35" class="edge">
|
||||
<title>28->31</title>
|
||||
<path fill="none" stroke="black" d="M85.66,-262.98C81.2,-257.13 76.68,-250.13 74,-243 71.33,-235.9 69.89,-227.85 69.16,-220.31"/>
|
||||
<polygon fill="black" stroke="black" points="72.65,-219.93 68.55,-210.16 65.66,-220.36 72.65,-219.93"/>
|
||||
<text text-anchor="middle" x="79" y="-231.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 32 -->
|
||||
<g id="node33" class="node">
|
||||
<title>32</title>
|
||||
<ellipse fill="none" stroke="black" cx="141" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="141" y="-188.3" font-family="Times,serif" font-size="14.00">32</text>
|
||||
</g>
|
||||
<!-- 28->32 -->
|
||||
<g id="edge36" class="edge">
|
||||
<title>28->32</title>
|
||||
<path fill="none" stroke="black" d="M99.69,-260.56C100.67,-250.58 102.92,-238.08 108,-228 110.54,-222.97 114.03,-218.15 117.8,-213.8"/>
|
||||
<polygon fill="black" stroke="black" points="120.39,-216.15 124.74,-206.49 115.31,-211.33 120.39,-216.15"/>
|
||||
<text text-anchor="middle" x="113" y="-231.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 29->31 -->
|
||||
<g id="edge37" class="edge">
|
||||
<title>29->31</title>
|
||||
<path fill="none" stroke="black" d="M156.64,-263.43C146.25,-253.15 131.68,-239.25 118,-228 111.04,-222.27 103.2,-216.43 95.88,-211.2"/>
|
||||
<polygon fill="black" stroke="black" points="97.79,-208.27 87.59,-205.39 93.77,-214 97.79,-208.27"/>
|
||||
<text text-anchor="middle" x="139" y="-231.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 33 -->
|
||||
<g id="node34" class="node">
|
||||
<title>33</title>
|
||||
<ellipse fill="none" stroke="black" cx="213" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="213" y="-188.3" font-family="Times,serif" font-size="14.00">33</text>
|
||||
</g>
|
||||
<!-- 29->33 -->
|
||||
<g id="edge38" class="edge">
|
||||
<title>29->33</title>
|
||||
<path fill="none" stroke="black" d="M169.81,-260.98C169.79,-250.91 171,-238.18 176,-228 178.75,-222.41 182.78,-217.24 187.19,-212.69"/>
|
||||
<polygon fill="black" stroke="black" points="189.84,-215.01 194.81,-205.65 185.09,-209.87 189.84,-215.01"/>
|
||||
<text text-anchor="middle" x="181" y="-231.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 30->32 -->
|
||||
<g id="edge39" class="edge">
|
||||
<title>30->32</title>
|
||||
<path fill="none" stroke="black" d="M227.25,-263.74C215.92,-253.59 200.21,-239.74 186,-228 179.67,-222.77 172.72,-217.25 166.21,-212.19"/>
|
||||
<polygon fill="black" stroke="black" points="168.34,-209.41 158.28,-206.06 164.06,-214.95 168.34,-209.41"/>
|
||||
<text text-anchor="middle" x="208" y="-231.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 30->33 -->
|
||||
<g id="edge40" class="edge">
|
||||
<title>30->33</title>
|
||||
<path fill="none" stroke="black" d="M237.07,-261.21C232.88,-249.33 227.18,-233.17 222.37,-219.56"/>
|
||||
<polygon fill="black" stroke="black" points="225.54,-218.02 218.91,-209.76 218.94,-220.35 225.54,-218.02"/>
|
||||
<text text-anchor="middle" x="234" y="-231.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 34 -->
|
||||
<g id="node35" class="node">
|
||||
<title>34</title>
|
||||
<ellipse fill="none" stroke="black" cx="285" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="285" y="-188.3" font-family="Times,serif" font-size="14.00">34</text>
|
||||
</g>
|
||||
<!-- 30->34 -->
|
||||
<g id="edge41" class="edge">
|
||||
<title>30->34</title>
|
||||
<path fill="none" stroke="black" d="M251.1,-261.61C257.14,-249.38 265.51,-232.44 272.42,-218.46"/>
|
||||
<polygon fill="black" stroke="black" points="275.63,-219.85 276.93,-209.34 269.36,-216.75 275.63,-219.85"/>
|
||||
<text text-anchor="middle" x="271" y="-231.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 35 -->
|
||||
<g id="node36" class="node">
|
||||
<title>35</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-101.3" font-family="Times,serif" font-size="14.00">35</text>
|
||||
</g>
|
||||
<!-- 31->35 -->
|
||||
<g id="edge42" class="edge">
|
||||
<title>31->35</title>
|
||||
<path fill="none" stroke="black" d="M78.59,-175.01C86.07,-162.55 96.59,-145.01 105.16,-130.74"/>
|
||||
<polygon fill="black" stroke="black" points="108.31,-132.29 110.45,-121.92 102.3,-128.69 108.31,-132.29"/>
|
||||
<text text-anchor="middle" x="103" y="-144.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 32->35 -->
|
||||
<g id="edge43" class="edge">
|
||||
<title>32->35</title>
|
||||
<path fill="none" stroke="black" d="M129.85,-175.36C126.32,-169.56 122.86,-162.75 121,-156 118.99,-148.72 118.23,-140.61 118.1,-133.08"/>
|
||||
<polygon fill="black" stroke="black" points="121.6,-133.03 118.28,-122.97 114.6,-132.9 121.6,-133.03"/>
|
||||
<text text-anchor="middle" x="126" y="-144.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 36 -->
|
||||
<g id="node37" class="node">
|
||||
<title>36</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-101.3" font-family="Times,serif" font-size="14.00">36</text>
|
||||
</g>
|
||||
<!-- 32->36 -->
|
||||
<g id="edge44" class="edge">
|
||||
<title>32->36</title>
|
||||
<path fill="none" stroke="black" d="M142.99,-173.85C144.74,-163.74 148,-151 154,-141 157.33,-135.45 161.81,-130.24 166.51,-125.63"/>
|
||||
<polygon fill="black" stroke="black" points="168.89,-128.21 173.97,-118.91 164.2,-123.01 168.89,-128.21"/>
|
||||
<text text-anchor="middle" x="159" y="-144.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 33->35 -->
|
||||
<g id="edge45" class="edge">
|
||||
<title>33->35</title>
|
||||
<path fill="none" stroke="black" d="M199.3,-176.08C189.72,-165.88 176.46,-152.23 164,-141 158.22,-135.79 151.77,-130.43 145.63,-125.51"/>
|
||||
<polygon fill="black" stroke="black" points="147.56,-122.58 137.54,-119.15 143.24,-128.08 147.56,-122.58"/>
|
||||
<text text-anchor="middle" x="184" y="-144.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 37 -->
|
||||
<g id="node38" class="node">
|
||||
<title>37</title>
|
||||
<ellipse fill="none" stroke="black" cx="264" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="264" y="-101.3" font-family="Times,serif" font-size="14.00">37</text>
|
||||
</g>
|
||||
<!-- 33->37 -->
|
||||
<g id="edge46" class="edge">
|
||||
<title>33->37</title>
|
||||
<path fill="none" stroke="black" d="M212.31,-173.78C212.63,-163.63 214.35,-150.89 220,-141 223.86,-134.24 229.59,-128.3 235.64,-123.31"/>
|
||||
<polygon fill="black" stroke="black" points="238.02,-125.91 243.95,-117.13 233.84,-120.29 238.02,-125.91"/>
|
||||
<text text-anchor="middle" x="225" y="-144.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 34->36 -->
|
||||
<g id="edge47" class="edge">
|
||||
<title>34->36</title>
|
||||
<path fill="none" stroke="black" d="M269.64,-176.96C254.83,-163.43 232.23,-142.77 215.22,-127.22"/>
|
||||
<polygon fill="black" stroke="black" points="217.12,-124.22 207.38,-120.06 212.4,-129.39 217.12,-124.22"/>
|
||||
<text text-anchor="middle" x="249" y="-144.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 34->37 -->
|
||||
<g id="edge48" class="edge">
|
||||
<title>34->37</title>
|
||||
<path fill="none" stroke="black" d="M280.85,-174.21C277.94,-162.41 273.98,-146.38 270.63,-132.82"/>
|
||||
<polygon fill="black" stroke="black" points="274.01,-131.92 268.21,-123.05 267.21,-133.6 274.01,-131.92"/>
|
||||
<text text-anchor="middle" x="280" y="-144.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 38 -->
|
||||
<g id="node39" class="node">
|
||||
<title>38</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-18" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-14.3" font-family="Times,serif" font-size="14.00">38</text>
|
||||
</g>
|
||||
<!-- 35->38 -->
|
||||
<g id="edge49" class="edge">
|
||||
<title>35->38</title>
|
||||
<path fill="none" stroke="black" d="M132.87,-88.8C143.93,-75.75 160.04,-56.74 172.65,-41.85"/>
|
||||
<polygon fill="black" stroke="black" points="175.45,-43.96 179.24,-34.06 170.11,-39.43 175.45,-43.96"/>
|
||||
<text text-anchor="middle" x="165" y="-57.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 36->38 -->
|
||||
<g id="edge50" class="edge">
|
||||
<title>36->38</title>
|
||||
<path fill="none" stroke="black" d="M192,-86.8C192,-75.16 192,-59.55 192,-46.24"/>
|
||||
<polygon fill="black" stroke="black" points="195.5,-46.18 192,-36.18 188.5,-46.18 195.5,-46.18"/>
|
||||
<text text-anchor="middle" x="197" y="-57.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 37->38 -->
|
||||
<g id="edge51" class="edge">
|
||||
<title>37->38</title>
|
||||
<path fill="none" stroke="black" d="M251.13,-88.8C240.07,-75.75 223.96,-56.74 211.35,-41.85"/>
|
||||
<polygon fill="black" stroke="black" points="213.89,-39.43 204.76,-34.06 208.55,-43.96 213.89,-39.43"/>
|
||||
<text text-anchor="middle" x="237" y="-57.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 532 KiB |
|
Before Width: | Height: | Size: 694 KiB |
|
Before Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 230 KiB |
113262
Feb_2021/Sync/4_Serv/ag.svg
|
Before Width: | Height: | Size: 7.4 MiB |
@ -1,604 +0,0 @@
|
||||
<?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 2.46.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="320pt" height="2480pt"
|
||||
viewBox="0.00 0.00 320.00 2480.00" 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 2476)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-2476 316,-2476 316,4 -4,4"/>
|
||||
<!-- 0 -->
|
||||
<g id="node1" class="node">
|
||||
<title>0</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2454" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2450.3" font-family="Times,serif" font-size="14.00">0</text>
|
||||
</g>
|
||||
<!-- 1 -->
|
||||
<g id="node2" class="node">
|
||||
<title>1</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2367" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2363.3" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 0->1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>0->1</title>
|
||||
<path fill="none" stroke="black" d="M120,-2435.8C120,-2424.16 120,-2408.55 120,-2395.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2395.18 120,-2385.18 116.5,-2395.18 123.5,-2395.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2406.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 2 -->
|
||||
<g id="node3" class="node">
|
||||
<title>2</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2280" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2276.3" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 1->2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>1->2</title>
|
||||
<path fill="none" stroke="black" d="M120,-2348.8C120,-2337.16 120,-2321.55 120,-2308.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2308.18 120,-2298.18 116.5,-2308.18 123.5,-2308.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2319.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 3 -->
|
||||
<g id="node4" class="node">
|
||||
<title>3</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2193" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2189.3" font-family="Times,serif" font-size="14.00">3</text>
|
||||
</g>
|
||||
<!-- 2->3 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>2->3</title>
|
||||
<path fill="none" stroke="black" d="M120,-2261.8C120,-2250.16 120,-2234.55 120,-2221.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2221.18 120,-2211.18 116.5,-2221.18 123.5,-2221.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2232.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 4 -->
|
||||
<g id="node5" class="node">
|
||||
<title>4</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2106" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2102.3" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 3->4 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>3->4</title>
|
||||
<path fill="none" stroke="black" d="M120,-2174.8C120,-2163.16 120,-2147.55 120,-2134.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2134.18 120,-2124.18 116.5,-2134.18 123.5,-2134.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2145.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 5 -->
|
||||
<g id="node6" class="node">
|
||||
<title>5</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2019" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2015.3" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 4->5 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>4->5</title>
|
||||
<path fill="none" stroke="black" d="M120,-2087.8C120,-2076.16 120,-2060.55 120,-2047.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2047.18 120,-2037.18 116.5,-2047.18 123.5,-2047.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2058.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 6 -->
|
||||
<g id="node7" class="node">
|
||||
<title>6</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1932" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1928.3" font-family="Times,serif" font-size="14.00">6</text>
|
||||
</g>
|
||||
<!-- 5->6 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>5->6</title>
|
||||
<path fill="none" stroke="black" d="M120,-2000.8C120,-1989.16 120,-1973.55 120,-1960.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1960.18 120,-1950.18 116.5,-1960.18 123.5,-1960.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1971.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 7 -->
|
||||
<g id="node8" class="node">
|
||||
<title>7</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1845" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1841.3" font-family="Times,serif" font-size="14.00">7</text>
|
||||
</g>
|
||||
<!-- 6->7 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>6->7</title>
|
||||
<path fill="none" stroke="black" d="M120,-1913.8C120,-1902.16 120,-1886.55 120,-1873.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1873.18 120,-1863.18 116.5,-1873.18 123.5,-1873.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1884.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 8 -->
|
||||
<g id="node9" class="node">
|
||||
<title>8</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1758" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1754.3" font-family="Times,serif" font-size="14.00">8</text>
|
||||
</g>
|
||||
<!-- 7->8 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>7->8</title>
|
||||
<path fill="none" stroke="black" d="M120,-1826.8C120,-1815.16 120,-1799.55 120,-1786.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1786.18 120,-1776.18 116.5,-1786.18 123.5,-1786.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1797.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 9 -->
|
||||
<g id="node10" class="node">
|
||||
<title>9</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1671" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1667.3" font-family="Times,serif" font-size="14.00">9</text>
|
||||
</g>
|
||||
<!-- 8->9 -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>8->9</title>
|
||||
<path fill="none" stroke="black" d="M120,-1739.8C120,-1728.16 120,-1712.55 120,-1699.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1699.18 120,-1689.18 116.5,-1699.18 123.5,-1699.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1710.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 10 -->
|
||||
<g id="node11" class="node">
|
||||
<title>10</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1584" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1580.3" font-family="Times,serif" font-size="14.00">10</text>
|
||||
</g>
|
||||
<!-- 9->10 -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>9->10</title>
|
||||
<path fill="none" stroke="black" d="M120,-1652.8C120,-1641.16 120,-1625.55 120,-1612.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1612.18 120,-1602.18 116.5,-1612.18 123.5,-1612.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1623.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 11 -->
|
||||
<g id="node12" class="node">
|
||||
<title>11</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1497" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1493.3" font-family="Times,serif" font-size="14.00">11</text>
|
||||
</g>
|
||||
<!-- 10->11 -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>10->11</title>
|
||||
<path fill="none" stroke="black" d="M120,-1565.8C120,-1554.16 120,-1538.55 120,-1525.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1525.18 120,-1515.18 116.5,-1525.18 123.5,-1525.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1536.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 12 -->
|
||||
<g id="node13" class="node">
|
||||
<title>12</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1410" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1406.3" font-family="Times,serif" font-size="14.00">12</text>
|
||||
</g>
|
||||
<!-- 11->12 -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>11->12</title>
|
||||
<path fill="none" stroke="black" d="M120,-1478.8C120,-1467.16 120,-1451.55 120,-1438.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1438.18 120,-1428.18 116.5,-1438.18 123.5,-1438.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1449.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 13 -->
|
||||
<g id="node14" class="node">
|
||||
<title>13</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1323" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1319.3" font-family="Times,serif" font-size="14.00">13</text>
|
||||
</g>
|
||||
<!-- 12->13 -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>12->13</title>
|
||||
<path fill="none" stroke="black" d="M120,-1391.8C120,-1380.16 120,-1364.55 120,-1351.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1351.18 120,-1341.18 116.5,-1351.18 123.5,-1351.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1362.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 14 -->
|
||||
<g id="node15" class="node">
|
||||
<title>14</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1236" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1232.3" font-family="Times,serif" font-size="14.00">14</text>
|
||||
</g>
|
||||
<!-- 13->14 -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>13->14</title>
|
||||
<path fill="none" stroke="black" d="M120,-1304.8C120,-1293.16 120,-1277.55 120,-1264.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1264.18 120,-1254.18 116.5,-1264.18 123.5,-1264.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1275.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 15 -->
|
||||
<g id="node16" class="node">
|
||||
<title>15</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1149" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1145.3" font-family="Times,serif" font-size="14.00">15</text>
|
||||
</g>
|
||||
<!-- 14->15 -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>14->15</title>
|
||||
<path fill="none" stroke="black" d="M120,-1217.8C120,-1206.16 120,-1190.55 120,-1177.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1177.18 120,-1167.18 116.5,-1177.18 123.5,-1177.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1188.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 16 -->
|
||||
<g id="node17" class="node">
|
||||
<title>16</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1062" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1058.3" font-family="Times,serif" font-size="14.00">16</text>
|
||||
</g>
|
||||
<!-- 15->16 -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>15->16</title>
|
||||
<path fill="none" stroke="black" d="M120,-1130.8C120,-1119.16 120,-1103.55 120,-1090.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1090.18 120,-1080.18 116.5,-1090.18 123.5,-1090.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1101.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 17 -->
|
||||
<g id="node18" class="node">
|
||||
<title>17</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-975" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-971.3" font-family="Times,serif" font-size="14.00">17</text>
|
||||
</g>
|
||||
<!-- 16->17 -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>16->17</title>
|
||||
<path fill="none" stroke="black" d="M120,-1043.8C120,-1032.16 120,-1016.55 120,-1003.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1003.18 120,-993.18 116.5,-1003.18 123.5,-1003.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1014.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 18 -->
|
||||
<g id="node19" class="node">
|
||||
<title>18</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-888" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-884.3" font-family="Times,serif" font-size="14.00">18</text>
|
||||
</g>
|
||||
<!-- 17->18 -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>17->18</title>
|
||||
<path fill="none" stroke="black" d="M120,-956.8C120,-945.16 120,-929.55 120,-916.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-916.18 120,-906.18 116.5,-916.18 123.5,-916.18"/>
|
||||
<text text-anchor="middle" x="125" y="-927.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 19 -->
|
||||
<g id="node20" class="node">
|
||||
<title>19</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-801" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-797.3" font-family="Times,serif" font-size="14.00">19</text>
|
||||
</g>
|
||||
<!-- 18->19 -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>18->19</title>
|
||||
<path fill="none" stroke="black" d="M120,-869.8C120,-858.16 120,-842.55 120,-829.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-829.18 120,-819.18 116.5,-829.18 123.5,-829.18"/>
|
||||
<text text-anchor="middle" x="125" y="-840.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 20 -->
|
||||
<g id="node21" class="node">
|
||||
<title>20</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-714" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-710.3" font-family="Times,serif" font-size="14.00">20</text>
|
||||
</g>
|
||||
<!-- 19->20 -->
|
||||
<g id="edge20" class="edge">
|
||||
<title>19->20</title>
|
||||
<path fill="none" stroke="black" d="M120,-782.8C120,-771.16 120,-755.55 120,-742.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-742.18 120,-732.18 116.5,-742.18 123.5,-742.18"/>
|
||||
<text text-anchor="middle" x="125" y="-753.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 21 -->
|
||||
<g id="node22" class="node">
|
||||
<title>21</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-627" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-623.3" font-family="Times,serif" font-size="14.00">21</text>
|
||||
</g>
|
||||
<!-- 20->21 -->
|
||||
<g id="edge21" class="edge">
|
||||
<title>20->21</title>
|
||||
<path fill="none" stroke="black" d="M120,-695.8C120,-684.16 120,-668.55 120,-655.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-655.18 120,-645.18 116.5,-655.18 123.5,-655.18"/>
|
||||
<text text-anchor="middle" x="125" y="-666.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 22 -->
|
||||
<g id="node23" class="node">
|
||||
<title>22</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-540" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-536.3" font-family="Times,serif" font-size="14.00">22</text>
|
||||
</g>
|
||||
<!-- 21->22 -->
|
||||
<g id="edge22" class="edge">
|
||||
<title>21->22</title>
|
||||
<path fill="none" stroke="black" d="M120,-608.8C120,-597.16 120,-581.55 120,-568.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-568.18 120,-558.18 116.5,-568.18 123.5,-568.18"/>
|
||||
<text text-anchor="middle" x="125" y="-579.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 23 -->
|
||||
<g id="node24" class="node">
|
||||
<title>23</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-453" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-449.3" font-family="Times,serif" font-size="14.00">23</text>
|
||||
</g>
|
||||
<!-- 22->23 -->
|
||||
<g id="edge23" class="edge">
|
||||
<title>22->23</title>
|
||||
<path fill="none" stroke="black" d="M120,-521.8C120,-510.16 120,-494.55 120,-481.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-481.18 120,-471.18 116.5,-481.18 123.5,-481.18"/>
|
||||
<text text-anchor="middle" x="125" y="-492.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 24 -->
|
||||
<g id="node25" class="node">
|
||||
<title>24</title>
|
||||
<ellipse fill="none" stroke="black" cx="48" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="48" y="-362.3" font-family="Times,serif" font-size="14.00">24</text>
|
||||
</g>
|
||||
<!-- 23->24 -->
|
||||
<g id="edge24" class="edge">
|
||||
<title>23->24</title>
|
||||
<path fill="none" stroke="black" d="M107.13,-436.8C96.07,-423.75 79.96,-404.74 67.35,-389.85"/>
|
||||
<polygon fill="black" stroke="black" points="69.89,-387.43 60.76,-382.06 64.55,-391.96 69.89,-387.43"/>
|
||||
<text text-anchor="middle" x="94" y="-405.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 25 -->
|
||||
<g id="node26" class="node">
|
||||
<title>25</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-362.3" font-family="Times,serif" font-size="14.00">25</text>
|
||||
</g>
|
||||
<!-- 23->25 -->
|
||||
<g id="edge25" class="edge">
|
||||
<title>23->25</title>
|
||||
<path fill="none" stroke="black" d="M120,-434.8C120,-423.16 120,-407.55 120,-394.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-394.18 120,-384.18 116.5,-394.18 123.5,-394.18"/>
|
||||
<text text-anchor="middle" x="125" y="-405.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 26 -->
|
||||
<g id="node27" class="node">
|
||||
<title>26</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-362.3" font-family="Times,serif" font-size="14.00">26</text>
|
||||
</g>
|
||||
<!-- 23->26 -->
|
||||
<g id="edge26" class="edge">
|
||||
<title>23->26</title>
|
||||
<path fill="none" stroke="black" d="M132.87,-436.8C143.93,-423.75 160.04,-404.74 172.65,-389.85"/>
|
||||
<polygon fill="black" stroke="black" points="175.45,-391.96 179.24,-382.06 170.11,-387.43 175.45,-391.96"/>
|
||||
<text text-anchor="middle" x="165" y="-405.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 27 -->
|
||||
<g id="node28" class="node">
|
||||
<title>27</title>
|
||||
<ellipse fill="none" stroke="black" cx="27" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="27" y="-275.3" font-family="Times,serif" font-size="14.00">27</text>
|
||||
</g>
|
||||
<!-- 24->27 -->
|
||||
<g id="edge27" class="edge">
|
||||
<title>24->27</title>
|
||||
<path fill="none" stroke="black" d="M36.85,-349.36C33.32,-343.56 29.86,-336.75 28,-330 25.99,-322.72 25.23,-314.61 25.1,-307.08"/>
|
||||
<polygon fill="black" stroke="black" points="28.6,-307.03 25.28,-296.97 21.6,-306.9 28.6,-307.03"/>
|
||||
<text text-anchor="middle" x="33" y="-318.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 28 -->
|
||||
<g id="node29" class="node">
|
||||
<title>28</title>
|
||||
<ellipse fill="none" stroke="black" cx="99" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="99" y="-275.3" font-family="Times,serif" font-size="14.00">28</text>
|
||||
</g>
|
||||
<!-- 24->28 -->
|
||||
<g id="edge28" class="edge">
|
||||
<title>24->28</title>
|
||||
<path fill="none" stroke="black" d="M49.99,-347.85C51.74,-337.74 55,-325 61,-315 64.33,-309.45 68.81,-304.24 73.51,-299.63"/>
|
||||
<polygon fill="black" stroke="black" points="75.89,-302.21 80.97,-292.91 71.2,-297.01 75.89,-302.21"/>
|
||||
<text text-anchor="middle" x="66" y="-318.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 25->27 -->
|
||||
<g id="edge29" class="edge">
|
||||
<title>25->27</title>
|
||||
<path fill="none" stroke="black" d="M106.3,-350.08C96.72,-339.88 83.46,-326.23 71,-315 65.22,-309.79 58.77,-304.43 52.63,-299.51"/>
|
||||
<polygon fill="black" stroke="black" points="54.56,-296.58 44.54,-293.15 50.24,-302.08 54.56,-296.58"/>
|
||||
<text text-anchor="middle" x="92" y="-318.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 29 -->
|
||||
<g id="node30" class="node">
|
||||
<title>29</title>
|
||||
<ellipse fill="none" stroke="black" cx="171" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="171" y="-275.3" font-family="Times,serif" font-size="14.00">29</text>
|
||||
</g>
|
||||
<!-- 25->29 -->
|
||||
<g id="edge30" class="edge">
|
||||
<title>25->29</title>
|
||||
<path fill="none" stroke="black" d="M119.31,-347.78C119.63,-337.63 121.35,-324.89 127,-315 130.86,-308.24 136.59,-302.3 142.64,-297.31"/>
|
||||
<polygon fill="black" stroke="black" points="145.02,-299.91 150.95,-291.13 140.84,-294.29 145.02,-299.91"/>
|
||||
<text text-anchor="middle" x="132" y="-318.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 26->28 -->
|
||||
<g id="edge31" class="edge">
|
||||
<title>26->28</title>
|
||||
<path fill="none" stroke="black" d="M176.64,-350.96C161.83,-337.43 139.23,-316.77 122.22,-301.22"/>
|
||||
<polygon fill="black" stroke="black" points="124.12,-298.22 114.38,-294.06 119.4,-303.39 124.12,-298.22"/>
|
||||
<text text-anchor="middle" x="156" y="-318.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 26->29 -->
|
||||
<g id="edge32" class="edge">
|
||||
<title>26->29</title>
|
||||
<path fill="none" stroke="black" d="M187.85,-348.21C184.94,-336.41 180.98,-320.38 177.63,-306.82"/>
|
||||
<polygon fill="black" stroke="black" points="181.01,-305.92 175.21,-297.05 174.21,-307.6 181.01,-305.92"/>
|
||||
<text text-anchor="middle" x="187" y="-318.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 30 -->
|
||||
<g id="node31" class="node">
|
||||
<title>30</title>
|
||||
<ellipse fill="none" stroke="black" cx="243" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="243" y="-275.3" font-family="Times,serif" font-size="14.00">30</text>
|
||||
</g>
|
||||
<!-- 26->30 -->
|
||||
<g id="edge33" class="edge">
|
||||
<title>26->30</title>
|
||||
<path fill="none" stroke="black" d="M201.59,-349.01C209.07,-336.55 219.59,-319.01 228.16,-304.74"/>
|
||||
<polygon fill="black" stroke="black" points="231.31,-306.29 233.45,-295.92 225.3,-302.69 231.31,-306.29"/>
|
||||
<text text-anchor="middle" x="225" y="-318.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 31 -->
|
||||
<g id="node32" class="node">
|
||||
<title>31</title>
|
||||
<ellipse fill="none" stroke="black" cx="69" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="69" y="-188.3" font-family="Times,serif" font-size="14.00">31</text>
|
||||
</g>
|
||||
<!-- 27->31 -->
|
||||
<g id="edge34" class="edge">
|
||||
<title>27->31</title>
|
||||
<path fill="none" stroke="black" d="M35.1,-261.61C41.14,-249.38 49.51,-232.44 56.42,-218.46"/>
|
||||
<polygon fill="black" stroke="black" points="59.63,-219.85 60.93,-209.34 53.36,-216.75 59.63,-219.85"/>
|
||||
<text text-anchor="middle" x="56" y="-231.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 28->31 -->
|
||||
<g id="edge35" class="edge">
|
||||
<title>28->31</title>
|
||||
<path fill="none" stroke="black" d="M85.66,-262.98C81.2,-257.13 76.68,-250.13 74,-243 71.33,-235.9 69.89,-227.85 69.16,-220.31"/>
|
||||
<polygon fill="black" stroke="black" points="72.65,-219.93 68.55,-210.16 65.66,-220.36 72.65,-219.93"/>
|
||||
<text text-anchor="middle" x="79" y="-231.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 32 -->
|
||||
<g id="node33" class="node">
|
||||
<title>32</title>
|
||||
<ellipse fill="none" stroke="black" cx="141" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="141" y="-188.3" font-family="Times,serif" font-size="14.00">32</text>
|
||||
</g>
|
||||
<!-- 28->32 -->
|
||||
<g id="edge36" class="edge">
|
||||
<title>28->32</title>
|
||||
<path fill="none" stroke="black" d="M99.69,-260.56C100.67,-250.58 102.92,-238.08 108,-228 110.54,-222.97 114.03,-218.15 117.8,-213.8"/>
|
||||
<polygon fill="black" stroke="black" points="120.39,-216.15 124.74,-206.49 115.31,-211.33 120.39,-216.15"/>
|
||||
<text text-anchor="middle" x="113" y="-231.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 29->31 -->
|
||||
<g id="edge37" class="edge">
|
||||
<title>29->31</title>
|
||||
<path fill="none" stroke="black" d="M156.64,-263.43C146.25,-253.15 131.68,-239.25 118,-228 111.04,-222.27 103.2,-216.43 95.88,-211.2"/>
|
||||
<polygon fill="black" stroke="black" points="97.79,-208.27 87.59,-205.39 93.77,-214 97.79,-208.27"/>
|
||||
<text text-anchor="middle" x="139" y="-231.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 33 -->
|
||||
<g id="node34" class="node">
|
||||
<title>33</title>
|
||||
<ellipse fill="none" stroke="black" cx="213" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="213" y="-188.3" font-family="Times,serif" font-size="14.00">33</text>
|
||||
</g>
|
||||
<!-- 29->33 -->
|
||||
<g id="edge38" class="edge">
|
||||
<title>29->33</title>
|
||||
<path fill="none" stroke="black" d="M169.81,-260.98C169.79,-250.91 171,-238.18 176,-228 178.75,-222.41 182.78,-217.24 187.19,-212.69"/>
|
||||
<polygon fill="black" stroke="black" points="189.84,-215.01 194.81,-205.65 185.09,-209.87 189.84,-215.01"/>
|
||||
<text text-anchor="middle" x="181" y="-231.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 30->32 -->
|
||||
<g id="edge39" class="edge">
|
||||
<title>30->32</title>
|
||||
<path fill="none" stroke="black" d="M227.25,-263.74C215.92,-253.59 200.21,-239.74 186,-228 179.67,-222.77 172.72,-217.25 166.21,-212.19"/>
|
||||
<polygon fill="black" stroke="black" points="168.34,-209.41 158.28,-206.06 164.06,-214.95 168.34,-209.41"/>
|
||||
<text text-anchor="middle" x="208" y="-231.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 30->33 -->
|
||||
<g id="edge40" class="edge">
|
||||
<title>30->33</title>
|
||||
<path fill="none" stroke="black" d="M237.07,-261.21C232.88,-249.33 227.18,-233.17 222.37,-219.56"/>
|
||||
<polygon fill="black" stroke="black" points="225.54,-218.02 218.91,-209.76 218.94,-220.35 225.54,-218.02"/>
|
||||
<text text-anchor="middle" x="234" y="-231.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 34 -->
|
||||
<g id="node35" class="node">
|
||||
<title>34</title>
|
||||
<ellipse fill="none" stroke="black" cx="285" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="285" y="-188.3" font-family="Times,serif" font-size="14.00">34</text>
|
||||
</g>
|
||||
<!-- 30->34 -->
|
||||
<g id="edge41" class="edge">
|
||||
<title>30->34</title>
|
||||
<path fill="none" stroke="black" d="M251.1,-261.61C257.14,-249.38 265.51,-232.44 272.42,-218.46"/>
|
||||
<polygon fill="black" stroke="black" points="275.63,-219.85 276.93,-209.34 269.36,-216.75 275.63,-219.85"/>
|
||||
<text text-anchor="middle" x="271" y="-231.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 35 -->
|
||||
<g id="node36" class="node">
|
||||
<title>35</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-101.3" font-family="Times,serif" font-size="14.00">35</text>
|
||||
</g>
|
||||
<!-- 31->35 -->
|
||||
<g id="edge42" class="edge">
|
||||
<title>31->35</title>
|
||||
<path fill="none" stroke="black" d="M78.59,-175.01C86.07,-162.55 96.59,-145.01 105.16,-130.74"/>
|
||||
<polygon fill="black" stroke="black" points="108.31,-132.29 110.45,-121.92 102.3,-128.69 108.31,-132.29"/>
|
||||
<text text-anchor="middle" x="103" y="-144.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 32->35 -->
|
||||
<g id="edge43" class="edge">
|
||||
<title>32->35</title>
|
||||
<path fill="none" stroke="black" d="M129.85,-175.36C126.32,-169.56 122.86,-162.75 121,-156 118.99,-148.72 118.23,-140.61 118.1,-133.08"/>
|
||||
<polygon fill="black" stroke="black" points="121.6,-133.03 118.28,-122.97 114.6,-132.9 121.6,-133.03"/>
|
||||
<text text-anchor="middle" x="126" y="-144.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 36 -->
|
||||
<g id="node37" class="node">
|
||||
<title>36</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-101.3" font-family="Times,serif" font-size="14.00">36</text>
|
||||
</g>
|
||||
<!-- 32->36 -->
|
||||
<g id="edge44" class="edge">
|
||||
<title>32->36</title>
|
||||
<path fill="none" stroke="black" d="M142.99,-173.85C144.74,-163.74 148,-151 154,-141 157.33,-135.45 161.81,-130.24 166.51,-125.63"/>
|
||||
<polygon fill="black" stroke="black" points="168.89,-128.21 173.97,-118.91 164.2,-123.01 168.89,-128.21"/>
|
||||
<text text-anchor="middle" x="159" y="-144.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 33->35 -->
|
||||
<g id="edge45" class="edge">
|
||||
<title>33->35</title>
|
||||
<path fill="none" stroke="black" d="M199.3,-176.08C189.72,-165.88 176.46,-152.23 164,-141 158.22,-135.79 151.77,-130.43 145.63,-125.51"/>
|
||||
<polygon fill="black" stroke="black" points="147.56,-122.58 137.54,-119.15 143.24,-128.08 147.56,-122.58"/>
|
||||
<text text-anchor="middle" x="184" y="-144.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 37 -->
|
||||
<g id="node38" class="node">
|
||||
<title>37</title>
|
||||
<ellipse fill="none" stroke="black" cx="264" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="264" y="-101.3" font-family="Times,serif" font-size="14.00">37</text>
|
||||
</g>
|
||||
<!-- 33->37 -->
|
||||
<g id="edge46" class="edge">
|
||||
<title>33->37</title>
|
||||
<path fill="none" stroke="black" d="M212.31,-173.78C212.63,-163.63 214.35,-150.89 220,-141 223.86,-134.24 229.59,-128.3 235.64,-123.31"/>
|
||||
<polygon fill="black" stroke="black" points="238.02,-125.91 243.95,-117.13 233.84,-120.29 238.02,-125.91"/>
|
||||
<text text-anchor="middle" x="225" y="-144.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 34->36 -->
|
||||
<g id="edge47" class="edge">
|
||||
<title>34->36</title>
|
||||
<path fill="none" stroke="black" d="M269.64,-176.96C254.83,-163.43 232.23,-142.77 215.22,-127.22"/>
|
||||
<polygon fill="black" stroke="black" points="217.12,-124.22 207.38,-120.06 212.4,-129.39 217.12,-124.22"/>
|
||||
<text text-anchor="middle" x="249" y="-144.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 34->37 -->
|
||||
<g id="edge48" class="edge">
|
||||
<title>34->37</title>
|
||||
<path fill="none" stroke="black" d="M280.85,-174.21C277.94,-162.41 273.98,-146.38 270.63,-132.82"/>
|
||||
<polygon fill="black" stroke="black" points="274.01,-131.92 268.21,-123.05 267.21,-133.6 274.01,-131.92"/>
|
||||
<text text-anchor="middle" x="280" y="-144.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 38 -->
|
||||
<g id="node39" class="node">
|
||||
<title>38</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-18" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-14.3" font-family="Times,serif" font-size="14.00">38</text>
|
||||
</g>
|
||||
<!-- 35->38 -->
|
||||
<g id="edge49" class="edge">
|
||||
<title>35->38</title>
|
||||
<path fill="none" stroke="black" d="M132.87,-88.8C143.93,-75.75 160.04,-56.74 172.65,-41.85"/>
|
||||
<polygon fill="black" stroke="black" points="175.45,-43.96 179.24,-34.06 170.11,-39.43 175.45,-43.96"/>
|
||||
<text text-anchor="middle" x="165" y="-57.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 36->38 -->
|
||||
<g id="edge50" class="edge">
|
||||
<title>36->38</title>
|
||||
<path fill="none" stroke="black" d="M192,-86.8C192,-75.16 192,-59.55 192,-46.24"/>
|
||||
<polygon fill="black" stroke="black" points="195.5,-46.18 192,-36.18 188.5,-46.18 195.5,-46.18"/>
|
||||
<text text-anchor="middle" x="197" y="-57.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 37->38 -->
|
||||
<g id="edge51" class="edge">
|
||||
<title>37->38</title>
|
||||
<path fill="none" stroke="black" d="M251.13,-88.8C240.07,-75.75 223.96,-56.74 211.35,-41.85"/>
|
||||
<polygon fill="black" stroke="black" points="213.89,-39.43 204.76,-34.06 208.55,-43.96 213.89,-39.43"/>
|
||||
<text text-anchor="middle" x="237" y="-57.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 532 KiB |
|
Before Width: | Height: | Size: 694 KiB |
|
Before Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 230 KiB |
|
Before Width: | Height: | Size: 7.4 MiB |
@ -1,604 +0,0 @@
|
||||
<?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 2.46.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="320pt" height="2480pt"
|
||||
viewBox="0.00 0.00 320.00 2480.00" 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 2476)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-2476 316,-2476 316,4 -4,4"/>
|
||||
<!-- 0 -->
|
||||
<g id="node1" class="node">
|
||||
<title>0</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2454" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2450.3" font-family="Times,serif" font-size="14.00">0</text>
|
||||
</g>
|
||||
<!-- 1 -->
|
||||
<g id="node2" class="node">
|
||||
<title>1</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2367" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2363.3" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 0->1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>0->1</title>
|
||||
<path fill="none" stroke="black" d="M120,-2435.8C120,-2424.16 120,-2408.55 120,-2395.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2395.18 120,-2385.18 116.5,-2395.18 123.5,-2395.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2406.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 2 -->
|
||||
<g id="node3" class="node">
|
||||
<title>2</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2280" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2276.3" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 1->2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>1->2</title>
|
||||
<path fill="none" stroke="black" d="M120,-2348.8C120,-2337.16 120,-2321.55 120,-2308.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2308.18 120,-2298.18 116.5,-2308.18 123.5,-2308.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2319.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 3 -->
|
||||
<g id="node4" class="node">
|
||||
<title>3</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2193" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2189.3" font-family="Times,serif" font-size="14.00">3</text>
|
||||
</g>
|
||||
<!-- 2->3 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>2->3</title>
|
||||
<path fill="none" stroke="black" d="M120,-2261.8C120,-2250.16 120,-2234.55 120,-2221.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2221.18 120,-2211.18 116.5,-2221.18 123.5,-2221.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2232.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 4 -->
|
||||
<g id="node5" class="node">
|
||||
<title>4</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2106" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2102.3" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 3->4 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>3->4</title>
|
||||
<path fill="none" stroke="black" d="M120,-2174.8C120,-2163.16 120,-2147.55 120,-2134.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2134.18 120,-2124.18 116.5,-2134.18 123.5,-2134.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2145.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 5 -->
|
||||
<g id="node6" class="node">
|
||||
<title>5</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2019" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2015.3" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 4->5 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>4->5</title>
|
||||
<path fill="none" stroke="black" d="M120,-2087.8C120,-2076.16 120,-2060.55 120,-2047.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2047.18 120,-2037.18 116.5,-2047.18 123.5,-2047.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2058.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 6 -->
|
||||
<g id="node7" class="node">
|
||||
<title>6</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1932" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1928.3" font-family="Times,serif" font-size="14.00">6</text>
|
||||
</g>
|
||||
<!-- 5->6 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>5->6</title>
|
||||
<path fill="none" stroke="black" d="M120,-2000.8C120,-1989.16 120,-1973.55 120,-1960.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1960.18 120,-1950.18 116.5,-1960.18 123.5,-1960.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1971.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 7 -->
|
||||
<g id="node8" class="node">
|
||||
<title>7</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1845" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1841.3" font-family="Times,serif" font-size="14.00">7</text>
|
||||
</g>
|
||||
<!-- 6->7 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>6->7</title>
|
||||
<path fill="none" stroke="black" d="M120,-1913.8C120,-1902.16 120,-1886.55 120,-1873.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1873.18 120,-1863.18 116.5,-1873.18 123.5,-1873.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1884.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 8 -->
|
||||
<g id="node9" class="node">
|
||||
<title>8</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1758" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1754.3" font-family="Times,serif" font-size="14.00">8</text>
|
||||
</g>
|
||||
<!-- 7->8 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>7->8</title>
|
||||
<path fill="none" stroke="black" d="M120,-1826.8C120,-1815.16 120,-1799.55 120,-1786.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1786.18 120,-1776.18 116.5,-1786.18 123.5,-1786.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1797.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 9 -->
|
||||
<g id="node10" class="node">
|
||||
<title>9</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1671" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1667.3" font-family="Times,serif" font-size="14.00">9</text>
|
||||
</g>
|
||||
<!-- 8->9 -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>8->9</title>
|
||||
<path fill="none" stroke="black" d="M120,-1739.8C120,-1728.16 120,-1712.55 120,-1699.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1699.18 120,-1689.18 116.5,-1699.18 123.5,-1699.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1710.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 10 -->
|
||||
<g id="node11" class="node">
|
||||
<title>10</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1584" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1580.3" font-family="Times,serif" font-size="14.00">10</text>
|
||||
</g>
|
||||
<!-- 9->10 -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>9->10</title>
|
||||
<path fill="none" stroke="black" d="M120,-1652.8C120,-1641.16 120,-1625.55 120,-1612.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1612.18 120,-1602.18 116.5,-1612.18 123.5,-1612.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1623.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 11 -->
|
||||
<g id="node12" class="node">
|
||||
<title>11</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1497" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1493.3" font-family="Times,serif" font-size="14.00">11</text>
|
||||
</g>
|
||||
<!-- 10->11 -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>10->11</title>
|
||||
<path fill="none" stroke="black" d="M120,-1565.8C120,-1554.16 120,-1538.55 120,-1525.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1525.18 120,-1515.18 116.5,-1525.18 123.5,-1525.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1536.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 12 -->
|
||||
<g id="node13" class="node">
|
||||
<title>12</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1410" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1406.3" font-family="Times,serif" font-size="14.00">12</text>
|
||||
</g>
|
||||
<!-- 11->12 -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>11->12</title>
|
||||
<path fill="none" stroke="black" d="M120,-1478.8C120,-1467.16 120,-1451.55 120,-1438.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1438.18 120,-1428.18 116.5,-1438.18 123.5,-1438.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1449.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 13 -->
|
||||
<g id="node14" class="node">
|
||||
<title>13</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1323" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1319.3" font-family="Times,serif" font-size="14.00">13</text>
|
||||
</g>
|
||||
<!-- 12->13 -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>12->13</title>
|
||||
<path fill="none" stroke="black" d="M120,-1391.8C120,-1380.16 120,-1364.55 120,-1351.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1351.18 120,-1341.18 116.5,-1351.18 123.5,-1351.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1362.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 14 -->
|
||||
<g id="node15" class="node">
|
||||
<title>14</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1236" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1232.3" font-family="Times,serif" font-size="14.00">14</text>
|
||||
</g>
|
||||
<!-- 13->14 -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>13->14</title>
|
||||
<path fill="none" stroke="black" d="M120,-1304.8C120,-1293.16 120,-1277.55 120,-1264.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1264.18 120,-1254.18 116.5,-1264.18 123.5,-1264.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1275.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 15 -->
|
||||
<g id="node16" class="node">
|
||||
<title>15</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1149" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1145.3" font-family="Times,serif" font-size="14.00">15</text>
|
||||
</g>
|
||||
<!-- 14->15 -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>14->15</title>
|
||||
<path fill="none" stroke="black" d="M120,-1217.8C120,-1206.16 120,-1190.55 120,-1177.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1177.18 120,-1167.18 116.5,-1177.18 123.5,-1177.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1188.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 16 -->
|
||||
<g id="node17" class="node">
|
||||
<title>16</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1062" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1058.3" font-family="Times,serif" font-size="14.00">16</text>
|
||||
</g>
|
||||
<!-- 15->16 -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>15->16</title>
|
||||
<path fill="none" stroke="black" d="M120,-1130.8C120,-1119.16 120,-1103.55 120,-1090.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1090.18 120,-1080.18 116.5,-1090.18 123.5,-1090.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1101.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 17 -->
|
||||
<g id="node18" class="node">
|
||||
<title>17</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-975" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-971.3" font-family="Times,serif" font-size="14.00">17</text>
|
||||
</g>
|
||||
<!-- 16->17 -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>16->17</title>
|
||||
<path fill="none" stroke="black" d="M120,-1043.8C120,-1032.16 120,-1016.55 120,-1003.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1003.18 120,-993.18 116.5,-1003.18 123.5,-1003.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1014.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 18 -->
|
||||
<g id="node19" class="node">
|
||||
<title>18</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-888" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-884.3" font-family="Times,serif" font-size="14.00">18</text>
|
||||
</g>
|
||||
<!-- 17->18 -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>17->18</title>
|
||||
<path fill="none" stroke="black" d="M120,-956.8C120,-945.16 120,-929.55 120,-916.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-916.18 120,-906.18 116.5,-916.18 123.5,-916.18"/>
|
||||
<text text-anchor="middle" x="125" y="-927.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 19 -->
|
||||
<g id="node20" class="node">
|
||||
<title>19</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-801" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-797.3" font-family="Times,serif" font-size="14.00">19</text>
|
||||
</g>
|
||||
<!-- 18->19 -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>18->19</title>
|
||||
<path fill="none" stroke="black" d="M120,-869.8C120,-858.16 120,-842.55 120,-829.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-829.18 120,-819.18 116.5,-829.18 123.5,-829.18"/>
|
||||
<text text-anchor="middle" x="125" y="-840.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 20 -->
|
||||
<g id="node21" class="node">
|
||||
<title>20</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-714" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-710.3" font-family="Times,serif" font-size="14.00">20</text>
|
||||
</g>
|
||||
<!-- 19->20 -->
|
||||
<g id="edge20" class="edge">
|
||||
<title>19->20</title>
|
||||
<path fill="none" stroke="black" d="M120,-782.8C120,-771.16 120,-755.55 120,-742.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-742.18 120,-732.18 116.5,-742.18 123.5,-742.18"/>
|
||||
<text text-anchor="middle" x="125" y="-753.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 21 -->
|
||||
<g id="node22" class="node">
|
||||
<title>21</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-627" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-623.3" font-family="Times,serif" font-size="14.00">21</text>
|
||||
</g>
|
||||
<!-- 20->21 -->
|
||||
<g id="edge21" class="edge">
|
||||
<title>20->21</title>
|
||||
<path fill="none" stroke="black" d="M120,-695.8C120,-684.16 120,-668.55 120,-655.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-655.18 120,-645.18 116.5,-655.18 123.5,-655.18"/>
|
||||
<text text-anchor="middle" x="125" y="-666.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 22 -->
|
||||
<g id="node23" class="node">
|
||||
<title>22</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-540" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-536.3" font-family="Times,serif" font-size="14.00">22</text>
|
||||
</g>
|
||||
<!-- 21->22 -->
|
||||
<g id="edge22" class="edge">
|
||||
<title>21->22</title>
|
||||
<path fill="none" stroke="black" d="M120,-608.8C120,-597.16 120,-581.55 120,-568.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-568.18 120,-558.18 116.5,-568.18 123.5,-568.18"/>
|
||||
<text text-anchor="middle" x="125" y="-579.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 23 -->
|
||||
<g id="node24" class="node">
|
||||
<title>23</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-453" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-449.3" font-family="Times,serif" font-size="14.00">23</text>
|
||||
</g>
|
||||
<!-- 22->23 -->
|
||||
<g id="edge23" class="edge">
|
||||
<title>22->23</title>
|
||||
<path fill="none" stroke="black" d="M120,-521.8C120,-510.16 120,-494.55 120,-481.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-481.18 120,-471.18 116.5,-481.18 123.5,-481.18"/>
|
||||
<text text-anchor="middle" x="125" y="-492.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 24 -->
|
||||
<g id="node25" class="node">
|
||||
<title>24</title>
|
||||
<ellipse fill="none" stroke="black" cx="48" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="48" y="-362.3" font-family="Times,serif" font-size="14.00">24</text>
|
||||
</g>
|
||||
<!-- 23->24 -->
|
||||
<g id="edge24" class="edge">
|
||||
<title>23->24</title>
|
||||
<path fill="none" stroke="black" d="M107.13,-436.8C96.07,-423.75 79.96,-404.74 67.35,-389.85"/>
|
||||
<polygon fill="black" stroke="black" points="69.89,-387.43 60.76,-382.06 64.55,-391.96 69.89,-387.43"/>
|
||||
<text text-anchor="middle" x="94" y="-405.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 25 -->
|
||||
<g id="node26" class="node">
|
||||
<title>25</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-362.3" font-family="Times,serif" font-size="14.00">25</text>
|
||||
</g>
|
||||
<!-- 23->25 -->
|
||||
<g id="edge25" class="edge">
|
||||
<title>23->25</title>
|
||||
<path fill="none" stroke="black" d="M120,-434.8C120,-423.16 120,-407.55 120,-394.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-394.18 120,-384.18 116.5,-394.18 123.5,-394.18"/>
|
||||
<text text-anchor="middle" x="125" y="-405.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 26 -->
|
||||
<g id="node27" class="node">
|
||||
<title>26</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-362.3" font-family="Times,serif" font-size="14.00">26</text>
|
||||
</g>
|
||||
<!-- 23->26 -->
|
||||
<g id="edge26" class="edge">
|
||||
<title>23->26</title>
|
||||
<path fill="none" stroke="black" d="M132.87,-436.8C143.93,-423.75 160.04,-404.74 172.65,-389.85"/>
|
||||
<polygon fill="black" stroke="black" points="175.45,-391.96 179.24,-382.06 170.11,-387.43 175.45,-391.96"/>
|
||||
<text text-anchor="middle" x="165" y="-405.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 27 -->
|
||||
<g id="node28" class="node">
|
||||
<title>27</title>
|
||||
<ellipse fill="none" stroke="black" cx="27" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="27" y="-275.3" font-family="Times,serif" font-size="14.00">27</text>
|
||||
</g>
|
||||
<!-- 24->27 -->
|
||||
<g id="edge27" class="edge">
|
||||
<title>24->27</title>
|
||||
<path fill="none" stroke="black" d="M36.85,-349.36C33.32,-343.56 29.86,-336.75 28,-330 25.99,-322.72 25.23,-314.61 25.1,-307.08"/>
|
||||
<polygon fill="black" stroke="black" points="28.6,-307.03 25.28,-296.97 21.6,-306.9 28.6,-307.03"/>
|
||||
<text text-anchor="middle" x="33" y="-318.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 28 -->
|
||||
<g id="node29" class="node">
|
||||
<title>28</title>
|
||||
<ellipse fill="none" stroke="black" cx="99" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="99" y="-275.3" font-family="Times,serif" font-size="14.00">28</text>
|
||||
</g>
|
||||
<!-- 24->28 -->
|
||||
<g id="edge28" class="edge">
|
||||
<title>24->28</title>
|
||||
<path fill="none" stroke="black" d="M49.99,-347.85C51.74,-337.74 55,-325 61,-315 64.33,-309.45 68.81,-304.24 73.51,-299.63"/>
|
||||
<polygon fill="black" stroke="black" points="75.89,-302.21 80.97,-292.91 71.2,-297.01 75.89,-302.21"/>
|
||||
<text text-anchor="middle" x="66" y="-318.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 25->27 -->
|
||||
<g id="edge29" class="edge">
|
||||
<title>25->27</title>
|
||||
<path fill="none" stroke="black" d="M106.3,-350.08C96.72,-339.88 83.46,-326.23 71,-315 65.22,-309.79 58.77,-304.43 52.63,-299.51"/>
|
||||
<polygon fill="black" stroke="black" points="54.56,-296.58 44.54,-293.15 50.24,-302.08 54.56,-296.58"/>
|
||||
<text text-anchor="middle" x="92" y="-318.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 29 -->
|
||||
<g id="node30" class="node">
|
||||
<title>29</title>
|
||||
<ellipse fill="none" stroke="black" cx="171" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="171" y="-275.3" font-family="Times,serif" font-size="14.00">29</text>
|
||||
</g>
|
||||
<!-- 25->29 -->
|
||||
<g id="edge30" class="edge">
|
||||
<title>25->29</title>
|
||||
<path fill="none" stroke="black" d="M119.31,-347.78C119.63,-337.63 121.35,-324.89 127,-315 130.86,-308.24 136.59,-302.3 142.64,-297.31"/>
|
||||
<polygon fill="black" stroke="black" points="145.02,-299.91 150.95,-291.13 140.84,-294.29 145.02,-299.91"/>
|
||||
<text text-anchor="middle" x="132" y="-318.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 26->28 -->
|
||||
<g id="edge31" class="edge">
|
||||
<title>26->28</title>
|
||||
<path fill="none" stroke="black" d="M176.64,-350.96C161.83,-337.43 139.23,-316.77 122.22,-301.22"/>
|
||||
<polygon fill="black" stroke="black" points="124.12,-298.22 114.38,-294.06 119.4,-303.39 124.12,-298.22"/>
|
||||
<text text-anchor="middle" x="156" y="-318.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 26->29 -->
|
||||
<g id="edge32" class="edge">
|
||||
<title>26->29</title>
|
||||
<path fill="none" stroke="black" d="M187.85,-348.21C184.94,-336.41 180.98,-320.38 177.63,-306.82"/>
|
||||
<polygon fill="black" stroke="black" points="181.01,-305.92 175.21,-297.05 174.21,-307.6 181.01,-305.92"/>
|
||||
<text text-anchor="middle" x="187" y="-318.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 30 -->
|
||||
<g id="node31" class="node">
|
||||
<title>30</title>
|
||||
<ellipse fill="none" stroke="black" cx="243" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="243" y="-275.3" font-family="Times,serif" font-size="14.00">30</text>
|
||||
</g>
|
||||
<!-- 26->30 -->
|
||||
<g id="edge33" class="edge">
|
||||
<title>26->30</title>
|
||||
<path fill="none" stroke="black" d="M201.59,-349.01C209.07,-336.55 219.59,-319.01 228.16,-304.74"/>
|
||||
<polygon fill="black" stroke="black" points="231.31,-306.29 233.45,-295.92 225.3,-302.69 231.31,-306.29"/>
|
||||
<text text-anchor="middle" x="225" y="-318.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 31 -->
|
||||
<g id="node32" class="node">
|
||||
<title>31</title>
|
||||
<ellipse fill="none" stroke="black" cx="69" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="69" y="-188.3" font-family="Times,serif" font-size="14.00">31</text>
|
||||
</g>
|
||||
<!-- 27->31 -->
|
||||
<g id="edge34" class="edge">
|
||||
<title>27->31</title>
|
||||
<path fill="none" stroke="black" d="M35.1,-261.61C41.14,-249.38 49.51,-232.44 56.42,-218.46"/>
|
||||
<polygon fill="black" stroke="black" points="59.63,-219.85 60.93,-209.34 53.36,-216.75 59.63,-219.85"/>
|
||||
<text text-anchor="middle" x="56" y="-231.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 28->31 -->
|
||||
<g id="edge35" class="edge">
|
||||
<title>28->31</title>
|
||||
<path fill="none" stroke="black" d="M85.66,-262.98C81.2,-257.13 76.68,-250.13 74,-243 71.33,-235.9 69.89,-227.85 69.16,-220.31"/>
|
||||
<polygon fill="black" stroke="black" points="72.65,-219.93 68.55,-210.16 65.66,-220.36 72.65,-219.93"/>
|
||||
<text text-anchor="middle" x="79" y="-231.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 32 -->
|
||||
<g id="node33" class="node">
|
||||
<title>32</title>
|
||||
<ellipse fill="none" stroke="black" cx="141" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="141" y="-188.3" font-family="Times,serif" font-size="14.00">32</text>
|
||||
</g>
|
||||
<!-- 28->32 -->
|
||||
<g id="edge36" class="edge">
|
||||
<title>28->32</title>
|
||||
<path fill="none" stroke="black" d="M99.69,-260.56C100.67,-250.58 102.92,-238.08 108,-228 110.54,-222.97 114.03,-218.15 117.8,-213.8"/>
|
||||
<polygon fill="black" stroke="black" points="120.39,-216.15 124.74,-206.49 115.31,-211.33 120.39,-216.15"/>
|
||||
<text text-anchor="middle" x="113" y="-231.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 29->31 -->
|
||||
<g id="edge37" class="edge">
|
||||
<title>29->31</title>
|
||||
<path fill="none" stroke="black" d="M156.64,-263.43C146.25,-253.15 131.68,-239.25 118,-228 111.04,-222.27 103.2,-216.43 95.88,-211.2"/>
|
||||
<polygon fill="black" stroke="black" points="97.79,-208.27 87.59,-205.39 93.77,-214 97.79,-208.27"/>
|
||||
<text text-anchor="middle" x="139" y="-231.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 33 -->
|
||||
<g id="node34" class="node">
|
||||
<title>33</title>
|
||||
<ellipse fill="none" stroke="black" cx="213" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="213" y="-188.3" font-family="Times,serif" font-size="14.00">33</text>
|
||||
</g>
|
||||
<!-- 29->33 -->
|
||||
<g id="edge38" class="edge">
|
||||
<title>29->33</title>
|
||||
<path fill="none" stroke="black" d="M169.81,-260.98C169.79,-250.91 171,-238.18 176,-228 178.75,-222.41 182.78,-217.24 187.19,-212.69"/>
|
||||
<polygon fill="black" stroke="black" points="189.84,-215.01 194.81,-205.65 185.09,-209.87 189.84,-215.01"/>
|
||||
<text text-anchor="middle" x="181" y="-231.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 30->32 -->
|
||||
<g id="edge39" class="edge">
|
||||
<title>30->32</title>
|
||||
<path fill="none" stroke="black" d="M227.25,-263.74C215.92,-253.59 200.21,-239.74 186,-228 179.67,-222.77 172.72,-217.25 166.21,-212.19"/>
|
||||
<polygon fill="black" stroke="black" points="168.34,-209.41 158.28,-206.06 164.06,-214.95 168.34,-209.41"/>
|
||||
<text text-anchor="middle" x="208" y="-231.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 30->33 -->
|
||||
<g id="edge40" class="edge">
|
||||
<title>30->33</title>
|
||||
<path fill="none" stroke="black" d="M237.07,-261.21C232.88,-249.33 227.18,-233.17 222.37,-219.56"/>
|
||||
<polygon fill="black" stroke="black" points="225.54,-218.02 218.91,-209.76 218.94,-220.35 225.54,-218.02"/>
|
||||
<text text-anchor="middle" x="234" y="-231.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 34 -->
|
||||
<g id="node35" class="node">
|
||||
<title>34</title>
|
||||
<ellipse fill="none" stroke="black" cx="285" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="285" y="-188.3" font-family="Times,serif" font-size="14.00">34</text>
|
||||
</g>
|
||||
<!-- 30->34 -->
|
||||
<g id="edge41" class="edge">
|
||||
<title>30->34</title>
|
||||
<path fill="none" stroke="black" d="M251.1,-261.61C257.14,-249.38 265.51,-232.44 272.42,-218.46"/>
|
||||
<polygon fill="black" stroke="black" points="275.63,-219.85 276.93,-209.34 269.36,-216.75 275.63,-219.85"/>
|
||||
<text text-anchor="middle" x="271" y="-231.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 35 -->
|
||||
<g id="node36" class="node">
|
||||
<title>35</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-101.3" font-family="Times,serif" font-size="14.00">35</text>
|
||||
</g>
|
||||
<!-- 31->35 -->
|
||||
<g id="edge42" class="edge">
|
||||
<title>31->35</title>
|
||||
<path fill="none" stroke="black" d="M78.59,-175.01C86.07,-162.55 96.59,-145.01 105.16,-130.74"/>
|
||||
<polygon fill="black" stroke="black" points="108.31,-132.29 110.45,-121.92 102.3,-128.69 108.31,-132.29"/>
|
||||
<text text-anchor="middle" x="103" y="-144.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 32->35 -->
|
||||
<g id="edge43" class="edge">
|
||||
<title>32->35</title>
|
||||
<path fill="none" stroke="black" d="M129.85,-175.36C126.32,-169.56 122.86,-162.75 121,-156 118.99,-148.72 118.23,-140.61 118.1,-133.08"/>
|
||||
<polygon fill="black" stroke="black" points="121.6,-133.03 118.28,-122.97 114.6,-132.9 121.6,-133.03"/>
|
||||
<text text-anchor="middle" x="126" y="-144.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 36 -->
|
||||
<g id="node37" class="node">
|
||||
<title>36</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-101.3" font-family="Times,serif" font-size="14.00">36</text>
|
||||
</g>
|
||||
<!-- 32->36 -->
|
||||
<g id="edge44" class="edge">
|
||||
<title>32->36</title>
|
||||
<path fill="none" stroke="black" d="M142.99,-173.85C144.74,-163.74 148,-151 154,-141 157.33,-135.45 161.81,-130.24 166.51,-125.63"/>
|
||||
<polygon fill="black" stroke="black" points="168.89,-128.21 173.97,-118.91 164.2,-123.01 168.89,-128.21"/>
|
||||
<text text-anchor="middle" x="159" y="-144.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 33->35 -->
|
||||
<g id="edge45" class="edge">
|
||||
<title>33->35</title>
|
||||
<path fill="none" stroke="black" d="M199.3,-176.08C189.72,-165.88 176.46,-152.23 164,-141 158.22,-135.79 151.77,-130.43 145.63,-125.51"/>
|
||||
<polygon fill="black" stroke="black" points="147.56,-122.58 137.54,-119.15 143.24,-128.08 147.56,-122.58"/>
|
||||
<text text-anchor="middle" x="184" y="-144.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 37 -->
|
||||
<g id="node38" class="node">
|
||||
<title>37</title>
|
||||
<ellipse fill="none" stroke="black" cx="264" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="264" y="-101.3" font-family="Times,serif" font-size="14.00">37</text>
|
||||
</g>
|
||||
<!-- 33->37 -->
|
||||
<g id="edge46" class="edge">
|
||||
<title>33->37</title>
|
||||
<path fill="none" stroke="black" d="M212.31,-173.78C212.63,-163.63 214.35,-150.89 220,-141 223.86,-134.24 229.59,-128.3 235.64,-123.31"/>
|
||||
<polygon fill="black" stroke="black" points="238.02,-125.91 243.95,-117.13 233.84,-120.29 238.02,-125.91"/>
|
||||
<text text-anchor="middle" x="225" y="-144.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 34->36 -->
|
||||
<g id="edge47" class="edge">
|
||||
<title>34->36</title>
|
||||
<path fill="none" stroke="black" d="M269.64,-176.96C254.83,-163.43 232.23,-142.77 215.22,-127.22"/>
|
||||
<polygon fill="black" stroke="black" points="217.12,-124.22 207.38,-120.06 212.4,-129.39 217.12,-124.22"/>
|
||||
<text text-anchor="middle" x="249" y="-144.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 34->37 -->
|
||||
<g id="edge48" class="edge">
|
||||
<title>34->37</title>
|
||||
<path fill="none" stroke="black" d="M280.85,-174.21C277.94,-162.41 273.98,-146.38 270.63,-132.82"/>
|
||||
<polygon fill="black" stroke="black" points="274.01,-131.92 268.21,-123.05 267.21,-133.6 274.01,-131.92"/>
|
||||
<text text-anchor="middle" x="280" y="-144.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 38 -->
|
||||
<g id="node39" class="node">
|
||||
<title>38</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-18" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-14.3" font-family="Times,serif" font-size="14.00">38</text>
|
||||
</g>
|
||||
<!-- 35->38 -->
|
||||
<g id="edge49" class="edge">
|
||||
<title>35->38</title>
|
||||
<path fill="none" stroke="black" d="M132.87,-88.8C143.93,-75.75 160.04,-56.74 172.65,-41.85"/>
|
||||
<polygon fill="black" stroke="black" points="175.45,-43.96 179.24,-34.06 170.11,-39.43 175.45,-43.96"/>
|
||||
<text text-anchor="middle" x="165" y="-57.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 36->38 -->
|
||||
<g id="edge50" class="edge">
|
||||
<title>36->38</title>
|
||||
<path fill="none" stroke="black" d="M192,-86.8C192,-75.16 192,-59.55 192,-46.24"/>
|
||||
<polygon fill="black" stroke="black" points="195.5,-46.18 192,-36.18 188.5,-46.18 195.5,-46.18"/>
|
||||
<text text-anchor="middle" x="197" y="-57.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 37->38 -->
|
||||
<g id="edge51" class="edge">
|
||||
<title>37->38</title>
|
||||
<path fill="none" stroke="black" d="M251.13,-88.8C240.07,-75.75 223.96,-56.74 211.35,-41.85"/>
|
||||
<polygon fill="black" stroke="black" points="213.89,-39.43 204.76,-34.06 208.55,-43.96 213.89,-39.43"/>
|
||||
<text text-anchor="middle" x="237" y="-57.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 532 KiB |
|
Before Width: | Height: | Size: 694 KiB |
|
Before Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 230 KiB |
|
Before Width: | Height: | Size: 7.4 MiB |
@ -1,604 +0,0 @@
|
||||
<?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 2.46.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="320pt" height="2480pt"
|
||||
viewBox="0.00 0.00 320.00 2480.00" 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 2476)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-2476 316,-2476 316,4 -4,4"/>
|
||||
<!-- 0 -->
|
||||
<g id="node1" class="node">
|
||||
<title>0</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2454" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2450.3" font-family="Times,serif" font-size="14.00">0</text>
|
||||
</g>
|
||||
<!-- 1 -->
|
||||
<g id="node2" class="node">
|
||||
<title>1</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2367" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2363.3" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 0->1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>0->1</title>
|
||||
<path fill="none" stroke="black" d="M120,-2435.8C120,-2424.16 120,-2408.55 120,-2395.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2395.18 120,-2385.18 116.5,-2395.18 123.5,-2395.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2406.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 2 -->
|
||||
<g id="node3" class="node">
|
||||
<title>2</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2280" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2276.3" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 1->2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>1->2</title>
|
||||
<path fill="none" stroke="black" d="M120,-2348.8C120,-2337.16 120,-2321.55 120,-2308.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2308.18 120,-2298.18 116.5,-2308.18 123.5,-2308.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2319.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 3 -->
|
||||
<g id="node4" class="node">
|
||||
<title>3</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2193" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2189.3" font-family="Times,serif" font-size="14.00">3</text>
|
||||
</g>
|
||||
<!-- 2->3 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>2->3</title>
|
||||
<path fill="none" stroke="black" d="M120,-2261.8C120,-2250.16 120,-2234.55 120,-2221.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2221.18 120,-2211.18 116.5,-2221.18 123.5,-2221.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2232.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 4 -->
|
||||
<g id="node5" class="node">
|
||||
<title>4</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2106" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2102.3" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 3->4 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>3->4</title>
|
||||
<path fill="none" stroke="black" d="M120,-2174.8C120,-2163.16 120,-2147.55 120,-2134.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2134.18 120,-2124.18 116.5,-2134.18 123.5,-2134.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2145.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 5 -->
|
||||
<g id="node6" class="node">
|
||||
<title>5</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2019" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2015.3" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 4->5 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>4->5</title>
|
||||
<path fill="none" stroke="black" d="M120,-2087.8C120,-2076.16 120,-2060.55 120,-2047.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2047.18 120,-2037.18 116.5,-2047.18 123.5,-2047.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2058.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 6 -->
|
||||
<g id="node7" class="node">
|
||||
<title>6</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1932" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1928.3" font-family="Times,serif" font-size="14.00">6</text>
|
||||
</g>
|
||||
<!-- 5->6 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>5->6</title>
|
||||
<path fill="none" stroke="black" d="M120,-2000.8C120,-1989.16 120,-1973.55 120,-1960.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1960.18 120,-1950.18 116.5,-1960.18 123.5,-1960.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1971.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 7 -->
|
||||
<g id="node8" class="node">
|
||||
<title>7</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1845" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1841.3" font-family="Times,serif" font-size="14.00">7</text>
|
||||
</g>
|
||||
<!-- 6->7 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>6->7</title>
|
||||
<path fill="none" stroke="black" d="M120,-1913.8C120,-1902.16 120,-1886.55 120,-1873.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1873.18 120,-1863.18 116.5,-1873.18 123.5,-1873.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1884.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 8 -->
|
||||
<g id="node9" class="node">
|
||||
<title>8</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1758" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1754.3" font-family="Times,serif" font-size="14.00">8</text>
|
||||
</g>
|
||||
<!-- 7->8 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>7->8</title>
|
||||
<path fill="none" stroke="black" d="M120,-1826.8C120,-1815.16 120,-1799.55 120,-1786.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1786.18 120,-1776.18 116.5,-1786.18 123.5,-1786.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1797.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 9 -->
|
||||
<g id="node10" class="node">
|
||||
<title>9</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1671" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1667.3" font-family="Times,serif" font-size="14.00">9</text>
|
||||
</g>
|
||||
<!-- 8->9 -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>8->9</title>
|
||||
<path fill="none" stroke="black" d="M120,-1739.8C120,-1728.16 120,-1712.55 120,-1699.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1699.18 120,-1689.18 116.5,-1699.18 123.5,-1699.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1710.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 10 -->
|
||||
<g id="node11" class="node">
|
||||
<title>10</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1584" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1580.3" font-family="Times,serif" font-size="14.00">10</text>
|
||||
</g>
|
||||
<!-- 9->10 -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>9->10</title>
|
||||
<path fill="none" stroke="black" d="M120,-1652.8C120,-1641.16 120,-1625.55 120,-1612.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1612.18 120,-1602.18 116.5,-1612.18 123.5,-1612.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1623.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 11 -->
|
||||
<g id="node12" class="node">
|
||||
<title>11</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1497" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1493.3" font-family="Times,serif" font-size="14.00">11</text>
|
||||
</g>
|
||||
<!-- 10->11 -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>10->11</title>
|
||||
<path fill="none" stroke="black" d="M120,-1565.8C120,-1554.16 120,-1538.55 120,-1525.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1525.18 120,-1515.18 116.5,-1525.18 123.5,-1525.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1536.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 12 -->
|
||||
<g id="node13" class="node">
|
||||
<title>12</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1410" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1406.3" font-family="Times,serif" font-size="14.00">12</text>
|
||||
</g>
|
||||
<!-- 11->12 -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>11->12</title>
|
||||
<path fill="none" stroke="black" d="M120,-1478.8C120,-1467.16 120,-1451.55 120,-1438.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1438.18 120,-1428.18 116.5,-1438.18 123.5,-1438.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1449.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 13 -->
|
||||
<g id="node14" class="node">
|
||||
<title>13</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1323" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1319.3" font-family="Times,serif" font-size="14.00">13</text>
|
||||
</g>
|
||||
<!-- 12->13 -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>12->13</title>
|
||||
<path fill="none" stroke="black" d="M120,-1391.8C120,-1380.16 120,-1364.55 120,-1351.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1351.18 120,-1341.18 116.5,-1351.18 123.5,-1351.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1362.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 14 -->
|
||||
<g id="node15" class="node">
|
||||
<title>14</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1236" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1232.3" font-family="Times,serif" font-size="14.00">14</text>
|
||||
</g>
|
||||
<!-- 13->14 -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>13->14</title>
|
||||
<path fill="none" stroke="black" d="M120,-1304.8C120,-1293.16 120,-1277.55 120,-1264.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1264.18 120,-1254.18 116.5,-1264.18 123.5,-1264.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1275.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 15 -->
|
||||
<g id="node16" class="node">
|
||||
<title>15</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1149" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1145.3" font-family="Times,serif" font-size="14.00">15</text>
|
||||
</g>
|
||||
<!-- 14->15 -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>14->15</title>
|
||||
<path fill="none" stroke="black" d="M120,-1217.8C120,-1206.16 120,-1190.55 120,-1177.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1177.18 120,-1167.18 116.5,-1177.18 123.5,-1177.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1188.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 16 -->
|
||||
<g id="node17" class="node">
|
||||
<title>16</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1062" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1058.3" font-family="Times,serif" font-size="14.00">16</text>
|
||||
</g>
|
||||
<!-- 15->16 -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>15->16</title>
|
||||
<path fill="none" stroke="black" d="M120,-1130.8C120,-1119.16 120,-1103.55 120,-1090.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1090.18 120,-1080.18 116.5,-1090.18 123.5,-1090.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1101.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 17 -->
|
||||
<g id="node18" class="node">
|
||||
<title>17</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-975" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-971.3" font-family="Times,serif" font-size="14.00">17</text>
|
||||
</g>
|
||||
<!-- 16->17 -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>16->17</title>
|
||||
<path fill="none" stroke="black" d="M120,-1043.8C120,-1032.16 120,-1016.55 120,-1003.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1003.18 120,-993.18 116.5,-1003.18 123.5,-1003.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1014.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 18 -->
|
||||
<g id="node19" class="node">
|
||||
<title>18</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-888" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-884.3" font-family="Times,serif" font-size="14.00">18</text>
|
||||
</g>
|
||||
<!-- 17->18 -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>17->18</title>
|
||||
<path fill="none" stroke="black" d="M120,-956.8C120,-945.16 120,-929.55 120,-916.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-916.18 120,-906.18 116.5,-916.18 123.5,-916.18"/>
|
||||
<text text-anchor="middle" x="125" y="-927.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 19 -->
|
||||
<g id="node20" class="node">
|
||||
<title>19</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-801" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-797.3" font-family="Times,serif" font-size="14.00">19</text>
|
||||
</g>
|
||||
<!-- 18->19 -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>18->19</title>
|
||||
<path fill="none" stroke="black" d="M120,-869.8C120,-858.16 120,-842.55 120,-829.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-829.18 120,-819.18 116.5,-829.18 123.5,-829.18"/>
|
||||
<text text-anchor="middle" x="125" y="-840.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 20 -->
|
||||
<g id="node21" class="node">
|
||||
<title>20</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-714" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-710.3" font-family="Times,serif" font-size="14.00">20</text>
|
||||
</g>
|
||||
<!-- 19->20 -->
|
||||
<g id="edge20" class="edge">
|
||||
<title>19->20</title>
|
||||
<path fill="none" stroke="black" d="M120,-782.8C120,-771.16 120,-755.55 120,-742.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-742.18 120,-732.18 116.5,-742.18 123.5,-742.18"/>
|
||||
<text text-anchor="middle" x="125" y="-753.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 21 -->
|
||||
<g id="node22" class="node">
|
||||
<title>21</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-627" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-623.3" font-family="Times,serif" font-size="14.00">21</text>
|
||||
</g>
|
||||
<!-- 20->21 -->
|
||||
<g id="edge21" class="edge">
|
||||
<title>20->21</title>
|
||||
<path fill="none" stroke="black" d="M120,-695.8C120,-684.16 120,-668.55 120,-655.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-655.18 120,-645.18 116.5,-655.18 123.5,-655.18"/>
|
||||
<text text-anchor="middle" x="125" y="-666.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 22 -->
|
||||
<g id="node23" class="node">
|
||||
<title>22</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-540" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-536.3" font-family="Times,serif" font-size="14.00">22</text>
|
||||
</g>
|
||||
<!-- 21->22 -->
|
||||
<g id="edge22" class="edge">
|
||||
<title>21->22</title>
|
||||
<path fill="none" stroke="black" d="M120,-608.8C120,-597.16 120,-581.55 120,-568.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-568.18 120,-558.18 116.5,-568.18 123.5,-568.18"/>
|
||||
<text text-anchor="middle" x="125" y="-579.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 23 -->
|
||||
<g id="node24" class="node">
|
||||
<title>23</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-453" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-449.3" font-family="Times,serif" font-size="14.00">23</text>
|
||||
</g>
|
||||
<!-- 22->23 -->
|
||||
<g id="edge23" class="edge">
|
||||
<title>22->23</title>
|
||||
<path fill="none" stroke="black" d="M120,-521.8C120,-510.16 120,-494.55 120,-481.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-481.18 120,-471.18 116.5,-481.18 123.5,-481.18"/>
|
||||
<text text-anchor="middle" x="125" y="-492.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 24 -->
|
||||
<g id="node25" class="node">
|
||||
<title>24</title>
|
||||
<ellipse fill="none" stroke="black" cx="48" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="48" y="-362.3" font-family="Times,serif" font-size="14.00">24</text>
|
||||
</g>
|
||||
<!-- 23->24 -->
|
||||
<g id="edge24" class="edge">
|
||||
<title>23->24</title>
|
||||
<path fill="none" stroke="black" d="M107.13,-436.8C96.07,-423.75 79.96,-404.74 67.35,-389.85"/>
|
||||
<polygon fill="black" stroke="black" points="69.89,-387.43 60.76,-382.06 64.55,-391.96 69.89,-387.43"/>
|
||||
<text text-anchor="middle" x="94" y="-405.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 25 -->
|
||||
<g id="node26" class="node">
|
||||
<title>25</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-362.3" font-family="Times,serif" font-size="14.00">25</text>
|
||||
</g>
|
||||
<!-- 23->25 -->
|
||||
<g id="edge25" class="edge">
|
||||
<title>23->25</title>
|
||||
<path fill="none" stroke="black" d="M120,-434.8C120,-423.16 120,-407.55 120,-394.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-394.18 120,-384.18 116.5,-394.18 123.5,-394.18"/>
|
||||
<text text-anchor="middle" x="125" y="-405.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 26 -->
|
||||
<g id="node27" class="node">
|
||||
<title>26</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-362.3" font-family="Times,serif" font-size="14.00">26</text>
|
||||
</g>
|
||||
<!-- 23->26 -->
|
||||
<g id="edge26" class="edge">
|
||||
<title>23->26</title>
|
||||
<path fill="none" stroke="black" d="M132.87,-436.8C143.93,-423.75 160.04,-404.74 172.65,-389.85"/>
|
||||
<polygon fill="black" stroke="black" points="175.45,-391.96 179.24,-382.06 170.11,-387.43 175.45,-391.96"/>
|
||||
<text text-anchor="middle" x="165" y="-405.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 27 -->
|
||||
<g id="node28" class="node">
|
||||
<title>27</title>
|
||||
<ellipse fill="none" stroke="black" cx="27" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="27" y="-275.3" font-family="Times,serif" font-size="14.00">27</text>
|
||||
</g>
|
||||
<!-- 24->27 -->
|
||||
<g id="edge27" class="edge">
|
||||
<title>24->27</title>
|
||||
<path fill="none" stroke="black" d="M36.85,-349.36C33.32,-343.56 29.86,-336.75 28,-330 25.99,-322.72 25.23,-314.61 25.1,-307.08"/>
|
||||
<polygon fill="black" stroke="black" points="28.6,-307.03 25.28,-296.97 21.6,-306.9 28.6,-307.03"/>
|
||||
<text text-anchor="middle" x="33" y="-318.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 28 -->
|
||||
<g id="node29" class="node">
|
||||
<title>28</title>
|
||||
<ellipse fill="none" stroke="black" cx="99" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="99" y="-275.3" font-family="Times,serif" font-size="14.00">28</text>
|
||||
</g>
|
||||
<!-- 24->28 -->
|
||||
<g id="edge28" class="edge">
|
||||
<title>24->28</title>
|
||||
<path fill="none" stroke="black" d="M49.99,-347.85C51.74,-337.74 55,-325 61,-315 64.33,-309.45 68.81,-304.24 73.51,-299.63"/>
|
||||
<polygon fill="black" stroke="black" points="75.89,-302.21 80.97,-292.91 71.2,-297.01 75.89,-302.21"/>
|
||||
<text text-anchor="middle" x="66" y="-318.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 25->27 -->
|
||||
<g id="edge29" class="edge">
|
||||
<title>25->27</title>
|
||||
<path fill="none" stroke="black" d="M106.3,-350.08C96.72,-339.88 83.46,-326.23 71,-315 65.22,-309.79 58.77,-304.43 52.63,-299.51"/>
|
||||
<polygon fill="black" stroke="black" points="54.56,-296.58 44.54,-293.15 50.24,-302.08 54.56,-296.58"/>
|
||||
<text text-anchor="middle" x="92" y="-318.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 29 -->
|
||||
<g id="node30" class="node">
|
||||
<title>29</title>
|
||||
<ellipse fill="none" stroke="black" cx="171" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="171" y="-275.3" font-family="Times,serif" font-size="14.00">29</text>
|
||||
</g>
|
||||
<!-- 25->29 -->
|
||||
<g id="edge30" class="edge">
|
||||
<title>25->29</title>
|
||||
<path fill="none" stroke="black" d="M119.31,-347.78C119.63,-337.63 121.35,-324.89 127,-315 130.86,-308.24 136.59,-302.3 142.64,-297.31"/>
|
||||
<polygon fill="black" stroke="black" points="145.02,-299.91 150.95,-291.13 140.84,-294.29 145.02,-299.91"/>
|
||||
<text text-anchor="middle" x="132" y="-318.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 26->28 -->
|
||||
<g id="edge31" class="edge">
|
||||
<title>26->28</title>
|
||||
<path fill="none" stroke="black" d="M176.64,-350.96C161.83,-337.43 139.23,-316.77 122.22,-301.22"/>
|
||||
<polygon fill="black" stroke="black" points="124.12,-298.22 114.38,-294.06 119.4,-303.39 124.12,-298.22"/>
|
||||
<text text-anchor="middle" x="156" y="-318.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 26->29 -->
|
||||
<g id="edge32" class="edge">
|
||||
<title>26->29</title>
|
||||
<path fill="none" stroke="black" d="M187.85,-348.21C184.94,-336.41 180.98,-320.38 177.63,-306.82"/>
|
||||
<polygon fill="black" stroke="black" points="181.01,-305.92 175.21,-297.05 174.21,-307.6 181.01,-305.92"/>
|
||||
<text text-anchor="middle" x="187" y="-318.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 30 -->
|
||||
<g id="node31" class="node">
|
||||
<title>30</title>
|
||||
<ellipse fill="none" stroke="black" cx="243" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="243" y="-275.3" font-family="Times,serif" font-size="14.00">30</text>
|
||||
</g>
|
||||
<!-- 26->30 -->
|
||||
<g id="edge33" class="edge">
|
||||
<title>26->30</title>
|
||||
<path fill="none" stroke="black" d="M201.59,-349.01C209.07,-336.55 219.59,-319.01 228.16,-304.74"/>
|
||||
<polygon fill="black" stroke="black" points="231.31,-306.29 233.45,-295.92 225.3,-302.69 231.31,-306.29"/>
|
||||
<text text-anchor="middle" x="225" y="-318.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 31 -->
|
||||
<g id="node32" class="node">
|
||||
<title>31</title>
|
||||
<ellipse fill="none" stroke="black" cx="69" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="69" y="-188.3" font-family="Times,serif" font-size="14.00">31</text>
|
||||
</g>
|
||||
<!-- 27->31 -->
|
||||
<g id="edge34" class="edge">
|
||||
<title>27->31</title>
|
||||
<path fill="none" stroke="black" d="M35.1,-261.61C41.14,-249.38 49.51,-232.44 56.42,-218.46"/>
|
||||
<polygon fill="black" stroke="black" points="59.63,-219.85 60.93,-209.34 53.36,-216.75 59.63,-219.85"/>
|
||||
<text text-anchor="middle" x="56" y="-231.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 28->31 -->
|
||||
<g id="edge35" class="edge">
|
||||
<title>28->31</title>
|
||||
<path fill="none" stroke="black" d="M85.66,-262.98C81.2,-257.13 76.68,-250.13 74,-243 71.33,-235.9 69.89,-227.85 69.16,-220.31"/>
|
||||
<polygon fill="black" stroke="black" points="72.65,-219.93 68.55,-210.16 65.66,-220.36 72.65,-219.93"/>
|
||||
<text text-anchor="middle" x="79" y="-231.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 32 -->
|
||||
<g id="node33" class="node">
|
||||
<title>32</title>
|
||||
<ellipse fill="none" stroke="black" cx="141" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="141" y="-188.3" font-family="Times,serif" font-size="14.00">32</text>
|
||||
</g>
|
||||
<!-- 28->32 -->
|
||||
<g id="edge36" class="edge">
|
||||
<title>28->32</title>
|
||||
<path fill="none" stroke="black" d="M99.69,-260.56C100.67,-250.58 102.92,-238.08 108,-228 110.54,-222.97 114.03,-218.15 117.8,-213.8"/>
|
||||
<polygon fill="black" stroke="black" points="120.39,-216.15 124.74,-206.49 115.31,-211.33 120.39,-216.15"/>
|
||||
<text text-anchor="middle" x="113" y="-231.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 29->31 -->
|
||||
<g id="edge37" class="edge">
|
||||
<title>29->31</title>
|
||||
<path fill="none" stroke="black" d="M156.64,-263.43C146.25,-253.15 131.68,-239.25 118,-228 111.04,-222.27 103.2,-216.43 95.88,-211.2"/>
|
||||
<polygon fill="black" stroke="black" points="97.79,-208.27 87.59,-205.39 93.77,-214 97.79,-208.27"/>
|
||||
<text text-anchor="middle" x="139" y="-231.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 33 -->
|
||||
<g id="node34" class="node">
|
||||
<title>33</title>
|
||||
<ellipse fill="none" stroke="black" cx="213" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="213" y="-188.3" font-family="Times,serif" font-size="14.00">33</text>
|
||||
</g>
|
||||
<!-- 29->33 -->
|
||||
<g id="edge38" class="edge">
|
||||
<title>29->33</title>
|
||||
<path fill="none" stroke="black" d="M169.81,-260.98C169.79,-250.91 171,-238.18 176,-228 178.75,-222.41 182.78,-217.24 187.19,-212.69"/>
|
||||
<polygon fill="black" stroke="black" points="189.84,-215.01 194.81,-205.65 185.09,-209.87 189.84,-215.01"/>
|
||||
<text text-anchor="middle" x="181" y="-231.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 30->32 -->
|
||||
<g id="edge39" class="edge">
|
||||
<title>30->32</title>
|
||||
<path fill="none" stroke="black" d="M227.25,-263.74C215.92,-253.59 200.21,-239.74 186,-228 179.67,-222.77 172.72,-217.25 166.21,-212.19"/>
|
||||
<polygon fill="black" stroke="black" points="168.34,-209.41 158.28,-206.06 164.06,-214.95 168.34,-209.41"/>
|
||||
<text text-anchor="middle" x="208" y="-231.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 30->33 -->
|
||||
<g id="edge40" class="edge">
|
||||
<title>30->33</title>
|
||||
<path fill="none" stroke="black" d="M237.07,-261.21C232.88,-249.33 227.18,-233.17 222.37,-219.56"/>
|
||||
<polygon fill="black" stroke="black" points="225.54,-218.02 218.91,-209.76 218.94,-220.35 225.54,-218.02"/>
|
||||
<text text-anchor="middle" x="234" y="-231.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 34 -->
|
||||
<g id="node35" class="node">
|
||||
<title>34</title>
|
||||
<ellipse fill="none" stroke="black" cx="285" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="285" y="-188.3" font-family="Times,serif" font-size="14.00">34</text>
|
||||
</g>
|
||||
<!-- 30->34 -->
|
||||
<g id="edge41" class="edge">
|
||||
<title>30->34</title>
|
||||
<path fill="none" stroke="black" d="M251.1,-261.61C257.14,-249.38 265.51,-232.44 272.42,-218.46"/>
|
||||
<polygon fill="black" stroke="black" points="275.63,-219.85 276.93,-209.34 269.36,-216.75 275.63,-219.85"/>
|
||||
<text text-anchor="middle" x="271" y="-231.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 35 -->
|
||||
<g id="node36" class="node">
|
||||
<title>35</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-101.3" font-family="Times,serif" font-size="14.00">35</text>
|
||||
</g>
|
||||
<!-- 31->35 -->
|
||||
<g id="edge42" class="edge">
|
||||
<title>31->35</title>
|
||||
<path fill="none" stroke="black" d="M78.59,-175.01C86.07,-162.55 96.59,-145.01 105.16,-130.74"/>
|
||||
<polygon fill="black" stroke="black" points="108.31,-132.29 110.45,-121.92 102.3,-128.69 108.31,-132.29"/>
|
||||
<text text-anchor="middle" x="103" y="-144.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 32->35 -->
|
||||
<g id="edge43" class="edge">
|
||||
<title>32->35</title>
|
||||
<path fill="none" stroke="black" d="M129.85,-175.36C126.32,-169.56 122.86,-162.75 121,-156 118.99,-148.72 118.23,-140.61 118.1,-133.08"/>
|
||||
<polygon fill="black" stroke="black" points="121.6,-133.03 118.28,-122.97 114.6,-132.9 121.6,-133.03"/>
|
||||
<text text-anchor="middle" x="126" y="-144.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 36 -->
|
||||
<g id="node37" class="node">
|
||||
<title>36</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-101.3" font-family="Times,serif" font-size="14.00">36</text>
|
||||
</g>
|
||||
<!-- 32->36 -->
|
||||
<g id="edge44" class="edge">
|
||||
<title>32->36</title>
|
||||
<path fill="none" stroke="black" d="M142.99,-173.85C144.74,-163.74 148,-151 154,-141 157.33,-135.45 161.81,-130.24 166.51,-125.63"/>
|
||||
<polygon fill="black" stroke="black" points="168.89,-128.21 173.97,-118.91 164.2,-123.01 168.89,-128.21"/>
|
||||
<text text-anchor="middle" x="159" y="-144.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 33->35 -->
|
||||
<g id="edge45" class="edge">
|
||||
<title>33->35</title>
|
||||
<path fill="none" stroke="black" d="M199.3,-176.08C189.72,-165.88 176.46,-152.23 164,-141 158.22,-135.79 151.77,-130.43 145.63,-125.51"/>
|
||||
<polygon fill="black" stroke="black" points="147.56,-122.58 137.54,-119.15 143.24,-128.08 147.56,-122.58"/>
|
||||
<text text-anchor="middle" x="184" y="-144.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 37 -->
|
||||
<g id="node38" class="node">
|
||||
<title>37</title>
|
||||
<ellipse fill="none" stroke="black" cx="264" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="264" y="-101.3" font-family="Times,serif" font-size="14.00">37</text>
|
||||
</g>
|
||||
<!-- 33->37 -->
|
||||
<g id="edge46" class="edge">
|
||||
<title>33->37</title>
|
||||
<path fill="none" stroke="black" d="M212.31,-173.78C212.63,-163.63 214.35,-150.89 220,-141 223.86,-134.24 229.59,-128.3 235.64,-123.31"/>
|
||||
<polygon fill="black" stroke="black" points="238.02,-125.91 243.95,-117.13 233.84,-120.29 238.02,-125.91"/>
|
||||
<text text-anchor="middle" x="225" y="-144.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 34->36 -->
|
||||
<g id="edge47" class="edge">
|
||||
<title>34->36</title>
|
||||
<path fill="none" stroke="black" d="M269.64,-176.96C254.83,-163.43 232.23,-142.77 215.22,-127.22"/>
|
||||
<polygon fill="black" stroke="black" points="217.12,-124.22 207.38,-120.06 212.4,-129.39 217.12,-124.22"/>
|
||||
<text text-anchor="middle" x="249" y="-144.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 34->37 -->
|
||||
<g id="edge48" class="edge">
|
||||
<title>34->37</title>
|
||||
<path fill="none" stroke="black" d="M280.85,-174.21C277.94,-162.41 273.98,-146.38 270.63,-132.82"/>
|
||||
<polygon fill="black" stroke="black" points="274.01,-131.92 268.21,-123.05 267.21,-133.6 274.01,-131.92"/>
|
||||
<text text-anchor="middle" x="280" y="-144.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 38 -->
|
||||
<g id="node39" class="node">
|
||||
<title>38</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-18" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-14.3" font-family="Times,serif" font-size="14.00">38</text>
|
||||
</g>
|
||||
<!-- 35->38 -->
|
||||
<g id="edge49" class="edge">
|
||||
<title>35->38</title>
|
||||
<path fill="none" stroke="black" d="M132.87,-88.8C143.93,-75.75 160.04,-56.74 172.65,-41.85"/>
|
||||
<polygon fill="black" stroke="black" points="175.45,-43.96 179.24,-34.06 170.11,-39.43 175.45,-43.96"/>
|
||||
<text text-anchor="middle" x="165" y="-57.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 36->38 -->
|
||||
<g id="edge50" class="edge">
|
||||
<title>36->38</title>
|
||||
<path fill="none" stroke="black" d="M192,-86.8C192,-75.16 192,-59.55 192,-46.24"/>
|
||||
<polygon fill="black" stroke="black" points="195.5,-46.18 192,-36.18 188.5,-46.18 195.5,-46.18"/>
|
||||
<text text-anchor="middle" x="197" y="-57.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 37->38 -->
|
||||
<g id="edge51" class="edge">
|
||||
<title>37->38</title>
|
||||
<path fill="none" stroke="black" d="M251.13,-88.8C240.07,-75.75 223.96,-56.74 211.35,-41.85"/>
|
||||
<polygon fill="black" stroke="black" points="213.89,-39.43 204.76,-34.06 208.55,-43.96 213.89,-39.43"/>
|
||||
<text text-anchor="middle" x="237" y="-57.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 532 KiB |
|
Before Width: | Height: | Size: 694 KiB |
|
Before Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 230 KiB |
|
Before Width: | Height: | Size: 7.4 MiB |
@ -1,604 +0,0 @@
|
||||
<?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 2.46.0 (0)
|
||||
-->
|
||||
<!-- Title: G Pages: 1 -->
|
||||
<svg width="320pt" height="2480pt"
|
||||
viewBox="0.00 0.00 320.00 2480.00" 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 2476)">
|
||||
<title>G</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-2476 316,-2476 316,4 -4,4"/>
|
||||
<!-- 0 -->
|
||||
<g id="node1" class="node">
|
||||
<title>0</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2454" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2450.3" font-family="Times,serif" font-size="14.00">0</text>
|
||||
</g>
|
||||
<!-- 1 -->
|
||||
<g id="node2" class="node">
|
||||
<title>1</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2367" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2363.3" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 0->1 -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>0->1</title>
|
||||
<path fill="none" stroke="black" d="M120,-2435.8C120,-2424.16 120,-2408.55 120,-2395.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2395.18 120,-2385.18 116.5,-2395.18 123.5,-2395.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2406.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 2 -->
|
||||
<g id="node3" class="node">
|
||||
<title>2</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2280" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2276.3" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 1->2 -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>1->2</title>
|
||||
<path fill="none" stroke="black" d="M120,-2348.8C120,-2337.16 120,-2321.55 120,-2308.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2308.18 120,-2298.18 116.5,-2308.18 123.5,-2308.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2319.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 3 -->
|
||||
<g id="node4" class="node">
|
||||
<title>3</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2193" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2189.3" font-family="Times,serif" font-size="14.00">3</text>
|
||||
</g>
|
||||
<!-- 2->3 -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>2->3</title>
|
||||
<path fill="none" stroke="black" d="M120,-2261.8C120,-2250.16 120,-2234.55 120,-2221.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2221.18 120,-2211.18 116.5,-2221.18 123.5,-2221.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2232.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 4 -->
|
||||
<g id="node5" class="node">
|
||||
<title>4</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2106" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2102.3" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 3->4 -->
|
||||
<g id="edge4" class="edge">
|
||||
<title>3->4</title>
|
||||
<path fill="none" stroke="black" d="M120,-2174.8C120,-2163.16 120,-2147.55 120,-2134.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2134.18 120,-2124.18 116.5,-2134.18 123.5,-2134.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2145.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 5 -->
|
||||
<g id="node6" class="node">
|
||||
<title>5</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-2019" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-2015.3" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 4->5 -->
|
||||
<g id="edge5" class="edge">
|
||||
<title>4->5</title>
|
||||
<path fill="none" stroke="black" d="M120,-2087.8C120,-2076.16 120,-2060.55 120,-2047.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-2047.18 120,-2037.18 116.5,-2047.18 123.5,-2047.18"/>
|
||||
<text text-anchor="middle" x="125" y="-2058.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 6 -->
|
||||
<g id="node7" class="node">
|
||||
<title>6</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1932" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1928.3" font-family="Times,serif" font-size="14.00">6</text>
|
||||
</g>
|
||||
<!-- 5->6 -->
|
||||
<g id="edge6" class="edge">
|
||||
<title>5->6</title>
|
||||
<path fill="none" stroke="black" d="M120,-2000.8C120,-1989.16 120,-1973.55 120,-1960.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1960.18 120,-1950.18 116.5,-1960.18 123.5,-1960.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1971.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 7 -->
|
||||
<g id="node8" class="node">
|
||||
<title>7</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1845" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1841.3" font-family="Times,serif" font-size="14.00">7</text>
|
||||
</g>
|
||||
<!-- 6->7 -->
|
||||
<g id="edge7" class="edge">
|
||||
<title>6->7</title>
|
||||
<path fill="none" stroke="black" d="M120,-1913.8C120,-1902.16 120,-1886.55 120,-1873.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1873.18 120,-1863.18 116.5,-1873.18 123.5,-1873.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1884.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 8 -->
|
||||
<g id="node9" class="node">
|
||||
<title>8</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1758" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1754.3" font-family="Times,serif" font-size="14.00">8</text>
|
||||
</g>
|
||||
<!-- 7->8 -->
|
||||
<g id="edge8" class="edge">
|
||||
<title>7->8</title>
|
||||
<path fill="none" stroke="black" d="M120,-1826.8C120,-1815.16 120,-1799.55 120,-1786.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1786.18 120,-1776.18 116.5,-1786.18 123.5,-1786.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1797.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 9 -->
|
||||
<g id="node10" class="node">
|
||||
<title>9</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1671" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1667.3" font-family="Times,serif" font-size="14.00">9</text>
|
||||
</g>
|
||||
<!-- 8->9 -->
|
||||
<g id="edge9" class="edge">
|
||||
<title>8->9</title>
|
||||
<path fill="none" stroke="black" d="M120,-1739.8C120,-1728.16 120,-1712.55 120,-1699.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1699.18 120,-1689.18 116.5,-1699.18 123.5,-1699.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1710.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 10 -->
|
||||
<g id="node11" class="node">
|
||||
<title>10</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1584" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1580.3" font-family="Times,serif" font-size="14.00">10</text>
|
||||
</g>
|
||||
<!-- 9->10 -->
|
||||
<g id="edge10" class="edge">
|
||||
<title>9->10</title>
|
||||
<path fill="none" stroke="black" d="M120,-1652.8C120,-1641.16 120,-1625.55 120,-1612.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1612.18 120,-1602.18 116.5,-1612.18 123.5,-1612.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1623.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 11 -->
|
||||
<g id="node12" class="node">
|
||||
<title>11</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1497" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1493.3" font-family="Times,serif" font-size="14.00">11</text>
|
||||
</g>
|
||||
<!-- 10->11 -->
|
||||
<g id="edge11" class="edge">
|
||||
<title>10->11</title>
|
||||
<path fill="none" stroke="black" d="M120,-1565.8C120,-1554.16 120,-1538.55 120,-1525.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1525.18 120,-1515.18 116.5,-1525.18 123.5,-1525.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1536.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 12 -->
|
||||
<g id="node13" class="node">
|
||||
<title>12</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1410" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1406.3" font-family="Times,serif" font-size="14.00">12</text>
|
||||
</g>
|
||||
<!-- 11->12 -->
|
||||
<g id="edge12" class="edge">
|
||||
<title>11->12</title>
|
||||
<path fill="none" stroke="black" d="M120,-1478.8C120,-1467.16 120,-1451.55 120,-1438.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1438.18 120,-1428.18 116.5,-1438.18 123.5,-1438.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1449.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 13 -->
|
||||
<g id="node14" class="node">
|
||||
<title>13</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1323" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1319.3" font-family="Times,serif" font-size="14.00">13</text>
|
||||
</g>
|
||||
<!-- 12->13 -->
|
||||
<g id="edge13" class="edge">
|
||||
<title>12->13</title>
|
||||
<path fill="none" stroke="black" d="M120,-1391.8C120,-1380.16 120,-1364.55 120,-1351.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1351.18 120,-1341.18 116.5,-1351.18 123.5,-1351.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1362.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 14 -->
|
||||
<g id="node15" class="node">
|
||||
<title>14</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1236" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1232.3" font-family="Times,serif" font-size="14.00">14</text>
|
||||
</g>
|
||||
<!-- 13->14 -->
|
||||
<g id="edge14" class="edge">
|
||||
<title>13->14</title>
|
||||
<path fill="none" stroke="black" d="M120,-1304.8C120,-1293.16 120,-1277.55 120,-1264.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1264.18 120,-1254.18 116.5,-1264.18 123.5,-1264.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1275.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 15 -->
|
||||
<g id="node16" class="node">
|
||||
<title>15</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1149" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1145.3" font-family="Times,serif" font-size="14.00">15</text>
|
||||
</g>
|
||||
<!-- 14->15 -->
|
||||
<g id="edge15" class="edge">
|
||||
<title>14->15</title>
|
||||
<path fill="none" stroke="black" d="M120,-1217.8C120,-1206.16 120,-1190.55 120,-1177.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1177.18 120,-1167.18 116.5,-1177.18 123.5,-1177.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1188.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 16 -->
|
||||
<g id="node17" class="node">
|
||||
<title>16</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-1062" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-1058.3" font-family="Times,serif" font-size="14.00">16</text>
|
||||
</g>
|
||||
<!-- 15->16 -->
|
||||
<g id="edge16" class="edge">
|
||||
<title>15->16</title>
|
||||
<path fill="none" stroke="black" d="M120,-1130.8C120,-1119.16 120,-1103.55 120,-1090.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1090.18 120,-1080.18 116.5,-1090.18 123.5,-1090.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1101.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 17 -->
|
||||
<g id="node18" class="node">
|
||||
<title>17</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-975" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-971.3" font-family="Times,serif" font-size="14.00">17</text>
|
||||
</g>
|
||||
<!-- 16->17 -->
|
||||
<g id="edge17" class="edge">
|
||||
<title>16->17</title>
|
||||
<path fill="none" stroke="black" d="M120,-1043.8C120,-1032.16 120,-1016.55 120,-1003.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-1003.18 120,-993.18 116.5,-1003.18 123.5,-1003.18"/>
|
||||
<text text-anchor="middle" x="125" y="-1014.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 18 -->
|
||||
<g id="node19" class="node">
|
||||
<title>18</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-888" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-884.3" font-family="Times,serif" font-size="14.00">18</text>
|
||||
</g>
|
||||
<!-- 17->18 -->
|
||||
<g id="edge18" class="edge">
|
||||
<title>17->18</title>
|
||||
<path fill="none" stroke="black" d="M120,-956.8C120,-945.16 120,-929.55 120,-916.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-916.18 120,-906.18 116.5,-916.18 123.5,-916.18"/>
|
||||
<text text-anchor="middle" x="125" y="-927.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 19 -->
|
||||
<g id="node20" class="node">
|
||||
<title>19</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-801" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-797.3" font-family="Times,serif" font-size="14.00">19</text>
|
||||
</g>
|
||||
<!-- 18->19 -->
|
||||
<g id="edge19" class="edge">
|
||||
<title>18->19</title>
|
||||
<path fill="none" stroke="black" d="M120,-869.8C120,-858.16 120,-842.55 120,-829.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-829.18 120,-819.18 116.5,-829.18 123.5,-829.18"/>
|
||||
<text text-anchor="middle" x="125" y="-840.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 20 -->
|
||||
<g id="node21" class="node">
|
||||
<title>20</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-714" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-710.3" font-family="Times,serif" font-size="14.00">20</text>
|
||||
</g>
|
||||
<!-- 19->20 -->
|
||||
<g id="edge20" class="edge">
|
||||
<title>19->20</title>
|
||||
<path fill="none" stroke="black" d="M120,-782.8C120,-771.16 120,-755.55 120,-742.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-742.18 120,-732.18 116.5,-742.18 123.5,-742.18"/>
|
||||
<text text-anchor="middle" x="125" y="-753.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 21 -->
|
||||
<g id="node22" class="node">
|
||||
<title>21</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-627" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-623.3" font-family="Times,serif" font-size="14.00">21</text>
|
||||
</g>
|
||||
<!-- 20->21 -->
|
||||
<g id="edge21" class="edge">
|
||||
<title>20->21</title>
|
||||
<path fill="none" stroke="black" d="M120,-695.8C120,-684.16 120,-668.55 120,-655.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-655.18 120,-645.18 116.5,-655.18 123.5,-655.18"/>
|
||||
<text text-anchor="middle" x="125" y="-666.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 22 -->
|
||||
<g id="node23" class="node">
|
||||
<title>22</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-540" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-536.3" font-family="Times,serif" font-size="14.00">22</text>
|
||||
</g>
|
||||
<!-- 21->22 -->
|
||||
<g id="edge22" class="edge">
|
||||
<title>21->22</title>
|
||||
<path fill="none" stroke="black" d="M120,-608.8C120,-597.16 120,-581.55 120,-568.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-568.18 120,-558.18 116.5,-568.18 123.5,-568.18"/>
|
||||
<text text-anchor="middle" x="125" y="-579.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 23 -->
|
||||
<g id="node24" class="node">
|
||||
<title>23</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-453" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-449.3" font-family="Times,serif" font-size="14.00">23</text>
|
||||
</g>
|
||||
<!-- 22->23 -->
|
||||
<g id="edge23" class="edge">
|
||||
<title>22->23</title>
|
||||
<path fill="none" stroke="black" d="M120,-521.8C120,-510.16 120,-494.55 120,-481.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-481.18 120,-471.18 116.5,-481.18 123.5,-481.18"/>
|
||||
<text text-anchor="middle" x="125" y="-492.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 24 -->
|
||||
<g id="node25" class="node">
|
||||
<title>24</title>
|
||||
<ellipse fill="none" stroke="black" cx="48" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="48" y="-362.3" font-family="Times,serif" font-size="14.00">24</text>
|
||||
</g>
|
||||
<!-- 23->24 -->
|
||||
<g id="edge24" class="edge">
|
||||
<title>23->24</title>
|
||||
<path fill="none" stroke="black" d="M107.13,-436.8C96.07,-423.75 79.96,-404.74 67.35,-389.85"/>
|
||||
<polygon fill="black" stroke="black" points="69.89,-387.43 60.76,-382.06 64.55,-391.96 69.89,-387.43"/>
|
||||
<text text-anchor="middle" x="94" y="-405.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 25 -->
|
||||
<g id="node26" class="node">
|
||||
<title>25</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-362.3" font-family="Times,serif" font-size="14.00">25</text>
|
||||
</g>
|
||||
<!-- 23->25 -->
|
||||
<g id="edge25" class="edge">
|
||||
<title>23->25</title>
|
||||
<path fill="none" stroke="black" d="M120,-434.8C120,-423.16 120,-407.55 120,-394.24"/>
|
||||
<polygon fill="black" stroke="black" points="123.5,-394.18 120,-384.18 116.5,-394.18 123.5,-394.18"/>
|
||||
<text text-anchor="middle" x="125" y="-405.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 26 -->
|
||||
<g id="node27" class="node">
|
||||
<title>26</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-366" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-362.3" font-family="Times,serif" font-size="14.00">26</text>
|
||||
</g>
|
||||
<!-- 23->26 -->
|
||||
<g id="edge26" class="edge">
|
||||
<title>23->26</title>
|
||||
<path fill="none" stroke="black" d="M132.87,-436.8C143.93,-423.75 160.04,-404.74 172.65,-389.85"/>
|
||||
<polygon fill="black" stroke="black" points="175.45,-391.96 179.24,-382.06 170.11,-387.43 175.45,-391.96"/>
|
||||
<text text-anchor="middle" x="165" y="-405.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 27 -->
|
||||
<g id="node28" class="node">
|
||||
<title>27</title>
|
||||
<ellipse fill="none" stroke="black" cx="27" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="27" y="-275.3" font-family="Times,serif" font-size="14.00">27</text>
|
||||
</g>
|
||||
<!-- 24->27 -->
|
||||
<g id="edge27" class="edge">
|
||||
<title>24->27</title>
|
||||
<path fill="none" stroke="black" d="M36.85,-349.36C33.32,-343.56 29.86,-336.75 28,-330 25.99,-322.72 25.23,-314.61 25.1,-307.08"/>
|
||||
<polygon fill="black" stroke="black" points="28.6,-307.03 25.28,-296.97 21.6,-306.9 28.6,-307.03"/>
|
||||
<text text-anchor="middle" x="33" y="-318.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 28 -->
|
||||
<g id="node29" class="node">
|
||||
<title>28</title>
|
||||
<ellipse fill="none" stroke="black" cx="99" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="99" y="-275.3" font-family="Times,serif" font-size="14.00">28</text>
|
||||
</g>
|
||||
<!-- 24->28 -->
|
||||
<g id="edge28" class="edge">
|
||||
<title>24->28</title>
|
||||
<path fill="none" stroke="black" d="M49.99,-347.85C51.74,-337.74 55,-325 61,-315 64.33,-309.45 68.81,-304.24 73.51,-299.63"/>
|
||||
<polygon fill="black" stroke="black" points="75.89,-302.21 80.97,-292.91 71.2,-297.01 75.89,-302.21"/>
|
||||
<text text-anchor="middle" x="66" y="-318.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 25->27 -->
|
||||
<g id="edge29" class="edge">
|
||||
<title>25->27</title>
|
||||
<path fill="none" stroke="black" d="M106.3,-350.08C96.72,-339.88 83.46,-326.23 71,-315 65.22,-309.79 58.77,-304.43 52.63,-299.51"/>
|
||||
<polygon fill="black" stroke="black" points="54.56,-296.58 44.54,-293.15 50.24,-302.08 54.56,-296.58"/>
|
||||
<text text-anchor="middle" x="92" y="-318.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 29 -->
|
||||
<g id="node30" class="node">
|
||||
<title>29</title>
|
||||
<ellipse fill="none" stroke="black" cx="171" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="171" y="-275.3" font-family="Times,serif" font-size="14.00">29</text>
|
||||
</g>
|
||||
<!-- 25->29 -->
|
||||
<g id="edge30" class="edge">
|
||||
<title>25->29</title>
|
||||
<path fill="none" stroke="black" d="M119.31,-347.78C119.63,-337.63 121.35,-324.89 127,-315 130.86,-308.24 136.59,-302.3 142.64,-297.31"/>
|
||||
<polygon fill="black" stroke="black" points="145.02,-299.91 150.95,-291.13 140.84,-294.29 145.02,-299.91"/>
|
||||
<text text-anchor="middle" x="132" y="-318.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 26->28 -->
|
||||
<g id="edge31" class="edge">
|
||||
<title>26->28</title>
|
||||
<path fill="none" stroke="black" d="M176.64,-350.96C161.83,-337.43 139.23,-316.77 122.22,-301.22"/>
|
||||
<polygon fill="black" stroke="black" points="124.12,-298.22 114.38,-294.06 119.4,-303.39 124.12,-298.22"/>
|
||||
<text text-anchor="middle" x="156" y="-318.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 26->29 -->
|
||||
<g id="edge32" class="edge">
|
||||
<title>26->29</title>
|
||||
<path fill="none" stroke="black" d="M187.85,-348.21C184.94,-336.41 180.98,-320.38 177.63,-306.82"/>
|
||||
<polygon fill="black" stroke="black" points="181.01,-305.92 175.21,-297.05 174.21,-307.6 181.01,-305.92"/>
|
||||
<text text-anchor="middle" x="187" y="-318.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 30 -->
|
||||
<g id="node31" class="node">
|
||||
<title>30</title>
|
||||
<ellipse fill="none" stroke="black" cx="243" cy="-279" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="243" y="-275.3" font-family="Times,serif" font-size="14.00">30</text>
|
||||
</g>
|
||||
<!-- 26->30 -->
|
||||
<g id="edge33" class="edge">
|
||||
<title>26->30</title>
|
||||
<path fill="none" stroke="black" d="M201.59,-349.01C209.07,-336.55 219.59,-319.01 228.16,-304.74"/>
|
||||
<polygon fill="black" stroke="black" points="231.31,-306.29 233.45,-295.92 225.3,-302.69 231.31,-306.29"/>
|
||||
<text text-anchor="middle" x="225" y="-318.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 31 -->
|
||||
<g id="node32" class="node">
|
||||
<title>31</title>
|
||||
<ellipse fill="none" stroke="black" cx="69" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="69" y="-188.3" font-family="Times,serif" font-size="14.00">31</text>
|
||||
</g>
|
||||
<!-- 27->31 -->
|
||||
<g id="edge34" class="edge">
|
||||
<title>27->31</title>
|
||||
<path fill="none" stroke="black" d="M35.1,-261.61C41.14,-249.38 49.51,-232.44 56.42,-218.46"/>
|
||||
<polygon fill="black" stroke="black" points="59.63,-219.85 60.93,-209.34 53.36,-216.75 59.63,-219.85"/>
|
||||
<text text-anchor="middle" x="56" y="-231.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 28->31 -->
|
||||
<g id="edge35" class="edge">
|
||||
<title>28->31</title>
|
||||
<path fill="none" stroke="black" d="M85.66,-262.98C81.2,-257.13 76.68,-250.13 74,-243 71.33,-235.9 69.89,-227.85 69.16,-220.31"/>
|
||||
<polygon fill="black" stroke="black" points="72.65,-219.93 68.55,-210.16 65.66,-220.36 72.65,-219.93"/>
|
||||
<text text-anchor="middle" x="79" y="-231.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 32 -->
|
||||
<g id="node33" class="node">
|
||||
<title>32</title>
|
||||
<ellipse fill="none" stroke="black" cx="141" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="141" y="-188.3" font-family="Times,serif" font-size="14.00">32</text>
|
||||
</g>
|
||||
<!-- 28->32 -->
|
||||
<g id="edge36" class="edge">
|
||||
<title>28->32</title>
|
||||
<path fill="none" stroke="black" d="M99.69,-260.56C100.67,-250.58 102.92,-238.08 108,-228 110.54,-222.97 114.03,-218.15 117.8,-213.8"/>
|
||||
<polygon fill="black" stroke="black" points="120.39,-216.15 124.74,-206.49 115.31,-211.33 120.39,-216.15"/>
|
||||
<text text-anchor="middle" x="113" y="-231.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 29->31 -->
|
||||
<g id="edge37" class="edge">
|
||||
<title>29->31</title>
|
||||
<path fill="none" stroke="black" d="M156.64,-263.43C146.25,-253.15 131.68,-239.25 118,-228 111.04,-222.27 103.2,-216.43 95.88,-211.2"/>
|
||||
<polygon fill="black" stroke="black" points="97.79,-208.27 87.59,-205.39 93.77,-214 97.79,-208.27"/>
|
||||
<text text-anchor="middle" x="139" y="-231.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 33 -->
|
||||
<g id="node34" class="node">
|
||||
<title>33</title>
|
||||
<ellipse fill="none" stroke="black" cx="213" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="213" y="-188.3" font-family="Times,serif" font-size="14.00">33</text>
|
||||
</g>
|
||||
<!-- 29->33 -->
|
||||
<g id="edge38" class="edge">
|
||||
<title>29->33</title>
|
||||
<path fill="none" stroke="black" d="M169.81,-260.98C169.79,-250.91 171,-238.18 176,-228 178.75,-222.41 182.78,-217.24 187.19,-212.69"/>
|
||||
<polygon fill="black" stroke="black" points="189.84,-215.01 194.81,-205.65 185.09,-209.87 189.84,-215.01"/>
|
||||
<text text-anchor="middle" x="181" y="-231.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 30->32 -->
|
||||
<g id="edge39" class="edge">
|
||||
<title>30->32</title>
|
||||
<path fill="none" stroke="black" d="M227.25,-263.74C215.92,-253.59 200.21,-239.74 186,-228 179.67,-222.77 172.72,-217.25 166.21,-212.19"/>
|
||||
<polygon fill="black" stroke="black" points="168.34,-209.41 158.28,-206.06 164.06,-214.95 168.34,-209.41"/>
|
||||
<text text-anchor="middle" x="208" y="-231.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 30->33 -->
|
||||
<g id="edge40" class="edge">
|
||||
<title>30->33</title>
|
||||
<path fill="none" stroke="black" d="M237.07,-261.21C232.88,-249.33 227.18,-233.17 222.37,-219.56"/>
|
||||
<polygon fill="black" stroke="black" points="225.54,-218.02 218.91,-209.76 218.94,-220.35 225.54,-218.02"/>
|
||||
<text text-anchor="middle" x="234" y="-231.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 34 -->
|
||||
<g id="node35" class="node">
|
||||
<title>34</title>
|
||||
<ellipse fill="none" stroke="black" cx="285" cy="-192" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="285" y="-188.3" font-family="Times,serif" font-size="14.00">34</text>
|
||||
</g>
|
||||
<!-- 30->34 -->
|
||||
<g id="edge41" class="edge">
|
||||
<title>30->34</title>
|
||||
<path fill="none" stroke="black" d="M251.1,-261.61C257.14,-249.38 265.51,-232.44 272.42,-218.46"/>
|
||||
<polygon fill="black" stroke="black" points="275.63,-219.85 276.93,-209.34 269.36,-216.75 275.63,-219.85"/>
|
||||
<text text-anchor="middle" x="271" y="-231.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 35 -->
|
||||
<g id="node36" class="node">
|
||||
<title>35</title>
|
||||
<ellipse fill="none" stroke="black" cx="120" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="120" y="-101.3" font-family="Times,serif" font-size="14.00">35</text>
|
||||
</g>
|
||||
<!-- 31->35 -->
|
||||
<g id="edge42" class="edge">
|
||||
<title>31->35</title>
|
||||
<path fill="none" stroke="black" d="M78.59,-175.01C86.07,-162.55 96.59,-145.01 105.16,-130.74"/>
|
||||
<polygon fill="black" stroke="black" points="108.31,-132.29 110.45,-121.92 102.3,-128.69 108.31,-132.29"/>
|
||||
<text text-anchor="middle" x="103" y="-144.8" font-family="Times,serif" font-size="14.00">5</text>
|
||||
</g>
|
||||
<!-- 32->35 -->
|
||||
<g id="edge43" class="edge">
|
||||
<title>32->35</title>
|
||||
<path fill="none" stroke="black" d="M129.85,-175.36C126.32,-169.56 122.86,-162.75 121,-156 118.99,-148.72 118.23,-140.61 118.1,-133.08"/>
|
||||
<polygon fill="black" stroke="black" points="121.6,-133.03 118.28,-122.97 114.6,-132.9 121.6,-133.03"/>
|
||||
<text text-anchor="middle" x="126" y="-144.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 36 -->
|
||||
<g id="node37" class="node">
|
||||
<title>36</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-101.3" font-family="Times,serif" font-size="14.00">36</text>
|
||||
</g>
|
||||
<!-- 32->36 -->
|
||||
<g id="edge44" class="edge">
|
||||
<title>32->36</title>
|
||||
<path fill="none" stroke="black" d="M142.99,-173.85C144.74,-163.74 148,-151 154,-141 157.33,-135.45 161.81,-130.24 166.51,-125.63"/>
|
||||
<polygon fill="black" stroke="black" points="168.89,-128.21 173.97,-118.91 164.2,-123.01 168.89,-128.21"/>
|
||||
<text text-anchor="middle" x="159" y="-144.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 33->35 -->
|
||||
<g id="edge45" class="edge">
|
||||
<title>33->35</title>
|
||||
<path fill="none" stroke="black" d="M199.3,-176.08C189.72,-165.88 176.46,-152.23 164,-141 158.22,-135.79 151.77,-130.43 145.63,-125.51"/>
|
||||
<polygon fill="black" stroke="black" points="147.56,-122.58 137.54,-119.15 143.24,-128.08 147.56,-122.58"/>
|
||||
<text text-anchor="middle" x="184" y="-144.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 37 -->
|
||||
<g id="node38" class="node">
|
||||
<title>37</title>
|
||||
<ellipse fill="none" stroke="black" cx="264" cy="-105" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="264" y="-101.3" font-family="Times,serif" font-size="14.00">37</text>
|
||||
</g>
|
||||
<!-- 33->37 -->
|
||||
<g id="edge46" class="edge">
|
||||
<title>33->37</title>
|
||||
<path fill="none" stroke="black" d="M212.31,-173.78C212.63,-163.63 214.35,-150.89 220,-141 223.86,-134.24 229.59,-128.3 235.64,-123.31"/>
|
||||
<polygon fill="black" stroke="black" points="238.02,-125.91 243.95,-117.13 233.84,-120.29 238.02,-125.91"/>
|
||||
<text text-anchor="middle" x="225" y="-144.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 34->36 -->
|
||||
<g id="edge47" class="edge">
|
||||
<title>34->36</title>
|
||||
<path fill="none" stroke="black" d="M269.64,-176.96C254.83,-163.43 232.23,-142.77 215.22,-127.22"/>
|
||||
<polygon fill="black" stroke="black" points="217.12,-124.22 207.38,-120.06 212.4,-129.39 217.12,-124.22"/>
|
||||
<text text-anchor="middle" x="249" y="-144.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
<!-- 34->37 -->
|
||||
<g id="edge48" class="edge">
|
||||
<title>34->37</title>
|
||||
<path fill="none" stroke="black" d="M280.85,-174.21C277.94,-162.41 273.98,-146.38 270.63,-132.82"/>
|
||||
<polygon fill="black" stroke="black" points="274.01,-131.92 268.21,-123.05 267.21,-133.6 274.01,-131.92"/>
|
||||
<text text-anchor="middle" x="280" y="-144.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 38 -->
|
||||
<g id="node39" class="node">
|
||||
<title>38</title>
|
||||
<ellipse fill="none" stroke="black" cx="192" cy="-18" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="192" y="-14.3" font-family="Times,serif" font-size="14.00">38</text>
|
||||
</g>
|
||||
<!-- 35->38 -->
|
||||
<g id="edge49" class="edge">
|
||||
<title>35->38</title>
|
||||
<path fill="none" stroke="black" d="M132.87,-88.8C143.93,-75.75 160.04,-56.74 172.65,-41.85"/>
|
||||
<polygon fill="black" stroke="black" points="175.45,-43.96 179.24,-34.06 170.11,-39.43 175.45,-43.96"/>
|
||||
<text text-anchor="middle" x="165" y="-57.8" font-family="Times,serif" font-size="14.00">4</text>
|
||||
</g>
|
||||
<!-- 36->38 -->
|
||||
<g id="edge50" class="edge">
|
||||
<title>36->38</title>
|
||||
<path fill="none" stroke="black" d="M192,-86.8C192,-75.16 192,-59.55 192,-46.24"/>
|
||||
<polygon fill="black" stroke="black" points="195.5,-46.18 192,-36.18 188.5,-46.18 195.5,-46.18"/>
|
||||
<text text-anchor="middle" x="197" y="-57.8" font-family="Times,serif" font-size="14.00">2</text>
|
||||
</g>
|
||||
<!-- 37->38 -->
|
||||
<g id="edge51" class="edge">
|
||||
<title>37->38</title>
|
||||
<path fill="none" stroke="black" d="M251.13,-88.8C240.07,-75.75 223.96,-56.74 211.35,-41.85"/>
|
||||
<polygon fill="black" stroke="black" points="213.89,-39.43 204.76,-34.06 208.55,-43.96 213.89,-39.43"/>
|
||||
<text text-anchor="middle" x="237" y="-57.8" font-family="Times,serif" font-size="14.00">1</text>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 532 KiB |
|
Before Width: | Height: | Size: 694 KiB |
|
Before Width: | Height: | Size: 93 KiB |
|
Before Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 230 KiB |
|
Before Width: | Height: | Size: 7.4 MiB |
16
README.md
@ -2,6 +2,10 @@
|
||||
|
||||
## Installation
|
||||
|
||||
### Submodules
|
||||
|
||||
This repository includes submodules. Please use `git clone --recurse-submodules` with the appropriate link for this repo. This will initialize and update all submodules in this repo.
|
||||
|
||||
### Dependencies
|
||||
|
||||
Run the `deps.sh` command to install necessary dependencies.
|
||||
@ -75,6 +79,18 @@ When contributing code, please install the "editorconfig" plugin for your text e
|
||||
- Adds extra newline to end of file if not already there.
|
||||
- Removes whitespace at end of lines
|
||||
- Automatically sets indentation to tabs set to 4 spaces
|
||||
|
||||
## In Case of Compilation Errors
|
||||
|
||||
1.) Make sure all dependencies are installed
|
||||
|
||||
- Check the error messages to see if something is missing.
|
||||
|
||||
2.) Remove CMakeCache.txt
|
||||
|
||||
- If you are running in a different user, then the directories may be different than those in the cache file.
|
||||
- If packages were updated on the local system, the cache may now be incorrect. Removing this file will usually clear up any errors.
|
||||
|
||||
=======
|
||||
# ag_gen
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
strict strict strict strict digraph G {
|
||||
strict digraph G {
|
||||
0;
|
||||
1;
|
||||
2;
|
||||
|
||||
@ -791,7 +791,7 @@ WARN_LOGFILE =
|
||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||
# Note: If this tag is empty the current directory is searched.
|
||||
|
||||
INPUT = /home/noah/Documents/School/Thesis Work/ag_parallel/src
|
||||
INPUT = /home/noah/Documents/School/Thesis_Work/ag_parallel/src
|
||||
|
||||
# This tag can be used to specify the character encoding of the source files
|
||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||
|
||||
@ -57,10 +57,10 @@ RM = /usr/bin/cmake -E rm -f
|
||||
EQUALS = =
|
||||
|
||||
# The top-level source directory on which CMake was run.
|
||||
CMAKE_SOURCE_DIR = "/home/noah/Documents/School/Thesis Work/ag_parallel"
|
||||
CMAKE_SOURCE_DIR = /home/noah/Documents/School/Thesis_Work/ag_parallel
|
||||
|
||||
# The top-level build directory on which CMake was run.
|
||||
CMAKE_BINARY_DIR = "/home/noah/Documents/School/Thesis Work/ag_parallel/build"
|
||||
CMAKE_BINARY_DIR = /home/noah/Documents/School/Thesis_Work/ag_parallel/build
|
||||
|
||||
#=============================================================================
|
||||
# Targets provided globally by CMake.
|
||||
@ -87,9 +87,9 @@ rebuild_cache/fast: rebuild_cache
|
||||
|
||||
# The main all target
|
||||
all: cmake_check_build_system
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start "/home/noah/Documents/School/Thesis Work/ag_parallel/build/CMakeFiles" "/home/noah/Documents/School/Thesis Work/ag_parallel/build//CMakeFiles/progress.marks"
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/noah/Documents/School/Thesis_Work/ag_parallel/build/CMakeFiles /home/noah/Documents/School/Thesis_Work/ag_parallel/build//CMakeFiles/progress.marks
|
||||
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start "/home/noah/Documents/School/Thesis Work/ag_parallel/build/CMakeFiles" 0
|
||||
$(CMAKE_COMMAND) -E cmake_progress_start /home/noah/Documents/School/Thesis_Work/ag_parallel/build/CMakeFiles 0
|
||||
.PHONY : all
|
||||
|
||||
# The main clean target
|
||||
|
||||
12023
build/ag.svg
|
Before Width: | Height: | Size: 0 B After Width: | Height: | Size: 785 KiB |
BIN
build/ag_gen
@ -1,5 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BUILDDIR="$PWD"
|
||||
|
||||
# Load appropriate modules on Hammer
|
||||
if [ "$(dnsdomainname)" = "hammer.esg.utulsa.edu" ]; then
|
||||
echo "Loading Modules."
|
||||
module load cmake
|
||||
@ -10,5 +13,16 @@ if [ "$(dnsdomainname)" = "hammer.esg.utulsa.edu" ]; then
|
||||
module load postgresql
|
||||
fi
|
||||
|
||||
# DMTCP Support
|
||||
cd ../src/dmtcp
|
||||
# Check to see if it has been installed. If not, install
|
||||
if find -- bin/ -prune -type d -empty | grep -q '^'; then
|
||||
echo "DMTCP not built. Configuring and building."
|
||||
./configure --enable-infiniband-support --enable-openmp --enable-timing
|
||||
make
|
||||
fi
|
||||
cd "${BUILDDIR}"
|
||||
|
||||
# AG/CG
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ../ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DMPICH_IGNORE_CXX_SEEK=1
|
||||
make ag_gen
|
||||
|
||||
@ -1,142 +1,142 @@
|
||||
[
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/main.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/main.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/main.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/main.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/main.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/main.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -g -pthread -o CMakeFiles/ag_gen.dir/nm_scanner.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_scanner.c\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_scanner.c"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -g -o CMakeFiles/ag_gen.dir/nm_scanner.c.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_scanner.c",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_scanner.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -g -pthread -o CMakeFiles/ag_gen.dir/nm_parser.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -g -o CMakeFiles/ag_gen.dir/nm_parser.c.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -g -pthread -o CMakeFiles/ag_gen.dir/xp_scanner.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_scanner.c\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_scanner.c"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -g -o CMakeFiles/ag_gen.dir/xp_scanner.c.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_scanner.c",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_scanner.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -g -pthread -o CMakeFiles/ag_gen.dir/xp_parser.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -g -o CMakeFiles/ag_gen.dir/xp_parser.c.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/ag_gen.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/ag_gen.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/ag_gen.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/ag_gen.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/ag_gen.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/ag_gen.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/asset.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/asset.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/asset.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/asset.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/asset.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/asset.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/assetgroup.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/assetgroup.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/assetgroup.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/assetgroup.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/assetgroup.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/assetgroup.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/edge.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/edge.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/edge.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/edge.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/edge.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/edge.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/exploit.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/exploit.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/exploit.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/exploit.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/exploit.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/exploit.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/factbase.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/factbase.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/factbase.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/factbase.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/factbase.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/factbase.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/network_state.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/network_state.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/network_state.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/network_state.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/network_state.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/network_state.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/quality.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/quality.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/quality.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/quality.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/quality.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/quality.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/topology.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/topology.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/ag_gen/topology.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/ag_gen/topology.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/topology.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/ag_gen/topology.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/util/avail_mem.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/avail_mem.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/avail_mem.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/util/avail_mem.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/avail_mem.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/avail_mem.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -g -pthread -o CMakeFiles/ag_gen.dir/src/util/build_sql.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/build_sql.c\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/build_sql.c"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -g -o CMakeFiles/ag_gen.dir/src/util/build_sql.c.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/build_sql.c",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/build_sql.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/util/common.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/common.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/common.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/util/common.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/common.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/common.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/util/db_functions.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/db_functions.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/db_functions.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/util/db_functions.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/db_functions.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/db_functions.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -g -pthread -o CMakeFiles/ag_gen.dir/src/util/hash.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/hash.c\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/hash.c"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -g -o CMakeFiles/ag_gen.dir/src/util/hash.c.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/hash.c",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/hash.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -g -pthread -o CMakeFiles/ag_gen.dir/src/util/list.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/list.c\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/list.c"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -g -o CMakeFiles/ag_gen.dir/src/util/list.c.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/list.c",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/list.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -g -pthread -o CMakeFiles/ag_gen.dir/src/util/mem.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/mem.c\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/mem.c"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -g -o CMakeFiles/ag_gen.dir/src/util/mem.c.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/mem.c",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/mem.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/util/redis_manager.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/redis_manager.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/redis_manager.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/util/redis_manager.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/redis_manager.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/redis_manager.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -g -pthread -o CMakeFiles/ag_gen.dir/src/util/str_array.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/str_array.c\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/str_array.c"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -g -o CMakeFiles/ag_gen.dir/src/util/str_array.c.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/str_array.c",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/str_array.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -g -pthread -o CMakeFiles/ag_gen.dir/src/util/vector.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/vector.c\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/vector.c"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -g -o CMakeFiles/ag_gen.dir/src/util/vector.c.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/vector.c",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/vector.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/mpi/serialize.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/mpi/serialize.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/mpi/serialize.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/mpi/serialize.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/mpi/serialize.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/mpi/serialize.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -pthread -std=c++17 -o CMakeFiles/ag_gen.dir/src/mpi/tasks.cpp.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/mpi/tasks.cpp\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/mpi/tasks.cpp"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/c++ -DBOOST_MPI_DYN_LINK -DBOOST_MPI_NO_LIB -DBOOST_SERIALIZATION_DYN_LINK -DBOOST_SERIALIZATION_NO_LIB -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -std=c++17 -fopenmp -DREDIS -g -g -O0 -ggdb -Wall -fopenmp -pedantic -std=c++17 -o CMakeFiles/ag_gen.dir/src/mpi/tasks.cpp.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/mpi/tasks.cpp",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/mpi/tasks.cpp"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -g -o CMakeFiles/dynstr_test.dir/src/util/mem.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/mem.c\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/util/mem.c"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -g -o CMakeFiles/dynstr_test.dir/src/util/mem.c.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/mem.c",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/util/mem.c"
|
||||
},
|
||||
{
|
||||
"directory": "/home/noah/Documents/School/Thesis Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -I/usr/include/postgresql -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/src/bcl/cmake/..\" -I\"/home/noah/Documents/School/Thesis Work/ag_parallel/INTERFACE\" -g -o CMakeFiles/dynstr_test.dir/src/tests/mem_test.c.o -c \"/home/noah/Documents/School/Thesis Work/ag_parallel/src/tests/mem_test.c\"",
|
||||
"file": "/home/noah/Documents/School/Thesis Work/ag_parallel/src/tests/mem_test.c"
|
||||
"directory": "/home/noah/Documents/School/Thesis_Work/ag_parallel/build",
|
||||
"command": "/usr/bin/cc -I/usr/include/postgresql -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src -I/home/noah/Documents/School/Thesis_Work/ag_parallel/src/bcl/cmake/.. -I/home/noah/Documents/School/Thesis_Work/ag_parallel/INTERFACE -g -o CMakeFiles/dynstr_test.dir/src/tests/mem_test.c.o -c /home/noah/Documents/School/Thesis_Work/ag_parallel/src/tests/mem_test.c",
|
||||
"file": "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/tests/mem_test.c"
|
||||
}
|
||||
]
|
||||
@ -74,7 +74,7 @@
|
||||
#define yychar nmchar
|
||||
|
||||
/* First part of user prologue. */
|
||||
#line 4 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 4 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@ -95,7 +95,7 @@
|
||||
extern int assetcount;
|
||||
extern int factcount;
|
||||
|
||||
#line 99 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 99 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
|
||||
# ifndef YY_CAST
|
||||
# ifdef __cplusplus
|
||||
@ -1420,63 +1420,63 @@ yyreduce:
|
||||
switch (yyn)
|
||||
{
|
||||
case 2: /* root: NETWORK IDENTIFIER EQ assets facts tags PERIOD */
|
||||
#line 52 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 52 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{}
|
||||
#line 1426 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1426 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
case 3: /* assets: ASSETS COLON assetlist */
|
||||
#line 55 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 55 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{}
|
||||
#line 1432 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1432 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
case 4: /* assetlist: %empty */
|
||||
#line 58 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 58 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{}
|
||||
#line 1438 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1438 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
case 5: /* assetlist: assetlist asset */
|
||||
#line 59 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 59 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{
|
||||
list_add(nm->assets, (yyvsp[0].string));
|
||||
}
|
||||
#line 1446 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1446 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
case 6: /* asset: IDENTIFIER SEMI */
|
||||
#line 64 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 64 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{ (yyval.string) = (yyvsp[-1].string); }
|
||||
#line 1452 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1452 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
case 7: /* tags: %empty */
|
||||
#line 67 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 67 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{}
|
||||
#line 1458 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1458 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
case 8: /* tags: TAGS COLON */
|
||||
#line 68 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 68 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{}
|
||||
#line 1464 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1464 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
case 9: /* facts: FACTS COLON factlist */
|
||||
#line 71 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 71 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{ nm->facts = (yyvsp[0].lst); }
|
||||
#line 1470 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1470 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
case 10: /* factlist: %empty */
|
||||
#line 74 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 74 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{ (yyval.lst) = NULL; }
|
||||
#line 1476 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1476 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
case 11: /* factlist: factlist f */
|
||||
#line 75 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 75 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{
|
||||
if((yyvsp[-1].lst) == NULL) {
|
||||
(yyval.lst) = list_new();
|
||||
@ -1486,11 +1486,11 @@ yyreduce:
|
||||
(yyval.lst) = (yyvsp[-1].lst);
|
||||
}
|
||||
}
|
||||
#line 1490 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1490 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
case 12: /* f: QUALITY COLON IDENTIFIER COMMA statement SEMI */
|
||||
#line 86 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 86 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{
|
||||
statement *st = getmem(sizeof(struct statement));
|
||||
st->obj = (yyvsp[-1].st)->obj;
|
||||
@ -1506,11 +1506,11 @@ yyreduce:
|
||||
|
||||
(yyval.fct) = fct;
|
||||
}
|
||||
#line 1510 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1510 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
case 13: /* f: TOPOLOGY COLON IDENTIFIER direction IDENTIFIER COMMA statement SEMI */
|
||||
#line 101 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 101 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{
|
||||
struct statement* st = (yyvsp[-1].st);
|
||||
st->obj = (yyvsp[-1].st)->obj;
|
||||
@ -1526,11 +1526,11 @@ yyreduce:
|
||||
|
||||
(yyval.fct) = fct;
|
||||
}
|
||||
#line 1530 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1530 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
case 14: /* statement: IDENTIFIER */
|
||||
#line 119 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 119 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{
|
||||
struct statement* st = getmem(sizeof(struct statement));
|
||||
st->obj = (yyvsp[0].string);
|
||||
@ -1538,11 +1538,11 @@ yyreduce:
|
||||
st->val = "";
|
||||
(yyval.st) = st;
|
||||
}
|
||||
#line 1542 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1542 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
case 15: /* statement: IDENTIFIER operator value */
|
||||
#line 126 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 126 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
{
|
||||
struct statement* st = getmem(sizeof(struct statement));
|
||||
st->obj = (yyvsp[-2].string);
|
||||
@ -1550,11 +1550,11 @@ yyreduce:
|
||||
st->val = (yyvsp[0].string);
|
||||
(yyval.st) = st;
|
||||
}
|
||||
#line 1554 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1554 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
break;
|
||||
|
||||
|
||||
#line 1558 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.c"
|
||||
#line 1558 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.c"
|
||||
|
||||
default: break;
|
||||
}
|
||||
@ -1778,7 +1778,7 @@ yyreturnlab:
|
||||
return yyresult;
|
||||
}
|
||||
|
||||
#line 165 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 165 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@ -87,7 +87,7 @@ extern int nmdebug;
|
||||
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
|
||||
union YYSTYPE
|
||||
{
|
||||
#line 25 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
#line 25 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_parser.yy"
|
||||
|
||||
struct str_array* arr;
|
||||
struct list* lst;
|
||||
@ -96,7 +96,7 @@ union YYSTYPE
|
||||
struct fact *fct;
|
||||
char* string;
|
||||
|
||||
#line 100 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_parser.tab.h"
|
||||
#line 100 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_parser.tab.h"
|
||||
|
||||
};
|
||||
typedef union YYSTYPE YYSTYPE;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#line 1 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_scanner.c"
|
||||
#line 1 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_scanner.c"
|
||||
|
||||
#line 3 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_scanner.c"
|
||||
#line 3 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_scanner.c"
|
||||
|
||||
#define YY_INT_ALIGNED short int
|
||||
|
||||
@ -772,11 +772,11 @@ int yy_flex_debug = 0;
|
||||
#define YY_MORE_ADJ 0
|
||||
#define YY_RESTORE_YY_MORE_OFFSET
|
||||
char *yytext;
|
||||
#line 1 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 8 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 1 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 8 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#include "nm_parser.tab.h"
|
||||
#line 778 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_scanner.c"
|
||||
#line 779 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_scanner.c"
|
||||
#line 778 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_scanner.c"
|
||||
#line 779 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_scanner.c"
|
||||
|
||||
#define INITIAL 0
|
||||
|
||||
@ -993,10 +993,10 @@ YY_DECL
|
||||
}
|
||||
|
||||
{
|
||||
#line 11 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 11 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
|
||||
|
||||
#line 999 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_scanner.c"
|
||||
#line 999 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_scanner.c"
|
||||
|
||||
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
|
||||
{
|
||||
@ -1066,146 +1066,146 @@ do_action: /* This label is used only to access EOF actions. */
|
||||
case 1:
|
||||
/* rule 1 can match eol */
|
||||
YY_RULE_SETUP
|
||||
#line 13 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 13 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{}
|
||||
YY_BREAK
|
||||
case 2:
|
||||
YY_RULE_SETUP
|
||||
#line 15 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 15 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ return NETWORK; }
|
||||
YY_BREAK
|
||||
case 3:
|
||||
YY_RULE_SETUP
|
||||
#line 16 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 16 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ return FACTS; }
|
||||
YY_BREAK
|
||||
case 4:
|
||||
YY_RULE_SETUP
|
||||
#line 17 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 17 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ return ASSETS; }
|
||||
YY_BREAK
|
||||
case 5:
|
||||
YY_RULE_SETUP
|
||||
#line 18 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 18 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ return QUALITY; }
|
||||
YY_BREAK
|
||||
case 6:
|
||||
YY_RULE_SETUP
|
||||
#line 19 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 19 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ return TOPOLOGY; }
|
||||
YY_BREAK
|
||||
case 7:
|
||||
YY_RULE_SETUP
|
||||
#line 20 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 20 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ return TAGS; }
|
||||
YY_BREAK
|
||||
case 8:
|
||||
YY_RULE_SETUP
|
||||
#line 22 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 22 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return INT; }
|
||||
YY_BREAK
|
||||
case 9:
|
||||
YY_RULE_SETUP
|
||||
#line 23 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 23 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return FLOAT; }
|
||||
YY_BREAK
|
||||
case 10:
|
||||
YY_RULE_SETUP
|
||||
#line 24 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 24 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return IDENTIFIER; }
|
||||
YY_BREAK
|
||||
case 11:
|
||||
YY_RULE_SETUP
|
||||
#line 26 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 26 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return EQ; }
|
||||
YY_BREAK
|
||||
case 12:
|
||||
YY_RULE_SETUP
|
||||
#line 27 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 27 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return LT; }
|
||||
YY_BREAK
|
||||
case 13:
|
||||
YY_RULE_SETUP
|
||||
#line 28 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 28 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return GT; }
|
||||
YY_BREAK
|
||||
case 14:
|
||||
YY_RULE_SETUP
|
||||
#line 29 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 29 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return GEQ; }
|
||||
YY_BREAK
|
||||
case 15:
|
||||
YY_RULE_SETUP
|
||||
#line 30 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 30 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return LEQ; }
|
||||
YY_BREAK
|
||||
case 16:
|
||||
YY_RULE_SETUP
|
||||
#line 31 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 31 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return EQ; }
|
||||
YY_BREAK
|
||||
case 17:
|
||||
YY_RULE_SETUP
|
||||
#line 32 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 32 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return COLON; }
|
||||
YY_BREAK
|
||||
case 18:
|
||||
YY_RULE_SETUP
|
||||
#line 33 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 33 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return SEMI; }
|
||||
YY_BREAK
|
||||
case 19:
|
||||
YY_RULE_SETUP
|
||||
#line 34 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 34 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return COMMA; }
|
||||
YY_BREAK
|
||||
case 20:
|
||||
YY_RULE_SETUP
|
||||
#line 35 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 35 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return PERIOD; }
|
||||
YY_BREAK
|
||||
case 21:
|
||||
YY_RULE_SETUP
|
||||
#line 36 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 36 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return BIDIR; }
|
||||
YY_BREAK
|
||||
case 22:
|
||||
YY_RULE_SETUP
|
||||
#line 37 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 37 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return NOTBIDIR; }
|
||||
YY_BREAK
|
||||
case 23:
|
||||
YY_RULE_SETUP
|
||||
#line 38 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 38 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return ONEDIRBACK; }
|
||||
YY_BREAK
|
||||
case 24:
|
||||
YY_RULE_SETUP
|
||||
#line 39 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 39 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return ONEDIR; }
|
||||
YY_BREAK
|
||||
case 25:
|
||||
YY_RULE_SETUP
|
||||
#line 40 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 40 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ nmlval.string = strdup(yytext); return NOTONEDIR; }
|
||||
YY_BREAK
|
||||
case 26:
|
||||
/* rule 26 can match eol */
|
||||
YY_RULE_SETUP
|
||||
#line 42 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 42 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{}
|
||||
YY_BREAK
|
||||
case 27:
|
||||
YY_RULE_SETUP
|
||||
#line 44 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 44 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
{ return 1; }
|
||||
YY_BREAK
|
||||
case 28:
|
||||
YY_RULE_SETUP
|
||||
#line 45 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 45 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
ECHO;
|
||||
YY_BREAK
|
||||
#line 1208 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/nm_scanner.c"
|
||||
#line 1208 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/nm_scanner.c"
|
||||
case YY_STATE_EOF(INITIAL):
|
||||
yyterminate();
|
||||
|
||||
@ -2222,4 +2222,4 @@ void yyfree (void * ptr )
|
||||
|
||||
#define YYTABLES_NAME "yytables"
|
||||
|
||||
#line 45 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
#line 45 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/nm-parser/nm_scanner.l"
|
||||
|
||||
@ -16,9 +16,9 @@ ESIZE=${8:-6} # exploit file scripting. Can ignore.
|
||||
DBNAME="$DBNAME$USER"
|
||||
|
||||
### AG Gen Network Model and Exploit File settings - adjust as desired.
|
||||
NM="../Oct_2021/nm_files/${CARS}_car_timeline_maintenance.nm"
|
||||
XP="../Oct_2021/Non_Sync/4_Exploits/${NUM_SERV}_Serv/generic_timeline_maintenance.xp"
|
||||
SYNC_XP="../Oct_2021/Sync/4_Exploits/${NUM_SERV}_Serv/sync_timeline_maintenance.xp"
|
||||
NM="../example_files/Oct_2021/nm_files/2_car_timeline_maintenance.nm"
|
||||
XP="../example_files/Oct_2021/generic_timeline_maintenance.xp"
|
||||
SYNC_XP="../example_files/Oct_2021/Sync/4_Exploits/1_Serv/sync_timeline_maintenance.xp"
|
||||
|
||||
### MPI Parameters - adjust as desired.
|
||||
MPI_PARAMS="mpiexec --mca btl_openib_allow_ib 1 --mca opal_warn_on_missing_libcuda 0 -np ${NODES} --timeout 129600"
|
||||
@ -143,7 +143,9 @@ fi #END Hammer/Non-Hammer
|
||||
|
||||
#Graphviz Strict graphing to avoid duplicate nodes and edges
|
||||
if [ "$CREATE_SVG" = "true" ]; then
|
||||
echo "Creating SVG..."
|
||||
echo -n 'strict ' | cat - DOTFILE.dot > temp && mv temp DOTFILE.dot
|
||||
#dot -Tsvg new.dot > ag.svg
|
||||
dot -Tsvg DOTFILE.dot > ag.svg
|
||||
echo "Done."
|
||||
fi
|
||||
|
||||
@ -74,7 +74,7 @@
|
||||
#define yychar xpchar
|
||||
|
||||
/* First part of user prologue. */
|
||||
#line 4 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 4 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
@ -91,7 +91,7 @@
|
||||
extern FILE* xpin;
|
||||
extern int xplineno;
|
||||
|
||||
#line 95 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 95 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
|
||||
# ifndef YY_CAST
|
||||
# ifdef __cplusplus
|
||||
@ -1456,27 +1456,27 @@ yyreduce:
|
||||
switch (yyn)
|
||||
{
|
||||
case 2: /* root: exploitlist */
|
||||
#line 49 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 49 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{}
|
||||
#line 1462 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1462 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 3: /* exploitlist: %empty */
|
||||
#line 52 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 52 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{}
|
||||
#line 1468 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1468 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 4: /* exploitlist: exploitlist exploit */
|
||||
#line 53 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 53 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
list_add(xplist, (yyvsp[0].xp));
|
||||
}
|
||||
#line 1476 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1476 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 5: /* exploit: EXPLOIT IDENTIFIER LPAREN parameters RPAREN EQ preconditions postconditions PERIOD */
|
||||
#line 58 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 58 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
exploitpattern *xp = getmem(sizeof(exploitpattern));
|
||||
xp->group = "null";
|
||||
@ -1486,11 +1486,11 @@ yyreduce:
|
||||
xp->postconditions = (yyvsp[-1].list);
|
||||
(yyval.xp) = xp;
|
||||
}
|
||||
#line 1490 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1490 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 6: /* exploit: IDENTIFIER GROUP EXPLOIT IDENTIFIER LPAREN parameters RPAREN EQ preconditions postconditions PERIOD */
|
||||
#line 68 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 68 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
exploitpattern *xp = getmem(sizeof(exploitpattern));
|
||||
xp->group = (yyvsp[-10].string);
|
||||
@ -1500,11 +1500,11 @@ yyreduce:
|
||||
xp->postconditions = (yyvsp[-1].list);
|
||||
(yyval.xp) = xp;
|
||||
}
|
||||
#line 1504 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1504 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 7: /* parameters: parameters COMMA IDENTIFIER */
|
||||
#line 79 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 79 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
if((yyvsp[-2].arr) == NULL) {
|
||||
(yyval.arr) = new_str_array();
|
||||
@ -1514,38 +1514,38 @@ yyreduce:
|
||||
add_str((yyval.arr), (yyvsp[0].string));
|
||||
}
|
||||
}
|
||||
#line 1518 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1518 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 8: /* parameters: IDENTIFIER */
|
||||
#line 88 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 88 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
(yyval.arr) = new_str_array();
|
||||
add_str((yyval.arr), (yyvsp[0].string));
|
||||
}
|
||||
#line 1527 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1527 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 9: /* parameters: %empty */
|
||||
#line 92 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 92 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{ (yyval.arr) = NULL; }
|
||||
#line 1533 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1533 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 10: /* preconditions: PRECONDITIONS COLON preconditionslist */
|
||||
#line 95 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 95 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{ (yyval.list) = (yyvsp[0].list); }
|
||||
#line 1539 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1539 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 11: /* preconditionslist: %empty */
|
||||
#line 98 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 98 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{ (yyval.list) = NULL; }
|
||||
#line 1545 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1545 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 12: /* preconditionslist: preconditionslist precondition */
|
||||
#line 99 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 99 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
if((yyvsp[-1].list) == NULL) {
|
||||
(yyval.list) = list_new();
|
||||
@ -1555,33 +1555,33 @@ yyreduce:
|
||||
(yyval.list) = (yyvsp[-1].list);
|
||||
}
|
||||
}
|
||||
#line 1559 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1559 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 13: /* precondition: fact */
|
||||
#line 110 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 110 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
(yyval.fct) = (yyvsp[0].fct);
|
||||
}
|
||||
#line 1567 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1567 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 14: /* postconditions: POSTCONDITIONS COLON postconditionslist */
|
||||
#line 115 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 115 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
(yyval.list) = (yyvsp[0].list);
|
||||
}
|
||||
#line 1575 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1575 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 15: /* postconditionslist: %empty */
|
||||
#line 120 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 120 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{ (yyval.list) = NULL; }
|
||||
#line 1581 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1581 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 16: /* postconditionslist: postconditionslist postcondition */
|
||||
#line 121 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 121 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
if((yyvsp[-1].list) == NULL) {
|
||||
(yyval.list) = list_new();
|
||||
@ -1591,52 +1591,52 @@ yyreduce:
|
||||
(yyval.list) = (yyvsp[-1].list);
|
||||
}
|
||||
}
|
||||
#line 1595 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1595 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 17: /* postcondition: operation fact */
|
||||
#line 132 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 132 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
postcondition *pc = getmem(sizeof(postcondition));
|
||||
pc->op = (yyvsp[-1].string);
|
||||
pc->f = (yyvsp[0].fct);
|
||||
(yyval.pc) = pc;
|
||||
}
|
||||
#line 1606 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1606 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 18: /* operation: ADD */
|
||||
#line 140 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 140 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{ (yyval.string) = (yyvsp[0].string); }
|
||||
#line 1612 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1612 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 19: /* operation: INSERT */
|
||||
#line 141 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 141 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{ (yyval.string) = (yyvsp[0].string); }
|
||||
#line 1618 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1618 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 20: /* operation: UPDATE */
|
||||
#line 142 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 142 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{ (yyval.string) = (yyvsp[0].string); }
|
||||
#line 1624 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1624 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 21: /* operation: DELETE */
|
||||
#line 143 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 143 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{ (yyval.string) = (yyvsp[0].string); }
|
||||
#line 1630 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1630 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 22: /* operation: REMOVE */
|
||||
#line 144 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 144 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{ (yyval.string) = (yyvsp[0].string); }
|
||||
#line 1636 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1636 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 23: /* fact: QUALITY COLON IDENTIFIER COMMA statement SEMI */
|
||||
#line 147 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 147 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
statement *st = getmem(sizeof(struct statement));
|
||||
st->obj = (yyvsp[-1].st)->obj;
|
||||
@ -1652,11 +1652,11 @@ yyreduce:
|
||||
|
||||
(yyval.fct) = fct;
|
||||
}
|
||||
#line 1656 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1656 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 24: /* fact: TOPOLOGY COLON IDENTIFIER direction IDENTIFIER COMMA statement SEMI */
|
||||
#line 162 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 162 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
statement *st = getmem(sizeof(statement));
|
||||
st->obj = (yyvsp[-1].st)->obj;
|
||||
@ -1672,11 +1672,11 @@ yyreduce:
|
||||
|
||||
(yyval.fct) = fct;
|
||||
}
|
||||
#line 1676 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1676 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 25: /* statement: IDENTIFIER */
|
||||
#line 183 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 183 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
statement* st = getmem(sizeof(statement));
|
||||
st->obj = (yyvsp[0].string);
|
||||
@ -1684,11 +1684,11 @@ yyreduce:
|
||||
st->val = "";
|
||||
(yyval.st) = st;
|
||||
}
|
||||
#line 1688 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1688 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
case 26: /* statement: IDENTIFIER operator value */
|
||||
#line 190 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 190 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
{
|
||||
statement* st = getmem(sizeof(statement));
|
||||
st->obj = (yyvsp[-2].string);
|
||||
@ -1696,11 +1696,11 @@ yyreduce:
|
||||
st->val = (yyvsp[0].string);
|
||||
(yyval.st) = st;
|
||||
}
|
||||
#line 1700 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1700 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
break;
|
||||
|
||||
|
||||
#line 1704 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.c"
|
||||
#line 1704 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.c"
|
||||
|
||||
default: break;
|
||||
}
|
||||
@ -1924,7 +1924,7 @@ yyreturnlab:
|
||||
return yyresult;
|
||||
}
|
||||
|
||||
#line 234 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 234 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
|
||||
|
||||
void print_xp_list(struct list *xplist) {
|
||||
|
||||
@ -97,7 +97,7 @@ extern int xpdebug;
|
||||
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
|
||||
union YYSTYPE
|
||||
{
|
||||
#line 21 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
#line 21 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_parser.yy"
|
||||
|
||||
struct str_array *arr;
|
||||
struct list *list;
|
||||
@ -107,7 +107,7 @@ union YYSTYPE
|
||||
struct fact *fct;
|
||||
char *string;
|
||||
|
||||
#line 111 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_parser.tab.h"
|
||||
#line 111 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_parser.tab.h"
|
||||
|
||||
};
|
||||
typedef union YYSTYPE YYSTYPE;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
#line 1 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_scanner.c"
|
||||
#line 1 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_scanner.c"
|
||||
|
||||
#line 3 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_scanner.c"
|
||||
#line 3 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_scanner.c"
|
||||
|
||||
#define YY_INT_ALIGNED short int
|
||||
|
||||
@ -805,11 +805,11 @@ int yy_flex_debug = 0;
|
||||
#define YY_MORE_ADJ 0
|
||||
#define YY_RESTORE_YY_MORE_OFFSET
|
||||
char *yytext;
|
||||
#line 1 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 8 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 1 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 8 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#include "xp_parser.tab.h"
|
||||
#line 811 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_scanner.c"
|
||||
#line 812 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_scanner.c"
|
||||
#line 811 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_scanner.c"
|
||||
#line 812 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_scanner.c"
|
||||
|
||||
#define INITIAL 0
|
||||
|
||||
@ -1026,10 +1026,10 @@ YY_DECL
|
||||
}
|
||||
|
||||
{
|
||||
#line 11 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 11 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
|
||||
|
||||
#line 1032 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_scanner.c"
|
||||
#line 1032 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_scanner.c"
|
||||
|
||||
while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
|
||||
{
|
||||
@ -1099,206 +1099,206 @@ do_action: /* This label is used only to access EOF actions. */
|
||||
case 1:
|
||||
/* rule 1 can match eol */
|
||||
YY_RULE_SETUP
|
||||
#line 13 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 13 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{}
|
||||
YY_BREAK
|
||||
case 2:
|
||||
YY_RULE_SETUP
|
||||
#line 15 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 15 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return GROUP; }
|
||||
YY_BREAK
|
||||
case 3:
|
||||
YY_RULE_SETUP
|
||||
#line 16 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 16 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return EXPLOIT; }
|
||||
YY_BREAK
|
||||
case 4:
|
||||
YY_RULE_SETUP
|
||||
#line 17 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 17 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return PRECONDITIONS; }
|
||||
YY_BREAK
|
||||
case 5:
|
||||
YY_RULE_SETUP
|
||||
#line 18 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 18 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return POSTCONDITIONS; }
|
||||
YY_BREAK
|
||||
case 6:
|
||||
YY_RULE_SETUP
|
||||
#line 19 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 19 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return QUALITY; }
|
||||
YY_BREAK
|
||||
case 7:
|
||||
YY_RULE_SETUP
|
||||
#line 20 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 20 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return TOPOLOGY; }
|
||||
YY_BREAK
|
||||
case 8:
|
||||
YY_RULE_SETUP
|
||||
#line 21 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 21 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return ADD; }
|
||||
YY_BREAK
|
||||
case 9:
|
||||
YY_RULE_SETUP
|
||||
#line 22 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 22 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return INSERT; }
|
||||
YY_BREAK
|
||||
case 10:
|
||||
YY_RULE_SETUP
|
||||
#line 23 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 23 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return UPDATE; }
|
||||
YY_BREAK
|
||||
case 11:
|
||||
YY_RULE_SETUP
|
||||
#line 24 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 24 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return DELETE; }
|
||||
YY_BREAK
|
||||
case 12:
|
||||
YY_RULE_SETUP
|
||||
#line 25 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 25 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return REMOVE; }
|
||||
YY_BREAK
|
||||
case 13:
|
||||
YY_RULE_SETUP
|
||||
#line 27 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 27 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return INT; }
|
||||
YY_BREAK
|
||||
case 14:
|
||||
YY_RULE_SETUP
|
||||
#line 28 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 28 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return FLOAT; }
|
||||
YY_BREAK
|
||||
case 15:
|
||||
YY_RULE_SETUP
|
||||
#line 29 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 29 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return IDENTIFIER; }
|
||||
YY_BREAK
|
||||
case 16:
|
||||
YY_RULE_SETUP
|
||||
#line 31 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 31 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return LPAREN; }
|
||||
YY_BREAK
|
||||
case 17:
|
||||
YY_RULE_SETUP
|
||||
#line 32 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 32 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return RPAREN; }
|
||||
YY_BREAK
|
||||
case 18:
|
||||
YY_RULE_SETUP
|
||||
#line 33 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 33 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return EQ; }
|
||||
YY_BREAK
|
||||
case 19:
|
||||
YY_RULE_SETUP
|
||||
#line 34 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 34 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return EQ; }
|
||||
YY_BREAK
|
||||
case 20:
|
||||
YY_RULE_SETUP
|
||||
#line 35 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 35 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return NEQ; }
|
||||
YY_BREAK
|
||||
case 21:
|
||||
YY_RULE_SETUP
|
||||
#line 36 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 36 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return LT; }
|
||||
YY_BREAK
|
||||
case 22:
|
||||
YY_RULE_SETUP
|
||||
#line 37 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 37 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return GT; }
|
||||
YY_BREAK
|
||||
case 23:
|
||||
YY_RULE_SETUP
|
||||
#line 38 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 38 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return GEQ; }
|
||||
YY_BREAK
|
||||
case 24:
|
||||
YY_RULE_SETUP
|
||||
#line 39 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 39 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return LEQ; }
|
||||
YY_BREAK
|
||||
case 25:
|
||||
YY_RULE_SETUP
|
||||
#line 40 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 40 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return EQ; }
|
||||
YY_BREAK
|
||||
case 26:
|
||||
YY_RULE_SETUP
|
||||
#line 41 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 41 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return NEQ; }
|
||||
YY_BREAK
|
||||
case 27:
|
||||
YY_RULE_SETUP
|
||||
#line 42 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 42 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return PLUSEQ; }
|
||||
YY_BREAK
|
||||
case 28:
|
||||
YY_RULE_SETUP
|
||||
#line 43 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 43 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return SUBEQ; }
|
||||
YY_BREAK
|
||||
case 29:
|
||||
YY_RULE_SETUP
|
||||
#line 44 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 44 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return COLON; }
|
||||
YY_BREAK
|
||||
case 30:
|
||||
YY_RULE_SETUP
|
||||
#line 45 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 45 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return SEMI; }
|
||||
YY_BREAK
|
||||
case 31:
|
||||
YY_RULE_SETUP
|
||||
#line 46 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 46 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return COMMA; }
|
||||
YY_BREAK
|
||||
case 32:
|
||||
YY_RULE_SETUP
|
||||
#line 47 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 47 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return PERIOD; }
|
||||
YY_BREAK
|
||||
case 33:
|
||||
YY_RULE_SETUP
|
||||
#line 48 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 48 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return BIDIR; }
|
||||
YY_BREAK
|
||||
case 34:
|
||||
YY_RULE_SETUP
|
||||
#line 49 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 49 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return NOTBIDIR; }
|
||||
YY_BREAK
|
||||
case 35:
|
||||
YY_RULE_SETUP
|
||||
#line 50 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 50 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return ONEDIR; }
|
||||
YY_BREAK
|
||||
case 36:
|
||||
YY_RULE_SETUP
|
||||
#line 51 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 51 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return ONEDIRBACK; }
|
||||
YY_BREAK
|
||||
case 37:
|
||||
YY_RULE_SETUP
|
||||
#line 52 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 52 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ xplval.string = strdup(yytext); return NOTONEDIR; }
|
||||
YY_BREAK
|
||||
case 38:
|
||||
/* rule 38 can match eol */
|
||||
YY_RULE_SETUP
|
||||
#line 53 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 53 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{}
|
||||
YY_BREAK
|
||||
case 39:
|
||||
YY_RULE_SETUP
|
||||
#line 55 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 55 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
{ return yytext[0]; }
|
||||
YY_BREAK
|
||||
case 40:
|
||||
YY_RULE_SETUP
|
||||
#line 57 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 57 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
ECHO;
|
||||
YY_BREAK
|
||||
#line 1301 "/home/noah/Documents/School/Thesis Work/ag_parallel/build/xp_scanner.c"
|
||||
#line 1301 "/home/noah/Documents/School/Thesis_Work/ag_parallel/build/xp_scanner.c"
|
||||
case YY_STATE_EOF(INITIAL):
|
||||
yyterminate();
|
||||
|
||||
@ -2315,6 +2315,6 @@ void yyfree (void * ptr )
|
||||
|
||||
#define YYTABLES_NAME "yytables"
|
||||
|
||||
#line 57 "/home/noah/Documents/School/Thesis Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
#line 57 "/home/noah/Documents/School/Thesis_Work/ag_parallel/src/parser/xp-parser/xp_scanner.l"
|
||||
|
||||
|
||||
|
||||