progs/automata/thompson.sc
changeset 742 155426396b5f
parent 733 4d37ccc8c5be
child 753 30ea6b01db46
--- 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))))
 }