Software
The concepts and procedures introduced in this lecture are straightforward but rather tedious to implement (just think of writing down all these transition rules for the finite state machine using binary variables). The authors of the MLD framework also developed a modelling language for encoding a discrete hybrid automaton and subsequently generating the MLD description:
- HYSDEL. It is essentially both a modelling language and its compiler (or parser). It can be used on its own or it can be used from within some other toolboxes. In particular, developed by the same authors is
- Hybrid Toolbox. While installing the toolbox, HYSDEL is also installed automatically.
Alternatively, there is a more general framework for control-oriented modeling, simulation and optimization, which also contains HYSDEL among the dependencies
Back to top