设置了集合后需要用model: end 框起来;
设置集合:
sets:
集合名称 /M..N,如1..5/:变量名,如a,x;
endsets
赋值:data: enddata
for循环:@for(集合名称:用到集合的式子);
sum求和:@sum(集合名称:用到集合的变量)=XXX;