Open mikucionisaau opened 1 year ago
Lets expand this to all feature checking where applicable
Related to this, one could also perform the syntax check on the templates part of the system when running a query, because the query should only invoke those models part of the system declaration. (If a user performs the generic syntax check F7/cmd+E, Uppaal should check all templates, including those not instantiated.)
Original report: https://github.com/UPPAALModelChecker/UPPAAL-Meta/discussions/174 Is your feature request related to a problem? Please describe. Symbolic Simulator rejects models using ODE expressions. The issue is that Symbolic Simulator also rejects the models where the ODE expressions are used in templates which are not instantiated.
Describe the solution you'd like The checker should be more precise and accept the models which do not use the ODEs even though they are mentioned in a process which is not part of the system.
Describe alternatives you've considered As a workaround one may remove/delete all the instances using the ODEs, but it is not a user friendly option.