initial work on clearing VOPs

This commit is contained in:
Daniel Knüttel 2020-03-09 15:06:28 +01:00
parent c9cc7b914c
commit c8acc5dc88
6 changed files with 98 additions and 0 deletions

View File

@ -0,0 +1,14 @@
graph start
{
labelloc="t";
label="Initial Graph";
0 [label="0, VOP = 7"]
1 [label="1, VOP = 19"]
2 [label="2, VOP = 1"]
3 [label="3, VOP = 7"]
4 [label="4, VOP = 3"]
0 -- 1 -- 2 -- 3 -- 4 -- 1
2 -- 4
}

View File

@ -0,0 +1,18 @@
graph intermediate
{
0 [label="0, VOP = 10"]
1 [label="1, VOP = 21"]
2 [label="2, VOP = 5"]
3 [label="3, VOP = 7"]
4 [label="4, VOP = 6"]
0 -- 1
0 -- 2
0 -- 4
1 -- 2
1 -- 4
2 -- 3
3 -- 4
}

View File

@ -0,0 +1,11 @@
graph intermediate
{
0 [label="0, VOP = 0"]
1 [label="1, VOP = 11"]
2 [label="2, VOP = 8"]
3 [label="3, VOP = 7"]
4 [label="4, VOP = 9"]
0 -- 1 -- 2 -- 3 -- 4 -- 1
2 -- 4
}

View File

@ -0,0 +1,18 @@
graph intermediate
{
0 [label="0, VOP = 4"]
1 [label="1, VOP = 5"]
2 [label="2, VOP = 2"]
3 [label="3, VOP = 7"]
4 [label="4, VOP = 11"]
0 -- 1
0 -- 2
0 -- 4
1 -- 2
1 -- 4
2 -- 3
3 -- 4
}

View File

@ -0,0 +1,19 @@
graph intermediate
{
0 [label="0, VOP = 7"]
1 [label="1, VOP = 8"]
2 [label="2, VOP = 6"]
3 [label="3, VOP = 10"]
4 [label="4, VOP = 11"]
0 -- 2
0 -- 4
0 -- 3
1 -- 2
1 -- 3
1 -- 4
2 -- 3
3 -- 4
}

View File

@ -0,0 +1,18 @@
graph intermediate
{
0 [label="0, VOP = 10"]
1 [label="1, VOP = 2"]
2 [label="2, VOP = 14"]
3 [label="3, VOP = 0"]
4 [label="4, VOP = 11"]
0 -- 1
0 -- 2
0 -- 4
1 -- 2
1 -- 4
2 -- 3
3 -- 4
}