RegexExplosionPlot/evilForBsimp.sc
changeset 518 ff7945a988a3
parent 517 3c5e58d08939
child 545 333013923c5a
equal deleted inserted replaced
517:3c5e58d08939 518:ff7945a988a3
  1022 
  1022 
  1023 def small() = {
  1023 def small() = {
  1024   //val pderSTAR = pderUNIV(STARREG)
  1024   //val pderSTAR = pderUNIV(STARREG)
  1025 
  1025 
  1026   //val refSize = pderSTAR.map(size(_)).sum
  1026   //val refSize = pderSTAR.map(size(_)).sum
  1027   for(n <- 6 to 6){
  1027   for(n <- 1 to 12){
  1028     val STARREG = n_astar(n)
  1028     val STARREG = n_astar_alts(n)
  1029     val iMax = (lcm((1 to n).toList))
  1029     val iMax = (lcm((1 to n).toList))
  1030     for(i <- 1 to iMax + 50){// 100, 400, 800, 840, 841, 900 
  1030     for(i <- iMax to iMax ){// 100, 400, 800, 840, 841, 900 
  1031       val prog0 = "a" * i
  1031       val prog0 = "a" * i
  1032       //println(s"test: $prog0")
  1032       //println(s"test: $prog0")
  1033       print(n)
  1033       print(n)
  1034       print(" ")
  1034       print(" ")
  1035       // print(i)
  1035       // print(i)