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
Unfortunately, as of now, the translation to SMV solvers does not handle integers. We hope/expect to be able to release a new version in 2023, which will handle specs fetauring integers
In any case, I don't think the whole framework could handle a trace as long as this one. Fortunately, if you want to check an invariant, you can get rid of temporal logic and long traces by just checking the invariant on every event (and on the initial state). Hope this helps.
Hi,
I use Alloy 6 and the Alloy Analyzer 6.1.0 on Ubuntu 22.04 to check the following model:
When using nuSMV or nuXmv, the following fatal error occurs:
When using CryptoMiniSat, a NullPointerException occurs:
Unknown exception occurred: java.lang.NullPointerException
The other constraint solvers work but they are not able to check the model in a reasonable amount of time.
Best regards,
Joshua
The text was updated successfully, but these errors were encountered: