-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtable
More file actions
14 lines (14 loc) · 745 Bytes
/
table
File metadata and controls
14 lines (14 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// task definition table
digraph dotTable {
Row1 [label=<<table border="1" cellborder="0"><tr><td>19</td><td>11</td></tr></table>> shape=plaintext]
Row2 [label=<<table border="1" cellborder="0"><tr><td>18</td><td>11</td></tr></table>> shape=plaintext]
Row3 [label=<<table border="1" cellborder="0"><tr><td>14</td><td>6</td></tr></table>> shape=plaintext]
Row4 [label=<<table border="1" cellborder="0"><tr><td>12</td><td>24</td></tr></table>> shape=plaintext]
Row5 [label=<<table border="1" cellborder="0"><tr><td>18</td><td>31</td></tr></table>> shape=plaintext]
Row6 [label=<<table border="1" cellborder="0"><tr><td>13</td><td>30</td></tr></table>> shape=plaintext]
Row1 -> Row2
Row2 -> Row3
Row3 -> Row4
Row4 -> Row5
Row5 -> Row6
}