Skip to content
Snippets Groups Projects
Commit 2992076b authored by Hans-Peter Deifel's avatar Hans-Peter Deifel
Browse files

wta: powerset X^4

parent c3bbb4c7
No related branches found
No related tags found
No related merge requests found
...@@ -916,6 +916,17 @@ ls -sh bench/wta_powerset_0,4_*__14281* ...@@ -916,6 +916,17 @@ ls -sh bench/wta_powerset_0,4_*__14281*
: Trying 59596... : Trying 59596...
: First bad state count: 59596 : First bad state count: 59596
**** Automaton Size
#+BEGIN_SRC shell
./bench.py generate ../../copar/bin/random-wta --monoid powerset --symbols 0,0,0,0,4 --out-degree 50 --states 59596
./bench.py run ../../copar/bin/copar --monoid powerset --symbols 0,0,0,0,4 --out-degree 50 --states 59596 --indiv --header
#+END_SRC
#+RESULTS:
| i | states | edges | initial-partition-size | final-partition-size | explicit-final-partition-size | size1-skipped | overall-duration | parse-duration | algorithm-duration | initialize-duration | refine-duration |
| 0 | 3039396 | 14899000 | 6 | 3039396 | 59596 | 13024716 | 200.034099951 | 41.065064963 | 152.485306449 | 25.383501709 | 121.316305478 |
*** 4xX^5 mit out-degree 50 *** 4xX^5 mit out-degree 50
#+BEGIN_SRC shell #+BEGIN_SRC shell
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment