progs/automata/thompson.sc
changeset 742 b5b5583a3a08
parent 733 022e2cb1668d
child 753 d94fdbef1a4f
--- a/progs/automata/thompson.sc	Mon Jul 27 11:02:48 2020 +0100
+++ b/progs/automata/thompson.sc	Thu Jul 30 13:50:54 2020 +0100
@@ -171,7 +171,7 @@
 // construction), in general the DFAs can be slow because of 
 // the state explosion in the subset construction
 
-for (i <- 1 to 13) {
+for (i <- 1 to 7) {
   println(i + ": " + "%.5f".format(time_needed(2, tmatches_dfa(EVIL1(i), "a" * i))))
 }