@HansOlsson what is your opinion:
It would be useful to move the by far outdated Modelica.StateGraph to ObsoleteModelica4 and include Modelica_StateGraph2 instead into Modelica. I just checked and it seems to be not much work to adapt Modelica_StateGraph2 so that it can be included in MSL:
- Changing Modelica_StateGraph2 to Modelica.StateGraph2
- Moving statements with the Modelica extensions uniqueRoot and uniqueRootIndices into comments (or removing them completely). These extensions are only used to provide meaningful error messages, e.g. to guarantee that every loop has at least one delayed transition.
- Change license to BSD3
- Slighly adapt the documentation (rename in the User's Guide: "Used Modelica Extensions" to "Useful Modelica Extensions")
@HansOlsson what is your opinion:
It would be useful to move the by far outdated Modelica.StateGraph to ObsoleteModelica4 and include Modelica_StateGraph2 instead into Modelica. I just checked and it seems to be not much work to adapt Modelica_StateGraph2 so that it can be included in MSL: