[Datatypes]
A datatype to list all the subgraphs of a kind in a given large graph. Suffix ".frag" is recommended.
Value | Type | Description |
---|---|---|
@FRAG | string | 5-letter tag |
m n | a pair of integers separated by space | m: number of vertices in the fragment graph. n: number of vertices in the large graph. |
a1 a2 a3 ... am | m integers separated by spaces | Label of vertices in the large graph. Label order must correspond to that in the subgraph. |
... | (repeat) | |
-1 -1 -1 ... | m integers separated by spaces | Terminator. |
@FRAG m n a1 a2 a3 a4 ... am a1 a2 a3 a4 ... am a1 a2 a3 a4 ... am ....(arbitrary number of lines) -1 -1 -1 -1 .... -1 (repeat m times)
Two subgraphs of 12 vertices in a large 512-vertex graph.
@FRAG 12 512 12 74 189 253 433 491 420 351 279 35 488 171 329 194 475 84 457 21 151 407 366 445 138 146 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
[2009年11月24日]
<< | 2021-1 | >> | ||||
日 | 月 | 火 | 水 | 木 | 金 | 土 |
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
2019/8/29
2019/5/28
2019/5/13
2018/12/9
2018/10/11