TA的每日心情 | 奋斗 2024-7-1 22:21 |
|---|
签到天数: 2014 天 [LV.Master]伴坛终老
- 自我介绍
- 数学中国站长
群组: 数学建模培训课堂1 群组: 数学中国美赛辅助报名 群组: Matlab讨论组 群组: 2013认证赛A题讨论群组 群组: 2013认证赛C题讨论群组 |
12#
发表于 2010-4-16 22:53
|只看该作者
|
|邮箱已经成功绑定
要想用C++调用lingo需要了lingo的命令行使用方法,C++采用调用外部程序的方法也可以调用lingo。可以看lingo的帮助文档。例如:
7 }$ B: v1 i3 G1 ^& c1 iSolution Commands in Brief. X1 t: G+ Q0 Y) R
Top Previous Next + @& n1 [2 b- j2 u5 p
DEBUG 4 C; h: o8 F6 O3 G D- i' C4 s
tracks down formulation errors in infeasible and unbounded models
% c/ S5 y; Q% Q0 `9 o5 r* X( m ' H( x# X: O* V/ n
GO 0 E7 Y( I, o3 l$ T$ O1 x
solves the current model
8 }) k6 m& b4 d
9 I/ {" Y* P% {# j- S8 uNONZ
( p+ M" o4 H, j* q% t: E1 i5 z generates a nonzeros only solution report
# B$ p, m; n$ Y . V3 e0 d' H6 g9 p( A
RANGE
5 R7 q, | }! \ generates a range analysis report; t: c3 c# c0 a: K: }1 I+ ?* L9 X; a
! u5 ~( O( l, YSOLU
4 E2 S0 c, i9 z: R* a generates a solution report |
|