Originally posted by: BiromeHB
Hi,
How to avoid the initialization of the tuples resultats in post-processing during the model running in Docloud ?
I wish the tuple resultats of a solution start initialization only if the model finish its running.
It takes times and doesn't seem to bring any interesting information in the resolution. Someone can help please ?
example :
[3/15/18, 12:59:58 PM, INFO] MIP emphasis: balance optimality and feasibility.
[3/15/18, 12:59:58 PM, INFO] MIP search method: dynamic search.
[3/15/18, 12:59:58 PM, INFO] Parallel mode: deterministic, using up to 10 threads.
[3/15/18, 1:01:56 PM, INFO] Root relaxation solution time = 117.22 sec. (46657.69 ticks)
[3/15/18, 1:01:56 PM, INFO] Nodes Cuts/
[3/15/18, 1:01:56 PM, INFO] Node Left Objective IInf Best Integer Best Bound ItCnt Gap
[3/15/18, 1:01:56 PM, INFO] * 0+ 0 2.20238e+15 -1.01196e+10 100.00%
[3/15/18, 1:01:56 PM, INFO] * 0+ 0 2.61241e+09 -1.01196e+10 487.37%
[3/15/18, 1:01:56 PM, INFO] 0 0 2601479.2241 3119 2.61241e+09 2601479.2241 40601 99.90%
[3/15/18, 1:01:56 PM, INFO] Initialization of RESULT.
[3/15/18, 1:01:56 PM, INFO] Initialization of....
.............................
.........
[3/15/18, 1:04:01 PM, INFO] 0 0 2601921.9774 3618 2.61241e+09 Cuts: 1052 47659 99.90%
Thanks
#DecisionOptimization#OPLusingCPLEXOptimizer