In Problem 3.c of Aug 2018 paper, we have been asked to find greatest simulation between K1<=K2.
From SIM1 -
s0q0, s0q3, s0q1, s1q0, s1q1, s1q3, s2q2, s3q0, s3q1, s3q3, s4q0, s4q1, s4q3 and s5q5
From SIM2 -
Step 1- s0q0, s0q1, s0q3 should be removed because s0 - {} (no successors). But the solution is contradicting to my understanding.
The solution has s0q0/q1/q3. Is the solution incorrect?