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
I was very confused by the fact that this model did not find any instances:
sig Dummy {}
pred example { #Dummy = 8 }
run example for 10 //but 5 int
The problem is that run example for N does not increase the bitwidth, so N > 7 is useless without increasing the bitwidth. Perhaps a warning should be issued, or the bitwidth should automatically be increased?
The text was updated successfully, but these errors were encountered:
I was very confused by the fact that this model did not find any instances:
The problem is that
run example for N
does not increase the bitwidth, soN > 7
is useless without increasing the bitwidth. Perhaps a warning should be issued, or the bitwidth should automatically be increased?The text was updated successfully, but these errors were encountered: