- 66
- 0
- 约5.32千字
- 约 9页
- 2020-11-05 发布于湖北
- 举报
LINGO练习题-1 及答案
LINGO 测试 -1
1、用 LINGO 软件解方程组( 1)221212222359
x x x x ?+=??-=-?? 。
model :
x^2+2*y^2=22;
3*x-5*y=-9;
end
Solution is locally infeasible
Infeasibilities: 0.5417411E-04
Extended solver steps: 5
Total solver iterations: 20
Variable Value
X 2.000005
Y 3.000003
Row Slack or Surplus
1 -0.5417411E-04
2 0.000000
2、用 LINGO 软件解线性规划问题
model:
max=2*x+3*y;
4*x+3*y=10;
3*x+5*y=12;
x0;y0;
end
Globa
原创力文档

文档评论(0)