题目
lingo问题 看看下面程序哪出错了
2、进货问题
某商店拟制定某种商品7—12月的进货、售货计划,已知商店仓库最大容量为1500件,6月底已存货300件,年底的库存以不少于300件为宜,以后每月初进货一次,假设各月份该商品买进、售出单价如下表.
月 7 8 9 10 11 12
买进(元/件) 28 26 25 27 24 23.5
售出(元/件) 29 27 26 28 25 25
要求:若每件每月的库存费用为0.5元,问各月进货、售货各为多少件,才能使净收益最多?
model:
sets:
month/1..6/:storage1,storage2,buy,sell,buyprice,sellprice;
endsets
data:
buyprice=28 26 25 27 24 23.5;
sellprice= 29 27 26 28 25 25;
enddata
max=@sum(month:sellprice*sell-buyprice*buy-0.5*(storage1+storage2)/2);
storage1(1)=300+buy(1);
storage2(6)>=300;
@for(month(i):storage2(i)=storage1(i)-sell(i));
@for(month(i):storage1(i)=storage2(i-1)+buy(i));
@for(month:storage1
2、进货问题
某商店拟制定某种商品7—12月的进货、售货计划,已知商店仓库最大容量为1500件,6月底已存货300件,年底的库存以不少于300件为宜,以后每月初进货一次,假设各月份该商品买进、售出单价如下表.
月 7 8 9 10 11 12
买进(元/件) 28 26 25 27 24 23.5
售出(元/件) 29 27 26 28 25 25
要求:若每件每月的库存费用为0.5元,问各月进货、售货各为多少件,才能使净收益最多?
model:
sets:
month/1..6/:storage1,storage2,buy,sell,buyprice,sellprice;
endsets
data:
buyprice=28 26 25 27 24 23.5;
sellprice= 29 27 26 28 25 25;
enddata
max=@sum(month:sellprice*sell-buyprice*buy-0.5*(storage1+storage2)/2);
storage1(1)=300+buy(1);
storage2(6)>=300;
@for(month(i):storage2(i)=storage1(i)-sell(i));
@for(month(i):storage1(i)=storage2(i-1)+buy(i));
@for(month:storage1
提问时间:2021-04-01
答案
@for(month(i):storage1(i)=storage2(i-1)+buy(i));这一句属性下标越界,storage2(0)应该是6月底已存货300件
model:
sets:
month/1..6/:storage1,storage2,buy,sell,buyprice,sellprice;
endsets
data:
buyprice=28 26 25 27 24 23.5;
sellprice= 29 27 26 28 25 25;
enddata
max=@sum(month:sellprice*sell-buyprice*buy-0.5*(storage1+storage2)/2);
storage1(1)=300+buy(1);
storage2(6)>=300;
@for(month(i):storage2(i)=storage1(i)-sell(i));
storage1(1)=300+buy(1);
@for(month(i)|i#gt#1:storage1(i)=storage2(i-1)+buy(i));
@for(month:storage1
model:
sets:
month/1..6/:storage1,storage2,buy,sell,buyprice,sellprice;
endsets
data:
buyprice=28 26 25 27 24 23.5;
sellprice= 29 27 26 28 25 25;
enddata
max=@sum(month:sellprice*sell-buyprice*buy-0.5*(storage1+storage2)/2);
storage1(1)=300+buy(1);
storage2(6)>=300;
@for(month(i):storage2(i)=storage1(i)-sell(i));
storage1(1)=300+buy(1);
@for(month(i)|i#gt#1:storage1(i)=storage2(i-1)+buy(i));
@for(month:storage1
举一反三
已知函数f(x)=x,g(x)=alnx,a∈R.若曲线y=f(x)与曲线y=g(x)相交,且在交点处有相同的切线,求a的值和该切线方程.
我想写一篇关于奥巴马的演讲的文章,写哪一篇好呢?为什么好
奥巴马演讲不用看稿子.为什么中国领导演讲要看?
想找英语初三上学期的首字母填空练习……
英语翻译
最新试题
- 1分式的乘除:16-a平方/a平方+8a+16÷a-4/2a+8乘a-2/a+2
- 2某队伍长7.5千米,以每小时4千米的速度行进,通信员骑马从队头到队尾送信,到队尾后返回对头,共用1小时
- 3最好不要有相遇内容的,六年级学过即可.
- 4已知矩阵A的伴随阵A*=diag(1,1,1,8),且ABA^-1=BA^-1 +3E.求B.
- 5[山中访友]的中心,李汉荣的
- 6图形题6个正方形组成大长方形最小正方形1平方厘米求大长方形面积
- 7如果你一直在我身边该有多好?翻译英文
- 8能说明醋酸是弱电解质的事实是( ) A.醋酸溶液的导电性比盐酸弱 B.醋酸溶液与碳酸钙反应,缓慢放出二氧化碳 C.醋酸溶液用水稀释后,氢离子浓度下降 D.0.1mol•的CH3COOH溶液中,氢离子
- 9等式x+1分之=(x+1)·(y+1)分之x·(y+1)成立的条件是
- 10五尺六时多高
热门考点
- 1菜场上黄瓜每千克售价为a元,白菜每千克售价为b元.学校食堂购买30kg黄瓜、50kg白菜,共需多少元?
- 21m³饱和空气含水量(100%湿度)
- 3质量是5.4千克,体积是2分米平方3求密度!若把它分成体积相同的两块,每块的密度?急
- 42KNO3+S+3C=K2S+N2↑+3CO2↑如果
- 5为什么二氧化碳中含有盐酸,除去盐酸不能用碳酸钠
- 6英语翻译
- 7已知关于X的一元一次方程4x减my加1等于3x减1的解是负数,求m的取值范围.
- 8用★定义新运算:对于任意有理数a、b,有a★b=b^2+1,例如7★4=4^2+1=17,那么15★(-5)
- 9高数不可导点的问题
- 10Are you happy ( )(study) English