1 / 1

Minimizzazione di automi

Minimizzazione di automi. Stati equivalenti: ~, ~ Pn. x~y  *: (,x =>*,x’  ,y =>*,y’ s.t. x’~y’). x~ Pn y  a: (a,x =>*,x’  a,y =>*,y’ s.t. x’~ P y’). Algoritmo di minimizzazione. Operatori:. refine A ( P= {P1,…,Pk})={Q1,…,Qh} s.t: i[1..h]:  j [1..k]: Qi=Pj

Download Presentation

Minimizzazione di automi

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Minimizzazione di automi Stati equivalenti: ~, ~Pn x~y  *: (,x =>*,x’  ,y =>*,y’ s.t. x’~y’) x~Pny  a: (a,x =>*,x’  a,y =>*,y’ s.t. x’~Py’) Algoritmo di minimizzazione Operatori: • refineA(P={P1,…,Pk})={Q1,…,Qh} s.t: • i[1..h]: •  j [1..k]: Qi=Pj •  j [1..k], Qi Pj and • x,y Qi, z  Pj\Qi : x~Pny and x~Pnz • Input: A=<S, , move, s, F> • Output: MA=<PS, , move|Ps, s|Ps, F|Ps > • P= {S\F, F}; • Pn = refineA(P); • while P ≠ Pn do{ • P = Pn; • Pn = refineA(P)} • PS = P • Partizione di S: PS ={P1,…,Pk} • copertura: S =  j[1..k] Pj • equivalenza: Pii≠j[1..k]Pj • Rappresentanti S|Ps su S: PS={P1,…,Pk} • rappresentante: [Pi]  Pi - x  Pi , [x]=[Pi] • S|Ps = {[x]|x S} • move|Ps = {<<[s],a>,U|Ps> |<<s,a>U> move}

More Related