내가 말하는 곳 http://www.cs.umd.edu/class/fall2009/cmsc330/lectures/discussion2.pdf에서이 알고리즘 DFA 최소화 알고리즘을 이해하려고 노력 해요 :DFA 최소화 알고리즘을 이해
가 이해가 안 비트는 "고유이다while until there is no change in the table contents:
For each pair of states (p,q) and each character a in the alphabet:
if Distinct(p,q) is empty and Distinct(δ(p,a), δ(q,a)) is not empty:
set distinct(p,q) to be x
((P, A) δ를, δ (q, a)) "나는 δ (p, a) = 입력이있는 p로부터 어떤 상태에 도달했는지에 대한 전이 함수를 이해한다고 생각한다. 그러나 다음과 DFA :
http://i.stack.imgur.com/arZ8O.png
표 결과 :
imgur.com/Vg38ZDN.png
이 (c, b)도 X 보낸으로 표시되어서는 안된다
distinct (δ (b, 0), δ (c, 0))는 비어 있지 않다 (d)?