CIFASIS / qss-solver

Modeling and simulation tool for continuous and hybrid systems.
GNU General Public License v3.0
28 stars 6 forks source link

Allow discrete integer definitions. #253

Closed joaquinffernandez closed 2 months ago

joaquinffernandez commented 2 months ago

Check for:

discrete Integer d

definitions and test if this is a bug or we don't have a rule for it.

joaquinffernandez commented 2 months ago

A possible solution would be to add discrete Integer variables in the same way we do for parameters, this means that we will not count them for any dependency in the system. It will only work as a counter if we don't want to create an array of events.