about summary refs log tree commit diff
path: root/sourcecodes/k-best/src/GenerateGraphs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/k-best/src/GenerateGraphs.sh')
-rw-r--r--sourcecodes/k-best/src/GenerateGraphs.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/sourcecodes/k-best/src/GenerateGraphs.sh b/sourcecodes/k-best/src/GenerateGraphs.sh
new file mode 100644
index 00000000..3427eb4d
--- /dev/null
+++ b/sourcecodes/k-best/src/GenerateGraphs.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+k=100
+rdir=./../iris3/resdir
+for ((  i = 0 ;  i < k;  i++  ))
+do
+  dot ${rdir}/dot_$i -Tps -o ${rdir}/dotRes_$i.ps
+done
\ No newline at end of file