Originally posted by: ziczyq
Hi,
How do I save the screen output into a text file? i.e., the screen output is
-----------------------------------------------------------------------
Root node processing (before b&c):
Real time = 0.02 sec. (3.43 ticks)
Parallel b&c, 16 threads:
Real time = 0.00 sec. (0.00 ticks)
Sync time (average) = 0.00 sec.
Wait time (average) = 0.00 sec.
------------
Total (root+branch&cut) = 0.02 sec. (3.43 ticks)
solution status = 102
Extensive formulation with cuts objective value = 7100.16
Extensive formulation with cuts solution time = 0.009
Extensive formulation relative MIP gap = 7.01316e-05
Default row names c1, c2 ... being created.
--------------------------------------------------
I want to save it in a text file using callable library. Thanks!
#CPLEXOptimizers#DecisionOptimization