Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/kbmag/standalone/fsa_data/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 3.0.2023 mit Größe 473 B image not shown  

SSL fsa_2   Sprache: unbekannt

 
rahmenlose Ansicht DruckansichtUnknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

fsa_2 := rec (
 isFSA := true,
 alphabet := rec (type := "simple", size := 2),
 states := rec (type := "simple", size := 2),
 flags := [ "DFA", "minimized" ],
 initial := [ 1 ],
 accepting := [ 2 ],
 table := rec(
   format :=  "dense deterministic",
   transitions := [
     [0, 2],
     [2, 2]
   ]
 )
);

#Note that the language of fsa_1 is identical to the language of fsa_2
#(i.e. all strings starting with the second symbol), and
#fsa_2 is a minimized form of fsa_1.

[ Verzeichnis aufwärts0.52unsichere Verbindung  ]