作业帮 > 综合 > 作业

lingo 提示错误:missing right parenthesis

来源:学生作业帮 编辑:大师作文网作业帮 分类:综合作业 时间:2024/11/12 00:08:42
lingo 提示错误:missing right parenthesis
sets:
well/w1..w7/:m,n;
point/p1..p7/:x,y;
links(well,point):pro,dist;
endsets
目标函数;
min=@sum(links:pro*dist);
@for(point(J):
@sum(well(I):dist(I,J)=sqrt((x(J)-m(I))^2+(y(J)-n(I))^2)));
数据;
data:
m=23 7 4 52 36 18 82;
n=39 12 82 31 13 11 66;
x=23 7 4 52 36 18 82;
y=39 12 82 31 13 11 66;
pro=19 39 63 23 26 17 54;
enddata
end
lingo 提示错误:missing right parenthesis
@sum那里括号放错了位置,pro数据个数不够.暂时就发现这两个错误
再问: 无敌,你能不能帮我改下,我感觉没错啊。sum后面是直接接括号的,pro代表well的产量,7个数据,没问题啊。
再答: pro定义的是派生集,应该有7*7=49个数据的 sum括号没错,是我看错了
再问: 谢谢无敌,但是我现在遇到的问题还是没解决,能不能单独求教,QQ1967296526