thys2/blexer1.sc
changeset 415 5c96fe5306a7
parent 414 1234e6bd4fd1
--- a/thys2/blexer1.sc	Sat Feb 05 18:23:16 2022 +0000
+++ b/thys2/blexer1.sc	Sat Feb 05 18:24:37 2022 +0000
@@ -847,7 +847,7 @@
   println("the total number of terms is")
   //println(refSize)
   println(pderSTAR.size)
-  for(i <- List(1, 10, 100, 400, 800, 840, 900) ){
+  for(i <- List(1, 10, 100, 400, 800, 840, 841, 900) ){
     val prog0 = "a" * i
     //println(s"test: $prog0")
     println(s"testing with $i a's" )
@@ -860,12 +860,13 @@
     println("the number of distinct subterms for bsimp with strongDB and standardDB")
     println(subTerms.distinct.size)
     println(subTermsLarge.distinct.size)
+    println("which coincides with the number of PDER terms")
 
 
     // println(shortRexpOutput(erase(sbd)))
     // println(shortRexpOutput(erase(bd)))
     
-    println("pdersize, original, strongSimp")
+    println("pdersize, original, strongSimp, bsimp")
     println(refSize, size(STARREG),  asize(sbd), asize(bd))
 
     // val vres = strong_blexing_simp( STARREG, prog0)