You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For small examples,*2lts-mc complains that a state vector of length 1 cannot be handled:
opaal2lts-mc, file treedbs-ll.c, line 488: assertion "nNodes >= 2" failed: Tree vectors too small: 1
This could be improved by adding a dummy state slot dummy:{1}.
There are several use cases for this:
users may try out the tool with a small example
we want to run unit tests on models from external language providers
we should support model checking of pre-computed (explicit) state spaces
The text was updated successfully, but these errors were encountered:
A workaround that seems to work is currently: *2lts-mc --state=table.
So an alternative quick solution could be to change the default state representation when the state vector has length 1.
For small examples,*2lts-mc complains that a state vector of length 1 cannot be handled:
opaal2lts-mc, file treedbs-ll.c, line 488: assertion "nNodes >= 2" failed: Tree vectors too small: 1
This could be improved by adding a dummy state slot dummy:{1}.
There are several use cases for this:
The text was updated successfully, but these errors were encountered: