Originally posted by: Ibrahim_Capar
Lessi,
As far as I know, you can either output log to the screen or a file. To write the log to a file you need to add following code (C++):
std::ofstream LogFile("LogFile.txt");
cplex.setOut(LogFile);
Hope this helps.
Ibrahim
#CPLEXOptimizers#DecisionOptimization