32 lines
433 B
Plaintext
32 lines
433 B
Plaintext
|
graph {
|
||
|
splines=false;
|
||
|
node [ shape="circle" ];
|
||
|
|
||
|
{
|
||
|
rank=same; 1;
|
||
|
}
|
||
|
|
||
|
{
|
||
|
rank=same; 2;
|
||
|
/* a [ style="invisible" width=0 ]; */
|
||
|
/* a [ style="invisible" shape="point" width=0 ]; */
|
||
|
6;
|
||
|
}
|
||
|
|
||
|
{
|
||
|
rank=same; 3; 5;
|
||
|
}
|
||
|
|
||
|
{
|
||
|
rank=same; 4;
|
||
|
}
|
||
|
|
||
|
1 -- 2 -- 3 -- 4 -- 5 -- 6 -- 1;
|
||
|
|
||
|
1 -- 3 -- 6 -- 2 -- 4;
|
||
|
|
||
|
1 -- 5 -- 2;
|
||
|
5 -- 3;
|
||
|
1 -- 4 -- 6;
|
||
|
}
|