Designing a state machine in C++
- by skyeagle
I have a little problem that involves modelling a state machine.
I have managed to do a little bit of knowledge engineering and 'reverse engineer' a set of primitive deterministic rules that determine state as well as state transitions.
I would like to know what the best practises are regarding:
How to rigorously test my states and state…