updated task 12 and 13
[ker1415-1.git] / report / src / hittingSetTree.pl
similarity index 97%
rename from pl-files/hittingSetTree.pl
rename to report/src/hittingSetTree.pl
index 925447c..e651d67 100644 (file)
@@ -10,4 +10,4 @@ isHittingSetTree2(node([X|Xs], [Y|Ys]), Z) :-
        append(Z, [X], Appended), %append label to list of checked labels\r
        isHittingSetTree2(Y, Appended), %go into depth\r
        isHittingSetTree2(node(Xs, Ys), Z). %go into width\r
-       
\ No newline at end of file
+       \r