注:文章内容来源于网络,真实性有待确认,请自行甄别。
lingo程序出错,系统提示errorcode11麻烦大侠们帮我
发表于:2024-10-24 00:00:00浏览:5次
问题描述:麻烦大侠们帮我看看哪出错了,谢谢啦!model:sets:recover/s1s2s3s4s5s6/:supply;handle/f1f2f3f4f5f6/:a,b,v,p,w;factory/r1r2r3/:receive;link1(recover,handle):cost1,volume1;link2(handle,factory):cost2,volume2;endsetsdata:p=400,300,250,300,200,350;w=100,120,90,150,170,200;v=.7,.7,.7,.7,.7,.7;supply=12麻烦大侠们帮我看看哪出错了,谢谢啦!model:sets:recover/s1s2s3s4s5s6/:supply;handle/f1f2f3f4f5f6/:a,b,v,p,w;factory/r1r2r3/:receive;link1(recover,handle):cost1,volume1;link2(handle,factory):cost2,volume2;endsetsdata:p=400,300,250,300,200,350;w=100,120,90,150,170,200;v=.7,.7,.7,.7,.7,.7;supply=120,100,95,130,140,80,200;receive=250,200,300;cost1=1018;cost2= 1 5;enddata@for(handle:a=p*(b)^.5);
min=@sum(links1(k,i):cost1(k,i)*volume1(k,i))+
@sum(links2(i,j):cost2(i,j)*volume2(i,j))+
@sum(handle:a);
@for(handle(i):
@sum(recover(k):volume1(k,i))=b(i));
@for(handle(i):
@sum(recover(k):volume1(k,i))<w(i));
@for(handle(i):
@sum(factory(j):volume2(i,j))=v*b(i));
@for(recover(k):
@sum(handle(i):volume(k,i))=supply(k);
@for(factory(j):
@sum(handle(i):volume2(i,j))<receive(j);
end
哥们你是搞软件测试的么o(╯□╰)o,如果你只是普通用户的话直接下载一个稳定的版本不就行了
栏目分类全部>