initial work on clearing VOPs
This commit is contained in:
parent
c9cc7b914c
commit
c8acc5dc88
14
presentation/graphs/clear_vop_01.dot
Normal file
14
presentation/graphs/clear_vop_01.dot
Normal 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
|
||||||
|
}
|
18
presentation/graphs/clear_vop_02.dot
Normal file
18
presentation/graphs/clear_vop_02.dot
Normal 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
|
||||||
|
}
|
11
presentation/graphs/clear_vop_03.dot
Normal file
11
presentation/graphs/clear_vop_03.dot
Normal 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
|
||||||
|
}
|
18
presentation/graphs/clear_vop_04.dot
Normal file
18
presentation/graphs/clear_vop_04.dot
Normal 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
|
||||||
|
}
|
19
presentation/graphs/clear_vop_05.dot
Normal file
19
presentation/graphs/clear_vop_05.dot
Normal 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
|
||||||
|
}
|
18
presentation/graphs/clear_vop_06.dot
Normal file
18
presentation/graphs/clear_vop_06.dot
Normal 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user