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
If an empty array is assigned to an array of decision variable with an empty domain, and the index set is not specified as the empty set, the model is UNSAT.
array[{}] of var {}: X = []; % OK
array[int] of var {}: Y = []; % Fail
Seen in 2.8.7 and edge
The text was updated successfully, but these errors were encountered:
If an empty array is assigned to an array of decision variable with an empty domain, and the index set is not specified as the empty set, the model is UNSAT.
Seen in 2.8.7 and edge
The text was updated successfully, but these errors were encountered: