From b359e086edf53ae00c8d039a7e28a569115b9d3b Mon Sep 17 00:00:00 2001 From: kevin Date: Tue, 24 Nov 2020 22:04:19 +0100 Subject: [PATCH] medium_project clean --- graphs/graph1 | 24 +++++++++++ graphs/graph1.svg | 106 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 130 insertions(+) create mode 100644 graphs/graph1 create mode 100644 graphs/graph1.svg diff --git a/graphs/graph1 b/graphs/graph1 new file mode 100644 index 0000000..54b8523 --- /dev/null +++ b/graphs/graph1 @@ -0,0 +1,24 @@ +%% Test graph #1 + +%% Nodes + +n 88 209 % This is node #0, with its coordinates (which are not used by the algorithms). +n 408 183 +n 269 491 +n 261 297 +n 401 394 +n 535 294 % This is node #5. + + +%% Edges + +e 3 1 11 % An edge from 3 to 1, labeled "11". +e 3 2 2 +e 1 5 21 +e 4 5 14 +e 1 4 1 +e 0 1 7 +e 0 3 10 +e 3 4 5 +e 2 4 12 +e 0 2 8 diff --git a/graphs/graph1.svg b/graphs/graph1.svg new file mode 100644 index 0000000..0e114ab --- /dev/null +++ b/graphs/graph1.svg @@ -0,0 +1,106 @@ + + +]> + + + + +finite_state_machine + + +0 + +0 + + +2 + +2 + + +0->2 + + +8 + + +3 + +3 + + +0->3 + + +10 + + +1 + +1 + + +0->1 + + +7 + + +4 + +4 + + +2->4 + + +12 + + +3->2 + + +2 + + +3->1 + + +11 + + +3->4 + + +5 + + +1->4 + + +1 + + +5 + +5 + + +1->5 + + +21 + + +4->5 + + +14 + + +