作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
给定S作为一组子集,我想将其打印出来并建立索引:
set S[]:=subsets({1..5}, 3);
do forall <i> in S do print S[i];
# Neither does the following work:
do print S;
Reading debug.zpl
*** Error 142: Unknown index <> for symbol "S"
*** File: debug.zpl Line 2
*** do forall <i> in S do print S[i];
*** ^^^
最佳答案
do forall <i> in indexset(S) do print S[i];
关于syntax-error - 如何索引ZIMPL中的子集集?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55782264/
我的 Zimpl 代码中出现意外的 VARSYM。这是我的部分代码: param T := 0.8; var S[Sensors] binary; minimize nb_sensors : sum
我是一名优秀的程序员,十分优秀!