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
call CVC4 with --fmf-empty-sorts to avoid refining recursive functions that are not used. We need to force it to fill other sorts though, by declaring p : sort -> bool, c : sort, and p(c) if we want to ensure that sort is not empty.
The text was updated successfully, but these errors were encountered:
call CVC4 with
--fmf-empty-sorts
to avoid refining recursive functions that are not used. We need to force it to fill other sorts though, by declaringp : sort -> bool
,c : sort
, andp(c)
if we want to ensure thatsort
is not empty.The text was updated successfully, but these errors were encountered: