From c8acc5dc88193a46a7b927f94fc456bfb7d32245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kn=C3=BCttel?= Date: Mon, 9 Mar 2020 15:06:28 +0100 Subject: [PATCH] initial work on clearing VOPs --- presentation/graphs/clear_vop_01.dot | 14 ++++++++++++++ presentation/graphs/clear_vop_02.dot | 18 ++++++++++++++++++ presentation/graphs/clear_vop_03.dot | 11 +++++++++++ presentation/graphs/clear_vop_04.dot | 18 ++++++++++++++++++ presentation/graphs/clear_vop_05.dot | 19 +++++++++++++++++++ presentation/graphs/clear_vop_06.dot | 18 ++++++++++++++++++ 6 files changed, 98 insertions(+) create mode 100644 presentation/graphs/clear_vop_01.dot create mode 100644 presentation/graphs/clear_vop_02.dot create mode 100644 presentation/graphs/clear_vop_03.dot create mode 100644 presentation/graphs/clear_vop_04.dot create mode 100644 presentation/graphs/clear_vop_05.dot create mode 100644 presentation/graphs/clear_vop_06.dot diff --git a/presentation/graphs/clear_vop_01.dot b/presentation/graphs/clear_vop_01.dot new file mode 100644 index 0000000..257267e --- /dev/null +++ b/presentation/graphs/clear_vop_01.dot @@ -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 +} diff --git a/presentation/graphs/clear_vop_02.dot b/presentation/graphs/clear_vop_02.dot new file mode 100644 index 0000000..8d2a6cb --- /dev/null +++ b/presentation/graphs/clear_vop_02.dot @@ -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 +} diff --git a/presentation/graphs/clear_vop_03.dot b/presentation/graphs/clear_vop_03.dot new file mode 100644 index 0000000..9498e27 --- /dev/null +++ b/presentation/graphs/clear_vop_03.dot @@ -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 +} diff --git a/presentation/graphs/clear_vop_04.dot b/presentation/graphs/clear_vop_04.dot new file mode 100644 index 0000000..a5abbb6 --- /dev/null +++ b/presentation/graphs/clear_vop_04.dot @@ -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 +} diff --git a/presentation/graphs/clear_vop_05.dot b/presentation/graphs/clear_vop_05.dot new file mode 100644 index 0000000..6d14e52 --- /dev/null +++ b/presentation/graphs/clear_vop_05.dot @@ -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 +} diff --git a/presentation/graphs/clear_vop_06.dot b/presentation/graphs/clear_vop_06.dot new file mode 100644 index 0000000..dc6a2c4 --- /dev/null +++ b/presentation/graphs/clear_vop_06.dot @@ -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 +}