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的帮助文档。例如:
! h! [! g4 Z( m0 y2 sSolution Commands in Brief
2 G! I4 f, G; W( p Top Previous Next % }+ l" } w+ S u9 O4 S4 s
DEBUG
- K! T# n2 L! Y1 i4 C tracks down formulation errors in infeasible and unbounded models- b- z. N! q V9 o" S/ [" V
! t" l9 b! {) V: \
GO
6 g- I# P' u4 _+ C2 _4 x solves the current model& u# R2 G; }+ R9 x6 B' b
7 | }6 f$ r% A7 b/ ?5 ?
NONZ
, M, Y2 z: ]0 z* P; o generates a nonzeros only solution report- o( ]8 v. Z$ g9 a# Z0 p% X! e" E
2 q1 l3 r$ k, e
RANGE
6 I- g% ~! D0 p' @- A generates a range analysis report) k m* K2 A' {# S q; C; g# Z
; K) `- n6 O, [1 T' c* LSOLU ) A; D6 N5 {) ?5 `4 g
generates a solution report |
|