Originally posted by: IbrahimC
Hi all,
When I am trying to create an output file, OPL always generates a new file. However I would like to append the current file. I will appreciate it if you could let me know how I can do that.
I am using version 12.2 build id: b00030.
Here is the part of the code:
var ofile= new IloOplOutputFile();
ofile.open("L://Result//test.txt", append);
Thanks in advance.
#DecisionOptimization#OPLusingCPLEXOptimizer