notes/school/di-ma/20181031_1-ex_tg.dot
Valentin Brandl b62a7e60e4
Some checks failed
the build failed
Add dima notes
2019-01-28 20:58:59 +01:00

21 lines
284 B
Plaintext

graph g {
{
rank="same";
1;
2;
}
{
rank="same";
4;
3 [ style="invisible" ];
}
1 -- 2;
1 -- 3 [ style="invisible" ];
1 -- 4 [ style="invisible" ];
3 -- 2 [ style="invisible" ];
2 -- 4;
2 -- 5;
}