Y
Hacker News
new
|
ask
|
show
|
jobs
by
stebann
2320 days ago
They can be used for modelling actions and states, including the tricky cases where an automaton would become too complex.
1 comments
kitd
2320 days ago
Indeed. Finite state machines are a subset of Petri nets, having deterministic state transitions. Petri nets are useful where concurrent state transitions needs to be modelled, and are thus useful when modelling the physical world.
link
stebann
2314 days ago
Thanks. I forgot to appoint that.
link