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'm not 100% sure this is even valid (I'm mixing sequences and matrices), but it tells me "this should never happen" :)
language Essence 1.3
find ixmat: set of sequence (size 5) of int(1..3)
find y : bool
such that
$ This works
( y = ([1,2,1,2,1] in ixmat) )
such that
$ This doesn't
forAll ix : matrix indexed by [int(1..5)] of int(1..3).
( y = (ix in ixmat) )
The text was updated successfully, but these errors were encountered:
I'm not 100% sure this is even valid (I'm mixing sequences and matrices), but it tells me "this should never happen" :)
The text was updated successfully, but these errors were encountered: