Q: How tomake a constraint that an array of lists is disjoint?
- MSI株式会社

 - 2022年5月15日
 - 読了時間: 1分
 
Q:How tomake a constraint that an array of lists is disjoint?
Example:
x[0..9] <- list(30);
constraint disjoint(x);
A:Your example is correct. This means are all 10lists in x are pairwise disjoints.
コメント