aboutsummaryrefslogtreecommitdiff
path: root/x.dot
diff options
context:
space:
mode:
authorCharlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de>2024-01-18 03:22:49 +0100
committerCharlotte Pabst <charlotte.pabst@stud.tu-darmstadt.de>2024-03-24 17:19:53 +0100
commited18e4642d463658ff03f4dae4cfe644adce601a (patch)
tree57693678a5d5825a6117dcd7f201048a1877c213 /x.dot
parent3ab30ff24a8d56c2286c48173b1eeae97592bb3e (diff)
downloaddcel-ed18e4642d463658ff03f4dae4cfe644adce601a.tar.xz
Diffstat (limited to 'x.dot')
-rw-r--r--x.dot40
1 files changed, 0 insertions, 40 deletions
diff --git a/x.dot b/x.dot
deleted file mode 100644
index 573b826..0000000
--- a/x.dot
+++ /dev/null
@@ -1,40 +0,0 @@
-digraph DCEL {
-node [shape = circle]
-0 [label="S", pos="0,0!"]
-1 [label="E", pos="9,0!"]
-2 [label="P1", pos="6,0!"]
-3 [label="P2", pos="3,0!"]
-4 [label="B", pos="0,3!"]
-edge_0 [pos="1.5,0.2!", shape=point, width=0.01, height=0.01]
-0 -> edge_0 [arrowhead=none]
-edge_0 -> 3 [label="0"]
-edge_0 -> edge_4 [color="green"]
-edge_1 [pos="1.5,-0.2!", shape=point, width=0.01, height=0.01]
-3 -> edge_1 [arrowhead=none]
-edge_1 -> 0 [label="1"]
-edge_1 -> edge_0 [color="green"]
-edge_2 [pos="7.5,0.2!", shape=point, width=0.01, height=0.01]
-2 -> edge_2 [arrowhead=none]
-edge_2 -> 1 [label="2"]
-edge_2 -> edge_1 [color="green"]
-edge_3 [pos="7.5,-0.2!", shape=point, width=0.01, height=0.01]
-1 -> edge_3 [arrowhead=none]
-edge_3 -> 2 [label="3"]
-edge_3 -> edge_5 [color="green"]
-edge_4 [pos="4.5,0.2!", shape=point, width=0.01, height=0.01]
-3 -> edge_4 [arrowhead=none]
-edge_4 -> 2 [label="4"]
-edge_4 -> edge_3 [color="green"]
-edge_5 [pos="4.5,-0.2!", shape=point, width=0.01, height=0.01]
-2 -> edge_5 [arrowhead=none]
-edge_5 -> 3 [label="5"]
-edge_5 -> edge_1 [color="green"]
-edge_6 [pos="0.2,1.5!", shape=point, width=0.01, height=0.01]
-4 -> edge_6 [arrowhead=none]
-edge_6 -> 0 [label="6"]
-edge_6 -> edge_7 [color="green"]
-edge_7 [pos="-0.2,1.5!", shape=point, width=0.01, height=0.01]
-0 -> edge_7 [arrowhead=none]
-edge_7 -> 4 [label="7"]
-edge_7 -> edge_6 [color="green"]
-}