From c4f926438dcb8abe805e910399940f79ff643c4b Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Thu, 14 Sep 2017 15:39:41 -0500 Subject: Add files via upload --- sourcecodes/k-best/src/drawgraph.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sourcecodes/k-best/src/drawgraph.sh (limited to 'sourcecodes/k-best/src/drawgraph.sh') diff --git a/sourcecodes/k-best/src/drawgraph.sh b/sourcecodes/k-best/src/drawgraph.sh new file mode 100644 index 00000000..a0f59c88 --- /dev/null +++ b/sourcecodes/k-best/src/drawgraph.sh @@ -0,0 +1,8 @@ +#!/bin/bash +k=$1 +rdir=$2 +for (( i = 0 ; i < k; i++ )) +do + ${rdir}/../../src/arcs2dot ${rdir}/../iris.vd ${rdir}/$arc$i ${rdir}/dot_$i +done + -- cgit 1.4.1