Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/kbmag/standalone/fsa_data/   (GAP Algebra Version 4.15.1©)  Datei vom 3.0.2023 mit Größe 1 kB image not shown  

Quelle  fsa_6   Sprache: unbekannt

 
fsa_6 := rec (
This is the word-difference machine arising in the automatic structure
of the free group on two generators.
It is included here to illustrate the product set record type.
           isFSA := true,
        alphabet := rec (
              type := "product",
              size := 24,
             arity := 2,
           padding := _,
              base := rec (
                type := "identifiers",
                size := 4,
              format := "dense",
               names := [a,A,b,B]
                 )
               ),
          states := rec (
              type := "words",
              size := 5,
     format := "sparse",
          alphabet := [a,A,b,B],
             names := [[ 1, IdWord],
                       [ 2, a],
                       [ 3, A],
                       [ 4, b],
                       [ 5, B]
                      ]
               ),
           flags := ["DFA"],
         initial := [1],
       accepting := [1],
           table := rec(
  format := "sparse",
    transitions := [
                    [[ 53 ],[ 102 ],[ 155 ],[ 204 ]],
                    [[ 51 ]],
                    [[ 101 ]],
                    [[ 151 ]],
                    [[ 201 ]]
           ]
 )
);

Messung V0.5 in Prozent
C=99 H=89 G=94

[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-06-18]