This is very simple question.
http://home.eng.iastate.edu/~jdm/ee458/CPLEX-UsersManual2015.pdfAs per the above link page 111 when we run a cplex opl model we can find the cplex.log file.
Quoted as below.
"As CPLEX is working, it can record messages to a log file. By default, the
Interactive Optimizer creates the log file in the directory where it is running, and it
names the file cplex.log . If such a file already exists, CPLEX adds a line
indicating the current time and date and then appends new information to the end
of the existing file. That is, it does not overwrite the file, and it distinguishes
different sessions within the log file. By default, there is no log file for Component
Library applications."
Imagine I ran the cplex provided example bidding from my IDE.But when I ran the model there is no cplex.log file in its directory.
"D:\Programs\cplex samples\opl\examples\opl\models\Bidding"
Can someone advise where it is created.
------------------------------
Suresh Abeyweera
------------------------------
#DecisionOptimization