imitator-model-checker / imitator

IMITATOR is a parametric timed model checker taking as input extensions of parametric timed automata, and synthesizing parameter valuations for safety properties and more.
https://www.imitator.fr/
GNU General Public License v3.0
26 stars 12 forks source link

Type checking on templates #184

Open tomaz1502 opened 6 months ago

tomaz1502 commented 6 months ago

Although we are required to specify the types in templates, those types are not used anywhere to do any check. The original idea was to implement some type checking mechanism with this information. While this is not done, I believe it is a good idea to remove these type annotations, to avoid confusing users.