State machine graphs: before and after

Ovid on 2004-12-20T19:25:01

My original work to graph the state machines was fairly simplistic. Now it's far more useful. We can now add labels to the edges. It's less useful when all states have binary rules, but as a state can go to multiple states, the labels are very important. We've also spotted another bug by using the graphs.

Oh, and please ignore the colors and fonts. That was just to test how much I could do. GraphViz rocks!


indeed

gizmo_mathboy on 2004-12-20T22:28:04

GraphViz does rock.

However, I think the state machine work looks most interesting. I may not have a use for it at the moment but I have always liked the idea of a state machine (first heard about them in an mjd talk).