我试图通过使用OPL将其编写为线性程序并使用CPLEX Studio来解决网络流问题。 CPLEX Studio花了26分钟解决了该问题。但是,Engine Log
说Network time = 0.21 sec
:
CPXPARAM_LPMethod 3
Tried aggregator 1 time.
LP Presolve eliminated 914361 rows and 916674 columns.
Aggregator did 5 substitutions.
Reduced LP has 4629 rows, 457853 columns, and 913392 nonzeros.
Presolve time = 1.28 sec. (955.67 ticks)
Extracted network with 4630 nodes and 457853 arcs.
Extraction time = 0.04 sec. (22.54 ticks)
Iteration log . . .
Iteration: 0 Infeasibility = 3444.000000 (-1.21856e+06)
...
Iteration: 50000 Objective = -1158876.510000
Network - Optimal: Objective = -1.1643204900e+06
Network time = 0.21 sec. (53.14 ticks) Iterations = 54799 (15500)
我不确定我是否正确阅读了日志。
这是否意味着预求解(或其他开销)花费了26分钟来消除行/列等,而实际的网络求解只花费了0.2秒?
如果是这样,绕过预求解会更快吗? (如果有必要,我该如何绕过预求解?)
答案 0 :(得分:0)
您应该查看“事件探查器”选项卡,以便了解花在哪里的时间 问候
技术说明:http://www-01.ibm.com/support/docview.wss?uid=swg21401402
OPL CPLEX论坛:https://www.ibm.com/developerworks/community/forums/html/forum?id=11111111-0000-0000-0000-000000002053