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
language Essence 1.0
find x : matrix indexed by [int(1..10)] of int(1..10)
find m : matrix indexed by [int(1..55)] of int(1..10)
such that
x = [ sum([m[k] | k : int(i..j)]) | i,j : int(1..10), i <= j]
The constraint is refined to the basically identical:
Consider the following model:
The constraint is refined to the basically identical:
But, Essence' doesn't do matrix equality.
I can fix this doing the horrible-at-first-glance:
The text was updated successfully, but these errors were encountered: