summaryrefslogtreecommitdiff
path: root/test/dags/simple.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/dags/simple.json')
-rw-r--r--test/dags/simple.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/dags/simple.json b/test/dags/simple.json
deleted file mode 100644
index 16a2ef0..0000000
--- a/test/dags/simple.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
-
-"nodes":
-[
- {"label":"0"},
- {"label":"7"},
- {"label":"5"},
- {"label":"6"},
- {"label":"100"}
-],
-
-"arcs":
-[
- { "tail":"0", "head":"7", "weight":"0.1" },
- { "tail":"0", "head":"5", "weight":"0.1" },
-
- { "tail":"7", "head":"100", "weight":"0.9" },
-
- { "tail":"5", "head":"6", "weight":"0.3" },
-
- { "tail":"6", "head":"100", "weight":"0.3" }
-]
-
-}
-