top of page

Q: How tomake a constraint that an array of lists is disjoint?

  • 執筆者の写真: MSI株式会社
    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.

最新記事

すべて表示

Comentarios


bottom of page