(C++) Boost.Statechart
August 17, 2019 · View on GitHub
Boost.Statechart is a Boost library for finite state machines.
As far as I know, the difference between Boost.Graph and Boost.Statechart is that Boost.Statechart allows the programmer to determine a finite state machine at compile-time, where Boost.Graph allows this at run-time.
External links