Thread: Finite Automata
View Single Post
Old 02-18-2004, 09:12 AM   #2 (permalink)
happyraul
Crazy
 
Location: St. Louis, MO
I'm not sure what you are asking, can you rephrase it maybe? I'm in an automata theory class so I might be able to help you, but I'm not that smart so maybe not.

Are you asking for an algorithm that given a DFA and a state of that DFA, that tells you the input(s) that get you to that state?

If that is what you are asking, then wouldn't the answer simply be to make the state you want to get to the only final state and have the resulting DFA be the machine that accepts valid inputs?

I guess I just don't know what you mean by conditions.
happyraul is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73