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

wta: powerset X^5

parent 2992076b
No related branches found
No related tags found
No related merge requests found
...@@ -951,3 +951,14 @@ ls -sh bench/wta_powerset_0,4_*__14281* ...@@ -951,3 +951,14 @@ ls -sh bench/wta_powerset_0,4_*__14281*
: Trying 49377... : Trying 49377...
: Trying 49376... : Trying 49376...
: First bad state count: 49376 : First bad state count: 49376
**** Automaton Size
#+BEGIN_SRC shell
./bench.py generate ../../copar/bin/random-wta --monoid powerset --symbols 0,0,0,0,0,4 --out-degree 50 --states 49375
./bench.py run ../../copar/bin/copar --monoid powerset --symbols 0,0,0,0,0,4 --out-degree 50 --states 49375 --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 | 2518125 | 14812500 | 6 | 2518125 | 49375 | 13940781 | 164.986249384 | 38.769441334 | 119.843574846 | 24.415685672 | 90.703821725 |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment