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
The type checker allows us to use uninterpreted types such as Set(RM) or Data -> Data. The model checker currently supports only strings as the only uninterpreted type. We have to add the support for different uninterpreted types in the model checker, which would translate to different uninterpreted sorts in SMT.
The text was updated successfully, but these errors were encountered:
The type checker allows us to use uninterpreted types such as
Set(RM)
orData -> Data
. The model checker currently supports only strings as the only uninterpreted type. We have to add the support for different uninterpreted types in the model checker, which would translate to different uninterpreted sorts in SMT.The text was updated successfully, but these errors were encountered: