pnanez / HyEQ_Toolbox

Hybrid systems equations simulator, development repository
Other
12 stars 2 forks source link

Increase the number of subsystems supported by CompositeHybridSystem #58

Open pwintz opened 2 years ago

pwintz commented 2 years ago

CompositeHybridSystem is not currently expected to work with more than 9 subsystems. The limitation comes from how we determine the order to evaluate outputs and input functions. See hybrid.internal.sortInputAndOutputFunctionNames.