- 4
- 0
- 约2.62千字
- 约 20页
- 2019-09-12 发布于浙江
- 举报
LINGO;Outline;一. 变量定界函数;LINGO中建立优化模型时可以引用大量
的内部函数,这些函数以“@”符号打头。;二. LINGO软件求解整数规划问题;;model:
min=-x1-5*x2;
x1-x2-2;
5*x1+6*x230;
x14;
@gin(x1);
@gin(x2);
end
;solver status 窗口;Global optimal solution found.
Objective value: -17.00000
Objective bound: -17.00000
Infeasibilities: 0.000000
Extended solver steps: 0
Total solver iterations: 0
Variable Value Reduced Cost
X1 2.00000
原创力文档

文档评论(0)